Physics2D: Add Arbiter2D

This commit is contained in:
Jérôme Leclercq
2018-08-02 15:42:14 +02:00
parent 2f3f02b2fc
commit b92e23fcd6
6 changed files with 183 additions and 8 deletions

View File

@@ -128,6 +128,7 @@ Nazara Engine:
- Added LuaImplQueryArg & LuaImplReplyVal functions for Vector[2|3]<int>
- Fixed bug in ENet implementation causing legit reliable packets to be dropped on sequence number overflow
- Fixed bug where index wouldn't be used in String::FindLast and String::FindWord
- Physics 2D contact callbacks now include an arbiter allowing to query/set parameters about the collision
Nazara Development Kit:
- Added ImageWidget (#139)