summaryrefslogtreecommitdiff
path: root/src/heretic/r_data.c
AgeCommit message (Collapse)Author
2009-01-27Don't align "colormaps" on a 256 byte boundary (fix for 64 bit)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1434
2008-11-08Use sizeof(short) to calculate size for allocation.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1378
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-09-28Tidy up heretic start up messages.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1301
2008-09-26Use sizeof for size of types, rather than hard-coding the size.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1289
2008-09-26Fix up Heretic code for mmaped WAD I/O. Call W_ReleaseLump* instead ofSimon Howard
Z_Free/Z_ChangeTag. Subversion-branch: /branches/raven-branch Subversion-revision: 1288
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
heretic ticcmd_t to common type. Subversion-branch: /branches/raven-branch Subversion-revision: 1261
2008-09-17Remove heretic definitions for fixed math arithmetic and endiannessSimon Howard
conversion macros; use the ones from the common code. Subversion-branch: /branches/raven-branch Subversion-revision: 1242
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1197
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1195