summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_spec.c (follow)
Commit message (Collapse)AuthorAge
* Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29841 a1c6a512-1295-4272-9138-f99709370657
* Dehacked and BEX support for Doom - currently only supports a DEHACKED file ↵Karl Kurbjun2006-12-13
| | | | | | in a WAD (not as a standalone file yet). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11738 a1c6a512-1295-4272-9138-f99709370657
* Properly cache animations at level start. Switches still need some caching ↵Karl Kurbjun2006-04-17
| | | | | | code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9706 a1c6a512-1295-4272-9138-f99709370657
* Change the type of the P_SectorActive() function to boolean - that's how it ↵Dave Chapman2006-03-28
| | | | | | is being used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9323 a1c6a512-1295-4272-9138-f99709370657
* 64-bit sim fixesDave Chapman2006-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9316 a1c6a512-1295-4272-9138-f99709370657
* Patch #2969 - Doom! Currently only working on the H300.Dave Chapman2006-03-28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657