Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-16 | LASTEXPRESS: Replace SYNC_STRING macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace PLAY_STEAM macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace SAVEGAME_BLOOD_JACKET macro by function | Littleboy | |
2012-07-16 | LASTEXPRESS: Replace COMPARTMENT_TO and COMPARTMENT_FROM_TO macros | Littleboy | |
2012-07-16 | LASTEXPRESS: Comment unused variable | Littleboy | |
2012-07-16 | LASTEXPRESS: Remove strange casts | Littleboy | |
2012-07-17 | SCI: Bugfix for kCreateTextBitmap(). Fixes the ComPost text in the SQ6 demo | Filippos Karapetis | |
2012-07-16 | CINE: Mark Operation Stealth as Unstable. | D G Turner | |
Since the cine engine's support for Operation Stealth is still incomplete with significant GFX glitches, this should be marked as "ADGF_UNSTABLE" to warn users and prevent invalid bug reports. However, it should be noted that the game is completable. | |||
2012-07-16 | SCI: Only skip text in room 100 in the SQ6 demo | Filippos Karapetis | |
2012-07-16 | SCI: Temporarily disable text display in the demo of SQ6 to stop crashes | Filippos Karapetis | |
2012-07-16 | SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo | Filippos Karapetis | |
2012-07-15 | TINSEL: Fix bug #3541745 - "DW: PSX version has a too small Re-Start window" | Filippos Karapetis | |
2012-07-15 | TINSEL: Change SetMidiVolume() so that it doesn't start/stop music tracks | Filippos Karapetis | |
Previously, SetMidiVolume() would stop the currently playing track when the MIDI volume was set to 0. Now, the music track always plays, even when the volume is set to 0. This fixes bug #3541533 - "DW: Silencing music volume stops music" and resolves two FIXME comments | |||
2012-07-15 | TINSEL: Fix bug #3459999 - "TINSEL: DW Crash in Subtitle Menu" | Filippos Karapetis | |
2012-07-15 | TINSEL: Remove the GF_BIG_ENDIAN flag | Filippos Karapetis | |
2012-07-15 | TINSEL: Remove the GF_CD and GF_FLOPPY flags | Filippos Karapetis | |
2012-07-15 | TINSEL: Reorder the detection entries to split the DW1 and DW2 entries | Filippos Karapetis | |
2012-07-15 | TINSEL: Remove the GF_DEMO flag | Filippos Karapetis | |
2012-07-15 | TINSEL: Added script workaround for #3543624 - DW1 PSX demo idle animation | Paul Gilbert | |
2012-07-15 | TEENAGENT: Add translatable strings in resources.cpp | Filippos Karapetis | |
2012-07-15 | TEENAGENT: Show a verbose warning when a compressed data file is used and ↵ | Filippos Karapetis | |
zlib hasn't been included in the executable | |||
2012-07-15 | TEENAGENT: Readd the zlib code, to maintain backwards compatibility | Filippos Karapetis | |
2012-07-15 | TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependency | Filippos Karapetis | |
This addresses bug #3539822 - "TEENAGENT: Not working without zlib" | |||
2012-07-15 | SCI: Properly detect the Polish version of KQ5 | Filippos Karapetis | |
Thanks to jacek909 for the extra MD5 checksums of the Polish version. This fixes bugs #2725722 (Polish version checksums) and #3536863 (SCI: KQ5 Floppy English detected as Polish) | |||
2012-07-14 | LASTEXPRESS: Replace CALLBACK_ACTION macro by member function | Littleboy | |
2012-07-14 | LASTEXPRESS: Fix sound in animated sequences | Littleboy | |
2012-07-14 | LASTEXPRESS: Cleanup | Littleboy | |
- Add missing initializer/destructors - Add some const modifiers - Remove some unneeded casts - Use enumeration values in switch constructs | |||
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2012-07-14 | TINSEL: Cleanup | Filippos Karapetis | |
2012-07-11 | TINSEL: Added MD5 detection entries for Discworld 1 Polish translation | Paul Gilbert | |
2012-07-11 | TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up | Paul Gilbert | |
2012-07-09 | MOHAWK: Restart anims when LiveText plays them. | Alyssa Milburn | |
2012-07-09 | TINSEL: Fix bug #3541230 - "DW: PSX version locks up after using the book" | Filippos Karapetis | |
Removed the superfluous MIDI offset storing code. Now, the MIDI buffer is re-read when the music loops. This removes a static variable and also fixes another bug in the SEQ decoder. | |||
2012-07-09 | SCI: Update comments in kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | SCI: Also set the filename of the videoState struct when playing AVIs | Filippos Karapetis | |
2012-07-08 | SCI: Fix a typo and add some comments to kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | SCI: Ignore another leftover script from KQ7 in the debugger | Filippos Karapetis | |
2012-07-08 | MOHAWK: Play anims for LiveText items *after* the speech. | Alyssa Milburn | |
Another attempt at fixing bug #3541294. | |||
2012-07-08 | SCI: Add another English floppy version of KQ5 (bug #3536863) | Filippos Karapetis | |
According to this bug report, there exists another English version with the same file checksums as the vanilla English version, patched to Polish. We need a better way of distinguishing the two versions. Until we do, this is a duplicate entry of the Polish floppy version | |||
2012-07-08 | SCI: Show information for correct file naming in the QFG4 import room | Filippos Karapetis | |
This information is shown in previous QFG versions, but it had to be placed in a SCI32 graphics function in order to be shown in QFG4 too | |||
2012-07-08 | SCI: Update the virtual file selected in the QFG4 character import screen | Filippos Karapetis | |
This makes the character import screen in QFG4 functional, as the virtual file index was never updated | |||
2012-07-08 | SCI: Add a hack in kGetAngleWorker to fix bug #3540976 | Filippos Karapetis | |
kGetAngle(Worker) has been implemented based on behavior observed with a test program created with SCI Studio. However, the return values have subtle differences from the original, which uses atan(). This temporary hack will do for now till the implementation of kGetAngle is done again. A simpler atan2-based implementation has also been added for future reference | |||
2012-07-08 | COMPOSER: Fix parsing v1 book groups. | Alyssa Milburn | |
This fixes bug #3539019. | |||
2012-07-08 | MOHAWK: Run animations attached to LiveText items. | Alyssa Milburn | |
Should fix bug #3541294. | |||
2012-07-08 | SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵ | Travis Howell | |
and Luther's Maze Madness. | |||
2012-07-07 | TOON: Remove unecessary getSystem() function. | D G Turner | |
This was needed due to the unecessary protected shadow variable hiding the Engine superclass _system member variable. | |||
2012-07-07 | SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵ | Travis Howell | |
Madness. | |||
2012-07-06 | SCI: Better handling for Phantasmagoria's odd screen size | Filippos Karapetis | |
Still not right, as the width isn't set | |||
2012-07-06 | SCI: Add a hack to handle the internal script resolution in Phantasmagoria | Filippos Karapetis | |
2012-07-05 | CGE: Silent some CppCheck warnings | Strangerke | |