Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rework drawtime and related timekeeping code to use microseconds | sfan5 | 2022-01-27 |
| | |||
* | refacto: RenderingEngine is now better hidden | Loic Blot | 2021-05-03 |
| | | | | | | | | | | * No more access to the singleton instance from everywhere (RenderingEngine::get_instance dropped) * RenderingEngine::get_timer_time is now non static * RenderingEngine::draw_menu_scene is now non static * RenderingEngine::draw_scene is now non static * RenderingEngine::{initialize,finalize} are now non static * RenderingEngine::run is now non static * RenderingEngine::getWindowSize now have a static helper. It was mandatory to hide the global get_instance access | ||
* | Cleanup ClientLauncher structure (#10160) | SmallJoker | 2020-07-14 |
| | | | Remove duplicated variables and unify the startup data into a new (inherited) struct. | ||
* | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | 2018-11-28 |
Update Android.mk Remove 'src/client' from include_directories |