raze/source/games/duke/src
2021-05-02 01:01:30 +02:00
..
2d_d.cpp - most of the summary screen is working 2021-04-30 20:08:33 +02:00
2d_r.cpp - most of the summary screen is working 2021-04-30 20:08:33 +02:00
actors.cpp - When keeping around a dummy sprite, make sure that the engine's utilities cannot find it anymore. 2021-04-17 09:37:38 +02:00
actors_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
actors_lava.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
actors_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
animatesprites_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
animatesprites_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
bowling.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
ccmds.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
cheats.cpp - added MAPINFO parser, based on GZDoom's. 2021-05-01 22:52:28 +02:00
concmd.h - tabification of new sources and replacement of the CON instruction symbols. 2020-06-21 22:55:09 +02:00
condef.h - added the remaining CON features from EDuke 2.x 2020-09-17 23:06:54 +02:00
conlabel.h - Duke: added missing include guard to conlabel.h. 2020-10-11 14:30:42 +02:00
conlabeldef.h - Blood/Duke/RR/SW: Unify the player's horizon function. 2020-09-20 20:01:36 +10:00
constants.h - Duke/RR: Don't delete master switch sprites. 2021-04-04 13:01:32 +02:00
d_menu.cpp - use the volumes to find the starting maps for the menu and the clusters for the cutscenes. 2021-05-02 01:01:30 +02:00
dispatch.cpp - most of the summary screen is working 2021-04-30 20:08:33 +02:00
duke3d.h - most of the summary screen is working 2021-04-30 20:08:33 +02:00
dukeactor.h - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
flags_d.cpp - ported the TitleScreen class. 2021-04-30 20:08:23 +02:00
flags_r.cpp - ported the TitleScreen class. 2021-04-30 20:08:23 +02:00
funct.h - most of the summary screen is working 2021-04-30 20:08:33 +02:00
game.cpp - added the data structures to hold the cutscene data. 2021-04-30 20:08:31 +02:00
game_misc.cpp - most of the summary screen is working 2021-04-30 20:08:33 +02:00
gamedef.cpp - migrated volumes to the new storage. 2021-05-02 00:35:56 +02:00
gameexec.cpp - removed script access to variables that no longer contain what they once did. 2021-05-01 23:08:51 +02:00
gameloop.cpp - hooked up SW's intermission handling. 2021-04-30 20:08:36 +02:00
gamevar.cpp - removed script access to variables that no longer contain what they once did. 2021-05-01 23:08:51 +02:00
gamevar.h - use an actor pointer in Get/SetGameVarID's parameters to weed out the ordering screwups. 2020-11-03 19:21:43 +01:00
global.cpp - Blood, Duke & SW: Create new backend chasecam function and replace game-specific versions with it. 2021-02-18 21:47:37 +11:00
global.h - Blood, Duke & SW: Create new backend chasecam function and replace game-specific versions with it. 2021-02-18 21:47:37 +11:00
hudweapon_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
hudweapon_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
inlines.h - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
input.cpp - Duke: Fix bad vehicle speed clamp change from e79c6bacd3. 2021-04-19 19:33:13 +10:00
namelist_d.h - redid Duke cutscene code to use functions, not classes as exports and added the missing screens. 2021-04-30 20:08:31 +02:00
namelist_r.h - RR summary screen 2021-04-30 20:08:29 +02:00
names.h - ported the TitleScreen class. 2021-04-30 20:08:23 +02:00
names_d.h - added texture aliases so that tiles can given real names in the texture manager. 2020-10-06 19:26:22 +02:00
names_r.h - added texture aliases so that tiles can given real names in the texture manager. 2020-10-06 19:26:22 +02:00
noise.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
player.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
player_d.cpp - Remove max ammo fudging for when showing the magazine amount for Duke since it overrides ammo maximums set from CON. 2021-04-26 12:35:07 +10:00
player_r.cpp - added MAPINFO parser, based on GZDoom's. 2021-05-01 22:52:28 +02:00
player_w.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
prediction.cpp - Amalgamate ksgn and sgn into Sgn in cmdlib.h, and remove pragmas.h. 2021-01-05 07:31:37 +11:00
prediction.h - gamecontrol: Initial setup of PlayerAngle struct and deployment within Duke. 2020-10-07 23:13:29 +11:00
premap.cpp - minor cleanup. 2021-05-01 23:09:24 +02:00
premap_d.cpp - forgot to save these. 2021-04-30 20:08:35 +02:00
premap_r.cpp - added MAPINFO parser, based on GZDoom's. 2021-05-01 22:52:28 +02:00
render.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
savegame.cpp - Duke: Add resurrected flag to handle resurrection via cheating or when pissing in RR. 2021-04-15 18:00:58 +10:00
sbar.cpp - fix inventory selector positioning in WW2GI. 2021-01-30 23:51:50 +01:00
sbar.h - Duke: use original colors for inventory status display. 2020-11-11 11:49:05 +01:00
sbar_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
sbar_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
sectors.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
sectors_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
sectors_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
soundefs.h - constant cleanup. 2020-07-06 13:26:26 +02:00
sounds.cpp - RR summary screen 2021-04-30 20:08:29 +02:00
sounds.h - Cutscene support in Blood. 2021-04-30 20:08:34 +02:00
spawn.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
spawn_d.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
spawn_r.cpp - made DukeActor::s a pointer. 2021-04-15 19:21:43 +02:00
types.h - minor cleanup. 2021-05-01 23:09:24 +02:00