minetest/src/client
Loïc Blot b3a36f7378 Isolate irrlicht references and use a singleton (#6041)
* Add Device3D class which will contain IrrlichtDevice interface

move getSupportedVideoDrivers to Device3D

Add Device3D singleton & use it in various places

Rename Device3D to Rendering engine & add helper functions to various device pointers

More singleton work

RenderingEngine owns draw_load_screen

move draw functions to RenderingEngine

Reduce IrrlichtDevice exposure and guienvironment

RenderingEngine: Expose get_timer_time() to remove device from guiEngine

Make irrlichtdevice & scene manager less exposed

* Code style fixes

* Move porting::getVideoDriverName, getVideoDriverFriendlyName, getDisplayDensity, getDisplaySize to RenderingEngine

Fix XORG_USED macro -> RenderingEngine + create_engine_device from RenderingEngine constructor directly

* enum paralax => enum parallax
2017-06-26 20:11:17 +02:00
..
CMakeLists.txt Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
clientlauncher.cpp Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
clientlauncher.h Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
inputhandler.cpp Move KeyList & InputHandler from game.h to client/inputhandler.h (#5752) 2017-05-13 11:05:16 +02:00
inputhandler.h Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
joystick_controller.cpp C++11 cleanup on constructors dir client (#6012) 2017-06-21 08:04:45 +02:00
joystick_controller.h C++11 cleanup on constructors dir client (#6012) 2017-06-21 08:04:45 +02:00
keys.h Autorun: Change to 'autoforward' (#5926) 2017-06-08 09:57:00 +02:00
renderingengine.cpp Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
renderingengine.h Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
tile.cpp Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00
tile.h Isolate irrlicht references and use a singleton (#6041) 2017-06-26 20:11:17 +02:00