NazaraEngine/SDK/include/NDK/Components
Faymoon 7c5b0df96c Make all component inherits of HandledObject (#185)
* 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

* Add calls to GetPhysWorld to attempt a nullptr value

* update include

* little fix

* add some missing inline

* Fix

* Make all component inherits of HandledObject

* fix: compilation error

* Add Handle alias for all Components

* forgot in last commit
2018-09-08 10:28:25 +02:00
..
CameraComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
CameraComponent.inl Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
CollisionComponent2D.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
CollisionComponent2D.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
CollisionComponent3D.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
CollisionComponent3D.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
ConstraintComponent2D.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
ConstraintComponent2D.inl Remove useless inline 2018-01-13 20:49:47 +01:00
DebugComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
DebugComponent.inl SDK: Add DebugComponent 2018-04-13 22:09:19 +02:00
GraphicsComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
GraphicsComponent.inl Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
LightComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
LightComponent.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
ListenerComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
ListenerComponent.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
NodeComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
NodeComponent.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
ParticleEmitterComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
ParticleEmitterComponent.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
ParticleGroupComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
ParticleGroupComponent.inl Fix assert message error : NodeComponent instead of ParticleEmitterComponent (#156) 2018-01-22 14:22:18 +01:00
PhysicsComponent2D.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
PhysicsComponent2D.inl Fix deprecation warning 2018-08-02 15:43:18 +02:00
PhysicsComponent3D.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
PhysicsComponent3D.inl Merge branch 'master' into physics3d-material 2018-01-17 18:25:57 +01:00
VelocityComponent.hpp Make all component inherits of HandledObject (#185) 2018-09-08 10:28:25 +02:00
VelocityComponent.inl Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00