raze-gles/source/build/src
terminx dac7679633 Replace 2 memcpys with assignments
git-svn-id: https://svn.eduke32.com/eduke32@6231 1a8010ca-5511-0410-912e-c29ae57300e0
2017-06-23 03:58:48 +00:00
..
2d.cpp Remove the implicit "static" from our FORCE_INLINE macro. 2017-02-25 08:15:53 +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
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 Eliminate more cases of duplication of compat.h's functionality. 2017-02-25 08:15:45 +00:00
baselayer.cpp Route inclusion of all Windows headers through a new header, windows_inc.h. 2017-02-19 22:15:44 +00:00
build.cpp Move Mapster32 autoexec to before the map specified on the command line is loaded, to allow EVENT_PRELOADMAP and EVENT_LOADMAP to work when loading a map from the command line. This makes the console output of autoexec a little worse but the OSD will be fixed at a later time. 2017-06-23 03:58:01 +00:00
cache1d.cpp Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15:36 +00:00
clip.cpp Remove the implicit "static" from our FORCE_INLINE macro. 2017-02-25 08:15:53 +00:00
colmatch.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
common.cpp Improve what build information we print to the log at startup. New feature: compilers, their versions, and big-endianness. Removed: C++, as it is now mandatory. 2017-06-05 10:05:22 +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 The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
crc32.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
defs.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
dxtfilter.cpp Update LZ4 to 1.7.5. 2017-06-14 07:00:08 +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 Replace 2 memcpys with assignments 2017-06-23 03:58:48 +00:00
engine_oldmap.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
engine_priv.h Remove the implicit "static" from our FORCE_INLINE macro. 2017-02-25 08:15:53 +00:00
glbuild.cpp Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15: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 Polymodes: Explicitly opt out of hicfindsubst falling back to pal 0 instead of checking against the reserved palnum range. 2017-06-21 13:46:54 +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 The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
lz4.c Update LZ4 to 1.7.5. 2017-06-14 07:00:08 +00:00
md4.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
mdsprite.cpp Factor out hictinting array accesses. 2017-06-21 13:46:50 +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
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 Don't print any warnings to the log if an unrecognized gamefunc is dispatched; this is expected and normal when they are renamed. 2017-06-17 11:42:12 +00:00
osxbits.mm Mac: Address deprecation warnings with the latest Xcode and macOS. 2017-03-27 17:13:07 +00:00
palette.cpp Abolish all " ={ " when assigning a struct. DONT_BUILD. 2017-02-05 20:58:33 +00:00
polymer.cpp Add new tint flag 256, which always skips hightile when picking an image source. 2017-06-21 13:46:59 +00:00
polymost.cpp Polymost: Don't cut off a row and/or column of texels when drawing floor-aligned sprites with odd dimensions. 2017-06-21 13:47:04 +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 Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15:36 +00:00
rev.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
screenshot.cpp Route all inclusion of libc headers and most of POSIX headers through compat.h. 2017-02-25 08:15:36 +00:00
scriptfile.cpp Address some longstanding warnings with printf when building with MinGW's GCC 6 and newer. 2017-06-05 10:05:12 +00:00
sdlayer.cpp Eliminate more cases of duplication of compat.h's functionality. 2017-02-25 08:15:45 +00:00
sdlayer12.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
sdlkeytrans.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
smalltextfont.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
startgtk.editor.cpp Common.mak: Massive reorganization/cleanup. 2017-06-09 06:38:42 +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 Route inclusion of all Windows headers through a new header, windows_inc.h. 2017-02-19 22:15:44 +00:00
texcache.cpp Polymodes: Only try texcache_fetchmulti on detail texture slots. 2017-06-22 01:32:10 +00:00
textfont.cpp The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
tiles.cpp Update LZ4 to 1.7.5. 2017-06-14 07:00:08 +00:00
voxmodel.cpp Remove the implicit "static" from our FORCE_INLINE macro. 2017-02-25 08:15:53 +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 Bring the previous commit into effect. 2017-02-01 10:20:54 +00:00
winlayer.cpp Eliminate more cases of duplication of compat.h's functionality. 2017-02-25 08:15:45 +00:00
xxhash.c Update xxHash to 0.6.2. 2017-06-14 07:00:02 +00:00