Commit Graph

795 Commits

Author SHA1 Message Date
Jérôme Leclercq 884a34704d PhysicsComponent2D: Disable simulation when entity is disabled 2020-07-03 16:27:30 +02:00
Lynix 52c24e76db SDK/Physics2D: Fix entity rotation not being taken into account for static physics 2020-06-02 17:06:01 +02:00
Lynix 7d23cafa35 Merge fixes 2020-05-27 16:58:02 +02:00
Jérôme Leclercq 1425f99edf Merge branch 'master' into SDL2 2020-05-27 11:11:21 +02:00
Lynix ca2425f310 Sdk/Physics2D: Fix copy of PhysicsComponent2D 2020-05-24 16:01:26 +02:00
REMqb 96ea792656 ~ Formatting 2020-03-21 12:42:50 +01:00
Jérôme Leclercq 1c9a390d67 Fix std::iterator inheritance 2020-03-19 18:41:05 +01:00
Lynix adf1233ef2 Add BaseWidget::ShowChildren 2020-03-15 17:48:14 +01:00
Lynix 9d88fcd649 SDK/Widgets: Inherit parent rendering rect 2020-02-22 15:16:22 +01:00
Lynix 1d86d90ca0 SDK/(Rich)TextAreaWidget: Add character and line spacing offsets 2020-01-26 17:06:39 +01:00
Lynix 10934fd87b SDK/CameraComponent: Fix SetProjectionScale implementation 2020-01-09 19:46:22 +01:00
Lynix c378ad26a9 SDK/CameraComponent: Add projection scale 2020-01-05 14:35:31 +01:00
Lynix ea8b71407e Minor improvement 2019-12-29 16:24:38 +01:00
Lynix 453c7a7e77 SDK: (Rich)TextAreaWidget now have alterable text styles 2019-12-28 11:47:34 +01:00
Lynix ba405aaa5f Fix some missing override 2019-12-28 11:44:13 +01:00
Lynix 97418bfe04 RichText: Add support for outline color/thickness 2019-12-28 11:43:48 +01:00
Lynix 0bfe1679c1 Fix reorder warning 2019-12-24 18:20:33 +01:00
Lynix f2959641c0 SDK/Console: Fix selection erase 2019-12-23 18:44:19 +01:00
Lynix dec857d807 TextAreaWidget: Fix erase handling with unicode characters 2019-12-23 18:43:21 +01:00
Lynix 3b43f57192 Added physics function to control sleeping behavior 2019-12-19 21:33:56 +01:00
REMqb ef791e2f3c ~ WIP input IME 2019-12-19 19:59:43 +01:00
Lynix 86fbae554c Fix broken physics after 0155b1d 2019-12-15 15:42:33 +01:00
Lynix 437f60dbd4 NDK/Console: Fix crash on empty history 2019-12-15 11:50:02 +01:00
Lynix 1dbe71474d Utility/Node: Get[Position|Rotation|Scale) now defaults to local space 2019-12-12 09:58:08 +01:00
Lynix be8e89b228 Math: Remove all Set(class) methods 2019-12-10 09:49:40 +01:00
Lynix ef030ddaac Rework constraint2D 2019-12-08 18:56:21 +01:00
Lynix 164633e518 SDK/DebugComponent: Fix crash when removing the debug component while active 2019-12-01 11:08:06 +01:00
Lynix 960eb5f475 SDK/DebugSystem: Add EnableDepthBuffer 2019-11-30 15:32:23 +01:00
Lynix dac4f7806a Sdk/Entity: Add DropComponent method 2019-10-21 19:04:55 +02:00
Lynix 8004c84663 Sdk/PhysicsComponent2D: Fix copy 2019-10-15 09:33:35 +02:00
Lynix f6bbe396fa Sdk/World: Add CloneEntity(const EntityHandle&) overload 2019-10-15 09:32:30 +02:00
Lynix 0b5bc8a656 SDK/RichTextAreaWidget: Fix erase/write behaviors 2019-09-25 09:36:57 +02:00
Lynix 1ea653ab5b Console: Add support for text color 2019-09-25 09:36:57 +02:00
Lynix 8e4df4cadc SDK: Add RichTextAreaWidget (WIP) 2019-09-25 09:36:57 +02:00
Lynix 6d417c6e54 SDK/BaseWidget: Fix entity activation of disabled widgets 2019-07-13 23:52:31 +02:00
Lynix 9a8ccee041 Update ScrollAreaWidget.cpp 2019-07-13 20:12:13 +02:00
Lynix 161dc5d6c2 Update ScrollAreaWidget.cpp 2019-07-12 21:17:25 +02:00
Lynix f110fa1bdb Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-07-09 19:19:42 +02:00
Lynix 71ca599869 SDK/Console: Fix history lines handling 2019-07-09 19:19:35 +02:00
Lynix 6b63679c73 Canvas: Add OnUnhandledKeyPressed|`Released 2019-07-09 19:19:18 +02:00
Jérôme Leclercq c2dd032ed2 Merge pull request #206 from alexandre-janniaux/warnings/misc/fix-shadow-variable/1
Fix some shadowing variable warnings
2019-07-08 12:54:10 +02:00
Alexandre Janniaux e29f2f7a92 SDK: TextAreaWidget: silence harmless shadow warnings 2019-07-07 17:56:16 +02:00
Alexandre Janniaux 724adb599a SDK: BaseWidget: silence harmless shadow warnings 2019-07-07 17:56:16 +02:00
Lynix 7da8945c72 SDK/ScrollAreaWidget: Add EnableScrollbar 2019-07-07 16:28:09 +02:00
Lynix c6d601c429 SDK/Console: Add OnCommand signal and remove LuaState dependency 2019-07-07 00:28:51 +02:00
Lynix 3bda97a60a SDK/TextAreaWidget: OnTextAreaCursorMove now uses a Vector2ui as its second argument
Also add OnTextAreaSelection signal
2019-07-07 00:27:20 +02:00
Lynix d8f6af3191 Fix some stuff 2019-07-07 00:24:02 +02:00
Lynix 8457cb4df7 SDK/TextAreaWidget: Add [Get|Set]TextFont 2019-07-07 00:23:49 +02:00
Lynix 7f324dda9a SDK/TextAreaWidget: Add text shifting by cursor position 2019-07-06 01:09:50 +02:00
Lynix e1621bc044 Fix build 2019-07-06 01:09:20 +02:00