summaryrefslogtreecommitdiff
path: root/src/hexen/r_data.c
AgeCommit message (Collapse)Author
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1718
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
2009-01-27Use sizeof() to calculate amounts to allocate, rather than hard-codedSimon Howard
sizes. Subversion-branch: /branches/raven-branch Subversion-revision: 1431
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1346
2008-10-01Use common versions of ticcmd_t and event_t for Hexen code. Remove oldSimon Howard
i_video definitions and use common i_video.c interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1312
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
swapping macros, bounding box checking, read/write file, screenshot and command line argument code. Update Heretic code to use ANG1_X rather than the new (correct) ANG1 definition. Subversion-branch: /branches/raven-branch Subversion-revision: 1311
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