Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-08 | PalmOS stuffs | Chris Apers | |
svn-id: r18977 | |||
2005-09-17 | correct features string when using tremor | Joost Peters | |
svn-id: r18837 | |||
2005-09-04 | Prepare PalmOS ARM version : no global initializers with ARM loader o_O | Chris Apers | |
svn-id: r18773 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18743 | |||
2005-08-28 | Fix compile error. | Travis Howell | |
svn-id: r18715 | |||
2005-08-28 | mingw can handle heap checking now. | Travis Howell | |
NOTE: Requires mingw-runtime-3.8 svn-id: r18714 | |||
2005-08-19 | Detect when plugins directory is missing | Max Horn | |
svn-id: r18703 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-08-14 | Fixed new plugin search code to work with Dreamcast: | Marcus Comstedt | |
* Code does case-sensitive comparison with PLUGIN_SUFFIX, so put it in uppercase (as filenames in ISO9660 are required to be uppercase). * There is an assert somewhere which prevents the use of "" as a directory. Use "/" instead... svn-id: r18683 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-05 | Last modifications for Actions to WinCE. | Lars Persson | |
svn-id: r18500 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498 | |||
2005-06-27 | Just updated ending comment properly for the sake of it | Lars Persson | |
svn-id: r18473 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-23 | Revert change from printf() to debug(1) | Max Horn | |
svn-id: r18438 | |||
2005-06-21 | replaced #if defined(_MSC_VER) | Lars Persson | |
with #if defined (WIN32) svn-id: r18432 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-19 | Document c64 as being a valid --platform= option. | Jonathan Gray | |
svn-id: r18413 | |||
2005-06-14 | Applied patch #1208299. A warning message about the "playing from CD under | Torbjörn Andersson | |
Windows" bug is better than nothing, even if a proper bugfix - if one is possible - would be preferable. svn-id: r18389 | |||
2005-06-05 | added code for loading dynamic plugins(DLLs) for windows | Paweł Kołodziejski | |
svn-id: r18356 | |||
2005-05-14 | Removing the last traces of the old custom new/delete operators | Max Horn | |
svn-id: r18094 | |||
2005-05-11 | Added "FluidSynth" to the features string. We may have to start word- | Torbjörn Andersson | |
wrapping it in the "About" dialog... svn-id: r18055 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-05-05 | Handle engine creation failure a bit more graceful | Max Horn | |
svn-id: r17918 | |||
2005-04-24 | Changed the semantics of debug level 0 from off back to something more ↵ | Max Horn | |
similiar to how it used to be (default debug level now is -1) svn-id: r17788 | |||
2005-04-23 | Change the way the command line options are put into the ConfigManager | Max Horn | |
svn-id: r17775 | |||
2005-04-23 | Simplified debuglevel handling: | Max Horn | |
- it's only honored in the global level of the config file - all checks for it go through gDebugLevel now, which is made global - the '-d' switch is handled in a slightly saner and consistent way - removed 'debuglevel' from the config format documentation; we do not want to encourage the avarage user to use it svn-id: r17769 | |||
2005-04-22 | oops | Max Horn | |
svn-id: r17760 | |||
2005-04-22 | Added macros for integer options; added some explantory comments to the ↵ | Max Horn | |
option parser macros svn-id: r17759 | |||
2005-04-19 | Added new (optional) OSystem::initBackend() method; this (and its usage) ↵ | Max Horn | |
fixes bugs #1160977 and #1184664 svn-id: r17694 | |||
2005-04-13 | Pedantic fix. | Torbjörn Andersson | |
svn-id: r17584 | |||
2005-04-13 | Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and | Eugene Sandulenko | |
#1181750 "Updated Native MIDI documentation". Thanks _tom a lot. svn-id: r17571 | |||
2005-04-10 | oops | Max Horn | |
svn-id: r17522 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson | |
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512 | |||
2005-04-09 | Moved the GFX_ constants to sdl-common.h, where they belong. | Max Horn | |
svn-id: r17479 | |||
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray | |
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463 | |||
2005-04-08 | Add NES platform | Eugene Sandulenko | |
svn-id: r17454 | |||
2005-04-05 | Initial checking of Gob engine | Eugene Sandulenko | |
svn-id: r17388 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-03-28 | Typo | Travis Howell | |
svn-id: r17269 | |||
2005-03-25 | Enable kyra engine in static builds. Maybe someone will work on it :) | Eugene Sandulenko | |
svn-id: r17234 | |||
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn | |
svn-id: r17231 | |||
2005-03-12 | Missed file | Travis Howell | |
svn-id: r17084 | |||
2005-03-11 | PalmOS too | Chris Apers | |
svn-id: r17073 | |||
2005-03-10 | Add --force-1x-overlay command line option as discussed in bugreport | Eugene Sandulenko | |
#1160454 "ALL: Failed assertion when using 1x scaler" svn-id: r17067 |