summaryrefslogtreecommitdiff
path: root/src/drawscene.cpp
Commit message (Collapse)AuthorAge
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-01
|
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-18
|
* Make hud use fontengine toosapier2014-11-30
| | | | | Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
* Implement proper font handlingsapier2014-11-30
|
* Fix totally messed up 3d modes interlaced/topbottom/sidebysidesapier2014-09-25
|
* Added configurable selectionbox width. Min width = 1, Max = 5TriBlade92014-09-19
|
* Fix only one texture being updated on window resize breaking sidebyside and ↵sapier2014-08-29
| | | | topbottom 3d modes
* Fix interlaced 3d mode second image being flipped on compiling against ↵sapier2014-08-29
| | | | irrlicht >= 1.8
* Add support for Android 2.3+sapier2014-06-29
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* Fix HUD not visible if below ground blacked outsapier2014-06-12
|
* Fix misplaced selection box in some situationssapier2014-05-26
|
* Fix disable hud disabling drawing of full guisapier2014-05-24
|
* Add support for interlaced polarized 3d screenssapier2014-05-18
Add (experimental) support for topbottom as well as sidebyside 3d mode