aboutsummaryrefslogtreecommitdiff
path: root/src/drawscene.cpp
AgeCommit message (Collapse)Author
2016-02-18Move object nametags to cameraRealBadAngel
2016-02-08Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel
2016-01-09New 3D Mode: PageflipDalai Felinto
The pageflip mode requires a stereo quadbuffer, and a modern graphic card. Patch tested with NVidia 3D Vision. The mini-map is not drawn, but that's what is done for topbottom and sidebyside modes as well. Also most of the time the user would prefer the HUD to be off. That's for the user to decide though, and toggle it manually. Finally, the interocular distance (aka eye separation) is twice as much as the "3d_paralax_strength" settings. I find this a strange design decision. I didn't want to chance this though, since it's how the other 3d modes interpret this settings.
2015-06-27Add minimap featureRealBadAngel
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
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
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2014-11-30Make hud use fontengine toosapier
Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
2014-11-30Implement proper font handlingsapier
2014-09-25Fix totally messed up 3d modes interlaced/topbottom/sidebysidesapier
2014-09-19Added configurable selectionbox width. Min width = 1, Max = 5TriBlade9
2014-08-29Fix only one texture being updated on window resize breaking sidebyside and ↵sapier
topbottom 3d modes
2014-08-29Fix interlaced 3d mode second image being flipped on compiling against ↵sapier
irrlicht >= 1.8
2014-06-29Add support for Android 2.3+sapier
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!
2014-06-12Fix HUD not visible if below ground blacked outsapier
2014-05-26Fix misplaced selection box in some situationssapier
2014-05-24Fix disable hud disabling drawing of full guisapier
2014-05-18Add support for interlaced polarized 3d screenssapier
Add (experimental) support for topbottom as well as sidebyside 3d mode