Commit Graph

4870 Commits

Author SHA1 Message Date
Lynix 1dbe71474d Utility/Node: Get[Position|Rotation|Scale) now defaults to local space 2019-12-12 09:58:08 +01:00
Lynix bcc10a1ee2 Math/Matrix4: Add Decompose 2019-12-10 09:49:52 +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 ae996ae09d Oopsie 2019-11-09 15:34:25 +01:00
Lynix 57958056d6 Core/Flags: Add Set method 2019-11-09 13:53:29 +01:00
Lynix a4bff0968b Core/Flags: Add Clear methods 2019-11-09 13:37:40 +01:00
Lynix c668d02747 Nazara/Lua: Fix my dumb ass 2019-10-22 14:29:29 +02:00
Lynix dac4f7806a Sdk/Entity: Add DropComponent method 2019-10-21 19:04:55 +02:00
Jérôme Leclercq 9161886cc8 Update Flags.inl 2019-10-15 22:12:31 +02:00
Lynix 9576e2794d Core/Flags: Fix bitfield type selection 2019-10-15 18:09:34 +02:00
Lynix 62023c6af7 Physics2D/RigidBody2D: Fix body type not being copied 2019-10-15 09:34: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 aee9a38f76 Tests/StackVector: Disable max_size() check when using std::vector 2019-09-30 18:41:06 +02:00
Lynix 4e6eda40fb Core/StackVector: Add unit tests 2019-09-30 18:35:24 +02:00
Lynix 7b9dad59fe Oopsie 2019-09-29 16:43:56 +02:00
Lynix 31e6bfe43a Core/Stack[Array|Vector]: Are now default-initializable and movable 2019-09-29 16:41:26 +02:00
Lynix 5fce345b3e Core/StackVector: Fix resize check 2019-09-28 17:36:19 +02:00
Lynix 89243a39b5 Holy shit i'm stupid 2019-09-28 16:55:11 +02:00
Lynix 489e3e0b5e StackVector: Test destruction
Before this commit, only clear() was checked, destructor was not
2019-09-25 16:29:48 +02:00
Lynix 76812510a1 Core/GuillotineBinPack: Prevent heap allocation when calling Insert with multiple rectangles 2019-09-25 16:18:23 +02:00
Lynix acc2c072ba Core/StackVector: Fix erase method (+ add tests) 2019-09-25 16:17:07 +02:00
Lynix 3290c497e7 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-09-25 09:57:13 +02:00
Lynix 7f4145786f Update .gitignore 2019-09-25 09:37:40 +02:00
Lynix 0b5bc8a656 SDK/RichTextAreaWidget: Fix erase/write behaviors 2019-09-25 09:36:57 +02:00
Lynix 3c7addc262 Utility/RichTextDrawer: Fixes block removal not adjusting glyph indexes
+ Add HasBlocks method
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 451b3de69c Utility: RichTextDrawer now works (WIP) 2019-09-25 09:36:57 +02:00
Lynix 6bc99a6d5e Utility/SimpleTextDrawer: Fix reserve 2019-09-25 09:36:57 +02:00
Lynix 5504dd59fb Utility/RichTextDrawer: Update header 2019-09-25 09:36:57 +02:00
Lynix 8013bd5d3b Add current work
Former-commit-id: 7f1e46e484edbbfd120a7a67ea1c36bee460e517
2019-09-25 09:36:57 +02:00
Lynix be8fc9938d Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-09-01 11:15:30 +02:00
Lynix 724972e889 Core/TypeTag: Add Type helper typedef 2019-09-01 11:15:02 +02:00
Jérôme Leclercq dd077d6e7c Merge pull request #317 from Gawaboumga/SpecialFiles
Add special files at root
2019-08-29 18:56:34 +02:00
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
Gawaboumga bec528c4b5 Add special files at root 2019-07-20 10:12:23 +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