vkdoom_m/src/thingdef
Randy Heit 133350fb9c - Fixed AInventory::PickupFlash setting with GCC.
- Fixed: The MusicVolumes list was allocated with M_Malloc but freed with
  delete.
- Fixed: demobuffer was inconsistantly handled with new[]/delete[] and
  malloc/free.
- Added used memory tracking to M_Malloc() and M_Realloc(). This
  necessitated the addition of an M_Free() call to track frees.
- Removed M_Calloc since it was only used in one place, and can just as well
  be done with an M_Malloc/memset pair.
- Bumped DEMOGAMEVERSION for the new net controller codes.


SVN r751 (trunk)
2008-02-17 02:40:03 +00:00
..
olddecorations.cpp - Fixed: The render style table for old decorations was missing STYLE_Stencil so 2008-01-31 21:00:34 +00:00
thingdef.cpp - Added customizable pickup flash. 2008-02-16 10:23:12 +00:00
thingdef.h - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
thingdef_codeptr.cpp - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
thingdef_exp.cpp - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
thingdef_main.cpp - Updated lempar.c to v1.31. 2008-01-25 23:57:44 +00:00
thingdef_properties.cpp - Fixed AInventory::PickupFlash setting with GCC. 2008-02-17 02:40:03 +00:00
thingdef_specials.gperf - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef_specials.h - Fixed: deadthings.txt contained a superfluous ';' which created parsing errors 2007-05-28 14:46:49 +00:00
thingdef_states.cpp - Fixed AInventory::PickupFlash setting with GCC. 2008-02-17 02:40:03 +00:00