raze/source/games/exhumed/src
2023-10-13 23:06:52 +02:00
..
2d.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
aistuff.h - Exhumed: A little bit more cleanup. 2023-10-05 14:07:04 +11:00
anims.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
anubis.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
bubbles.cpp - Exhumed: Clean up player accesses in gun.cpp and associated utilities. 2023-10-04 19:28:24 +11:00
bullet.cpp - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
cd.cpp replace sprintf with snprintf. 2023-10-13 23:06:52 +02:00
cheats.cpp - Exhumed: Clean up player accesses in items.cpp and associated utilities. 2023-10-04 19:28:24 +11:00
d_menu.cpp - eliminated half of the remaining tileWidth and tileHeight calls. 2022-12-18 14:45:09 +01:00
engine.h - Exhumed: Remove prototype POSIX targets didn't like. 2023-03-23 21:25:49 +11:00
exhumed.cpp - Move syncinput mechanism into GameInput object. 2023-10-05 13:10:47 +11:00
exhumed.h - Remove GameInput friendships inside PlayerAngles in lieu of a local inline function. 2023-10-04 19:28:25 +11:00
exhumedactor.h - Exhumed: Tidy up DExhumedActor variables for clarity. 2023-04-21 21:13:11 +10:00
fish.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
freelistarray.h - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
gameloop.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
grenade.cpp - Exhumed: Clean up player accesses in grenade code. 2023-10-04 19:28:24 +11:00
gun.cpp - Exhumed: Remove static copy of last yaw input from draw code. 2023-10-05 13:26:38 +11:00
init.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
items.cpp - Exhumed: Clean up player accesses in items.cpp and associated utilities. 2023-10-04 19:28:24 +11:00
lavadude.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
light.cpp - function separators. 2022-10-18 19:01:44 +02:00
lighting.cpp - Exhumed: Clean up player accesses in items.cpp and associated utilities. 2023-10-04 19:28:24 +11:00
lion.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
map.cpp - Exhumed: Clean up player accesses in map.cpp and move.cpp. 2023-10-04 19:28:24 +11:00
menu.cpp - got rid of all tile index constants in Exhumed. 2023-05-21 07:42:26 +02:00
move.cpp - Move syncinput mechanism into GameInput object. 2023-10-05 13:10:47 +11:00
movie.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
mummy.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
namelist.h - Exhumed: fixed sprite positioning issues 2023-09-23 10:30:52 +02:00
names.h - got rid of all tile index constants in Exhumed. 2023-05-21 07:42:26 +02:00
object.cpp - Remove the TVector2 (const TVector3<vec_t> &other) constructor. 2023-10-03 23:07:44 +11:00
osdcmds.cpp - Exhumed: Rename PlayerList[] array to PlayerArray[] and wrap its access. 2023-10-02 15:42:09 +11:00
player.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
player.h - Exhumed: Clean up player accesses in player.cpp. 2023-10-04 19:28:25 +11:00
queen.cpp - Exhumed: Rename PlayerList[] array to PlayerArray[] and wrap its access. 2023-10-02 15:42:09 +11:00
ra.cpp - Exhumed: A little bit more cleanup. 2023-10-05 14:07:04 +11:00
ramses.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02: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 - handle 3 more of Exhumed's picnums that were quick to refactor 2023-04-29 11:32:03 +02:00
rex.cpp - Exhumed: Rename PlayerList[] array to PlayerArray[] and wrap its access. 2023-10-02 15:42:09 +11:00
roach.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
runlist.cpp - Exhumed: Manual sweep for last replacements of player index for pointer. 2023-10-04 19:28:25 +11:00
save.cpp - Exhumed: Convert out anim system to new backend hashtable. 2023-04-21 21:11:53 +10:00
scorp.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
sequence.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
sequence.h - Fix all GCC warnings in the game-side code. 2023-10-04 19:28:25 +11:00
set.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
snake.cpp - Exhumed: Clean up player accesses in gun.cpp and associated utilities. 2023-10-04 19:28:24 +11:00
sound.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
sound.h - Exhumed: Remove useless sectortype extern pointer. 2023-03-28 08:51:51 +11:00
spider.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00
status.cpp retrieve time in fillSummary. 2023-10-01 12:10:56 +02:00
switch.cpp - Exhumed: Manual sweep for last replacements of player index for pointer. 2023-10-04 19:28:25 +11:00
texids.h - put texture ID lists into a namespace. 2023-05-19 22:51:31 +02:00
texidsdef.h - Exhumed: fixed sprite positioning issues 2023-09-23 10:30:52 +02:00
view.cpp added the remaining needed GetChars calls. 2023-10-08 09:15:32 +02:00
view.h - Exhumed: Move bTouchFloor into Player struct. 2023-04-21 21:13:18 +10:00
wasp.cpp use global stat manager in Exhumed 2023-10-01 10:17:27 +02:00