Commit Graph

4728 Commits

Author SHA1 Message Date
Lynix 6c733ec197 Add VS2019 shortcut
+ include premake projects by default
2019-07-21 11:18:36 +02:00
Lynix cdab047dc3 Delete premake5-osx64 2019-07-20 14:41:25 +02:00
Lynix 416094c983 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-07-20 12:08:55 +02:00
Lynix 67d42179ae Update Premake to alpha14 2019-07-20 12:08:36 +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
Alexandre Janniaux 8b30fafda6 assimp: fix harmful shadow variable and uniform indices naming 2019-07-07 17:56:16 +02:00
Lynix 7da8945c72 SDK/ScrollAreaWidget: Add EnableScrollbar 2019-07-07 16:28:09 +02:00
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