raze/source/games/duke/src
2024-01-05 20:59:28 +11:00
..
actors.cpp - Fix all GCC warnings in the game-side code. 2023-12-05 22:39:23 +01:00
actors_d.cpp converted files to UTF-8 2024-01-04 18:29:28 +01:00
actors_lava.cpp - Duke: Clean up player/actor accesses in actors_lava.cpp. 2023-12-05 22:39:10 +01:00
actors_r.cpp - Duke: Manual sweep for last replacements of player index for pointer. 2023-12-05 22:39:21 +01:00
animatesprites.cpp Duke: remove setting the xflip flag for sprites rendered in a mirror 2023-12-05 22:40:59 +01:00
animatesprites_d.cpp - Fix all GCC warnings in the game-side code. 2023-12-05 22:39:23 +01:00
animatesprites_r.cpp - Fix all GCC warnings in the game-side code. 2023-12-05 22:39:23 +01: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-12-05 22:39:10 +01:00
cheats.cpp - Duke: Clean up player/actor accesses in cheats.cpp. 2023-12-05 22:39:10 +01: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-12-05 22:40:56 +01:00
dispatch.cpp - Duke: Remove incur_damage() from dispatcher. 2023-12-05 22:40:58 +01:00
duke3d.h - Duke: Remove incur_damage() from dispatcher. 2023-12-05 22:40:58 +01:00
dukeactor.h turn players into DObjects and fix several bugs with bad memory access. 2023-12-05 22:38:34 +01:00
funct.h - Duke: Manual sweep for last replacements of player index for pointer. 2023-12-05 22:39:21 +01:00
game.cpp - Duke: Clean up player/actor accesses in game.cpp. 2023-12-05 22:39:10 +01:00
game_misc.cpp - Duke: Slight cleanup in drawoverlays(). 2023-12-05 22:39:32 +01:00
gamedef.cpp added the remaining needed GetChars calls. 2023-12-05 22:39:27 +01:00
gameexec.cpp - Duke: Use checkp() in ParseState::parse() to remove some duplicated code. 2023-12-05 22:40:57 +01:00
gameloop.cpp - Move DCorePlayer::resetCameraAngles() call from each game into GameInput::getInput(). 2024-01-05 20:59:28 +11:00
gamevar.cpp replace sprintf with snprintf. 2023-12-05 22:39:27 +01:00
gamevar.h - Duke: Convert all the aplWeapon* crap to work on player pointers. 2023-12-05 22:39:14 +01: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-12-05 22:39:30 +01:00
hudweapon_r.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01:00
inlines.h - Duke: Remove casts from setting RR vehicle velocities and consolidate setup into an inline. 2023-12-05 22:39:24 +01:00
input.cpp - Move gi->getCrouchState() into DCorePlayer. 2023-12-05 22:39:33 +01: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-12-05 22:39:15 +01:00
player.cpp fixed autoaiming. 2023-12-30 09:07:32 +01:00
player_d.cpp - Rename DCorePlayer::StrafeVel to DCorePlayer::RollVel as it better matches its usage. 2024-01-05 20:59:28 +11:00
player_r.cpp - Rename DCorePlayer::StrafeVel to DCorePlayer::RollVel as it better matches its usage. 2024-01-05 20:59:28 +11:00
player_w.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01:00
prediction.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01: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-12-05 22:39:30 +01:00
premap_d.cpp - Fix all GCC warnings in the game-side code. 2023-12-05 22:39:23 +01:00
premap_r.cpp - Fix all GCC warnings in the game-side code. 2023-12-05 22:39:23 +01:00
render.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01:00
savegame.cpp - Duke: Clean up player/actor accesses in findplayer utilities. 2023-12-05 22:39:20 +01:00
sbar.cpp retrieve time in fillSummary. 2023-10-01 12:10:56 +02:00
sectors.cpp Duke: fixed breakable ceilings. 2023-12-05 22:39:30 +01:00
sectors_d.cpp - Duke: Remove a few remaining triple negations missed in 7498be6f5d. 2023-12-05 22:40:57 +01:00
sectors_r.cpp RR: fixed secret trigger reporting. 2023-12-06 21:02:55 +01: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-12-05 22:39:27 +01: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-12-05 22:39:33 +01:00
vmexports.cpp - Move PlayerAngles class directly into DCorePlayer. 2023-12-05 22:39:30 +01:00