summaryrefslogtreecommitdiff
path: root/src/w_wad.c
AgeCommit message (Expand)Author
2015-05-10Add back the Doom PWAD reload hack.Simon Howard
2014-10-16Fix crash caused by adding a new WAD file.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-05-04Remove Vanilla Doom reload hack.Simon Howard
2008-05-02Memory-mapped WAD access.Simon Howard
2008-05-02Add W_CacheLumpNum,Name API to WAD code for releasing a lump back toSimon Howard
2008-05-02Add WAD I/O abstraction layer - first step for mmapped WAD access.Simon Howard
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
2007-08-31Use gcc packed attribute for all structures read/written to disk. ThisSimon Howard
2007-06-16Switch to djb2 hash function and shut up compiler warningsSimon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2006-12-22Add definitions for PATH and directory separators.Simon Howard
2006-11-10Fix for playing demos on PPC (actually, fix for loading single lumpSimon Howard
2006-10-18Shut up warnings in w_wad.c.Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-09-20Fix code style :-)Simon Howard
2006-09-20add extra defines when buildingRussell Rice
2006-09-02Add -nwtmerge option, which behaves the same as NWT's -merge option. What thisSimon Howard
2006-06-16Add hash table for fast texture lookup; refactor P_GroupLines to use anSimon Howard
2006-03-24Ooops!Simon Howard
2006-03-24Generate a hash table for fast lump name lookups.Simon Howard
2006-03-24Make memblock_t internal to z_zone.c. Adjust Z_ChangeTag #define toSimon Howard
2006-02-03Support NWT-style WAD merging (-af and -as command line parameters).Simon Howard
2006-01-24More endianness fixesSimon Howard
2006-01-10Shut up compiler warningsSimon Howard
2005-10-08Store the cache as part of the lumpinfo_t struct. Add W_AddFile prototypeSimon Howard
2005-08-30More Windows fixesSimon Howard
2005-08-30Windows fixesSimon Howard
2005-08-04Silence compiler warningsSimon Howard
2005-08-04Loading diskSimon Howard
2005-07-23Use standard C file functions for WAD codeSimon Howard
2005-07-23Update copyright to GNU GPLSimon Howard
2005-07-23Initial revisionSimon Howard