gzdoom/src/g_statusbar
alexey.lysiuk bed559f763 Fixed compilation with GCC/Clang
src/g_statusbar/sbar.h:399:23: error: extra qualification on member 'DrawString'
2017-03-27 11:55:17 +03:00
..
sbar.h Fixed compilation with GCC/Clang 2017-03-27 11:55:17 +03:00
sbar_mugshot.cpp - fixed GCC warnings and errors 2017-03-11 19:02:35 +01:00
sbarinfo.cpp - implemented the inventory bar. This object is a bit special because it requires a lot of parameters, most of which are easily set to defaults. To make handling easier, most are passed through a container object which does some processing up front. 2017-03-27 01:02:10 +02:00
sbarinfo.h - let hud_scale act like an override to uiscale, just like con_scale does. 2017-03-25 18:32:47 +01:00
sbarinfo_commands.cpp - moved the BarShader textures into the texture manager so that ZScript can use them. ZScript only knows about TextureIDs, but those require the texture to be handled by the texture manager. 2017-03-27 01:55:47 +02:00
shared_sbar.cpp - implemented the inventory bar. This object is a bit special because it requires a lot of parameters, most of which are easily set to defaults. To make handling easier, most are passed through a container object which does some processing up front. 2017-03-27 01:02:10 +02:00