Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-27 | MORTEVIELLE: Reduce the scope of a variable | Strangerke | |
2015-11-27 | ACCESS: Martian - Simplify check in takePicture() | Strangerke | |
2015-11-27 | ACCESS: Fix bug in River | Strangerke | |
2015-11-27 | MADS: Silence Clang warning | Torbjörn Andersson | |
There are others still left, but this one was obvious how to fix. | |||
2015-11-25 | Merge pull request #628 from rootfather/master | Eugene Sandulenko | |
NEWS: Update German NEWS file to address all changes made until 9dbaf8d | |||
2015-11-25 | NEWS: Update German NEWS file to address all changes made until 9dbaf8d | rootfather | |
2015-11-25 | SHERLOCK: fix comment typo | Martin Kiewitz | |
2015-11-25 | ACCESS: fix comment typo | Martin Kiewitz | |
2015-11-25 | ACCESS: Silence GCC warnings | Torbjörn Andersson | |
2015-11-25 | MADS: NEBULAR: Fix another (potential) memory leak | Strangerke | |
2015-11-25 | MADS: Nebular - Fix two memory leaks in dialogs | Strangerke | |
2015-11-24 | MADS: Fix several memory leaks in the conversation code | Strangerke | |
2015-11-24 | MADS: Phantom - change the type of timeout to uint32 in handlePrisonerSpeech() | Strangerke | |
2015-11-24 | MADS: Nebular: Use INDEFINITE_TIMEOUT instead of an hardcoded value | Strangerke | |
2015-11-24 | MADS: Refactor camera code | Strangerke | |
2015-11-24 | MADS: Don't set the camera for Rex game | Strangerke | |
2015-11-24 | MADS: Fix memory leak in loadMadsV2Background | Strangerke | |
2015-11-24 | MADS: Phantom - Initialize and synchronize a couple of variables | Strangerke | |
2015-11-24 | MADS: initialize some variables | Strangerke | |
2015-11-24 | MADS: Phantom: Add more checks in exitCatacombs | Strangerke | |
Fix an assert in moveCatacombs | |||
2015-11-24 | MADS: Phantom: Fix asserts in moveCatacombs | Strangerke | |
2015-11-24 | MADS: Fix flag usage for the value KMSG_ANIM | Strangerke | |
2015-11-24 | MADS: Dragon: Remove some dead code in hardcoded logic | Strangerke | |
2015-11-24 | MADS: Phantom: Remove dead code in scene 310 | Strangerke | |
2015-11-24 | ACCESS: movie player: convert 6-bit pal properly | Martin Kiewitz | |
2015-11-24 | ACCESS: movie player: 6-bit palette to 8-bit | Martin Kiewitz | |
adjust palette accordingly | |||
2015-11-24 | ACCESS: movie player for Noctropolis+Synnergist | Martin Kiewitz | |
accessible via debug command "playmovie" | |||
2015-11-23 | SHERLOCK: SS: Fix exit crash in Sherlock playable demo | Paul Gilbert | |
2015-11-23 | AGI: 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-23 | ACCESS: AGoE - Add detection for Spanish version, provided in bug #6958 | Strangerke | |
2015-11-23 | BBVS: Fix bug #6954: Pathfinding bug in Prison | johndoe123 | |
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-23 | MADS: Silent another cppCheck warning | Strangerke | |
2015-11-23 | MADS: Rex: Remove dead code in doObjectAction | Strangerke | |
(same check earlier in the same if statement) | |||
2015-11-23 | MADS: Phantom: reduce the scope of a variable | Strangerke | |
2015-11-23 | MADS: Reduce the scope of a variable in panTransition | Strangerke | |
2015-11-23 | MADS: Phantom: Reword scene101::handleAnimation0 for consistency, remove ↵ | Strangerke | |
some useless variables in scene113 | |||
2015-11-23 | MADS: Silence two GCC warnings | Torbjörn Andersson | |
The other warnings will require some further investigation. | |||
2015-11-23 | NEWS: Mention the Raspberry Pi port | Filippos Karapetis | |
2015-11-22 | MADS: Fix compilation. | Johannes Schickel | |
2015-11-23 | Merge pull request #626 from dreammaster/phantom | Filippos Karapetis | |
MADS: Return of the Phantom WIP | |||
2015-11-22 | Symbian: fix build issues | Fedor Strizhnev | |
Add new linker options to remove useless code Add file not parsed by script | |||
2015-11-22 | Symbian: add new engine | Fedor Strizhnev | |
2015-11-22 | Symbian: fix complation issues | Fedor Strizhnev | |
2015-11-22 | Symbian: add new engine to help file | Fedor Strizhnev | |
2015-11-22 | Symbian: help file build once now | Fedor Strizhnev | |
2015-11-22 | CREDITS: On demand of dreammaster, add m_kiewitz to Sherlock's credits | Strangerke | |
2015-11-22 | ACCESS: build the engine by default | Strangerke | |
2015-11-22 | SHERLOCK: Remove deprecated decompression file | Paul Gilbert | |
2015-11-22 | CREDITS: Add credits for Access engine | Strangerke | |
2015-11-22 | NEWS: Add support for A:GoE | Strangerke | |