raze/source/games/exhumed/src
2022-12-11 19:44:01 +01:00
..
2d.cpp - transitioned all tileLeftOffset and tileTopOffset calls to use the texture manager. 2022-12-11 19:44:01 +01:00
aistuff.h - BuildAnim in Exhumed 2022-10-30 16:51:28 +01:00
anims.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
anubis.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
bubbles.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
bullet.cpp - renamed walltype::picnum to wallpicnum for easier searching. 2022-12-11 19:43:58 +01:00
cd.cpp - Exhumed: use the loop flag when starting music. 2022-01-04 12:42:45 +01:00
cheats.cpp - function separators. 2022-10-18 19:01:44 +02:00
d_menu.cpp - function separators. 2022-10-18 19:01:44 +02:00
engine.h - use a lower value range for the xy factor in movespritevel. 2022-10-18 19:01:45 +02:00
enginesubs.cpp - renamed walltype::picnum to wallpicnum for easier searching. 2022-12-11 19:43:58 +01:00
exhumed.cpp - rewrote the tile pixel cache to work on texture IDs instead of tile IDs. 2022-12-11 19:44:00 +01:00
exhumed.h - initialize all special tiles to their intended type before starting the game. 2022-12-11 19:43:58 +01:00
exhumedactor.h - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
fish.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
freelistarray.h - clear some data on init. 2021-12-26 23:09:59 +01:00
gameloop.cpp - Tidy up modern crosshair/weapon offset drawers. 2022-12-11 18:41:59 +01:00
grenade.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
gun.cpp - Exhumed: Remove all remaining angle wrapper usage. 2022-12-11 18:42:00 +01:00
init.cpp - Implement new scaled angle change setup and remove enforcement of synchronised input. 2022-12-11 19:43:55 +01:00
input.cpp - Separate pitch/yaw key input into separate functions and apply from the ticker. 2022-12-11 19:43:56 +01:00
input.h - floatified player input velocity. 2022-10-18 19:01:45 +02:00
items.cpp - silenced lots of warnings for deliberate type conversions. 2022-10-30 16:51:35 +01:00
lavadude.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
light.cpp - function separators. 2022-10-18 19:01:44 +02:00
lighting.cpp - wrap a few more accesses to picnum variables 2022-12-11 19:44:00 +01:00
lion.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
map.cpp - Remove all remaining legacy wrappers. 2022-12-11 18:42:00 +01:00
menu.cpp - rewrote the tile pixel cache to work on texture IDs instead of tile IDs. 2022-12-11 19:44:00 +01:00
move.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
movie.cpp - function separators. 2022-10-18 19:01:44 +02:00
mummy.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
namelist.h - Exhumed alt hud. 2022-10-30 16:51:38 +01:00
names.h - ported Exhumed's status bar. 2021-05-15 10:25:38 +02:00
object.cpp - renamed walltype::picnum to wallpicnum for easier searching. 2022-12-11 19:43:58 +01:00
osdcmds.cpp - Exhumed: Remove all remaining angle wrapper usage. 2022-12-11 18:42:00 +01:00
player.cpp - rewrote the tile pixel cache to work on texture IDs instead of tile IDs. 2022-12-11 19:44:00 +01:00
player.h - Merge PlayerHorizon and PlayerAngle structs into PlayerAngles struct. 2022-12-11 18:41:56 +01:00
queen.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
ra.cpp - unwrapped SetScale as well. 2022-10-30 16:51:33 +01:00
ramses.cpp - rewrote the tile pixel cache to work on texture IDs instead of tile IDs. 2022-12-11 19:44:00 +01:00
random.cpp - use mapangle in more places, mainly constants and random values using special formula 2022-10-18 19:01:45 +02:00
rat.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
rex.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
roach.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
runlist.cpp - renamed walltype::picnum to wallpicnum for easier searching. 2022-12-11 19:43:58 +01:00
save.cpp - function separators. 2022-10-18 19:01:44 +02:00
scorp.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
sequence.cpp - Exhumed: Remove all remaining angle wrapper usage. 2022-12-11 18:42:00 +01:00
sequence.h - Make legacy weapon drawers in PlayerAngles local to Redneck code, they will eventually go. 2022-12-11 18:42:00 +01:00
set.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
snake.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
sound.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
sound.h - Exhumed: clean up PlayFXAtXYZ interface and its global variable abuse 2022-10-08 19:28:43 +02:00
spider.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00
status.cpp - added episode and total episode time display to alt HUD 2022-10-30 16:51:40 +01:00
status.h - Exhumed: made the status bar independent of static global state. 2021-05-15 10:25:38 +02:00
switch.cpp - eliminated firstWall as well. 2022-11-15 15:44:33 +01:00
view.cpp - Implement new scaled angle change setup and remove enforcement of synchronised input. 2022-12-11 19:43:55 +01:00
view.h - function separators. 2022-10-18 19:01:44 +02:00
wasp.cpp - Change spritetypebase::angle to a DRotator named Angles. 2022-12-11 18:41:52 +01:00