raze/source/games/sw/src
2021-12-30 11:48:10 +01:00
..
_polymost.cpp - SW: moved some Polymost hack stuff to its proper place. 2021-12-30 09:58:46 +01:00
actor.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
ai.cpp - SW: Replace TEST\(([\w\-\>.()\[\]]+),\s?([\w\_\|\s]+)\) with ($1 & ($2)). 2021-12-30 09:58:45 +01:00
ai.h SW de-shortification 2021-12-25 21:28:53 +01:00
ambient.h - SW: Replace all uses of NULL with nullptr. 2021-07-10 22:25:18 +10:00
bots.h SW de-shortification 2021-12-25 21:28:53 +01:00
break.cpp - SW: Remove OFF pre-processor define. 2021-12-30 09:58:45 +01:00
break.h - WallBreakPosition 2021-12-26 23:08:48 +01:00
bunny.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
cache.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
cheats.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
colormap.cpp - SW: Tidy up function declarations where return type was on its own line. 2021-12-26 23:10:05 +01:00
conpic.h - InitShell / SpawnShell 2021-11-29 00:55:21 +01:00
coolg.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
coolie.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
copysect.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
d_menu.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
damage.h - SW: game.h cleanup 2021-12-30 09:58:13 +01:00
digi.h - SW: Replace all uses of NULL with nullptr. 2021-07-10 22:25:18 +10:00
draw.cpp - partial replacement of tspriteptr_t. 2021-12-30 11:48:10 +01:00
eel.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
game.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
game.h - SW: Remove unused PLAYERstruct variable turn180_target that was deprecated with 7bf1cacc7f. 2021-12-30 20:46:36 +11:00
girlninj.cpp - SW: Replace !TEST\(([\w\-\>.()\[\]]+),\s?([\w\_\|\s]+)\) with !($1 & ($2)) 2021-12-30 09:58:45 +01:00
goro.cpp - more TEST() replacements. 2021-12-30 09:58:13 +01:00
hornet.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
input.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
interpso.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
interpso.h - proper actor handling in all of SOP interpolation 2021-11-29 00:55:28 +01:00
inv.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
inv.h - scriptified SW's status bar. 2021-05-16 09:34:08 +02:00
jsector.cpp - partial replacement of tspriteptr_t. 2021-12-30 11:48:10 +01:00
jsector.h - partial replacement of tspriteptr_t. 2021-12-30 11:48:10 +01:00
jtags.h - project cleanup 2021-01-10 20:31:32 +01:00
jweapon.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
lava.cpp - more TEST() replacements. 2021-12-30 09:58:13 +01:00
light.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
light.h - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
lists.h - fixed most warnings GCC pointed out in game code. 2021-11-29 00:55:29 +01:00
mclip.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
mclip.h - adapted several clipmove calls in SW. 2021-12-26 23:09:40 +01:00
menus.cpp - SW: renamed all unsigned chars to uint8_t 2021-11-29 00:55:43 +01:00
menus.h - removed the multiplayer scoreboard screens. 2021-05-27 13:33:54 +02:00
misc.h - deal with SW's Warp functions. 2021-12-26 23:09:41 +01:00
miscactr.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
morph.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
namelist.h - fixed SW status bar. 2021-05-16 10:25:56 +02:00
names.h - project cleanup 2021-01-10 20:31:32 +01:00
names2.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
network.cpp - deleted PLAYER::Actor() 2021-12-30 09:58:06 +01:00
network.h - project cleanup 2021-01-10 20:31:32 +01:00
ninja.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
osdcmds.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
pal.h - cache, cheats, colormap and enums. 2021-11-29 00:55:16 +01:00
panel.cpp - SW: Use BIT() inline in a few places that were changed in "- SW: Replace the last few remaining TEST() macro uses and remove from mytypes.h." 2021-12-30 20:14:01 +11:00
panel.h - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
parent.h - removed all parental lock garbage from SW. 2021-04-22 00:03:15 +02:00
player.cpp - SW: Remove unused PLAYERstruct variable turn180_target that was deprecated with 7bf1cacc7f. 2021-12-30 20:46:36 +11:00
player.h - deleted all leftover SPRITEp stuff. 2021-12-30 09:58:04 +01:00
predict.cpp - SW: game.h cleanup 2021-12-30 09:58:13 +01:00
quake.cpp - added vector variants of FindDistance2D and FindDistance3D 2021-12-30 09:58:07 +01:00
ripper.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
ripper2.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
rooms.cpp - SW: moved some Polymost hack stuff to its proper place. 2021-12-30 09:58:46 +01:00
rotator.cpp - one third of TEST(). 2021-12-30 09:58:13 +01:00
save.cpp - SW: Remove unused PLAYERstruct variable turn180_target that was deprecated with 7bf1cacc7f. 2021-12-30 20:46:36 +11:00
saveable.cpp - SW: fixed some savegame issues: 2021-12-26 23:10:07 +01:00
saveable.h - removed all #include "compat.h" except the one in build.h 2021-12-14 12:24:10 +01:00
sbar.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
scrip2.cpp - got rid of the MAX... constants and adjusted all places still using them. 2021-12-26 23:10:02 +01:00
sector.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
sector.h - quake.cpp plus SP_TAG13/14 cleanup 2021-12-30 09:57:39 +01:00
serp.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
skel.cpp - more TEST() replacements. 2021-12-30 09:58:13 +01:00
skull.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
slidor.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00
sounds.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
sounds.h - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
spike.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
sprite.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
sprite.h - merged SpawnActor wrapper. 2021-12-26 23:08:50 +01:00
stag.h - project cleanup 2021-01-10 20:31:32 +01:00
sumo.cpp - SW: Remove ON pre-processor define and eliminate mytypes.h. 2021-12-30 09:58:46 +01:00
swactor.h - deleted ClearContent functions from actor classes. 2021-12-30 09:58:47 +01:00
tags.h - WallSetup + SpriteSetup 2021-12-26 23:08:44 +01:00
text.cpp - moved all font setup out of the C++ code. 2021-05-31 21:20:31 +02:00
track.cpp - SW: Replace PLAYERstruct RevolveY with Revolve.Y calls. 2021-12-30 20:41:27 +11:00
vator.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
vis.cpp - the remaining RESET() calls. 2021-12-30 09:58:12 +01:00
wallmove.cpp - SW: Replace USER sy with pos.Y calls. 2021-12-30 20:31:09 +11:00
warp.cpp - SW: Replace !TEST\(([\w\-\>.()\[\]]+),\s?(\w+)\) with !($1 & $2). 2021-12-30 09:58:44 +01:00
weapon.cpp - SW: Replace USER sz with pos.Z calls. 2021-12-30 20:40:29 +11:00
weapon.h - more macros in weapons.cpp converted into functions. 2021-12-30 09:57:40 +01:00
zilla.cpp - more TEST() replacements. 2021-12-30 09:58:13 +01:00
zombie.cpp - SW: Replace TEST\(([\w\-\>.()]+),\s?(\w+)\) with ($1 & $2). 2021-12-30 09:58:45 +01:00