NazaraEngine/src/Nazara
Faymoon 4f6bf30f24 Constraint 2D (#147)
* Rename all Constraint by [name]Constraint3D

* Create Refs and Libraries for Constraint2D

* Remove ref to PhysWorld in Constraints ctors

* Update Constraint2d ctor to have RigiBodies first

* Add New static function for all constraints and fix an oopsie

* Add Contraint Library and remove all library useless aliases

* Add ConstraintComponent2D

* remove useless definition of Constraint2D library

* Fix : getting the world of the constraint before having created it

* Make the GetStaticBody function return a ref

* Remove : Useless AddJoint Fonction and Update CreateJoint function

* Update PhysicsSystem3D because GetStaticBody return now a ref

* Oops

* Having done something with the 3D and i was needing 2D

* Add ConstraintComponent as friend of Collision and PhysicsComponent

* Update all the Get[Static/Rigid]Body function so they return a pointer

* fix the bugs caused by the commit before

* update : CreateConstraint lambda for the nullptr case

* remove the useless  use of const pointer

* Update : CreateConstraint function

* Update ChangeLog.md
2018-01-13 11:03:03 +01:00
..
Audio Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
Core Core/String: Replace implicit operator std::string by ToStd::String 2017-12-14 19:50:06 +01:00
Graphics Graphics/SkyboxBackground: Fix distorsion on skybox 2017-12-01 10:20:00 +01:00
Lua Lua/LuaInstance: Fix movement, for real 2017-12-16 21:21:35 +01:00
Network Network/ENetPeer: Fix indent 2018-01-05 15:39:47 +01:00
Noise Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
Physics2D Constraint 2D (#147) 2018-01-13 11:03:03 +01:00
Physics3D Sdk/PhysicsComponent3D: Fix cloning by preserving physics states 2017-12-13 22:17:50 +01:00
Platform ~ Fix widgets / events not working after the window defocused then focused again (#144) 2017-11-23 00:01:55 +01:00
Renderer Core/String: Replace implicit operator std::string by ToStd::String 2017-12-14 19:50:06 +01:00
Utility Utility/OBJParser: Fix negative offset handling for good 2018-01-07 22:36:39 +01:00