raze/polymer/eduke32/build/include
2014-11-02 05:35:22 +00:00
..
msvc
a.h Try out __restrict in the classic renderer. #define'd for easy removal in case it causes problems or is useless. 2014-10-29 17:06:43 +00:00
baselayer.h Fix a couple of clang warnings. DONT_BUILD. 2014-10-29 17:05:15 +00:00
build.h Inline yax_getbunches with old map format. DONT_BUILD. 2014-10-29 17:06:05 +00:00
cache1d.h Misc additional optimizations, mostly to polymost/mdsprite. Also separate voxmodel into its own source file and object. This commit is pretty large because I was hitting the limit of what could realistically be carved up into smaller patches. DONT_BUILD. 2014-09-30 04:18:43 +00:00
common.h Additional engine cleanups and optimizations. About as generic as it sounds. Also changes internal dummytile/tilefromtexture behavior so that the LZ4 compressed version of a texture is kept and the cache1d entries associated with the tiles can expire, like any other tile. 2014-10-25 03:30:38 +00:00
compat.h compat.h: pedantic whitespace formatting. DONT_BUILD. 2014-10-30 04:59:23 +00:00
crc32.h Rename crc32() to Bcrc32() to avoid conflicts with the crc32() function in libpng/libz. DONT_BUILD. 2014-10-01 17:09:54 +00:00
dxdidf.h
dxtfilter.h
dynamicgtk.h
editor.h Additional engine cleanups and optimizations. About as generic as it sounds. Also changes internal dummytile/tilefromtexture behavior so that the LZ4 compressed version of a texture is kept and the cache1d entries associated with the tiles can expire, like any other tile. 2014-10-25 03:30:38 +00:00
glbuild.h Clean up GL background tinting a little bit. Remove access to glRectd in favor of glRecti. 2014-10-25 03:25:35 +00:00
glext.h
gtkbits.h
hightile.h Another 5000 lines of pain and tears. DONT_BUILD. 2014-10-25 03:36:34 +00:00
kplib.h Various additional optimizations: add CLASSIC_SLICE_BY_4 mode to unroll some of the loops in a-c, replace integer divisions by a divisor unknown at compile time with usage of libdivide, clean up pragmas further by removing more old stuff that wasn't used anywhere. This is another one of those nasty commits that make people cry. DONT_BUILD. 2014-10-25 03:29:21 +00:00
libdivide.h Another 5000 lines of pain and tears. DONT_BUILD. 2014-10-25 03:36:34 +00:00
lunatic.h
lz4.h
m32script.h Progress towards KenBuild Editor, part 2. 2014-07-28 06:44:14 +00:00
mdsprite.h Misc additional optimizations, mostly to polymost/mdsprite. Also separate voxmodel into its own source file and object. This commit is pretty large because I was hitting the limit of what could realistically be carved up into smaller patches. DONT_BUILD. 2014-09-30 04:18:43 +00:00
mmulti.h KenBuild. 2014-07-24 14:01:44 +00:00
mutex.h This seems to need SDL_MAIN_HANDLED in some configurations... not sure why yet. 2014-04-17 20:00:07 +00:00
osd.h KenBuild. 2014-07-24 14:01:44 +00:00
osxbits.h Clean up warnings and build issues when building under OS X 10.9. DONT_BUILD. 2014-10-16 21:03:24 +00:00
osxmain.h
polymer.h Minor polymer changes... reuse allocated _prplanelist structs to avoid potentially thousands of malloc calls per frame rendered, clean up "searchit == 2" functionality, move sector light invalidation to sector updates instead of wall updates (avoids a ton of unnecessary function calls), other minor changes 2014-09-30 04:04:30 +00:00
polymost.h set_globalpos(), updates both integer (globalposx/y/z) and float (fglobalposx/y/z) representations of the current camera view position. Storing the float representation pre-converted saves us from the delay incurred on ARM when converting an integer and transferring it to the FPU, though this delay is mostly negated already by using the hardfp ABI. 2014-10-25 03:32:26 +00:00
pragmas.h clang-format a couple of pragma headers. DONT_BUILD. 2014-11-02 05:35:22 +00:00
pragmas_arm.h clang-format a couple of pragma headers. DONT_BUILD. 2014-11-02 05:35:22 +00:00
pragmas_ppc.h Minor additional pragma cleanup 2014-10-29 17:03:29 +00:00
pragmas_x86_gcc.h Minor additional pragma cleanup 2014-10-29 17:03:29 +00:00
pragmas_x86_msvc.h Minor additional pragma cleanup 2014-10-29 17:03:29 +00:00
prlights.h
rawinput.h
renderlayer.h
scancodes.h
scriptfile.h
sdl_inc.h Clean up warnings and build issues when building under OS X 10.9. DONT_BUILD. 2014-10-16 21:03:24 +00:00
sdlappicon.h
sdlayer.h
SDLMain.h Ball-busting Makefile restructure. 2014-07-22 07:25:54 +00:00
startwin.editor.h
texcache.h Minor texcache cleanup. Nukes the hilarious MAXTILES<<1 sized array of pointers in the global texcache struct. 2014-10-25 03:32:01 +00:00
tracker.hpp Add missing "inline" to const TrackedType() 2014-10-29 17:03:06 +00:00
tracker_operator.hpp
tracker_operators.hpp
winbits.h
winlayer.h
xxhash.h Update xxhash to r36 2014-09-30 04:04:12 +00:00