raze-gles/polymer/eduke32
helixhorned df25e3cd7c In loadlookups(), look for gap of 4 consecutive unused pals for fog pals.
As opposed to the previous way, where the first fog pals was <numlookups>+1,
where <numlookups> is the first byte value of LOOKUP.DAT. This allows to
pack e.g. lookups [1 .. 25] and [30 .. <lastpal>] into LOOKUP.DAT and have fog
pals be generated at pals [26 .. 29] (i.e. the additional lookups don't
shift the fog pals, making user maps depending on these numbers not look as
intended.)

git-svn-id: https://svn.eduke32.com/eduke32@4335 1a8010ca-5511-0410-912e-c29ae57300e0
2014-02-16 19:16:05 +00:00
..
build In loadlookups(), look for gap of 4 consecutive unused pals for fog pals. 2014-02-16 19:16:05 +00:00
jit Lunatic: add LuaJIT's jit/bcsave.lua and headers for synthesis build preparation. 2013-08-11 15:28:45 +00:00
package Block off hacks for the primitive splitscreen CON mod with SPLITSCREEN_MOD_HACKS so they are no longer compiled. 2014-01-12 14:04:51 +00:00
platform Fix 32-bit MSVC builds. DONT_BUILD. 2014-02-11 06:14:03 +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 In loadlookups(), look for gap of 4 consecutive unused pals for fog pals. 2014-02-16 19:16:05 +00:00
eduke32.sln MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00
eduke32.vcxproj MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00
eduke32.vcxproj.filters Replace QuickLZ with LZ4. 2014-02-10 10:55:49 +00:00
Makefile Windows: Full library refresh. 2014-02-10 10:58:38 +00:00
Makefile.common Amend r4318: Lunatic doesn't need the safety check. 2014-02-12 21:02:59 +00:00
Makefile.deps Replace QuickLZ with LZ4. 2014-02-10 10:55:49 +00:00
Makefile.msvc MSVC: Set up support for SDL2. DONT_BUILD. 2014-02-11 07:39:09 +00:00