gzdoom/src/g_statusbar
alexey.lysiuk d99aeb0895 - fixed potential crash when drawing status bar log
src/g_statusbar/shared_sbar.cpp:1133:34: warning: comparison of integers of different signs: 'unsigned int' and 'int'
[-Wsign-compare]
2018-11-01 13:37:11 +02:00
..
sbar.h - use a saner data structure to store the BrokenLines. 2018-10-31 19:13:54 +01:00
sbar_mugshot.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
sbarinfo.cpp - added extra validation for status bar classes 2018-06-29 13:47:06 +03:00
sbarinfo.h - added a 'protrusion' property to SBARINFO so that the map name display can properly be handled here as well. Until now it was only working for scripted status bars. 2017-05-05 19:32:37 +02:00
sbarinfo_commands.cpp - use a saner data structure to store the BrokenLines. 2018-10-31 19:13:54 +01:00
shared_sbar.cpp - fixed potential crash when drawing status bar log 2018-11-01 13:37:11 +02:00