raze-gles/source/exhumed/src
Mitchell Richters 5cfc528f5a - Exhumed: Don't clear localInput when copying to backend packet.
* Did this in 949e456018.
* Exhumed works differently...
2021-01-02 11:17:17 +11:00
..
2d.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
aistuff.h - cleaned out the remains of the old savegame code. 2020-12-01 12:58:10 +01:00
anims.cpp - Exhumed: Anims and Player. 2020-12-01 12:58:09 +01:00
anubis.cpp - Exhumed: did the same for the fish, changed some disassembly names and removed unused fields from enemy structs. 2020-11-29 20:16:58 +01:00
bubbles.cpp - Exhumed: bubbles and gun. 2020-12-01 12:58:09 +01:00
bullet.cpp - Exhumed: Bullet and Grenade. 2020-12-01 12:58:10 +01:00
cd.cpp - do not specifically look in the 'music' directory for CD tracks. 2020-11-22 12:51:13 +01:00
cheats.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
d_menu.cpp - Exhumed: Wrapped the logo retrieval code into getter functions and removed the game type macros. 2020-10-11 14:30:45 +02:00
engine.h - buildutils: Replace Sin() and Cos() from Exhumed with bsin()/bcos(). 2020-11-22 21:18:02 +01:00
enginesubs.cpp - transitioned Exhumed to the new main loop. 2020-09-02 22:55:57 +02:00
exhumed.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
exhumed.h - cleaned out the remains of the old savegame code. 2020-12-01 12:58:10 +01:00
fish.cpp - Exhumed: did the same for the fish, changed some disassembly names and removed unused fields from enemy structs. 2020-11-29 20:16:58 +01:00
freelistarray.h - Exhumed: serialize the status bar as JSON - added a helper class to handle static arrays with an attached free list more easily. 2020-12-01 12:15:43 +01:00
gameloop.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
grenade.cpp - Exhumed: Bullet and Grenade. 2020-12-01 12:58:10 +01:00
gun.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
init.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
input.cpp - Exhumed: Don't clear localInput when copying to backend packet. 2021-01-02 11:17:17 +11:00
input.h - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
items.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
lavadude.cpp - Exhumed: ... and for the lava dude. 2020-11-29 20:30:17 +01:00
light.cpp - Exhumed: added a countdown display for the magic spells in the fullscreen HUD. 2020-11-24 21:04:27 +01:00
lighting.cpp - Exhumed: lighting 2020-12-01 12:58:09 +01:00
lion.cpp - Exhumed: same procedure for the Lion. 2020-11-29 20:26:54 +01:00
map.cpp - buildutils: Replace sintable[] use within Exhumed with bsin()/bcos(). 2020-11-22 21:18:03 +01:00
menu.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
move.cpp - Exhumed: items and move. 2020-12-01 12:58:09 +01:00
movie.cpp - cleaned out the remaining parts of baselayer.h 2020-08-28 09:06:49 +02:00
mummy.cpp - Exhumed: The mummy has been handled, too - also renamed some fields to match the other enemies. 2020-11-29 20:34:55 +01:00
namelist.h - added filler help and credit menus for Exhumed. 2020-10-09 00:21:06 +02:00
names.h - fixed cherry picked commit from upstream. 2020-12-08 22:21:03 +01:00
object.cpp - Exhumed: Objects. 2020-12-01 12:58:09 +01:00
osdcmds.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
player.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
player.h - inputstate.cpp: Move checkCrouchToggle() from gameinput.ccp into ApplyGlobalInput() and use static bool for crouch toggling vs. game-side bool. 2020-11-07 18:16:16 +11:00
queen.cpp - Exhumed: Queen 2020-12-01 12:53:10 +01:00
ra.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
ramses.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
random.cpp - Exhumed: Runlist and Rand. 2020-12-01 12:19:09 +01:00
rat.cpp - Exhumed: Rat 2020-11-29 20:39:27 +01:00
rex.cpp - Exhumed: Rex 2020-11-29 20:43:35 +01:00
roach.cpp - Exhumed: Roach. 2020-11-29 20:47:55 +01:00
runlist.cpp - Exhumed: Runlist and Rand. 2020-12-01 12:19:09 +01:00
save.cpp - Exhumed: only run the level init code after loading a save, not after saving. 2020-12-10 20:25:20 +01:00
scorp.cpp - Exhumed: Scorpion 2020-11-29 20:52:16 +01:00
sequence.cpp - re-enabled all model specific code in Duke's animatesprites function and removed some remaining software renderer-only code in the engine. 2020-12-01 23:57:39 +01:00
sequence.h - Exhumed: replace include guards with #pragma once. 2020-10-11 14:30:44 +02:00
set.cpp - Exhumed: Set. 2020-11-29 20:59:42 +01:00
snake.cpp - Exhumed: Rename ps_input.h -> input.h. 2021-01-02 09:38:23 +11:00
sound.cpp - Exhumed: Switch sounds must use CHANF_LISTENERZ because they use no z-coordinate for their position. 2020-11-24 00:14:32 +01:00
sound.h - Exhumed: Switch sounds must use CHANF_LISTENERZ because they use no z-coordinate for their position. 2020-11-24 00:14:32 +01:00
spider.cpp - Exhumed: limit removal, cleanup and JSON serialization for the spider. 2020-11-29 19:32:58 +01:00
status.cpp - Exhumed: Tune position of compass, ammo count and underwater lungs following changes in 220283d1ec. 2020-12-29 14:12:43 +11:00
status.h - Exhumed: replace include guards with #pragma once. 2020-10-11 14:30:44 +02:00
switch.cpp - Exhumed: added JSON serialization for view and switch - also renamed the fields in the switch struct. 2020-11-29 23:32:28 +01:00
trigdat.cpp - more header consolidation and cleanup. 2020-08-18 18:56:56 +02:00
view.cpp - fixed cherry picked commit from upstream. 2020-12-08 22:21:03 +01:00
view.h - removed the unused interpolation utilities in Exhumed. 2020-11-26 18:32:37 +01:00
wasp.cpp - Exhumed: Wasp 2020-11-29 22:29:36 +01:00