Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵ | Max Horn | |
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 | |||
2003-07-05 | Fix multiple debug level messages, when debug level is set in the config file. | Travis Howell | |
svn-id: r8764 | |||
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 | |||
2003-07-04 | Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio, | Torbjörn Andersson | |
to invert their meanings. This is useful for overriding settings in the config file. svn-id: r8733 | |||
2003-07-03 | const correctness | Max Horn | |
svn-id: r8727 | |||
2003-06-22 | Add opengl filter option | Travis Howell | |
for opengl backend Enable poll_event in opengl backend svn-id: r8612 | |||
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn | |
svn-id: r8605 | |||
2003-06-19 | cleanup | Max Horn | |
svn-id: r8557 | |||
2003-06-18 | Fix for bug [756559] ALL: 'multi_midi=true' in scummvm.ini does not work. | Jamieson Christian | |
Fix properly propogates previously encountered value of multi_midi and native_mt32 so follow-on config domains that don't include multi_midi or native_mt32 won't reset the settings. svn-id: r8545 | |||
2003-06-17 | I will add a wrapper for that (currently NULL driver) | Chris Apers | |
svn-id: r8526 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-13 | make -z output align nicely | Jonathan Gray | |
svn-id: r8459 | |||
2003-06-12 | Fixed problem with variant game IDs (e.g. 'tentaclea') | Jamieson Christian | |
svn-id: r8454 | |||
2003-06-12 | Made notation of transient config domains consistent. | Jamieson Christian | |
Now all transient config domains use a name in the form _TRANSIENT_DOMAIN svn-id: r8452 | |||
2003-06-11 | Fixed command line options being ignored when the launcher is used. | Jamieson Christian | |
Again, I hope I'm manipulating the domain-based config architecture correctly. I've created yet another transient domain called "_COMMAND_LINE", so that after game-specific options are loaded, the command line options can be loaded and override the config file. GUI options are then loaded so as to override command line options. svn-id: r8437 | |||
2003-06-11 | Fix for bug [741592] GUI: Switching music driver mixes up music | Jamieson Christian | |
Implement true music driver selection from the GUI options dialog. This implementation depends on a new, transient config domain called "user-overrides". Probably any other config changes made from the options dialog will need to go into this domain, which is now loaded after the game settings are loaded. I hope this is the right way to do it. I'm still a little fuzzy about our game settings architecture. If anybody suddenly gets a "[user-overrides]" section showing up in their scummvm.ini or scummvm.rc files, you'll know why. svn-id: r8434 | |||
2003-06-06 | remove version column | Max Horn | |
svn-id: r8368 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-02 | Korean is kr, not ko | Max Horn | |
svn-id: r8279 | |||
2003-05-29 | removed cruft | Max Horn | |
svn-id: r8093 | |||
2003-05-26 | Prepare support for wide display on HiRes+ device | Chris Apers | |
svn-id: r8001 | |||
2003-05-26 | make lethalwp happy | Jonathan Gray | |
svn-id: r7997 | |||
2003-05-26 | Japanese option is jp and not ja | Travis Howell | |
svn-id: r7993 | |||
2003-05-21 | pedantic fixes | Max Horn | |
svn-id: r7789 | |||
2003-05-19 | Oops.... | Jamieson Christian | |
svn-id: r7700 | |||
2003-05-19 | Fixed silence in older games under native MIDI drivers | Jamieson Christian | |
svn-id: r7697 | |||
2003-05-18 | HAVE_CONFIG_H | Jonathan Gray | |
svn-id: r7632 | |||
2003-05-17 | Added command line options for | Jamieson Christian | |
native MT-32 support and combination Adilb/native MIDI drivers. svn-id: r7594 | |||
2003-05-16 | Feature [557411] Adlib sound effects with GM drivers. | Jamieson Christian | |
Support for simultaneous drivers is based on a #define in imuse.cpp, and is disabled by default. svn-id: r7582 | |||
2003-05-16 | add config option basename to override base file name for games of the form ↵ | Jonathan Gray | |
foo.xxx to basename.xxx, useful when used together with gameid to test games not yet added to version list svn-id: r7566 | |||
2003-05-12 | added method to detect which midi driver will be created | Robert Göffringmann | |
svn-id: r7482 | |||
2003-05-09 | Patch #735294: AdvMame3x scaler | Max Horn | |
svn-id: r7409 | |||
2003-04-30 | more PalmOS changes | Max Horn | |
svn-id: r7220 | |||
2003-04-26 | Make it possible to disable some/all of our three game modules ↵ | Max Horn | |
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131 | |||
2003-03-26 | cleanup | Max Horn | |
svn-id: r6865 | |||
2003-03-25 | cleanup | Max Horn | |
svn-id: r6856 | |||
2003-03-18 | add GF_DEFAULT_TO_1X_SCALER | Jonathan Gray | |
svn-id: r6830 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | fixed version_settings generation (now Indy3 works again) | Max Horn | |
svn-id: r6725 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2003-03-05 | Patch #697312: Beneath a Steel Sky interim/initial support patch | Max Horn | |
svn-id: r6691 | |||
2003-03-02 | Patch #691064: dot matrix scaler | Max Horn | |
svn-id: r6663 | |||
2003-03-01 | removed the single big VersionSettings list; instead, the simon & scumm ↵ | Max Horn | |
modules now keep their target lists seperatly (and when we add BASS, it can have its own target list) svn-id: r6652 | |||
2003-03-01 | don't hardcode the Simon GameID values, rather use the #defines from ↵ | Max Horn | |
simon/intern.h. Proper solution pending svn-id: r6651 | |||
2003-02-27 | move comi to be up near the other scumm games | Jonathan Gray | |
svn-id: r6641 | |||
2003-02-26 | add snmidemo | Jonathan Gray | |
svn-id: r6640 | |||
2003-02-24 | add gameid for puttdemo | Jonathan Gray | |
svn-id: r6636 | |||
2003-02-18 | moondemo uses akos as well | Jonathan Gray | |
svn-id: r6623 | |||
2003-02-18 | add fatty bears fun pack | Jonathan Gray | |
svn-id: r6622 |