Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel | |
svn-id: r34495 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵ | Christopher Page | |
GMM if the engine doesn't support it svn-id: r33921 | |||
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these ↵ | Christopher Page | |
features to allow/disallow loading and deleting saves svn-id: r33909 | |||
2008-07-30 | Added support for Savestates to be loaded from the launcher | Christopher Page | |
svn-id: r33461 | |||
2008-07-28 | Added --list-saves support for AGI | Christopher Page | |
svn-id: r33351 | |||
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn | |
svn-id: r32663 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-29 | Fix for original game bug #1942476 - "AGI: Fan(Get Outta SQ) - Score is lost ↵ | Filippos Karapetis | |
on restart" svn-id: r31776 | |||
2008-04-20 | Add another verions of fanmade game Kings Quest 2 1/4 mentioned in | Eugene Sandulenko | |
bugreport #1947051: "AGI: Kings Quest 2 1/4 - Unknown version" svn-id: r31629 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-04-01 | Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008). | Kari Salminen | |
svn-id: r31346 | |||
2008-03-15 | Got rid of EncapsulatedADGameDesc | Max Horn | |
svn-id: r31130 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-02-13 | Fix for bug #1883989 (AGI: Jolimie freezes). Game's detection entry had its ↵ | Kari Salminen | |
parameters in wrong order and game feature flags were interpreted as the AGI version number and vice versa... whoops. svn-id: r30857 | |||
2008-02-12 | Tiny fix to autodetected game's naming (Removes an extra space). | Kari Salminen | |
svn-id: r30854 | |||
2008-02-12 | Added better AGIPAL autodetect to the AGI's fallback detector (Now checks ↵ | Kari Salminen | |
files 'pal.100' - 'pal.109' rather than just the file 'pal.101'). svn-id: r30852 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin ↵ | Max Horn | |
API with a more object oriented approach) svn-id: r30726 | |||
2008-01-29 | Combined two cases that did the exact same thing (In a switch-clause). | Kari Salminen | |
svn-id: r30702 | |||
2008-01-24 | Added detection for fanmade AGI game Enclosure v1.03. | Kari Salminen | |
svn-id: r30630 | |||
2008-01-07 | Add detection data for a finished fanmade AGI game Naturette IV (2007-10-05). | Kari Salminen | |
svn-id: r30324 | |||
2008-01-03 | Made AGIPAL-loading more lenient with errors. Added AGIPAL-flag to Naturette ↵ | Kari Salminen | |
3. These together fix Naturette 3's intro (No more long shakings). svn-id: r30193 | |||
2008-01-03 | Fix for the Space Trek sprite duplication bug (#1659209). Makes commands ↵ | Kari Salminen | |
position and position.v use coordinate clipping for Space Trek. svn-id: r30190 | |||
2008-01-02 | Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. ↵ | Kari Salminen | |
vComputer) for particular old Amiga AGI games (Space Quest I v1.2 at the moment). svn-id: r30164 | |||
2007-12-09 | cleanup | Max Horn | |
svn-id: r29795 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-09-24 | allow Winnie Apple II to start up, however room images are slightly ↵ | Matthew Hoops | |
distorted and the intro is not shown; other cleanup svn-id: r29090 | |||
2007-09-23 | Add support for Russian versions of AGI games | Eugene Sandulenko | |
svn-id: r29056 | |||
2007-09-23 | allow Winnie C64 to start, although there are problems with the images ↵ | Matthew Hoops | |
(probably wrong offset) and logo.pic/intro.pic are not working, so the intro is skipped svn-id: r29037 | |||
2007-09-22 | Switch Troll's Tale to booter image | Eugene Sandulenko | |
svn-id: r29028 | |||
2007-09-22 | allow Winnie Amiga to show the intro | Matthew Hoops | |
svn-id: r29023 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-18 | WIP for Troll's Tale | Eugene Sandulenko | |
svn-id: r28939 | |||
2007-09-06 | WIP Winnie the Pooh code (PreAGI). Shows only the intro currently | Matthew Hoops | |
svn-id: r28865 | |||
2007-09-01 | Fix fallback detector | Eugene Sandulenko | |
svn-id: r28808 | |||
2007-09-01 | An early WIP of PreAGI (TrollVM) support | Eugene Sandulenko | |
svn-id: r28787 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-17 | Re-enabled the 3 entries that can't have menus (KQ3 ST, KQ3 DOS 1.01, SQ1 ↵ | Filippos Karapetis | |
DOS 1.0X). The ESC key will pause the game in those 3 games svn-id: r28129 | |||
2007-07-15 | Enabled menus in some old AGI games (released in 1986) which did not have ↵ | Filippos Karapetis | |
menus them originally: KQ1 Amiga and ST and early versions of KQ3 Amiga, SQ1 ST, SQ1 DOS and SQ1 Amiga. The GF_FORCEMENUS flag has been remaned to GF_MENUS. Also, two problematic versions of KQ3, a problematic version of SQ1 and a problematic version of Mixed up Mother Goose have been disabled. Finally, a duplicate detection entry for SQ1 has been removed svn-id: r28095 | |||
2007-07-11 | Cleaned up comments | Filippos Karapetis | |
svn-id: r28034 | |||
2007-07-11 | Enable menus for Space Quest 1 (PC) 1.1A | Filippos Karapetis | |
svn-id: r28033 | |||
2007-07-11 | Fix for SQ1 Amiga (v 1.2 1986): menus are forced in this version too, like ↵ | Filippos Karapetis | |
with KQ3 Amiga svn-id: r28025 | |||
2007-07-09 | Fix for bug #1746661: "KQ3: Lockup when pressing ESC (Amiga version)" | Filippos Karapetis | |
svn-id: r27989 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 |