Lynix
|
19f9191815
|
SDK/World: Improve doc
|
2017-05-11 20:14:58 +02:00 |
Lynix
|
1b66948213
|
Merge branch 'entitylist-refactor' of https://github.com/DigitalPulseSoftware/NazaraEngine into entitylist-refactor
|
2017-05-11 20:13:57 +02:00 |
Lynix
|
064ffd2945
|
SDK/EntityList: Improve documentation
|
2017-05-11 19:46:57 +02:00 |
Lynix
|
5211d899dd
|
Merge remote-tracking branch 'refs/remotes/origin/master' into entitylist-refactor
|
2017-04-22 12:59:18 +02:00 |
Lynix
|
ec310b9577
|
Sdk/Entity: Fix removed components sometimes not being removed
|
2017-04-22 12:59:06 +02:00 |
Lynix
|
0708531f6c
|
Sdk/World: Inline GetEntity and KillEntity
|
2017-04-22 12:58:39 +02:00 |
Lynix
|
c06db7d9c5
|
SDK: Fix unit tests
|
2017-04-22 12:58:14 +02:00 |
Lynix
|
c1e9fe7b04
|
Merge remote-tracking branch 'refs/remotes/origin/master' into entitylist-refactor
|
2017-04-21 22:08:13 +02:00 |
Lynix
|
140e52203d
|
Graphics/ForwardRenderQueue: Cleanup a bit
|
2017-04-21 21:48:05 +02:00 |
Lynix
|
33b10989e2
|
Physics2D/PhysWorld2D: Initialize callbacks to nullptr to prevent misuse
|
2017-04-21 21:39:37 +02:00 |
Lynix
|
4f6706284e
|
Sdk/World: Fix entity block handling
|
2017-04-21 21:27:27 +02:00 |
Lynix
|
3c99782643
|
Sdk/EntityList: Fix empty() behavior
|
2017-04-21 21:27:07 +02:00 |
Lynix
|
203509f141
|
Sdk/BaseSystem: Reuse EntityList
|
2017-04-21 01:02:46 +02:00 |
Lynix
|
53b92106ff
|
Sdk/World: Fix block pointers
|
2017-04-21 01:02:23 +02:00 |
Lynix
|
48b348135e
|
Refactor EntityList and prevent World to invalidate its own handles between updates
|
2017-04-20 23:42:45 +02:00 |
Gawaboumga
|
eb70453574
|
State machine as a stack (#123)
* State machine as a stack
* Fix comments linked to code review
* I will think to compile, next time
|
2017-04-20 12:30:43 +02:00 |
Santiago Castro
|
0a75bce99d
|
Fix broken Markdown headings (#124)
|
2017-04-18 05:36:28 +02:00 |
Jérôme Leclercq
|
7b4f438065
|
Math/Algorithm: Fix NumberEquals for signed integers
|
2017-04-14 16:53:03 +02:00 |
Jérôme Leclercq
|
ca4a93c4af
|
Fix compilation error on Linux
|
2017-04-05 15:57:54 +02:00 |
Jérôme Leclercq
|
eac2919551
|
Build/Package: Copy .pdb in the bin directory
|
2017-04-05 10:10:42 +02:00 |
Lynix
|
bb272c57f5
|
Lua/LuaInstance: Fix movement
|
2017-03-30 18:43:05 +02:00 |
Lynix
|
5ec913311f
|
Physics2D/PhysWorld2D: Add RegionQuery method
|
2017-03-30 16:32:29 +02:00 |
Lynix
|
6d0314741a
|
Core/ObjectHandle: Fix self-movement case
|
2017-03-25 10:12:01 +01:00 |
Lynix
|
02508fb99d
|
Sdk/BaseComponent: Add GetEntity method
|
2017-03-20 07:49:01 +01:00 |
Lynix
|
9341f7e62a
|
Add Tutorial 02 source code
|
2017-03-13 07:55:54 +01:00 |
Lynix
|
82edb5c7cb
|
Core/Signal: Fix compilation
|
2017-03-10 17:10:11 +01:00 |
Lynix
|
9531edfffc
|
Core/Signal: Fix move behaviour with GCC 4.9 ....
|
2017-03-10 17:07:40 +01:00 |
Lynix
|
4d932e9317
|
PhysWorld2D: Ensure PostStepContainer is move-constructible noexcept
|
2017-03-10 11:36:58 +01:00 |
Lynix
|
353ade3efd
|
Core/Signal: Make movement noexcept
|
2017-03-10 11:36:48 +01:00 |
Lynix
|
ef474fc3a4
|
Physics2D/PhysWorld2D: Fix compilation
|
2017-03-09 18:21:07 +01:00 |
Lynix
|
cdf7c11ef8
|
Fix crash when RigidBody2D is moved while having poststeps
|
2017-03-09 18:20:18 +01:00 |
Jérôme Leclercq
|
4ea43e0b0b
|
Sdk/Entity: Fix problem when moving entities
|
2017-03-08 17:36:13 +01:00 |
Jérôme Leclercq
|
0818a2187b
|
Sdk/Entity: Fix OnDetached being called after OnEntityRemove when destructing
|
2017-03-08 16:32:08 +01:00 |
Jérôme Leclercq
|
9c7b2ed4b8
|
Sdk/World: Fix entity ids being reused before destruction
|
2017-03-08 15:52:59 +01:00 |
Jérôme Leclercq
|
b0d61802b6
|
Network/SocketPoller: Fix documentation
|
2017-03-08 13:17:04 +01:00 |
Jérôme Leclercq
|
43f8f21df6
|
Physics2D/RigidBody2D: Fix SetMass occasionnal crash
|
2017-03-08 13:16:53 +01:00 |
Jérôme Leclercq
|
78d6a69bcb
|
Physics2D/PhysWorld2D: Fix SetMass calls during callbacks
|
2017-03-07 09:36:29 +01:00 |
Jérôme Leclercq
|
ede6dd90b8
|
Physics2D/PhysWorld: Add Raycast queries
|
2017-03-06 14:02:35 +01:00 |
Jérôme Leclercq
|
f88174c8ca
|
Woops again (works this time)
|
2017-03-06 13:20:02 +01:00 |
Jérôme Leclercq
|
8147b0807e
|
Woops
|
2017-03-06 13:16:55 +01:00 |
Jérôme Leclercq
|
d14574151a
|
Build: Add AdditionalCompilationFlags build option
|
2017-03-06 13:11:17 +01:00 |
Lynix
|
3fe54ff777
|
Sdk/Entity: Add OnEntityDestruction callback
|
2017-03-03 17:52:19 +01:00 |
Lynix
|
605e5c2fd0
|
Sdk/BaseComponent: Add OnEntityDestruction callback
Also fixes physics component callbacks (OnContactEnd by example) being
fired while entity is destroyed
|
2017-03-03 17:52:07 +01:00 |
Lynix
|
04f7b40150
|
Physics2D/RigidBody2D: Fix querying
|
2017-03-02 13:07:02 +01:00 |
Lynix
|
a50a822fad
|
Physics2D/PhysWorld2D: Fix NearestBodyQuery
|
2017-03-02 11:22:59 +01:00 |
Lynix
|
834f65c0ae
|
Physics2D/PhysWorld2D: Add optimized NearestBodyQuery
|
2017-03-02 10:34:02 +01:00 |
Jérôme Leclercq
|
5ebf125474
|
Physics2D: Add NearestBodyQuery
|
2017-03-01 17:40:12 +01:00 |
Jérôme Leclercq
|
f22dd81d35
|
Physics2D/RigidBody2D: Add AddImpulse method
|
2017-02-27 16:30:18 +01:00 |
Jérôme Leclercq
|
b4ecf563c1
|
Add pdb to package
|
2017-02-27 16:29:24 +01:00 |
Lynix
|
55d9a22665
|
NDK/BaseWidget: Children widgets are now automatically parented to their parent
|
2017-02-23 00:09:39 +01:00 |