NazaraEngine/tests/SDK/NDK
Faymoon 0a5e9e040d Update PhysicsSystem2D (#179)
* Update

* Add: [Get/Set]AngularDaming for standardization

* Fix: Name error

* Add: [Get/Set][AngularDamping/MomentOfInertia] in PhysicsComponent2D

* Forgot in last commit

* Add: param coordSys in [PhysicsComponent2D/RigidBody2D]::SetMassCenter

* Add: Some forgotten inline

* Fix little error

* Fix: Indentation before case

* Move and Change GetCenterOfGravity

* Rename m_world into m_physWorld

* Rename GetWorld int GetPhysWorld

* Update: PhysicsSystem2D became an interface of PhysWorld2D

* Update Collison/PhysicsComponent because GetWorld was renamed

* Update tests

* Update: Make the interface usable with Entity instead of PhysicsComponent

* Update: Make GetPhysWorld private

* Update PhysicsSystem2D.hpp

* Update: indent

* Remove: useless blank line

* update order(?)

* Update PhysicsSystem2D.hpp
2018-08-07 19:08:01 +02:00
..
Systems Update PhysicsSystem2D (#179) 2018-08-07 19:08:01 +02:00
Application.cpp Fix all unit tests 2016-09-26 13:17:16 +02:00
BaseSystem.cpp Sdk/BaseSystem: Fix udpate with max update rate + unit tests 2017-09-22 21:01:25 +02:00
Component.cpp Disable RTTI everywhere and fix Linux compilation 2016-09-30 14:15:19 +02:00
Entity.cpp Sdk/BaseSystem: Fix udpate with max update rate + unit tests 2017-09-22 21:01:25 +02:00
EntityList.cpp Sdk/BaseSystem: Fix udpate with max update rate + unit tests 2017-09-22 21:01:25 +02:00
EntityOwner.cpp Fix unit test compilation error 2018-02-08 16:31:01 +01:00
StateMachine.cpp Sdk/StateMachine: Fix instantaneous state change 2017-11-19 17:09:56 +01:00
System.cpp Sdk/System: Fix time loss when using max update rate 2018-02-08 11:43:15 +01:00
World.cpp Sdk/Entity: Add IsDying method 2018-07-17 10:51:35 +02:00