raze/source/games/duke/src
2023-11-12 08:42:25 +11:00
..
actors.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
actors_d.cpp - Duke: Manual sweep for last replacements of player index for pointer. 2023-10-04 12:00:04 +11:00
actors_lava.cpp - Duke: Clean up player/actor accesses in actors_lava.cpp. 2023-10-03 23:07:42 +11:00
actors_r.cpp - Duke: Manual sweep for last replacements of player index for pointer. 2023-10-04 12:00:04 +11:00
animatesprites.cpp - Duke: Manual sweep for last replacements of GetActor() calls for stack pointer. 2023-10-04 12:13:42 +11:00
animatesprites_d.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
animatesprites_r.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
bowling.cpp - got rid of the last tilenum uses in Duke. 2023-04-29 09:54:15 +02:00
ccmds.cpp - Duke: Remove unused angle rotation from ccmds(). 2023-10-03 23:07:42 +11:00
cheats.cpp - Duke: Clean up player/actor accesses in cheats.cpp. 2023-10-03 23:07:42 +11:00
classnames.h - RR: spawn the correct player class. 2023-05-30 00:11:49 +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 - Duke: Add CON support for Duke Nukem 3D 1.1 Shareware. 2022-05-29 10:34:33 +10:00
conlabel.h - Duke: added missing include guard to conlabel.h. 2020-10-11 14:30:42 +02:00
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 - Duke: fixed the explosion's lighting hackery. 2023-09-10 20:42:26 +02:00
d_menu.cpp migrate to FTranslationID support 2023-11-09 23:19:48 +01:00
dispatch.cpp - Duke: Remove incur_damage() from dispatcher. 2023-11-10 12:00:50 +11:00
duke3d.h - Duke: Remove incur_damage() from dispatcher. 2023-11-10 12:00:50 +11:00
dukeactor.h turn players into DObjects and fix several bugs with bad memory access. 2023-10-02 21:03:59 +02:00
funct.h - Duke: Manual sweep for last replacements of player index for pointer. 2023-10-04 12:00:04 +11:00
game.cpp - Duke: Clean up player/actor accesses in game.cpp. 2023-10-03 23:07:43 +11:00
game_misc.cpp - Duke: Slight cleanup in drawoverlays(). 2023-11-05 17:38:00 +11:00
gamedef.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
gameexec.cpp - Duke: Use checkp() in ParseState::parse() to remove some duplicated code. 2023-11-10 12:00:50 +11:00
gameloop.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
gamevar.cpp replace sprintf with snprintf. 2023-10-13 23:06:52 +02:00
gamevar.h - Duke: Convert all the aplWeapon* crap to work on player pointers. 2023-10-03 23:07:47 +11:00
global.cpp - Remove all game-side PlayerArray[] objects and store within common code. 2023-10-02 15:43:00 +11:00
global.h - Remove all game-side PlayerArray[] objects and store within common code. 2023-10-02 15:43:00 +11:00
hudweapon_d.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
hudweapon_r.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
inlines.h - Duke: Remove casts from setting RR vehicle velocities and consolidate setup into an inline. 2023-10-04 22:05:03 +11:00
input.cpp - Move gi->getCrouchState() into DCorePlayer. 2023-11-05 17:38:10 +11:00
names.h - got rid of all TILE_* globals, except TILE_CROSSHAIR. 2023-04-23 09:42:28 +02:00
noise.cpp - Duke: Clean up player/actor accesses in noise.cpp. 2023-10-03 23:07:48 +11:00
player.cpp - Duke: Tidy up return setup in checkp(). 2023-11-10 12:00:50 +11:00
player_d.cpp use symbolic constant in two places close to the last commit. 2023-11-11 09:51:30 +01:00
player_r.cpp - Duke: Fix missed symbolic constant from 13d57cdbd6. 2023-11-12 08:42:25 +11:00
player_w.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
prediction.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
prediction.h - Cut over to DAngle from fixedhoriz and remove the latter. 2022-10-25 07:06:55 +02:00
premap.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
premap_d.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
premap_r.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
render.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00
savegame.cpp - Duke: Clean up player/actor accesses in findplayer utilities. 2023-10-04 11:15:22 +11:00
sbar.cpp retrieve time in fillSummary. 2023-10-01 12:10:56 +02:00
sectors.cpp Duke: fixed breakable ceilings. 2023-10-28 10:54:12 +02:00
sectors_d.cpp - Duke: Remove a few remaining triple negations missed in 7498be6f5d. 2023-11-10 12:00:49 +11:00
sectors_r.cpp - Duke: Remove a few remaining triple negations missed in 7498be6f5d. 2023-11-10 12:00:49 +11:00
soundefs.h - moved the 3 health related instructions out of the CON interpreter. 2023-04-07 13:15:06 +02:00
sounds.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
sounds.h - consolidation of sound init code. 2023-05-27 09:12:51 +02:00
spawn.cpp - allocate VMFunction's PrintableName from the ClassDataAllocator arena. 2023-05-27 22:40:47 +02:00
types.h - Clean up some GCC const warnings. 2023-11-05 20:54:17 +11:00
vmexports.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-11-04 19:10:03 +11:00