summaryrefslogtreecommitdiffstats
path: root/apps/plugins/doom/rockmacros.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+19
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-3/+3
2009-10-14Remove private memcpy wrapper that is no longer needed since r19847 and may c...Nils Wallménius1-3/+0
2009-07-14FS#10080Nils Wallménius1-1/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-1/+0
2009-01-08Fix cygwin sim build.Björn Stenberg1-2/+8
2009-01-07Removed the sim_ prefix from the plugin api.Björn Stenberg1-16/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-1/+1
2007-10-09Hopefully the last fix for crosscompilation of sims with mingw32.Nicolas Pennequin1-0/+2
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-2/+6
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-10/+1
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+2
2007-01-17Doom for the Gigabeat and some code reductionKarl Kurbjun1-1/+1
2007-01-13Change the gamedata folder for doom to /.rockbox/doom to go in line with othe...Dominik Riebeling1-1/+1
2006-12-18Oops. Forgot rockmacros.h.Michael Sevakis1-0/+1
2006-12-13Dehacked and BEX support for Doom - currently only supports a DEHACKED file i...Karl Kurbjun1-2/+2
2006-04-15Slight code cleanups, fixed sound parameter - now it saves. Old configuratio...Karl Kurbjun1-1/+2
2006-04-08Add a simple header and version number to the default.dfg config fileDave Chapman1-0/+9
2006-04-03Finishing touchesKarl Kurbjun1-0/+1
2006-03-28Do not export load_main_backdrop() via the plugin API. Plugins should alloca...Dave Chapman1-1/+1
2006-03-28Patch #2969 - Doom! Currently only working on the H300.Dave Chapman1-0/+93