Revision 7ddc9c2b
Added by danij over 16 years ago
Several improvements to DMU:
- Got rid of the unnecessary complication of runtime aliases for DMU_ property constants in the engine and replaced them instead with compile-time macros in dmu_lib.h
- When a dereference of an object is implicit there is no need for a flag to denote it (e.g. DMU_SECTOR_OF_SUBSECTOR). Instead, just redirect the dereferenced object.
- Revised some of the DMU_ property constant names.
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- plugins
- common
- include
- src
- am_map.c (diff)
- p_mapspec.c (diff)
- p_player.c (diff)
- p_saveg.c (diff)
- p_start.c (diff)
- p_svtexarc.c (diff)
- p_xgline.c (diff)
- p_xgsec.c (diff)
- jdoom
- src
- m_cheat.c (diff)
- p_maputl.c (diff)
- p_mobj.c (diff)
- p_oldsvg.c (diff)
- p_sound.c (diff)
- p_telept.c (diff)
- src
- jdoom64
- jheretic
- src
- m_cheat.c (diff)
- p_maputl.c (diff)
- p_mobj.c (diff)
- p_oldsvg.c (diff)
- p_sound.c (diff)
- p_telept.c (diff)
- src
- jhexen
- wolftc
- common
- plugins