aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-11-24MADS: Dragon: Remove some dead code in hardcoded logicStrangerke
2015-11-24MADS: Phantom: Remove dead code in scene 310Strangerke
2015-11-24ACCESS: movie player: convert 6-bit pal properlyMartin Kiewitz
2015-11-24ACCESS: movie player: 6-bit palette to 8-bitMartin Kiewitz
adjust palette accordingly
2015-11-24ACCESS: movie player for Noctropolis+SynnergistMartin Kiewitz
accessible via debug command "playmovie"
2015-11-23SHERLOCK: SS: Fix exit crash in Sherlock playable demoPaul Gilbert
2015-11-23AGI: add new debug command "version"Martin Kiewitz
Tries to figure out the game version It does this by scanning through all game scripts Sadly there is no better way, because there is no common location of the game version
2015-11-23ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958Strangerke
2015-11-23BBVS: Fix bug #6954: Pathfinding bug in Prisonjohndoe123
The bug was caused by a check introduced by me to avoid division-by-zero errors when the source and dest x values are equal. This had the side effect that it didn't work well in this case outlined in the bug report, maybe also in other places. I'm not sure how to handle a DBZ correctly here so I'm setting the x delta to 1.0 if it would normally be 0.0, which seems to work after walking around in some scenes.
2015-11-23MADS: Silent another cppCheck warningStrangerke
2015-11-23MADS: Rex: Remove dead code in doObjectActionStrangerke
(same check earlier in the same if statement)
2015-11-23MADS: Phantom: reduce the scope of a variableStrangerke
2015-11-23MADS: Reduce the scope of a variable in panTransitionStrangerke
2015-11-23MADS: Phantom: Reword scene101::handleAnimation0 for consistency, remove ↵Strangerke
some useless variables in scene113
2015-11-23MADS: Silence two GCC warningsTorbjörn Andersson
The other warnings will require some further investigation.
2015-11-22MADS: Fix compilation.Johannes Schickel
2015-11-23Merge pull request #626 from dreammaster/phantomFilippos Karapetis
MADS: Return of the Phantom WIP
2015-11-22ACCESS: build the engine by defaultStrangerke
2015-11-22SHERLOCK: Remove deprecated decompression filePaul Gilbert
2015-11-19SWORD25: Added Ultimate version detectionEugene Sandulenko
2015-11-19SWORD25: Fix Hungarian version supportEugene Sandulenko
2015-11-18SWORD25: Fix tint colorEugene Sandulenko
2015-11-18MADS: Remove obsolete comment and add debug trace in animation codeStrangerke
2015-11-18BBVS: Mark games as testingEugene Sandulenko
2015-11-18BBVS: Since we're using GUI for menus, switch iGUI to the relevant languageEugene Sandulenko
2015-11-18MADS: Fix posAdjust in Animation::update for v2 gamesStrangerke
2015-11-18BBVS: Fix game titleEugene Sandulenko
2015-11-18SWORD25: Implement missing SWF opcodeEugene Sandulenko
2015-11-17SWORD25: Translate commentsEugene Sandulenko
2015-11-17SWORD25: Fix text renderingEugene Sandulenko
2015-11-16LURE: Fix compiler warningPaul Gilbert
2015-11-16MADS: Add buttons to the main menu to show the secret bonus animationsPaul Gilbert
The buttons will only appear if section0.hag is present, along with evolve.res and/or sets.res. The Evolve animation works, but the Sets animation still needs some work, since something funky is happening with palette usage
2015-11-16MADS: Fix incorrect method mappings in sound group 4Paul Gilbert
2015-11-16MADS: Change Rex from testing to stablePaul Gilbert
2015-11-16LURE: Fix spelling of Observar in Spanish versionPaul Gilbert
2015-11-16LURE: Simplify StringList classPaul Gilbert
2015-11-16SHERLOCK: Change Sherlock from testing to stablePaul Gilbert
2015-11-16SHERLOCK: Fix Coverity warnings about uninitialized fieldsPaul Gilbert
2015-11-16SHERLOCK: RT: Fix Coverity warning in original savegame dialogPaul Gilbert
2015-11-16BBVS: Fix recent video player memory leak (CID 1339416)Torbjörn Andersson
Surface::convertTo() creates a new surface, so we have to free it once we're done with it.
2015-11-16MADS: Fix headerStrangerke
2015-11-16MADS: Implement some more Camera codeStrangerke
2015-11-16BBVS: Add debug outputEugene Sandulenko
2015-11-16BBVS: Fix 16bpp video outputEugene Sandulenko
2015-11-16MADS: Some work on CameraStrangerke
2015-11-15MADS: Phantom: Merge _variant and _initialVariantStrangerke
2015-11-15BBVS: Enable engine by defaultEugene Sandulenko
2015-11-14BBVS: Fix typo in array sizeWillem Jan Palenstijn
Ideally this shouldn't use a hardcoded constant at all... Thanks to WindlePoons for debugging.
2015-11-14BBVS: Added Russian BBVSEugene Sandulenko
Requires Russian to be selected in GUI font. Fails on unknown codec at game beginning.
2015-11-13MADS: Dragon: Implement scene 105Strangerke