Revision 04fed50c
Added by danij almost 17 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- engine
- api
- dd_maptypes.h (diff)
- dd_share.h (diff)
- dd_types.h (diff)
- doomsday.def (diff)
- doomsday.h (diff)
- portable
- include
- bsp_edge.h (diff)
- bsp_superblock.h (diff)
- def_data.h (diff)
- edit_map.h (diff)
- mapdata.hs (diff)
- p_bmap.h (diff)
- p_mapdata.h (diff)
- p_maptypes.h (diff)
- p_maputil.h (diff)
- p_particle.h (diff)
- p_polyob.h (diff)
- r_util.h (diff)
- r_world.h (diff)
- rend_fakeradio.h (diff)
- rend_main.h (diff)
- src
- bsp_analyze.c (diff)
- bsp_edge.c (diff)
- bsp_intersection.c (diff)
- bsp_level.c (diff)
- bsp_main.c (diff)
- bsp_node.c (diff)
- bsp_superblock.c (diff)
- cl_oldworld.c (diff)
- cl_sound.c (diff)
- cl_world.c (diff)
- dam_blockmap.c (diff)
- dam_file.c (diff)
- dam_reject.c (diff)
- dd_main.c (diff)
- def_data.c (diff)
- def_main.c (diff)
- def_read.c (diff)
- edit_map.c (diff)
- p_bmap.c (diff)
- p_data.c (diff)
- p_dmu.c (diff)
- p_intercept.c (diff)
- p_maputil.c (diff)
- p_mobj.c (diff)
- p_particle.c (diff)
- p_polyob.c (diff)
- p_sight.c (diff)
- r_data.c (diff)
- r_lgrid.c (diff)
- r_lumobjs.c (diff)
- r_shadow.c (diff)
- r_util.c (diff)
- r_world.c (diff)
- rend_bias.c (diff)
- rend_decor.c (diff)
- rend_fakeradio.c (diff)
- rend_main.c (diff)
- rend_particle.c (diff)
- rend_shadow.c (diff)
- s_environ.c (diff)
- sv_pool.c (diff)
- include
- api
- plugins
- engine
Revised various object/paramater/routine names to be more consistent.
Fixed a memory leak in the DED definition management (line types were not free'd on engine reset/shutdown).
Part 1 of 7