raze/source/games/duke/src
2021-12-30 20:30:21 +11:00
..
_polymost.cpp - first batch of routing all write access to sectortype::ceilingz and floorz through a function interface. 2021-12-30 09:58:14 +01:00
actors.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
actors_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
actors_lava.cpp - Replace spritetypebase z with pos.Z calls and eliminate spritetypebase pos union. 2021-12-30 09:57:06 +01:00
actors_r.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
animatesprites_d.cpp - renamed DDukeActor::picnum to attackertype. 2021-12-30 09:58:14 +01:00
animatesprites_r.cpp - Duke: Replace player_struct oposz with opos.Z calls. 2021-12-30 09:57:07 +01:00
bowling.cpp - global search & replace of ->s-> with ->spr. 2021-12-30 09:56:56 +01:00
ccmds.cpp - Duke: Replace player_struct oposz with opos.Z calls. 2021-12-30 09:57:07 +01:00
cheats.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
concmd.h
condef.h - tabified two files in Duke that were missed somehow, plus some comment cleanup elsewhere. 2021-11-29 00:53:35 +01:00
conlabel.h
conlabeldef.h - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
constants.h - turning one check in hitradius into a flag. 2021-12-30 09:58:48 +01:00
d_menu.cpp - global search & replace of ->s-> with ->spr. 2021-12-30 09:56:56 +01:00
dispatch.cpp - refactored the owner index in tspritetype. 2021-12-26 23:09:53 +01:00
duke3d.h - use actors instead of sprites in the new renderer's API. 2021-12-30 09:57:15 +01:00
dukeactor.h - Getting rid of DDukeActor::s, part 1. 2021-12-30 09:57:00 +01:00
flags_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
flags_r.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
funct.h - premap_r.cpp + dependencies. 2021-12-30 09:56:59 +01:00
game.cpp - activated the garbage collector 2021-12-26 23:10:00 +01:00
game_misc.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
gamedef.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
gameexec.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
gameloop.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
gamevar.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
gamevar.h - migrated the actors to DObjects. 2021-12-26 23:09:57 +01:00
global.cpp - GC setup for Duke. 2021-12-26 23:09:58 +01:00
global.h - GC setup for Duke. 2021-12-26 23:09:58 +01:00
hudweapon_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
hudweapon_r.cpp - global search & replace of ->s-> with ->spr. 2021-12-30 09:56:56 +01:00
inlines.h - Duke/RR: added fudging to work around aiming randomization issues with the pistol when autoaim is off. 2021-12-30 09:58:10 +01:00
input.cpp - Capitalise vec3_t z variable. 2021-12-30 09:57:03 +01:00
namelist_d.h - engine side preparations for Duke Statusbar scriptification. 2021-05-15 10:44:35 +02:00
namelist_r.h - RR: fixed the bowling lane lights. 2021-06-09 23:53:05 +02:00
names.h - address several warnings reported by GCC 11. 2021-11-29 00:55:29 +01:00
names_d.h
names_r.h
noise.cpp - Replace spritetypebase y with pos.Y calls. 2021-12-30 09:57:05 +01:00
player.cpp - Duke/RR: added fudging to work around aiming randomization issues with the pistol when autoaim is off. 2021-12-30 09:58:10 +01:00
player_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
player_r.cpp - renamed DDukeActor::picnum to attackertype. 2021-12-30 09:58:14 +01:00
player_w.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
prediction.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
prediction.h - Duke/RR: checked the rest of the code for shorts and replaced most local ones with ints. 2021-11-07 16:33:13 +01:00
premap.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
premap_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
premap_r.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
render.cpp - Duke: make camera actors temporarily invisible before rendering a scene. 2021-12-30 09:58:09 +01:00
savegame.cpp - renamed DDukeActor::picnum to attackertype. 2021-12-30 09:58:14 +01:00
sbar.cpp - Capitalise vec2_t y variable. 2021-12-30 09:57:02 +01:00
sectors.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
sectors_d.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
sectors_r.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
soundefs.h
sounds.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
sounds.h - SW/Exhumed fixed sound relinking on actor destruction. 2021-12-30 09:53:10 +01:00
spawn.cpp - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
spawn_d.cpp - first batch of routing all write access to sectortype::ceilingz and floorz through a function interface. 2021-12-30 09:58:14 +01:00
spawn_r.cpp - first batch of routing all write access to sectortype::ceilingz and floorz through a function interface. 2021-12-30 09:58:14 +01:00
types.h - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00