Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵ | Max Horn | |
get rid of -Isource/fat svn-id: r32520 | |||
2008-06-01 | DS: Removed some duplicate file content (thanks to Qvist for pointing this out) | Max Horn | |
svn-id: r32479 | |||
2008-06-01 | Tweaks to DS makefiles. | Robin Watts | |
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470 | |||
2008-05-31 | DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵ | Max Horn | |
right spot svn-id: r32437 | |||
2008-05-31 | DS: Fix compilation rule in Makefile to not compile everything twice | Max Horn | |
svn-id: r32436 | |||
2008-05-31 | DS: Adjust some compiler warnings | Max Horn | |
svn-id: r32434 | |||
2008-05-31 | DS: Removed some pointless -I compiler directives | Max Horn | |
svn-id: r32433 | |||
2008-05-31 | DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵ | Max Horn | |
apparently not needed #includes svn-id: r32432 | |||
2008-05-31 | DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵ | Max Horn | |
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431 | |||
2008-05-31 | DS: Fixed a warning; simplified & fixed the way scummvm_main gets invoked | Max Horn | |
svn-id: r32430 | |||
2008-05-31 | DS: registers_alt.h is not neede with current libnds; added a FIXME | Max Horn | |
svn-id: r32429 | |||
2008-05-31 | Fixing various warnings in the DS port | Max Horn | |
svn-id: r32428 | |||
2008-05-27 | Fixed choppy sound on my Vista box. (after talking with Fingolfin about it) | Johannes Schickel | |
svn-id: r32331 | |||
2008-05-27 | Reduce audio buffer size, as indicated on scummvm-devel | Max Horn | |
svn-id: r32316 | |||
2008-05-24 | Adding getFileSystemFactory() method in response to mail on scummvm-devel. | Neil Millstone | |
svn-id: r32247 | |||
2008-05-23 | Correct include | Chris Apers | |
svn-id: r32229 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32228 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32227 | |||
2008-05-23 | Fixed PalmSaveFileManager | Chris Apers | |
svn-id: r32225 | |||
2008-05-23 | Added missing getTimeAndDate backend function | Chris Apers | |
svn-id: r32224 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-23 | Added prefix files for M4 and Made engine | Chris Apers | |
svn-id: r32222 | |||
2008-05-18 | Hack to disable 'depracted' warnings on OS X 10.5 | Max Horn | |
svn-id: r32173 | |||
2008-05-16 | Yet another compilation fix for WinCE | Max Horn | |
svn-id: r32142 | |||
2008-05-15 | Porting changes from 0.11.0 branch | Neil Millstone | |
svn-id: r32140 | |||
2008-05-15 | Removed the GP32 port | Max Horn | |
svn-id: r32139 | |||
2008-05-15 | NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cpp | Bertrand Augereau | |
svn-id: r32137 | |||
2008-05-15 | NDS: Protection against FastRam (ITCM) allocation failure | Bertrand Augereau | |
svn-id: r32136 | |||
2008-05-14 | Fixed QuickTime MIDI plugin | Max Horn | |
svn-id: r32127 | |||
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat | |
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117 | |||
2008-05-14 | NDS: Minor code formatting fixes | Bertrand Augereau | |
svn-id: r32100 | |||
2008-05-14 | NDS: OSystem::getTimeAndDate is demoted to the port (with the standard | Bertrand Augereau | |
implementation) svn-id: r32099 | |||
2008-05-14 | NDS : Compilation fixes | Bertrand Augereau | |
svn-id: r32098 | |||
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the ↵ | Jordi Vilalta Prat | |
native MIDI drivers. svn-id: r32097 | |||
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat | |
svn-id: r32085 | |||
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-11 | Fix QuickTime MIDI driver compilation | Max Horn | |
svn-id: r32038 | |||
2008-05-11 | Fixed compilation under windows | Filippos Karapetis | |
svn-id: r32010 | |||
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat | |
svn-id: r31993 | |||
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel | |
svn-id: r31929 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-02 | Added support to load plugins from different directories and the ability to ↵ | Jordi Vilalta Prat | |
specify the default directory from configure. svn-id: r31816 | |||
2008-05-02 | Updated the list of the DC plugins' exported symbols | Jordi Vilalta Prat | |
svn-id: r31802 | |||
2008-04-24 | Add textstrings for MADE and M4 engines. | Lars Persson | |
svn-id: r31702 | |||
2008-04-22 | Remove line from buildscript | Lars Persson | |
svn-id: r31658 | |||
2008-04-20 | Forgot to include two libs. | Lars Persson | |
svn-id: r31624 | |||
2008-04-20 | Forgot to disable engines in special build | Lars Persson | |
svn-id: r31618 | |||
2008-04-20 | Updated SYMBIAN buildsystem to build M4 and MADE engines | Lars Persson | |
svn-id: r31616 |