Commit Graph

785 Commits

Author SHA1 Message Date
Lynix 3d22321109 Big f***ing cleanup part 1 2020-02-23 00:42:22 +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
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
Lynix 0ec1480024 Add line wrapping 2019-07-05 23:12:12 +02:00
Lynix 296b5459c6 SDK/Console: Make use of ScrollAreaWidget 2019-07-05 22:26:22 +02:00
Lynix 42aa7ca355 SDK: Add ScrollAreaWidget (WIP) 2019-07-05 22:26:11 +02:00
Lynix 7c045a50db SDK/BaseWidget: Add Rendering rect 2019-07-05 22:25:45 +02:00
Lynix b214f48225 SDK/TextAreaWidget: Preferred size will now adjust to content 2019-07-05 22:24:49 +02:00
Lynix 2d4dd7a8ab SDK/Widgets: Fix Show overriding entity enabled state 2019-07-05 22:23:48 +02:00
Lynix 3bed2fb7fe SDK/BaseWidget: Add SetParent 2019-07-05 22:21:35 +02:00
Lynix c09b2d3747 SDK/Entity: Add OnEntity[Disabled|Enabled] signals 2019-07-05 22:21:06 +02:00