aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-23NEWS: Mention the Raspberry Pi portFilippos Karapetis
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-22CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's creditsStrangerke
2015-11-22ACCESS: build the engine by defaultStrangerke
2015-11-22SHERLOCK: Remove deprecated decompression filePaul Gilbert
2015-11-22CREDITS: Add credits for Access engineStrangerke
2015-11-22NEWS: Add support for A:GoEStrangerke
2015-11-21CREDITS: Use full names for Sherlock's special thanksStrangerke
2015-11-21CREDITS: Add BBVSStrangerke
2015-11-21CREDITS: Add credits for Sherlock and a special thanks related to the sources.Strangerke
Update the AUTHOR and credit.h files with Raspberry Pi port credits
2015-11-21NEWS: Add support for the lost files of SherlockStrangerke
2015-11-21I18N: Update translations.datEugene Sandulenko
2015-11-21Merge pull request #575 from vanfanel/dispmanxEugene Sandulenko
Added Raspberry Pi native 2D API support (dispmanx)
2015-11-19SDL/DISPMANX Added myself to credits.plvanfanel
2015-11-19COMMON: Throw a warning on inconsistent DCL fixed size buffersFilippos Karapetis
This is useful for debugging, and needed for fixes in Russian fan made translations of The Neverhood Chronicles
2015-11-19COMMON: The DCL decompressor is also used in neverhoodFilippos Karapetis
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-17GRAPHICS: Fix rendering in some corner casesEugene 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