index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
module.mk
Age
Commit message (
Expand
)
Author
2008-08-01
Keymapper WIP:
Stephen Kennedy
2008-07-30
- major re-factoring of VK - all GUI-related code has been abstracted to Virt...
Stephen Kennedy
2008-07-29
GCC compilation fixes
Stephen Kennedy
2008-07-07
- updates for GCC compilation - still having linker errors though :(
Stephen Kennedy
2008-06-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko
2008-05-15
Removed the GP32 port
Max Horn
2008-03-12
Removed remaining traces of the dead MorphOS backend, which itself was remove...
Max Horn
2008-03-01
Moved Dreamcast filesystem factory to platform directory.
Marcus Comstedt
2008-02-24
Don't #include the FS factory implementations in common/system.cpp; rather, r...
Max Horn
2008-02-23
Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...
Max Horn
2008-02-23
Renamed AbstractFilesystemFactory to FilesystemFactory
Max Horn
2008-02-20
Added CAMD MIDI driver for AmigaOS4
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-11-02
Patch #1815526: Add TiMidity++ MIDI server support
Max Horn
2007-09-30
Patch #1804801: DMedia MIDI driver for IRIX
Max Horn
2007-09-18
Fix linker issues when doing a plugin build, and (hopefully) also on Windows
Max Horn
2007-03-17
Implemented a simple EventManager class
Max Horn
2007-02-18
Replaced the old code for compressed savegames (which was using the gzopen/gz...
Max Horn
2006-10-07
Added SDL plugin provider
Max Horn
2006-10-07
Fixed mixup in win32 plugin provider code, and added win32 & dc plugin provid...
Max Horn
2006-10-07
Started to refactor the plugin code (moving backend specific stuff into backe...
Max Horn
2006-06-30
Moved savefile.cpp to backends, to work around link error
Max Horn
2006-06-24
Moved savefile code to new 'saves' backend module (work in progress)
Max Horn
2006-06-24
Added 'timer' backend module, based on the existing TimerManager code (work i...
Max Horn
2006-06-24
* Renamed config.mak to config.mk
Max Horn
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-03
Add the new Dreamcast filesystem backend to the build.
Marcus Comstedt
2006-02-25
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)
Max Horn
2006-02-12
Reduced data duplication in module.mk files; added module.mk files for null a...
Max Horn
2005-12-26
New CoreMIDI midi backend for OS X
Max Horn
2005-05-09
Patch #1181544 (AmigaOS 4 changes)
Max Horn
2005-01-11
Partial fix for bug #1100125
Max Horn
2004-12-25
Moved the softsynth midi drivers into a sound/softsynth; amongst other things...
Max Horn
2004-11-20
Changed the FilesystemNode implementation to make it easier to use (client co...
Max Horn
2004-11-06
Major MT-32 emu overhaul based on KingGuppy's code.
Eugene Sandulenko
2004-10-21
Patch #1048326 Better MT-32 support
Eugene Sandulenko
2004-01-30
Various changes to the build system which allow building ScummVM in an extern...
Max Horn
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
Jamieson Christian
2003-09-17
some tweaks to the build system (work toward plugin support)
Max Horn
2003-05-17
Removed mididrv.cpp, added seq.cpp
Jamieson Christian
2002-12-25
Moved MorphOS midi driver to backends/midi
Ruediger Hanke
2002-12-11
Added windows.cpp
Jamieson Christian
2002-12-08
split alsa from mididrv
Oliver Kiehl
2002-12-08
started to split out the midi drivers
Max Horn
2002-11-21
Update module.mk system for the new adlib driver
James Brown
2002-11-21
revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all...
Max Horn