Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis | |
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415 | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2012-08-15 | AGI: Replace detector printf usage with logMessage. | Alyssa Milburn | |
2012-03-27 | AGI: Add played time information to saved games | Filippos Karapetis | |
2012-03-27 | AGI: Use the ScummVM dialogs for saving/loading | Filippos Karapetis | |
An option has been added to use the original ones, if needed | |||
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko | |
2011-09-25 | AGI: Add some comments regarding save slot 0, and use the default ↵ | Filippos Karapetis | |
SaveStateDescriptor constructor | |||
2011-09-25 | AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot ↵ | Filippos Karapetis | |
0 from scummvmmenu" The save/load dialog code was not polling for meta info for empty slots | |||
2011-08-15 | AGI: Make Troll inherit from PreAgiEngine | Matthew Hoops | |
2011-08-15 | AGI: Make Mickey inherit from PreAgiEngine | Matthew Hoops | |
2011-08-15 | AGI: Make Winnie inherit from PreAgiEngine | Matthew Hoops | |
2011-08-13 | AGI: Switched booters detection to AD | Eugene Sandulenko | |
2011-08-13 | AGI: Add loader and detection for Black Cauldron booter | Jussi Pitkanen | |
2011-08-13 | AGI: Cleanup | Jussi Pitkanen | |
2011-08-13 | AGI: Do not try to pass filenames of disk images from the detector to engine | Jussi Pitkanen | |
2011-08-13 | AGI: Detect the bootable floppy version of Donald Duck's Playground | Jussi Pitkanen | |
Also create a framework into which more booter games can be added. | |||
2011-08-07 | GRAPHICS: Simplify the interface of Graphics::loadThumbnail(). | Christoph Mallon | |
Now it returns the Surface, so the caller does not need to create one and pass it. | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-14 | DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect() | Max Horn | |
Also reorder the parameters of composeFileHashMap, placing the "return value" first. | |||
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn | |
2011-06-10 | AGI: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn | |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn | |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat | |
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS"). | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2010-11-19 | ALL: Push down deps on stream.h from .h to .cpp files | Max Horn | |
svn-id: r54358 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko | |
Without this parameter mass detection gave tons of false alarms. Use globbing for narrowing down the depth search. svn-id: r49788 | |||
2010-06-15 | AGI: enable MIDI in options since now there are ways to play it. | Eugene Sandulenko | |
svn-id: r49781 | |||
2010-06-15 | AGI: Fix bug #2862508. | Eugene Sandulenko | |
Bug #2862508: "AGI: Black cauldron save through GMM". BC does not have input line, and that was used for determining that user can save. Added special case for BC, so it is always allowed to save. In fact, original does not allow saving in some rare occasions, but that will require analysing of variables, which is a gross hack. svn-id: r49738 | |||
2010-06-15 | Split out detection tables for AGI engine | Eugene Sandulenko | |
svn-id: r49693 | |||
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko | |
Now AD can search nested directories. By default it is turned off, but there is new parameter to ADParameters struct. Usually value of 2 is good enough for all purposes. svn-id: r49653 | |||
2010-05-13 | Fix bug #2880229: KQ4 AGI not recognized | Eugene Sandulenko | |
svn-id: r49021 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-01-03 | Use new ADGF flag, ADGF_USEEXTRAASTITLE for AGI Fanmade games for giving them | Eugene Sandulenko | |
more user-friendly names. svn-id: r46948 | |||
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko | |
svn-id: r46942 | |||
2009-12-21 | md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A" | Eugene Sandulenko | |
svn-id: r46472 | |||
2009-12-21 | Sorted game entries | Eugene Sandulenko | |
svn-id: r46469 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-08-15 | Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly): | Kari Salminen | |
- Use AGI version 0x3149 instead of the previous 0x3086 - Makes ESC pause the game (Identical to original in this respect) svn-id: r43414 | |||
2009-08-03 | Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays): | Kari Salminen | |
- Made all savegame loading in AGI do the same pre-load and post-load stuff. - Moved load/saveGameState from AgiBase to AgiEngine - Added rudimentary error handling to load/saveGameState - Incidentally also fixes the hanging note from bug #2798797. svn-id: r43025 | |||
2009-07-22 | Move functions from agi.cpp to more appropriate files. | Eugene Sandulenko | |
svn-id: r42662 | |||
2009-06-11 | Added set of CoCo3 AGI games | Eugene Sandulenko | |
svn-id: r41452 | |||
2009-06-07 | AGI: Fixed typo in game name ;) | Max Horn | |
svn-id: r41331 | |||
2009-06-06 | Added CoCo3 version of SQ1 | Eugene Sandulenko | |
svn-id: r41284 | |||
2009-06-06 | Added couple of newly discovered fanmade AGI games. | Eugene Sandulenko | |
svn-id: r41283 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-06-06 | Cleanup | Eugene Sandulenko | |
svn-id: r41254 |