Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-14 | Fix missing scenes (accolade logo) in AtariST demo of Elvira 1. | Travis Howell | |
svn-id: r25583 | |||
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵ | Max Horn | |
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574 | |||
2007-02-13 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r25567 | |||
2007-02-13 | Fix warnings | Eugene Sandulenko | |
svn-id: r25554 | |||
2007-02-13 | AdvancedDetector changes: | Max Horn | |
* Renamed genGameList to gameIDList to make it match the corresponding plugin API function name * removed the detectFunc param from detectGameForEngineCreation, as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames * as a consequence, removed the various GAME_detectGames functions from the engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN svn-id: r25547 | |||
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko | |
svn-id: r25545 | |||
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and ↵ | Max Horn | |
add it for AGOS, too svn-id: r25543 | |||
2007-02-13 | Add Spanish version of Swampy Adventures. | Travis Howell | |
svn-id: r25540 | |||
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value ↵ | Max Horn | |
(GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet) svn-id: r25539 | |||
2007-02-12 | Change asserts to warnings to now, due to code differences in Amiga versions ↵ | Travis Howell | |
of Simon the Sorcerer. svn-id: r25522 | |||
2007-02-12 | Fix subtitles glitches in Amiga OCS version of Simon the Sorcerer 1, by ↵ | Travis Howell | |
using AGA on screen font for now. svn-id: r25518 | |||
2007-02-12 | Add palette code difference for Amiga OCS version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25517 | |||
2007-02-12 | re-added missing wince #include; got deleted suring the simon -> agos transition | Kostas Nakos | |
svn-id: r25515 | |||
2007-02-12 | apply modified patch #1657436 (alignment issues) | Kostas Nakos | |
svn-id: r25514 | |||
2007-02-12 | Update work around for script bug in Amiga AGA/CD32 verisons of Simon the ↵ | Travis Howell | |
Sorcerer 1. svn-id: r25513 | |||
2007-02-12 | Fix icons regression in Amiga OCS version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25512 | |||
2007-02-12 | Fix cursor palette in Amiga versions of Simon the Sorcerer 1 and remove ↵ | Travis Howell | |
duplciate cursor table. svn-id: r25511 | |||
2007-02-12 | Add work around for script bug in Amiga AGA/CD32 verisons of Simon the ↵ | Travis Howell | |
Sorcerer 1. svn-id: r25510 | |||
2007-02-12 | Fix icons palette in AGA/CD32 versions of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25509 | |||
2007-02-12 | Minor changes for coding guidelines. | Travis Howell | |
svn-id: r25508 | |||
2007-02-12 | Adjust random opcode for Amiga versions of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25507 | |||
2007-02-12 | Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of ↵ | Travis Howell | |
Simon the Sorcerer 1. svn-id: r25506 | |||
2007-02-12 | Pass VC10_state directly to convertclip, to reduce arguments. | Travis Howell | |
svn-id: r25505 | |||
2007-02-12 | Add Quietust's changes to fix image glitches in Amiga AGA/CD32 versions of ↵ | Travis Howell | |
Simon the Sorcerer 1. svn-id: r25504 | |||
2007-02-12 | Ooops, remove debug leftovers in last commit. | Travis Howell | |
svn-id: r25502 | |||
2007-02-12 | Add basic support for AtariST demo of Elvira 1. | Travis Howell | |
svn-id: r25501 | |||
2007-02-11 | Whitespace changes. | Travis Howell | |
svn-id: r25488 | |||
2007-02-11 | Add Quietust's patch for improved string redering in Amiga versions of Simon ↵ | Travis Howell | |
the Sorcerer 1. svn-id: r25481 | |||
2007-02-11 | Add Acorn disk version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25480 | |||
2007-02-09 | minor cleanup | Gregory Montoir | |
svn-id: r25444 | |||
2007-02-09 | Add demo of Simon the Sorcerer 1 (DOS CD). | Travis Howell | |
svn-id: r25437 | |||
2007-02-09 | Add cyx's patch for cleanup for planar conversion code, and support for 32 ↵ | Travis Howell | |
color planar graphics of Amiga ECS version of Simon the Sorcerer 1. svn-id: r25436 | |||
2007-02-08 | Convert planar images, only when required for drawing. | Travis Howell | |
svn-id: r25433 | |||
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko | |
Currently only gob engine benefits from it. svn-id: r25374 | |||
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn | |
(implying change of semantics) * Reordered the params of Mixer::playRaw (the SoundType now comes first, not last) * Removed Mixer::isPaused * Removed Mixer::getSoundElapsedTimeOfSoundID * Added some doxygen comments to the Mixer svn-id: r25356 | |||
2007-01-29 | Add French version of Simon the Sorcerer 2 (Windows CD) | Travis Howell | |
svn-id: r25252 | |||
2007-01-28 | Fix crash on PalmOS due to out of memory | Chris Apers | |
svn-id: r25248 | |||
2007-01-28 | Added French/Atari ST version of Elvira 1 and 2 | Chris Apers | |
svn-id: r25247 | |||
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko | |
svn-id: r25241 | |||
2007-01-27 | Revert audiostream changes for VOC sound, due to sgin differences in Amiga ↵ | Travis Howell | |
CD32 verison of Simon 1. svn-id: r25220 | |||
2007-01-27 | Correct md5 details for restart file in Amiga/AtariST versions of Elvira 1/2 ↵ | Travis Howell | |
and Waxworks. svn-id: r25218 | |||
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn | |
svn-id: r25194 | |||
2007-01-25 | Reduce #include dependencies | Eugene Sandulenko | |
svn-id: r25178 | |||
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko | |
svn-id: r25164 | |||
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko | |
and extensibility svn-id: r25163 | |||
2007-01-21 | Removed common/advancedDetector.h from agos.h, thus reducing the number of ↵ | Max Horn | |
build deps on base/plugins.h and base/game.h from about 155 to 113 (and also reducing the deps on advancedDetector.h, of course). The same should be done to all other engines using the advanced detector (AGI, CINE, SAGA, Parallaction) svn-id: r25154 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2007-01-16 | Update details for German version of Elvira 2 | Travis Howell | |
svn-id: r25107 | |||
2007-01-10 | Add Spanish version of Elvira 2 | Travis Howell | |
svn-id: r25066 | |||
2007-01-03 | Limit keyboard specific verb code to arrow keys only in PP/WW | Travis Howell | |
svn-id: r24972 |