index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
doom
/
rockmacros.h
Age
Commit message (
Expand
)
Author
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2009-10-14
Remove private memcpy wrapper that is no longer needed since r19847 and may c...
Nils Wallménius
2009-07-14
FS#10080
Nils Wallménius
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2009-01-08
Fix cygwin sim build.
Björn Stenberg
2009-01-07
Removed the sim_ prefix from the plugin api.
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2007-10-09
Hopefully the last fix for crosscompilation of sims with mingw32.
Nicolas Pennequin
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-02-03
Removed unused 'mode' parameter from mkdir() for consistency with creat().
Jens Arnold
2007-01-17
Doom for the Gigabeat and some code reduction
Karl Kurbjun
2007-01-13
Change the gamedata folder for doom to /.rockbox/doom to go in line with othe...
Dominik Riebeling
2006-12-18
Oops. Forgot rockmacros.h.
Michael Sevakis
2006-12-13
Dehacked and BEX support for Doom - currently only supports a DEHACKED file i...
Karl Kurbjun
2006-04-15
Slight code cleanups, fixed sound parameter - now it saves. Old configuratio...
Karl Kurbjun
2006-04-08
Add a simple header and version number to the default.dfg config file
Dave Chapman
2006-04-03
Finishing touches
Karl Kurbjun
2006-03-28
Do not export load_main_backdrop() via the plugin API. Plugins should alloca...
Dave Chapman
2006-03-28
Patch #2969 - Doom! Currently only working on the H300.
Dave Chapman