Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-02 | NEVERHOOD: Fix crash in scene 1105 (teddy bear panel) | Torbjörn Andersson | |
Leaving the panel in scene 1105 only worked if the panel was open. If the panel was closed, nothing would happen on the first click, and on the second it would crash. If I understood this correctly, it was because trying to leave while the panel was closed would (incorrectly) mark it as open, and then it would crash when trying to remove the objects behind the panel from the scene. | |||
2013-06-02 | SCUMM: Remove unused variable _quit | Torbjörn Andersson | |
CID 1003018 | |||
2013-06-01 | Merge pull request #332 from bluegr/roland_gs_cleanup | Johannes Schickel | |
SCUMM: iMuse - Clean-up of Roland GS code (updated) | |||
2013-06-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2013-06-01 | LURE: Add missing va_end() | Torbjörn Andersson | |
CID 1002106 | |||
2013-06-01 | SAGA: Add missing "break"s | Torbjörn Andersson | |
It seems pretty clear to me that these fallthroughs were not intentional, seeing how one of them could cause ITE to fall through to IHNM-specific code. CID 1003744, 1003745 | |||
2013-06-01 | NEVERHOOD: Removed debug (?) code that bypassed puzzle | Torbjörn Andersson | |
The effect of the removed code was to bypass the potion-mixing puzzle while shrunken. The puzzle works fine for me, so there's no reason to keep this bypass. Also, it caused a dead code warning, CID 1022345. | |||
2013-05-31 | NEWS: Specify date for 1.6.0 | Eugene Sandulenko | |
2013-05-31 | NEVERHOOD: Made multi-line function-line macros safer | Torbjörn Andersson | |
Wrapped the code in the SetUpdateHandler(), SetMessageHandler(), SetSpriteUpdate(), SetFilterX(), SetFilterY() and NextState() macros in "do { ... } while (0)". Otherwise you may fool yourself because in "if (condition) macro();" the "if" will only cover the first statement of the macro. CID 1022340, 1022341, 1022342, 1022343 | |||
2013-05-31 | SCI: Add a workaround for a script bug in SQ5, room 800 - bug #3614145 | Filippos Karapetis | |
2013-05-29 | SKY: Try to avoid deadlocks with the mixer mutex. | Alyssa Milburn | |
See bug #3512069. | |||
2013-05-28 | HOPKINS: Fix crash in Polish demo - Bug #3613954 | Strangerke | |
2013-05-28 | NEVERHOOD: Silence two compiler warnings about set but unused variables. | D G Turner | |
2013-05-28 | NEVERHOOD: Don't show mouse cursor on game startup | Filippos Karapetis | |
This makes sure that the mouse cursor isn't visible during the intro | |||
2013-05-27 | CGE: Pass proper size of detection entries to AdvancedMetaEngine code. | Johannes Schickel | |
This was forgotten to update in 0d50c67a3e4790d9e3d4b5ba13c7c0975b9ac2e0. | |||
2013-05-27 | Merge pull request #334 from salty-horse/neverhood | johndoe123 | |
NEVERHOOD: Fix incorrect dark palette in Scene2206 | |||
2013-05-27 | NEVERHOOD: Fix invalid memory access in navigation scenes | Torbjörn Andersson | |
When a new Smacker is opened, the old Smacker surface is deleted and a new one is created. Therefore, it has to be removed from the scene and the new one has to be added. | |||
2013-05-26 | CGE: Fix warning in detection | Strangerke | |
Thanks clone2727 for reporting it | |||
2013-05-26 | GUI: Fix the spelling of some variable/class names | Matthew Hoops | |
2013-05-26 | GUI: Add missing include for IBAction | Matthew Hoops | |
Hopefully will fix compilation on older Mac versions | |||
2013-05-26 | Merge pull request #307 from criezy/filebrowser-hidden-osx | Alyssa Milburn | |
OSX: Allow user to display hidden files in the browser dialog. | |||
2013-05-26 | HOPKINS: Fix bug #3613819 - Crash when loading a savegame in Win95 Demo | Strangerke | |
2013-05-25 | PSP: Remove leftover debug statement to non-existant variable. | D G Turner | |
This would cause a compilation error when the __PSP_DEBUG_PRINT__ define was enabled for debugging as the variable is non-existant. | |||
2013-05-23 | WINTERMUTE: Fix erroneous _gameRef in BaseQuickMSG | Einar Johan T. Sømåen | |
CID 1002323 | |||
2013-05-22 | HOPKINS: Update detection to avoid as much as possible the use of executables | Strangerke | |
2013-05-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-22 | I18N: Update Polish translation (from patch #3613727) | Thierry Crozat | |
2013-05-21 | NEVERHOOD: Fix uninitialized variable. | D G Turner | |
2013-05-20 | GIT: Ignore create_{neverhood,tony} | Ori Avtalion | |
2013-05-20 | NEVERHOOD: Add neverhood.dat to dist files. | Johannes Schickel | |
2013-05-20 | Revert "DRASCULA: Add detection entries for the Debian repacked versions ↵ | Filippos Karapetis | |
(bug #3612236)" This reverts commit f0071c65adf72f0fda07395b19b28a7e730b619a. | |||
2013-05-20 | Revert "DRASCULA: Fix the comment of the Debian repacked Italian version" | Filippos Karapetis | |
This reverts commit d06a6542249ae18ec4b43ffb7ac4e5273baf3fd7. | |||
2013-05-19 | CGE: Introduce gametype | Strangerke | |
2013-05-19 | DRASCULA: Fix the comment of the Debian repacked Italian version | Filippos Karapetis | |
2013-05-19 | DRASCULA: Add detection entries for the Debian repacked versions (bug #3612236) | Filippos Karapetis | |
2013-05-19 | DRASCULA: Reorder detection entries | Filippos Karapetis | |
Entries have been grouped by type (packed / unpacked) and ordered by language, alphabetically | |||
2013-05-19 | DRASCULA: Add detection entries for updated unpacked French / Italian ↵ | Filippos Karapetis | |
versions (bug #3612236) | |||
2013-05-19 | NEVERHOOD: Fix incorrect dark palette in Scene2206 | Ori Avtalion | |
2013-05-18 | HOPKINS: Remove left-over assignment | Willem Jan Palenstijn | |
This should have been removed in 2743da58542 . | |||
2013-05-17 | SCI: Add an alternate version of the GK1 demo | Matthew Hoops | |
2013-05-17 | SCI: Add detection for an interactive KQ7 demo | Matthew Hoops | |
Thanks to DrMcCoy | |||
2013-05-18 | HOPKINS: Fix to prevent GMM saving in the underwater sub scenes | Paul Gilbert | |
2013-05-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | I18N: Update Danish translation | Steffen Nyeland | |
2013-05-17 | CGE: Add detection entry for Sfinx | Strangerke | |
2013-05-17 | NEVERHOOD: Add detection for Russian version. Requires more work | Eugene Sandulenko | |
2013-05-17 | AUDIO: Reduce callback frequency of the MT-32 emulator. | Johannes Schickel | |
Formerly the frequency was at 10000Hz. This resulted in 3,4 or even only 1 sample to be generated between callbacks on my system. All the other MIDI drivers use a much lower frequency here. The MidiDriver_Emulated subclasses use a frequency of 250Hz (by default) and the MidiDriver_MPU401 subclasses (which are for example the ALSA output) use 100Hz. With the new frequency of 250Hz 128 samples are generated between callbacks. This will hopefully reduce the overhead of the MT-32 emulator (the engine's code was run 10000 times a second too) a bit. I talked with KingGuppy and it seems the value was increased in the past (still with the very old MT-32 emulator code) because there were accuracy issues. However, I gave the lower frequency a quick test with the MI1, MI2 and ITE intro and didn't spot any obvious differences. As a result, KingGuppy and I agreed to lower it back to 250Hz. If there are any problems coming up we can still slightly increase the frequency to 1000Hz for example. Thanks to waltervn for noticing this. Thanks to KingGuppy for discussion. | |||
2013-05-16 | MOHAWK: Add GF_LB_10 to try fixing bug#3611895. | Alyssa Milburn | |
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn | |
2013-05-16 | ANDROID: Force htc_fail for all Android devices, for now. | Alyssa Milburn | |