This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/ZDoom/Raze.git
synced
2025-02-21 02:51:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cbe91be9ff
raze
/
polymer
/
eduke32
/
build
History
terminx
cbe91be9ff
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.
...
git-svn-id:
https://svn.eduke32.com/eduke32@4661
1a8010ca-5511-0410-912e-c29ae57300e0
2014-10-25 03:30:38 +00:00
..
doc
Novelty: Add Ken's "todo list from the Build days" alongside his other documentation.
2014-01-12 14:04:19 +00:00
include
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
src
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
buildlic.txt
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
2008-10-20 03:09:19 +00:00
Makefile.deps
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