Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-07 | Added SDL plugin provider | Max Horn | |
svn-id: r24152 | |||
2006-10-07 | Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵ | Max Horn | |
providers to the build system svn-id: r24150 | |||
2006-10-07 | Started to refactor the plugin code (moving backend specific stuff into ↵ | Max Horn | |
backends/plugins/) svn-id: r24148 | |||
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn | |
svn-id: r23361 | |||
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn | |
svn-id: r23282 | |||
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work ↵ | Max Horn | |
in progress) svn-id: r23279 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 | |||
2006-06-03 | Add the new Dreamcast filesystem backend to the build. | Marcus Comstedt | |
svn-id: r22884 | |||
2006-02-25 | Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) | Max Horn | |
svn-id: r20878 | |||
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null ↵ | Max Horn | |
and x11 backends; added engines/module.mk svn-id: r20584 | |||
2005-12-26 | New CoreMIDI midi backend for OS X | Max Horn | |
svn-id: r19832 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-01-11 | Partial fix for bug #1100125 | Max Horn | |
svn-id: r16544 | |||
2004-12-25 | Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵ | Max Horn | |
things, this fixes bug #1083058 svn-id: r16316 | |||
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client ↵ | Max Horn | |
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-) svn-id: r15848 | |||
2004-11-06 | Major MT-32 emu overhaul based on KingGuppy's code. | Eugene Sandulenko | |
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715 | |||
2004-10-21 | Patch #1048326 Better MT-32 support | Eugene Sandulenko | |
svn-id: r15635 | |||
2004-01-30 | Various changes to the build system which allow building ScummVM in an ↵ | Max Horn | |
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn | |
svn-id: r10279 | |||
2003-05-17 | Removed mididrv.cpp, added seq.cpp | Jamieson Christian | |
svn-id: r7608 | |||
2002-12-25 | Moved MorphOS midi driver to backends/midi | Ruediger Hanke | |
svn-id: r6120 | |||
2002-12-11 | Added windows.cpp | Jamieson Christian | |
svn-id: r5903 | |||
2002-12-08 | split alsa from mididrv | Oliver Kiehl | |
svn-id: r5890 | |||
2002-12-08 | started to split out the midi drivers | Max Horn | |
svn-id: r5889 | |||
2002-11-21 | Update module.mk system for the new adlib driver | James Brown | |
svn-id: r5679 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 |