raze/source/build/include
Christoph Oelckers 481ac965cf - reverted ClockTicks to an integer so that interpolation can be reimplemented without it affecting the global game timer.
The entire method at use here is essentially not correct. Interpolation should be handled independently of the game timer directly based on the underlying clock, like in ZDoom.
There's interpolation bugs in the Build games that cannot be fixed if totalclock is used for it, but if we use something else we do not need a fractional totalclock.
2020-07-14 11:52:38 +02:00
..
animvpx.h - got rid of some editor-only code and the entire buildvfs header 2019-11-08 02:02:54 +01:00
baselayer.h - moved non-Build definitions out of baselayer.h. 2020-06-20 17:52:10 +02:00
build.h - safety commit - does not compile! 2020-07-07 13:19:09 +02:00
buildtypes.h Add Blood-specific synonyms for tspritetype members 2020-01-03 08:05:43 +01:00
clip.h - more sector stuff. 2020-06-21 22:40:12 +02:00
clockticks.hpp - reverted ClockTicks to an integer so that interpolation can be reimplemented without it affecting the global game timer. 2020-07-14 11:52:38 +02:00
common.h - the beginning of sector.cpp 2020-06-21 22:39:05 +02:00
compat.h - removed a few more dependencies on Build includes. 2020-06-20 18:17:49 +02:00
cstat.h - constant cleanup. 2020-07-06 13:26:26 +02:00
hash.h - fix merge errors. 2019-12-08 08:51:54 +01:00
mdsprite.h - use high level textures to render voxels. 2020-05-30 00:30:56 +02:00
mmulti.h - removed some dead variables. 2020-01-01 13:11:44 +01:00
osd.h - fix Linux builds following reset of master branch. (#44) 2020-05-05 10:45:21 +03:00
polymost.h - factor in xdimenscale and viewingrangerecip when calculating renderSetVisibility(). 2020-07-03 14:42:41 +02:00
pragmas.h moveactors plus backing code. 2020-06-21 22:37:29 +02:00
print.h - use Printf as the only command to print to the console. 2020-04-12 08:30:38 +02:00
prlights.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
scriptfile.h - removed most extern "C" from the rest of the code base. 2019-09-21 20:14:34 +02:00
timer.h - clean up redundancy 2020-06-20 10:58:47 +02:00
tracker.hpp Gump redux 2019-09-20 14:16:06 +02:00