Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-04 | DIRECTOR: Implemented pausing/continuing of playback | Eugene Sandulenko | |
2017-02-04 | DIRECTOR: Hid font test under debug channel | Eugene Sandulenko | |
2017-02-04 | TITANIC: Minor fixes to CMusicObject & CMusicParser | Paul Gilbert | |
2017-02-03 | TITANIC: Implemented CMusicObject initialization | Paul Gilbert | |
2017-02-03 | TITANIC: Beginnings of music object and parser classes | Paul Gilbert | |
2017-02-03 | TITANIC: Implementing more CMusicRoomHandler code | Paul Gilbert | |
2017-02-03 | Merge pull request #894 from wjp/lua_indexTbl | Eugene Sandulenko | |
SWORD25: Use direct integer index into indexTbl | |||
2017-02-02 | TITANIC: Implemented CMusicRoomhandler updateAudio | Paul Gilbert | |
2017-02-02 | TITANIC: Implemented CMusicRoomHandler setVolume | Paul Gilbert | |
2017-02-02 | TITANIC: Extra CMusicRoomHandler init & destroy | Paul Gilbert | |
2017-02-02 | ADL: Set ADGF_TESTING for hires5 | Walter van Niftrik | |
2017-02-02 | ADL: Increase robustness of graphics code | Walter van Niftrik | |
2017-02-01 | TITANIC: Implemented CAudioBuffer class | Paul Gilbert | |
2017-02-01 | TITANIC: Git rid of old stubs in CMusicRoomHandler, start fleshing it out | Paul Gilbert | |
2017-02-01 | GRAPHICS: Add more debug output to MacText | Eugene Sandulenko | |
2017-01-31 | SCI: Add more comments to SQ4-floppy workaround | Tarek Soliman | |
I did a full-score playthrough of the game with a warning() on the workaround condition as m_kiewitz suggested. The following room numbers were logged: * room#1: intro logo * room#21: time rip (intro and ending) * room#531: time pod time travel * room#290: astro chicken star background * room#376: right after astro chicken game over (called only once) | |||
2017-01-31 | SCI: Expand workaround for script bug #3537232 | Tarek Soliman | |
More details in PR#889 | |||
2017-01-31 | ADL: Fix saving inside first-visited rooms | Walter van Niftrik | |
2017-01-31 | DM: Fix GCC warnings | Strangerke | |
2017-01-31 | ADL: Allow stray data bytes in pics | Walter van Niftrik | |
This triggers in hires5, region 5, room 20 | |||
2017-01-30 | TITANIC: Implementing music room handler update & trigger | Paul Gilbert | |
2017-01-30 | ADL: Fix add opcode | Walter van Niftrik | |
2017-01-30 | ADL: Clear screen with white in v2+ | Walter van Niftrik | |
This fixes hires5, region 14, room 29 | |||
2017-01-29 | TITANIC: Implemented CMusicWave start | Paul Gilbert | |
2017-01-29 | TITANIC: Implemented CMusicWave stop method | Paul Gilbert | |
2017-01-29 | TITANIC: Implementing initialization and trigger for CMusicWave | Paul Gilbert | |
2017-01-29 | TITANIC: Cleanup of music room object classes | Paul Gilbert | |
2017-01-29 | TITANIC: Remove incorrect range checks on bool fields | Paul Gilbert | |
2017-01-29 | TITANIC: Fix all music instrument properties that are bool | Paul Gilbert | |
2017-01-29 | TITANIC: Cleanup of music instrument settings code | Paul Gilbert | |
2017-01-30 | ADL: Fix hires5 direction opcodes | Walter van Niftrik | |
2017-01-30 | ADL: Fix hires5 room state restoring | Walter van Niftrik | |
2017-01-30 | ADL: Error out when picture is not found | Walter van Niftrik | |
2017-01-29 | TITANIC: Cleanup of music room setup code | Paul Gilbert | |
2017-01-29 | GRAPHICS: Pass MacWindowManager to MacText constructor | Eugene Sandulenko | |
2017-01-28 | TITANIC: Renamings for music controls | Paul Gilbert | |
2017-01-28 | TITANIC: Fix Pellerator movement from Bar to Music Room | Paul Gilbert | |
2017-01-28 | TITANIC: Fix Barbot getting drunk | Paul Gilbert | |
2017-01-28 | TITANIC: Fix Barbot telling what ingredients are still needed | Paul Gilbert | |
2017-01-29 | DIRECTOR: Pass font formatting info to MacText | Eugene Sandulenko | |
2017-01-28 | TITANIC: Fixes/renaming for giving ingredients to Barbot | Paul Gilbert | |
2017-01-28 | TITANIC: Clarify code for giving glass to Barbot | Paul Gilbert | |
2017-01-28 | TITANIC: Revert field renamings in CScriptHandler | Paul Gilbert | |
I initially thought the four concept fields could be given a relevant name for actor, object, and verb, but on further analysis, it looks like what fields go in which concept slot depends on the kind of sentence. I haven't been able to find any consistency, so I'm reverting them back to being called _concept1P through _concept4P | |||
2017-01-28 | TITANIC: Further CScriptHandler renamings | Paul Gilbert | |
2017-01-28 | TITANIC: Renamed sentence concept fields in CScriptHandler | Paul Gilbert | |
2017-01-28 | SWORD25: Use direct integer index into indexTbl | Willem Jan Palenstijn | |
This matches the behaviour of the Pluto rewrite Eris, and avoids casting the integer indices to void *. I verified this code by running this method in parallel with the current lightuserdata/void* approach and asserting the retrieved objects were identical when loading a savegame. | |||
2017-01-28 | TITANIC: Properly handle sentences with multiple objects | Paul Gilbert | |
2017-01-28 | TITANIC: Properly handle uppercase and 's when normalizing conv text | Paul Gilbert | |
2017-01-28 | DIRECTOR: Added more debug output to text display | Eugene Sandulenko | |
2017-01-27 | TITANIC: Properly initialize TTconcept fields on creation | Paul Gilbert | |