Commit Graph

  • 97418bfe04 RichText: Add support for outline color/thickness Lynix 2019-12-28 11:43:48 +01:00
  • 988641b34b Update ChangeLog.md Lynix 2019-12-25 16:46:33 +01:00
  • a69d7a2e89 Make String::Number locale-independent Lynix 2019-12-25 16:26:53 +01:00
  • 0bfe1679c1 Fix reorder warning Lynix 2019-12-24 18:20:33 +01:00
  • 6920c7c3f7 Fix skybox background looking like crap Lynix 2019-12-23 19:45:52 +01:00
  • f2959641c0 SDK/Console: Fix selection erase Lynix 2019-12-23 18:44:19 +01:00
  • dec857d807 TextAreaWidget: Fix erase handling with unicode characters Lynix 2019-12-23 18:43:21 +01:00
  • e6c0f864f3 Fix reorder warning Lynix 2019-12-22 22:12:41 +01:00
  • 2a7ffffd84 Fix warning Lynix 2019-12-22 17:01:46 +01:00
  • e282b842b4 Add Node::SetScale(Vector2) to prevent a bug Lynix 2019-12-22 17:01:05 +01:00
  • dba9bb8b47 Math: Add Rect(u)i64 using Lynix 2019-12-22 17:00:48 +01:00
  • 3b43f57192 Added physics function to control sleeping behavior Lynix 2019-12-19 21:33:56 +01:00
  • ef791e2f3c ~ WIP input IME REMqb 2019-12-19 19:59:43 +01:00
  • 86fbae554c Fix broken physics after 0155b1d Lynix 2019-12-15 15:42:33 +01:00
  • ec0eed9eff Core/HandledObject: Add OnHandledObjectDestruction signal Lynix 2019-12-15 15:41:41 +01:00
  • 437f60dbd4 NDK/Console: Fix crash on empty history Lynix 2019-12-15 11:50:02 +01:00
  • 7e6dcdf740 Wait wat Lynix 2019-12-13 17:25:00 +01:00
  • 3760c8b5c4 Utility/Node: Fix negative scaling not affecting rotation Lynix 2019-12-13 17:23:01 +01:00
  • c10b0c22ed Update ChangeLog.md Lynix 2019-12-12 09:58:37 +01:00
  • 0cedd108a1 Add ReleaseWithDebug Lynix 2019-12-12 09:57:01 +01:00
  • 1dbe71474d Utility/Node: Get[Position|Rotation|Scale) now defaults to local space Lynix 2019-12-12 09:56:43 +01:00
  • bcc10a1ee2 Math/Matrix4: Add Decompose Lynix 2019-12-10 09:49:52 +01:00
  • be8e89b228 Math: Remove all Set(class) methods Lynix 2019-12-10 09:49:40 +01:00
  • ef030ddaac Rework constraint2D Lynix 2019-12-08 18:56:21 +01:00
  • 164633e518 SDK/DebugComponent: Fix crash when removing the debug component while active Lynix 2019-12-01 11:08:06 +01:00
  • 960eb5f475 SDK/DebugSystem: Add EnableDepthBuffer Lynix 2019-11-30 15:32:23 +01:00
  • ae996ae09d Oopsie Lynix 2019-11-09 15:34:25 +01:00
  • 57958056d6 Core/Flags: Add Set method Lynix 2019-11-09 13:53:29 +01:00
  • a4bff0968b Core/Flags: Add Clear methods Lynix 2019-11-09 13:37:40 +01:00
  • c668d02747 Nazara/Lua: Fix my dumb ass Lynix 2019-10-22 14:29:29 +02:00
  • dac4f7806a Sdk/Entity: Add DropComponent method Lynix 2019-10-21 19:04:55 +02:00
  • 9161886cc8 Update Flags.inl Jérôme Leclercq 2019-10-15 22:12:31 +02:00
  • 9576e2794d Core/Flags: Fix bitfield type selection Lynix 2019-10-15 18:09:34 +02:00
  • 62023c6af7 Physics2D/RigidBody2D: Fix body type not being copied Lynix 2019-10-15 09:34:55 +02:00
  • 8004c84663 Sdk/PhysicsComponent2D: Fix copy Lynix 2019-10-15 09:33:35 +02:00
  • f6bbe396fa Sdk/World: Add CloneEntity(const EntityHandle&) overload Lynix 2019-10-15 09:32:30 +02:00
  • aee9a38f76 Tests/StackVector: Disable max_size() check when using std::vector Lynix 2019-09-30 18:41:06 +02:00
  • 4e6eda40fb Core/StackVector: Add unit tests Lynix 2019-09-30 18:35:24 +02:00
  • 7b9dad59fe Oopsie Lynix 2019-09-29 16:43:56 +02:00
  • 31e6bfe43a Core/Stack[Array|Vector]: Are now default-initializable and movable Lynix 2019-09-29 16:41:26 +02:00
  • 5fce345b3e Core/StackVector: Fix resize check Lynix 2019-09-28 17:36:19 +02:00
  • 89243a39b5 Holy shit i'm stupid Lynix 2019-09-28 16:55:11 +02:00
  • 489e3e0b5e StackVector: Test destruction Lynix 2019-09-25 16:29:48 +02:00
  • 76812510a1 Core/GuillotineBinPack: Prevent heap allocation when calling Insert with multiple rectangles Lynix 2019-09-25 16:18:23 +02:00
  • acc2c072ba Core/StackVector: Fix erase method (+ add tests) Lynix 2019-09-25 16:17:07 +02:00
  • 3290c497e7 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2019-09-25 09:57:13 +02:00
  • 7f4145786f Update .gitignore Lynix 2019-09-25 09:37:40 +02:00
  • 0b5bc8a656 SDK/RichTextAreaWidget: Fix erase/write behaviors Lynix 2019-09-24 18:50:45 +02:00
  • 3c7addc262 Utility/RichTextDrawer: Fixes block removal not adjusting glyph indexes Lynix 2019-09-24 18:44:12 +02:00
  • 1ea653ab5b Console: Add support for text color Lynix 2019-09-22 13:07:00 +02:00
  • 8e4df4cadc SDK: Add RichTextAreaWidget (WIP) Lynix 2019-09-22 12:56:07 +02:00
  • 451b3de69c Utility: RichTextDrawer now works (WIP) Lynix 2019-07-09 22:53:06 +02:00
  • 6bc99a6d5e Utility/SimpleTextDrawer: Fix reserve Lynix 2019-07-09 22:50:22 +02:00
  • 5504dd59fb Utility/RichTextDrawer: Update header Lynix 2017-09-01 08:58:42 +02:00
  • 8013bd5d3b Add current work Lynix 2016-03-15 23:02:00 +01:00
  • be8fc9938d Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2019-09-01 11:15:30 +02:00
  • 724972e889 Core/TypeTag: Add Type helper typedef Lynix 2019-09-01 11:15:02 +02:00
  • dd077d6e7c Merge pull request #317 from Gawaboumga/SpecialFiles Jérôme Leclercq 2019-08-29 18:56:34 +02:00
  • 6c733ec197 Add VS2019 shortcut Lynix 2019-07-21 11:18:36 +02:00
  • cdab047dc3 Delete premake5-osx64 Lynix 2019-07-20 14:41:25 +02:00
  • 416094c983 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2019-07-20 12:08:55 +02:00
  • 67d42179ae Update Premake to alpha14 Lynix 2019-07-20 12:08:36 +02:00
  • bec528c4b5 Add special files at root Gawaboumga 2019-07-20 10:12:23 +02:00
  • 6d417c6e54 SDK/BaseWidget: Fix entity activation of disabled widgets Lynix 2019-07-13 23:52:31 +02:00
  • 9a8ccee041 Update ScrollAreaWidget.cpp Lynix 2019-07-13 20:12:13 +02:00
  • 161dc5d6c2 Update ScrollAreaWidget.cpp Lynix 2019-07-12 21:17:25 +02:00
  • f110fa1bdb Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2019-07-09 19:19:42 +02:00
  • 71ca599869 SDK/Console: Fix history lines handling Lynix 2019-07-09 19:19:35 +02:00
  • 6b63679c73 Canvas: Add OnUnhandledKeyPressed|`Released Lynix 2019-07-09 19:19:18 +02:00
  • c2dd032ed2 Merge pull request #206 from alexandre-janniaux/warnings/misc/fix-shadow-variable/1 Jérôme Leclercq 2019-07-08 12:54:10 +02:00
  • e29f2f7a92 SDK: TextAreaWidget: silence harmless shadow warnings Alexandre Janniaux 2019-07-07 17:24:29 +02:00
  • 724adb599a SDK: BaseWidget: silence harmless shadow warnings Alexandre Janniaux 2019-07-07 17:24:04 +02:00
  • 8b30fafda6 assimp: fix harmful shadow variable and uniform indices naming Alexandre Janniaux 2019-07-07 17:21:25 +02:00
  • 7da8945c72 SDK/ScrollAreaWidget: Add EnableScrollbar Lynix 2019-07-07 16:28:09 +02:00
  • f5dc27ba03 Fix unit test Lynix 2019-07-07 00:32:57 +02:00
  • c6d601c429 SDK/Console: Add OnCommand signal and remove LuaState dependency Lynix 2019-07-07 00:28:51 +02:00
  • 3bda97a60a SDK/TextAreaWidget: OnTextAreaCursorMove now uses a Vector2ui as its second argument Lynix 2019-07-07 00:27:20 +02:00
  • d8f6af3191 Fix some stuff Lynix 2019-07-07 00:24:02 +02:00
  • 8457cb4df7 SDK/TextAreaWidget: Add [Get|Set]TextFont Lynix 2019-07-07 00:23:49 +02:00
  • 55e3e05f0c Improve line wrap Lynix 2019-07-06 19:32:11 +02:00
  • 3617f4054a Update ChangeLog.md Lynix 2019-07-06 19:31:29 +02:00
  • 7f324dda9a SDK/TextAreaWidget: Add text shifting by cursor position Lynix 2019-07-06 01:09:50 +02:00
  • e1621bc044 Fix build Lynix 2019-07-06 01:09:20 +02:00
  • 0ec1480024 Add line wrapping Lynix 2019-07-05 23:12:12 +02:00
  • b41637c990 Merge pull request #205 from DigitalPulseSoftware/console-widget Jérôme Leclercq 2019-07-05 22:28:15 +02:00
  • 9975f11ca0 Update ChangeLog.md Lynix 2019-07-05 22:26:57 +02:00
  • 296b5459c6 SDK/Console: Make use of ScrollAreaWidget Lynix 2019-07-05 22:26:22 +02:00
  • 42aa7ca355 SDK: Add ScrollAreaWidget (WIP) Lynix 2019-07-05 22:26:11 +02:00
  • 7c045a50db SDK/BaseWidget: Add Rendering rect Lynix 2019-07-05 22:25:45 +02:00
  • b214f48225 SDK/TextAreaWidget: Preferred size will now adjust to content Lynix 2019-07-05 22:24:49 +02:00
  • 2d4dd7a8ab SDK/Widgets: Fix Show overriding entity enabled state Lynix 2019-07-05 22:23:48 +02:00
  • 3bed2fb7fe SDK/BaseWidget: Add SetParent Lynix 2019-07-05 22:21:35 +02:00
  • c09b2d3747 SDK/Entity: Add OnEntity[Disabled|Enabled] signals Lynix 2019-07-05 22:21:06 +02:00
  • c4b7534ac1 SDK/TextAreaWidget: Fix clear not setting preferred size Lynix 2019-07-05 22:20:13 +02:00
  • 912b47cedf SDK/BaseWidget: Set preferred size no longer resize the widget Lynix 2019-07-05 22:19:53 +02:00
  • 5039bfbf1d SDK/BaseWidget: Add OnMouseWheelMoved event Lynix 2019-07-05 22:19:17 +02:00
  • 37c16dc202 Platform/Event: Add x/y mouse position to MouseWheelEvent Lynix 2019-07-05 22:17:22 +02:00
  • 2c3bf482de Merge branch 'master' into console-widget Lynix 2019-07-03 22:31:17 +02:00
  • c23248c564 PhysWorld2D: Fix possible stack overflow when using wildcard collision handler Lynix 2019-06-16 15:40:24 +02:00
  • 6e7fd326db SDK/BaseWidget: Fix possible crash when disabling background Lynix 2019-06-13 19:06:09 +02:00