gzdoom/src/thingdef
Randy Heit 6e83d231fe - The co-op summary screen now has a totals row at the bottom (if it fits).
- Changed WI_drawPercent() when wi_percents is false so that the total
  display is optional, and it formats it like Heretic's intermission, with
  a slash and a fixed-width right column.
- Font is no longer a property of the screen object. Pass the font to
  DrawText and DrawChar directly instead.
- Doom's intermission characters are now collected together as a font
  so they can be colorized.


SVN r1294 (trunk)
2008-11-27 17:43:36 +00:00
..
olddecorations.cpp - Added native variables to expression evaluator and replaced the previous 2008-10-19 21:43:36 +00:00
thingdef.cpp - Added NULL checks to all places where class names are passed as DECORATE 2008-10-25 17:38:00 +00:00
thingdef.h - Added NULL checks to all places where class names are passed as DECORATE 2008-10-25 17:38:00 +00:00
thingdef_codeptr.cpp - The co-op summary screen now has a totals row at the bottom (if it fits). 2008-11-27 17:43:36 +00:00
thingdef_data.cpp - Made sdl/i_system.cpp:I_GetTimePolled() functionally equivalent to the 2008-11-09 05:50:54 +00:00
thingdef_exp.cpp - Added NULL checks to all places where class names are passed as DECORATE 2008-10-25 17:38:00 +00:00
thingdef_exp.h - Added NULL checks to all places where class names are passed as DECORATE 2008-10-25 17:38:00 +00:00
thingdef_expression.cpp - Made sdl/i_system.cpp:I_GetTimePolled() functionally equivalent to the 2008-11-09 05:50:54 +00:00
thingdef_parse.cpp - Added NULL checks to all places where class names are passed as DECORATE 2008-10-25 17:38:00 +00:00
thingdef_properties.cpp - Added native variables to expression evaluator and replaced the previous 2008-10-19 21:43:36 +00:00
thingdef_states.cpp - Fixed: The state parser counted one parameter too many for a varargs function. 2008-10-28 18:10:02 +00:00
thingdef_type.h - Made sdl/i_system.cpp:I_GetTimePolled() functionally equivalent to the 2008-11-09 05:50:54 +00:00