Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko | |
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055 | |||
2005-03-09 | WIP of GP32 port. Now it is more correct port and compiles with current | Eugene Sandulenko | |
CVS. Though it has some issues unresolved, one of them is that it crashes right after splash screen without showing anything. Work in progress :) svn-id: r17054 | |||
2005-03-07 | Add Amiga renderer mode for EGA games. | Travis Howell | |
svn-id: r17019 | |||
2005-03-03 | That's what may happen if you happen to have more than one local tree. | Eugene Sandulenko | |
Another spot of oboslete hercules-related usage. svn-id: r16986 | |||
2005-02-20 | Patch #1121337 (CGA rendering in early LEC titles). | Eugene Sandulenko | |
Differences against patch: o Updated documentation o Fixed text colors o Implemented Hercules dithering Ditherers are based on loom ega and monkey ega, so for zak and mm they're wrong, i.e. these games look better than with original ditherers. TODO: Proper ditherers for zak & MM EGA ditherers for VGA SCUMM v5 games svn-id: r16816 | |||
2005-02-06 | Configure the plugin prefix/suffix in the configure script; use that setting ↵ | Max Horn | |
in plugins.cpp svn-id: r16739 | |||
2005-01-26 | Fix bug #1109687 buffer overflow causes crash from env-var HOME and some | Eugene Sandulenko | |
other places with such overflows. svn-id: r16640 | |||
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn | |
svn-id: r16528 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-08 | Fix bug #1097467 (COMI: cursor is invisible at "insert CD" message) | Max Horn | |
svn-id: r16490 | |||
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 ↵ | Max Horn | |
(see also patch #1095133) svn-id: r16454 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ↵ | Max Horn | |
the command line option has higher priority); i.e. it's affecting the config system (see also bug #1045171) svn-id: r16391 | |||
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn | |
svn-id: r16360 | |||
2004-12-27 | Reducing header dependencies a bit | Max Horn | |
svn-id: r16347 | |||
2004-12-27 | Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out ↵ | Max Horn | |
querying the debuglevel from the config-manager very often is too slow svn-id: r16345 | |||
2004-12-25 | Get rid of the useless & troublesome master_volume | Max Horn | |
svn-id: r16328 | |||
2004-12-25 | Make ESC key work in the launcher | Max Horn | |
svn-id: r16323 | |||
2004-12-25 | - fix win32 with USE_WINDBG compile error | Andrew Kurushin | |
svn-id: r16320 |