raze/source/games/duke/src
2022-11-15 15:24:17 +01:00
..
actors.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
actors_d.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
actors_lava.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
actors_r.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
animatesprites_d.cpp - scriptified the scraps. 2022-11-15 00:06:21 +01:00
animatesprites_r.cpp - scriptified the scraps. 2022-11-15 00:06:21 +01:00
bowling.cpp - replaced all set_native_clipdist 2022-10-30 16:51:16 +01:00
ccmds.cpp - another bunch of type conversion warnings fixed. 2022-10-30 16:51:35 +01:00
cheats.cpp - removed Scale(), CopyScale() and MultScale wrappers. 2022-10-30 16:51:32 +01: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 - restricted use of gs.firstdebris to the only place where it is really needed. 2022-11-15 08:28:05 +01:00
d_menu.cpp - global search & replace of ->s-> with ->spr. 2021-12-30 09:56:56 +01:00
dispatch.cpp - scriptified the scraps. 2022-11-15 00:06:21 +01:00
duke3d.h - refactored Duke's cactus. 2022-11-15 10:44:06 +01:00
dukeactor.h - added CallOnHit and named spawn. 2022-11-13 10:30:52 +01:00
flags_d.cpp - scriptified the scraps. 2022-11-15 00:06:21 +01:00
flags_r.cpp - scriptified the scraps. 2022-11-15 00:06:21 +01:00
funct.h - wrapped all reads of sectortype::wallnum and renamed all other wallnum variables. 2022-11-15 12:21:21 +01:00
game.cpp - refactored Duke's cactus. 2022-11-15 10:44:06 +01:00
game_misc.cpp - started removing wrappers. ScaleX() and ScaleY() done. 2022-10-30 16:51:31 +01:00
gamedef.cpp - removed int_playerheight 2022-10-22 11:33:14 +02:00
gameexec.cpp - eliminate wall_count. 2022-11-15 14:59:28 +01:00
gameloop.cpp - Duke: Floatify displayrooms() and flatten smoothratio back out to float. 2022-10-16 10:59:04 +02: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 - silenced lots of warnings for deliberate type conversions. 2022-10-30 16:51:35 +01:00
global.cpp - Duke: scriptified the crane 2022-11-13 18:55:32 +01:00
global.h - scriptified the scraps. 2022-11-15 00:06:21 +01:00
hudweapon_d.cpp - Clean up some interpolatedvalue() calls. 2022-11-07 17:52:53 +11:00
hudweapon_r.cpp - started removing wrappers. ScaleX() and ScaleY() done. 2022-10-30 16:51:31 +01:00
inlines.h - flammable actors scriptified. 2022-11-14 16:31:45 +01:00
input.cpp - fixed issues with negative values being passed to sqrt für calculating RRRA's motorcyle and boat. 2022-11-02 13:32:07 +01:00
namelist_d.h - scriptified the scraps. 2022-11-15 00:06:21 +01:00
namelist_r.h - scriptified the scraps. 2022-11-15 00:06:21 +01:00
names.h - scriptified the scraps. 2022-11-15 00:06:21 +01: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 - floatified RR noise code. 2022-10-22 09:34:14 +02:00
player.cpp - Duke: Pitch-adjusted velocity for aim(). 2022-11-06 21:59:06 +11:00
player_d.cpp - implemented cl_weaponswitch for Duke. 2022-11-12 09:34:08 +01:00
player_r.cpp - RR: fixed weapon switching code. 2022-11-13 19:47:10 +01:00
player_w.cpp - implemented cl_weaponswitch for Duke. 2022-11-12 09:34:08 +01:00
prediction.cpp - renamed wallnum and sectnum functions. 2022-11-15 12:03:44 +01:00
prediction.h - Cut over to DAngle from fixedhoriz and remove the latter. 2022-10-25 07:06:55 +02:00
premap.cpp - renamed wallnum and sectnum functions. 2022-11-15 12:03:44 +01:00
premap_d.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
premap_r.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
render.cpp - renamed getzsofslopeptr to calcSlope and removed one redundant inline. 2022-10-30 16:51:40 +01:00
savegame.cpp - wrapped all reads of sectortype::wallnum and renamed all other wallnum variables. 2022-11-15 12:21:21 +01:00
sbar.cpp - added episode and total episode time display to alt HUD 2022-10-30 16:51:40 +01:00
sectors.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
sectors_d.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
sectors_r.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
soundefs.h - constant cleanup. 2020-07-06 13:26:26 +02:00
sounds.cpp - another bunch of type conversion warnings fixed. 2022-10-30 16:51:35 +01:00
sounds.h - floatified Duke's sound frontend 2022-10-22 09:34:14 +02:00
spawn.cpp - eliminated wallsofsector. 2022-11-15 15:24:17 +01:00
spawn_d.cpp - refactored Duke's cactus. 2022-11-15 10:44:06 +01:00
spawn_r.cpp - refactored Duke's cactus. 2022-11-15 10:44:06 +01:00
types.h - made DDukeActor::movflag unsigned. 2022-11-14 19:25:28 +01:00
vmexports.cpp - refactored Duke's cactus. 2022-11-15 10:44:06 +01:00