raze-gles/polymer/eduke32
helixhorned 1e5549dc2f Polymost: r_npotwallmode, emulating 8-bit for walls w/ nonpow2 height textures.
When that mode is enabled (see below for caveats), wall textures that have a
non-power-of-two height (call it 'h') will be modified to look like in classic:
Let 'H' be the next power of two greater than 'h'. The texture will be uploaded
with height 'H', made up from 'h' hlines of the original texture, followed by
'H'-'h' first hlines of the same.
No panning "corrections" will take place. The mode is disabled by default.

Caveats/notes:
 * the mode requires that r_hightile is disabled
 * it is not implemented in Polymer
 * in the Lunatic build, it is ineffective when a VX map is loaded, as those
   display walls with NPOT height textures correctly

git-svn-id: https://svn.eduke32.com/eduke32@4498 1a8010ca-5511-0410-912e-c29ae57300e0
2014-06-01 11:55:19 +00:00
..
build Polymost: r_npotwallmode, emulating 8-bit for walls w/ nonpow2 height textures. 2014-06-01 11:55:19 +00:00
jit Bump jit/bcsave.lua to the one from LuaJIT 2.0.3. 2014-04-05 11:28:02 +00:00
package Fix ebacktrace on 64-bit. New DLLs all around. 2014-05-17 12:35:46 +00:00
platform Fix ebacktrace on 64-bit. New DLLs all around. 2014-05-17 12:35:46 +00:00
rsrc Iron out all errors and warnings when compiling with MinGW-w64, targeting either 32-bit or 64-bit. 2013-10-07 10:03:11 +00:00
source Fix non-Windows building. 2014-05-31 15:36:41 +00:00
Android.mk Android updates from Emile. DONT_BUILD. 2014-04-15 19:02:48 +00:00
Makefile Better compile timestamp handling. 2014-05-31 12:26:13 +00:00
Makefile.common Makefile.common: pass Clang sanitizer flags in release DEBUGANYWAY builds, too. 2014-04-19 22:42:22 +00:00
Makefile.deps Better compile timestamp handling. 2014-05-31 12:26:13 +00:00
Makefile.msvc MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00
eduke32.sln MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00
eduke32.vcxproj Add some useful preprocessor definition to the checked-in MSVC project 2014-05-04 01:25:26 +00:00
eduke32.vcxproj.filters Add xxHash (https://code.google.com/p/xxhash/), a faster alternative to CRC32, and implement it in a few places. This is around 20-30% faster than CRC32 for me (it's also implemented into the "fileinfo" console command, so you can test for yourselves). I didn't have time to gather up all of the files supported by the startup window so this isn't used there yet. Additionally, this is by the same author as the LZ4 compression library we already use. 2014-03-22 09:26:39 +00:00