Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-03 | fix: some code tidy about includes & irr namespaces | Loic Blot | |
2021-05-03 | refacto: don't use RenderingEngine singleton on CAO | Loic Blot | |
* we don't need on CAO side more than SceneManager, and temporary. Pass only required SceneManager as a parameter to build CAO and add them to the current scene * Use temporary the RenderingEngine singleton from ClientEnvironment, waitfor for better solution * Make ClientActiveObject::addToScene virtual function mandatory to be defined by children to ensure we don't forget to properly define it | |||
2018-12-13 | Add an activeobject manager to hold active objects (#7939) | Loïc Blot | |
* Add an activeobject manager to hold active objects * Add unittests |