Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-30 | del instead of rm command | Lars Persson | |
svn-id: r32853 | |||
2008-06-29 | changes required for new mixer API + implement getMillis() and delayMillis() ↵ | Joost Peters | |
using gettimeofday() and usleep() resp. svn-id: r32846 | |||
2008-06-29 | fix some quirks of the newer build system | Kostas Nakos | |
svn-id: r32840 | |||
2008-06-29 | finish up new mixer changes | Kostas Nakos | |
svn-id: r32839 | |||
2008-06-29 | Updated to use new EngineMan.detectGames() API. | Marcus Comstedt | |
svn-id: r32838 | |||
2008-06-29 | New Mixer API. | Marcus Comstedt | |
svn-id: r32836 | |||
2008-06-29 | Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵ | John Willis | |
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835 | |||
2008-06-28 | Set $(DEPDIR). | Marcus Comstedt | |
svn-id: r32832 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn | |
svn-id: r32826 | |||
2008-06-28 | Removed dead X11 backend | Max Horn | |
svn-id: r32825 | |||
2008-06-28 | add getFilesystemFactory() method to null backend | Joost Peters | |
svn-id: r32823 | |||
2008-06-26 | Remove inclusion of .o in mmp.in | Lars Persson | |
svn-id: r32806 | |||
2008-06-26 | Changed default paths | Lars Persson | |
svn-id: r32805 | |||
2008-06-26 | Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵ | Lars Persson | |
build. svn-id: r32803 | |||
2008-06-22 | Update comment. | Johannes Schickel | |
svn-id: r32752 | |||
2008-06-15 | Make null plugin compilable | Eugene Sandulenko | |
svn-id: r32705 | |||
2008-06-07 | -Wno-multichar slipped in twice | Andre Heider | |
svn-id: r32594 | |||
2008-06-07 | added support for reset and power buttons | Andre Heider | |
svn-id: r32593 | |||
2008-06-05 | disable more more compiler warnings | Andre Heider | |
svn-id: r32564 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
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-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 | NDS: Minor code formatting fixes | Bertrand Augereau | |
svn-id: r32100 |