raze-gles/source/build/src
terminx 0340e3cc0f Engine function name cleanup round 2
git-svn-id: https://svn.eduke32.com/eduke32@6828 1a8010ca-5511-0410-912e-c29ae57300e0
2018-04-12 21:02:51 +00:00
..
2d.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
a-c.cpp Remove "BUILD_NOP6", old cruft for running on ancient x86 processors without MMX. 2017-06-23 03:58:36 +00:00
a.masm The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
a.nasm The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
a64.yasm The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
animvpx.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
baselayer.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
build.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
cache1d.cpp Revert a small change to cache1d and default lz4CompressionLevel to 5 2018-04-06 01:42:43 +00:00
clip.cpp Use CSTAT_SPRITE_ALIGNMENT_* enums in a couple places 2018-04-06 01:42:38 +00:00
colmatch.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
common.cpp Replace a couple checks for qsetmode==200 with in3dmode(), because it's literally a macro that does that 2018-04-06 01:42:53 +00:00
compat.cpp Re-port our changes to libdivide.h and add new changes so that it works as we need. 2017-06-14 06:59:50 +00:00
config.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
crc32.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
defs.cpp Beginnings of baselayer.cpp/.h refactor. This is 99.9% renames. 2018-04-12 21:02:31 +00:00
dxtfilter.cpp Texcache cleanups. No longer allocates a 256 byte buffer for every cache entry's name. 2017-06-27 02:24:34 +00:00
dynamicgtk.cpp Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15:36 +00:00
engine.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
engine_oldmap.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
engine_priv.h Untabify engine_priv.h 2018-04-06 01:42:27 +00:00
fix16.c Use Q16.16 fixed point for player horiz 2018-03-07 04:21:05 +00:00
fix16_str.c Use Q16.16 fixed point for player horiz 2018-03-07 04:21:05 +00:00
glbuild.cpp Fix whitespace issues 2018-02-26 14:46:36 +00:00
gtkbits.cpp Common.mak: Massive reorganization/cleanup. 2017-06-09 06:38:42 +00:00
hash.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
hightile.cpp Fix build issues with ARM and USE_OPENGL=0. DONT_BUILD. 2018-02-15 03:49:23 +00:00
jwzgles.c The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
kplib.cpp Eliminate more cases of duplication of compat.h's functionality. 2017-02-25 08:15:45 +00:00
lunatic.cpp Fix line spacing tab issue in rev 6570. 2017-12-19 00:03:12 +00:00
lz4.c Remove register keyword from LZ4 and libxmp-lite. 2017-07-05 05:37:35 +00:00
md4.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
mdsprite.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
mhk.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
mingw_main.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
miniz.c Disable compiling some functions in miniz that we don't use, and that cause portability issues. 2017-08-06 13:44:47 +00:00
mmulti_null.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
mutex.cpp Route inclusion of all Windows headers through a new header, windows_inc.h. 2017-02-19 22:15:44 +00:00
osd.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
osxbits.mm Mac: Address deprecation warnings with the latest Xcode and macOS. 2017-03-27 17:13:07 +00:00
palette.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
pngwrite.cpp Minor png writer fixups 2018-04-04 20:48:10 +00:00
polymer.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
polymost.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
pragmas.cpp Re-port our changes to libdivide.h and add new changes so that it works as we need. 2017-06-14 06:59:50 +00:00
rawinput.cpp Beginnings of baselayer.cpp/.h refactor. This is 99.9% renames. 2018-04-12 21:02:31 +00:00
rev.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
screenshot.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
scriptfile.cpp scriptfile.[cpp|h] cleanups 2017-06-27 02:24:28 +00:00
sdlayer.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
sdlayer12.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
sdlkeytrans.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
SDLMain.mm Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15:36 +00:00
smalltextfont.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
startgtk.editor.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
startosx.editor.mm Mac: Address deprecation warnings with the latest Xcode and macOS. 2017-03-27 17:13:07 +00:00
startwin.editor.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
texcache.cpp texcache.cpp: Override PTH_INDEXED and fall back to pre-processing tiles if high colour tint effects are being used on indexed colour art 2018-03-23 04:02:35 +00:00
textfont.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
tiles.cpp Epic fuckup 2018-04-05 05:39:33 +00:00
voxmodel.cpp Polymost palette-indexed texture rendering 2018-03-21 20:41:26 +00:00
wiibits.cpp Remove the register keyword, since it is deprecated in C++11 and removed in C++17. 2017-06-05 10:05:29 +00:00
winbits.cpp Address issue where timers will no longer update after several hours of runtime 2017-12-09 02:56:12 +00:00
winlayer.cpp Engine function name cleanup round 2 2018-04-12 21:02:51 +00:00
xxhash.c Fix some int/int32_t mismatches. DONT_BUILD. 2017-07-15 21:56:21 +00:00