raze/source/games/exhumed/src
2022-10-15 13:32:01 +02:00
..
2d.cpp - avoid larger time jumps in Ramses text scroll. 2022-01-04 12:42:45 +01:00
aistuff.h - Eliminate __interpvaluef() and clean up Q16.16 smoothratio values where it made sense to do so. 2022-10-15 13:32:01 +02:00
anims.cpp - remove vel clear wrappers 2022-10-15 10:15:21 +02:00
anubis.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
bubbles.cpp - removed the non-Blood float_* access wrappers 2022-10-15 10:15:21 +02:00
bullet.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
cd.cpp - Exhumed: use the loop flag when starting music. 2022-01-04 12:42:45 +01:00
cheats.cpp - removed all #include "compat.h" except the one in build.h 2021-12-14 12:24:10 +01:00
d_menu.cpp - make all games return to the main menu when the game is ended with F10. 2021-05-04 11:32:09 +02:00
engine.h - Exhumed: Flatten smoothratio back to float and rename to interpfrac. 2022-10-15 12:41:12 +02:00
enginesubs.cpp - animation precaching cleanup. 2022-08-05 23:48:43 +02:00
exhumed.cpp - Exhumed: Flatten smoothratio back to float and rename to interpfrac. 2022-10-15 12:41:12 +02:00
exhumed.h - Convert gi->chaseCamPos() to return a floating point DVector3 object. 2022-10-15 12:16:53 +02:00
exhumedactor.h - floatify VelFromAngle 2022-10-15 11:35:38 +02:00
fish.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
freelistarray.h - clear some data on init. 2021-12-26 23:09:59 +01:00
gameloop.cpp - Exhumed: Flatten smoothratio back to float and rename to interpfrac. 2022-10-15 12:41:12 +02:00
grenade.cpp - removed the non-Blood float_* access wrappers 2022-10-15 10:15:21 +02:00
gun.cpp - Eliminate __interpvaluef() and clean up Q16.16 smoothratio values where it made sense to do so. 2022-10-15 13:32:01 +02:00
init.cpp - Exhumed: nCamera -> nCamerapos. 2022-10-15 13:32:00 +02:00
input.cpp - Added GC support to Exhumed 2021-12-26 23:09:59 +01:00
input.h - Added GC support to Exhumed 2021-12-26 23:09:59 +01:00
items.cpp - remove vel clear wrappers 2022-10-15 10:15:21 +02:00
lavadude.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02: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
lighting.cpp - no need to use int_delta when all we want is the angle. 2022-10-13 22:54:43 +02:00
lion.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00
map.cpp - Rename DCoreActor method interpolatedvec3() to interpolatedpos(). 2022-10-15 13:32:01 +02:00
menu.cpp - short review and disasm variable renaming 2021-12-25 21:28:52 +01:00
move.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00
movie.cpp - Backend update from GZDoom. 2022-10-14 20:19:48 +02:00
mummy.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
namelist.h - ported Exhumed's status bar. 2021-05-15 10:25:38 +02:00
names.h - ported Exhumed's status bar. 2021-05-15 10:25:38 +02:00
object.cpp - more quick replacements 2022-10-15 10:15:21 +02:00
osdcmds.cpp - floatified WarpToCoords 2022-10-13 20:58:12 +02:00
player.cpp - removed the mul vel wrappers 2022-10-15 10:15:21 +02:00
player.h - pass map start as DVector3 2022-10-13 00:59:01 +02:00
queen.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
ra.cpp - remove vel clear wrappers 2022-10-15 10:15:21 +02:00
ramses.cpp - Exhumed: AddFlash floatified 2022-10-08 10:06:04 +02:00
random.cpp - replaced a few chars in Exhumed 2021-11-09 17:46:39 +01:00
rat.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
rex.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00
roach.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00
runlist.cpp - floatified the height parameter of nextsectorneighborptr 2022-10-15 12:42:30 +02:00
save.cpp - sky management rework. 2022-01-16 12:12:43 +01:00
scorp.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
sequence.cpp - Exhumed: nCamera -> nCamerapos. 2022-10-15 13:32:00 +02:00
sequence.h - Exhumed: pin death arms to the right side of the screen 2022-05-06 00:03:54 +02:00
set.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00
snake.cpp - Exhumed snake stuff 2022-10-15 11:35:38 +02:00
sound.cpp - pass map start as DVector3 2022-10-13 00:59:01 +02:00
sound.h - Exhumed: clean up PlayFXAtXYZ interface and its global variable abuse 2022-10-08 19:28:43 +02:00
spider.cpp - consolidated Exhumed’s velocity setters 2022-10-15 11:35:37 +02:00
status.cpp - cleanup of 3D viewport code. 2022-08-05 17:04:45 +02:00
status.h - Exhumed: made the status bar independent of static global state. 2021-05-15 10:25:38 +02:00
switch.cpp - Exhumed: clean up PlayFXAtXYZ interface and its global variable abuse 2022-10-08 19:28:43 +02:00
trigdat.cpp - eliminated redundant and less precise GetMyAngle function 2022-10-08 16:11:23 +02:00
view.cpp - Eliminate __interpvaluef() and clean up Q16.16 smoothratio values where it made sense to do so. 2022-10-15 13:32:01 +02:00
view.h - Exhumed: nCamera -> nCamerapos. 2022-10-15 13:32:00 +02:00
wasp.cpp - simple angle stuff. 2022-10-15 12:42:31 +02:00