Commit Graph

4713 Commits

Author SHA1 Message Date
Lynix f5dc27ba03 Fix unit test 2019-07-07 00:32:57 +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 55e3e05f0c Improve line wrap
It will now try to separate at word separations
2019-07-06 19:32:11 +02:00
Lynix 3617f4054a Update ChangeLog.md 2019-07-06 19:31:29 +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
Jérôme Leclercq b41637c990 Merge pull request #205 from DigitalPulseSoftware/console-widget
Switch console to widgets
2019-07-05 22:28:15 +02:00
Lynix 9975f11ca0 Update ChangeLog.md 2019-07-05 22:26:57 +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
Lynix c4b7534ac1 SDK/TextAreaWidget: Fix clear not setting preferred size 2019-07-05 22:20:13 +02:00
Lynix 912b47cedf SDK/BaseWidget: Set preferred size no longer resize the widget 2019-07-05 22:19:53 +02:00
Lynix 5039bfbf1d SDK/BaseWidget: Add OnMouseWheelMoved event 2019-07-05 22:19:17 +02:00
Lynix 37c16dc202 Platform/Event: Add x/y mouse position to MouseWheelEvent 2019-07-05 22:17:22 +02:00
Lynix 2c3bf482de Merge branch 'master' into console-widget 2019-07-03 22:31:17 +02:00
Lynix c23248c564 PhysWorld2D: Fix possible stack overflow when using wildcard collision handler 2019-06-16 15:40:24 +02:00
Lynix 6e7fd326db SDK/BaseWidget: Fix possible crash when disabling background 2019-06-13 19:06:09 +02:00
Lynix 29718db085 SDK/TextAreaWidget: Add TextOutline property 2019-06-13 19:05:25 +02:00
Lynix dcfd2ad8f9 Physics2D/PhysWorld2D: Add RaycastQuery and RegionQuery overloads taking a callback 2019-05-27 22:42:37 +02:00
Jérôme Leclercq 5a893a1124 Merge pull request #203 from Apjue/version
Fix Nazara version & fake tab
2019-05-20 17:53:28 +02:00
Jérôme Leclercq b88c9b2cec Sdk/World: Fix entity kill and invalidation bug 2019-05-13 16:50:19 +02:00
Jérôme Leclercq 73c0dbbd30 Add vector test 2019-05-13 14:05:48 +02:00
Apjue 1a8a5e612e Set start project 2019-05-12 16:07:21 +02:00
Apjue 1244ef1303 Fix french comment 2019-04-26 21:51:43 +02:00
Apjue aec88aafa2 Fix Nazara version & fake tab 2019-04-26 21:47:24 +02:00
Lynix 3871a8373a Assimp: Add support for animated meshes (WIP)
Doesn't work at all for animations
2019-04-25 21:06:49 +02:00
Jérôme Leclercq 278ff26795 Forgot to fix this for Linux too 2019-04-24 14:29:55 +02:00
Jérôme Leclercq 408d37a27a Network/IpAddress: Fix problem with some IPv6 2019-04-24 13:46:02 +02:00
Lynix 57264a5650 SimpleTextDrawer: Don't regenerate glyphs on outline color update 2019-04-22 17:05:15 +02:00
Lynix 17236880d2 SDK/ImageWidget: Fixed sprite not following widget position 2019-04-16 01:46:49 +02:00
Lynix 79b0bd644c Add text outlines! 2019-04-16 01:46:26 +02:00
Lynix 8a8c233840 Oops 2019-04-15 16:26:30 +02:00
Lynix e61faae089 Physics2D/PhysWorld2D: Fix multiple calls to RegisterCallbacks with the same collision id 2019-04-15 16:25:40 +02:00
Lynix 8c7d886f73 Math/Algorithm: Reenable constexpr 2019-04-15 14:16:57 +02:00
Lynix 080b76a23c Utility/Font: Fix bold not working since last commit 2019-04-13 13:39:19 +02:00
Lynix 0582cbfc26 Utility: Replace UInt32 by TextStyleFlags 2019-04-13 13:09:53 +02:00
Jérôme Leclercq e665ea5373 Graphics/Material: Fix Configure resetting textures 2019-04-12 15:29:15 +02:00
Lynix 9d195c2750 Regenerate global headers 2019-04-07 21:36:16 +02:00
Lynix d234d2084d SDK/StateMachine: Fixed ignored transitiions 2019-04-07 21:36:08 +02:00
Lynix 793c5abfe3 SDK: Add LifetimeComponent and LifetimeSystem 2019-04-07 21:35:10 +02:00
Lynix 713a70dd10 Renderer/TextureSampler: Set default texture sampler to Clamp 2019-04-06 15:09:05 +02:00