summaryrefslogtreecommitdiff
path: root/src/r_data.c
AgeCommit message (Collapse)Author
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