Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-22 | Merge pull request #620 from salty-horse/neverhood_save | Filippos Karapetis | |
NEVERHOOD: Don't crash when loading savegames with a high slot ID | |||
2015-10-22 | Merge pull request #616 from eriktorbjorn/fw-splash | Filippos Karapetis | |
CINE: Show splash screen in CD version of Future Wars | |||
2015-10-20 | I18N: Update translations data file | Thierry Crozat | |
2015-10-20 | I18N: updating German language file | rootfather | |
This updates the German language file to address the changes introduced in commit 19db601 | |||
2015-10-18 | SHERLOCK: RT: Fix color of darts game power bar | Paul Gilbert | |
2015-10-19 | SHERLOCK: RT: add Spanish text fixes bug #6936 | Martin Kiewitz | |
Previously created Spanish saved games are broken though, need to restart the game | |||
2015-10-18 | NEVERHOOD: Pass NPoint as position instead of X in two more cases | Torbjörn Andersson | |
According to johndoe it's correct to pass the entire coordinate, rather than just X, to the car in these cases as well. I can't tell any difference at all in the behavior, but I guess it doesn't hurt either. After all, we can easily zero the Y coordinate, if we ever want to. | |||
2015-10-17 | SHERLOCK: RT: Fix Diogenes fire music slightly too long in intro | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Fix incorrect music file after intro ends | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Fix setting new scene's music filename when music is off | Paul Gilbert | |
2015-10-17 | SHERLOCK: RT: Increase darts hand/power speed, computer text fix | Paul Gilbert | |
2015-10-17 | FULLPIPE: More renames | Eugene Sandulenko | |
2015-10-17 | FULLPIPE: More renames | Eugene Sandulenko | |
2015-10-17 | FULLPIPE: Rename some methods | Eugene Sandulenko | |
2015-10-17 | SCUMM: Add Japanese Windows Freddi md5 | Eugene Sandulenko | |
2015-10-16 | SHERLOCK: Don't clear events after a non-interruptable delay | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix drawing of darts game dart throws | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix darts info display and hide cursor | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix crash showing folder to Watson | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix crash skipping intro when anim is active | Paul Gilbert | |
2015-10-16 | SCI: Remove non-ascii character | Willem Jan Palenstijn | |
2015-10-16 | SHERLOCK: RT: Fix crash closing text dialogs with the keyboard | Paul Gilbert | |
2015-10-16 | SHERLOCK: RT: Fix corrupted savegame thumnails | Paul Gilbert | |
2015-10-15 | SHERLOCK: RT: Fix conversation options screwup after viewing journal | Paul Gilbert | |
2015-10-15 | SHERLOCK: RT: Fix clouds appearing inside Dewar's lab | Paul Gilbert | |
2015-10-14 | SHERLOCK: RT: Hook up fast speed to the Ctrl+S toggle | Paul Gilbert | |
This reverts back to the original slower speed by default, but allows the Ctrl+S toggle from Scalpel to work in Rose Tattoo to increase the play speed | |||
2015-10-13 | SHERLOCK: RT: Refactor out incorrectly working _loadingSavedGame | Paul Gilbert | |
This likely fixes just about every remaining outstanding bug report. The variable, for a savegame being loaded, was only reset when a previously loaded scene was freed. But if you loaded a game directly from the launcher, there was no previous scene to free, and the variable remained set. Which meant that you could do things in the scene and then either leave the scene or make another save without the _sceneStats update method being called to reflect the changes made in the change in the global flags. | |||
2015-10-13 | Merge pull request #617 from dreammaster/msvc_2015 | Paul Gilbert | |
CREATE_PROJECT: Add support for Visual Studio 2015 | |||
2015-10-12 | SHERLOCK: RT: Slightly increase movement speed | Paul Gilbert | |
This may cause slight timing issues when doing animations of Holmes playing musical instruments; I've already added special cases for several of them to still keep animations in sync with the music | |||
2015-10-12 | SHERLOCK: RT: Fix brief incorrect tooltip text after showing animations | Paul Gilbert | |
2015-10-12 | CREATE_PROJECT: Cleanup and turn off exception handling again | Paul Gilbert | |
2015-10-12 | I18N: Update Hungarian translation (patch #1614) | Thierry Crozat | |
2015-10-11 | SHERLOCK: RT: Fix memory leak in TattooPerson | Paul Gilbert | |
2015-10-11 | SHERLOCK: RT: Fix frame memory leak in StreamingImageFile | Paul Gilbert | |
2015-10-11 | SHERLOCK: Fix memory leak playing music | Paul Gilbert | |
2015-10-11 | SHERLOCK: SS: Fix gcc compiler warnings | Paul Gilbert | |
2015-10-11 | I18N: Update translation templates | Thierry Crozat | |
2015-10-11 | SCUMM: Mark additional strings for translation | Thierry Crozat | |
These were reported in bug #6887 | |||
2015-10-11 | I18N: Mark additional string for translation | Thierry Crozat | |
2015-10-11 | SHERLOCK: Fix compilation error on OS X | Thierry Crozat | |
The error was: no viable conversion from 'std::__1::nullptr_t' to 'const Common::String' | |||
2015-10-11 | I18N: Regenerate translations data file | Thierry Crozat | |
2015-10-11 | I18N: Revert Language field change in German po file | Thierry Crozat | |
2015-10-11 | i18N: update German translation | rootfather | |
Revert "Alles stumm" to "Alles aus". The new translation broke the gui in lowres. | |||
2015-10-11 | I18N: Update german "NEWS" file | rootfather | |
update the german news file (doc/de/Neues) to address the changes made to the file "NEWS" in commit 8c5e6d2b | |||
2015-10-11 | I18N: Update german translation file | rootfather | |
updated the german translation file to address the changes made in commit b046479c. Also fixed a string that was too long for the GUI. | |||
2015-10-11 | SHERLOCK: SS: Fix sprites when multiple animations are active | Paul Gilbert | |
2015-10-11 | NEVERHOOD: Possible fix for bad car behaviour | Torbjörn Andersson | |
This is something I found when trying the savegame from bug #6932, but I still don't know if it actually is that bug. From what I understand, there are two different cases in the moveCarToPoint() method: One where you click on a different section on a track than you're on, and one where you click on the same section on the track that you're on. In the latter case, it sends message 0x2004 to the car, which is then handled by AsCommonCar::handleMessage(). That one will assume that the parameter is a point, but this can also be encoded as an integer with 16 bits for the X coordinate and 16 bits for the Y coordinate. See MessageParam::asPoint(). If we only pass an X coordinate to the message, the Y coordinate is assumed to be 0, and we do this in a couple of places. I do not know the exact implications of that, but in the two cases I've changed here, it meant that clicking on the track below the car would still make it go up, because it thought you were travelling towards the top of the screen. So I think this is the appropriate fix, but even if it is, I do not know if it's enough or if it should be changed in other places as well. | |||
2015-10-10 | SHERLOCK: Change _cAnimShapes to be a pointer array | Paul Gilbert | |
This fixes cases where the array has multiple entries; removing a previous entry could result in startCAnim's Object &cObj ending up pointing to an incorrect entry | |||
2015-10-10 | SHERLOCK: SS: Don't reset Holme's position when loading savegames | Paul Gilbert | |
2015-10-10 | SHERLOCK: SS: Fix using keys to select UI buttons | Paul Gilbert | |