This website requires JavaScript.
Explore
Help
Sign in
OrdinaryMagician
/
vkdoom_m
Watch
1
Fork
You've already forked vkdoom_m
0
Code
Activity
19d25b00a3
vkdoom_m
/
src
/
g_statusbar
History
alexey.lysiuk
2e33165edf
Moved freeing of data stored in HUD message objects to OnDestroy() function
...
https://forum.zdoom.org/viewtopic.php?t=57163
2017-07-10 10:41:50 +03:00
..
sbar.h
Moved freeing of data stored in HUD message objects to OnDestroy() function
2017-07-10 10:41:50 +03:00
sbar_mugshot.cpp
- fixed GCC warnings and errors
2017-03-11 19:02:35 +01:00
sbarinfo.cpp
- handle the case where SBARINFO only contains a mugshot definition and fall back to the current statusbarclass if creating an SBARINFO-based statusbar fails.
2017-05-21 12:06:22 +02: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
- moved the VM types into their own file and only include it where really needed.
2017-04-13 01:12:04 +02:00
shared_sbar.cpp
- fixed: The statusbar's MustDrawLog method was called with an incorrect number of parameters.
2017-06-03 19:44:22 +02:00