summaryrefslogtreecommitdiff
path: root/src/r_data.c
AgeCommit message (Collapse)Author
2010-11-27When generating the texture name lookup hash table, add new entries toSimon Howard
the end of chains. This way, entries earlier in the texture list trump later entries with the same name. This fixes a bug with the wrong sky being shown in Spooky01.wad (thanks Porsche Monty). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2172
2008-05-02Fix up some more code calling Z_Free instead of W_ReleaseLumpNum.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1135
2008-02-09Fix up the R_Main startup progress dots. If stdout is a file, don'tSimon Howard
display the surrounding box. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1069
2007-08-31Use short for texpatch_t .originx, .originy: fixes problem caused bySimon Howard
sign conversion in the endianness code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 961
2007-08-31Use gcc packed attribute for all structures read/written to disk. ThisSimon Howard
fixes architectures where structure fields are aligned differently to optimise reads, causing the game to crash. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 960
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
to i_swap.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 857
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 653
2006-06-16Add hash table for fast texture lookup; refactor P_GroupLines to use anSimon Howard
O(n) rather than O(n^2) algorithm: faster loading maps like sid.wad map03 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 558
2005-09-2264-bit fixesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 125
2005-09-22Remove external statistics driver support (-statcopy):Simon Howard
nonfunctional on modern systems and never used. Fix for systems where sizeof(int) != sizeof(void *) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 120
2005-08-04Use zone memory functions instead of alloca/malloc/freeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 36
2005-07-23Add back previously removed printfs as '.'s for startup progress barSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 25
2005-07-23Startup messages as in the DOS exesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 22
2005-07-23Use ANSI-standard limit constants. Remove LINUX define.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 19
2005-07-23Update copyright to GNU GPLSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 8
2005-07-23Initial revisionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 4