aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-01GRAPHICS: Fix rendering of MacText with font change in the middle of the stringEugene Sandulenko
2017-02-01GRAPHICS: MacText fixes for in-the middle style change splittingEugene Sandulenko
2017-02-01GRAPHICS: Add more debug output to MacTextEugene Sandulenko
2017-01-31SCI: Add more comments to SQ4-floppy workaroundTarek 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-02-01GRAPHICS: Fix GCC Compiler Warnings.D G Turner
2017-02-01DIRECTOR: Adjust text wrapping by one pixelEugene Sandulenko
2017-01-31SCI: Expand workaround for script bug #3537232Tarek Soliman
More details in PR#889
2017-01-31GRAPHICS: Implement rendering of rich MacTextEugene Sandulenko
2017-01-31GRAPHICS: Store more metainformation on lines in MacTextEugene Sandulenko
2017-01-31GRAPHICS: Fix font transtion formatting for MacTextEugene Sandulenko
2017-01-31ADL: Fix saving inside first-visited roomsWalter van Niftrik
2017-01-31GRAPHICS: More fixes to MacText formattingEugene Sandulenko
2017-01-31GRAPHICS: More fixes to MacText rich text formattingEugene Sandulenko
2017-01-31DIRECTOR: Generate font style runs for MacTextEugene Sandulenko
2017-01-31GRAPHICS: Overwhauling of MacText rich formattingEugene Sandulenko
2017-01-31I18N: Update translations templatesThierry Crozat
2017-01-31DM: Fix GCC warningsStrangerke
2017-01-31ADL: Allow stray data bytes in picsWalter van Niftrik
This triggers in hires5, region 5, room 20
2017-01-30TITANIC: Implementing music room handler update & triggerPaul Gilbert
2017-01-30ADL: Fix add opcodeWalter van Niftrik
2017-01-30GRAPHICS: More work on rich text formattingEugene Sandulenko
2017-01-30I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (929 of 929 strings)
2017-01-30ADL: Clear screen with white in v2+Walter van Niftrik
This fixes hires5, region 14, room 29
2017-01-30I18N: Update translation (Portuguese (Portugal))Vitor Santos
Currently translated at 19.9% (185 of 929 strings)
2017-01-30GRAPHICS: Initial work on rich text formatting in MacTextEugene Sandulenko
2017-01-30GRAPHICS: Added missing includeEugene Sandulenko
2017-01-29TITANIC: Implemented CMusicWave startPaul Gilbert
2017-01-30I18N: Regenerate translations data fileThierry Crozat
2017-01-29TITANIC: Implemented CMusicWave stop methodPaul Gilbert
2017-01-29TITANIC: Implementing initialization and trigger for CMusicWavePaul Gilbert
2017-01-29TITANIC: Cleanup of music room object classesPaul Gilbert
2017-01-29TITANIC: Remove incorrect range checks on bool fieldsPaul Gilbert
2017-01-29TITANIC: Fix all music instrument properties that are boolPaul Gilbert
2017-01-29TITANIC: Cleanup of music instrument settings codePaul Gilbert
2017-01-30ADL: Fix hires5 direction opcodesWalter van Niftrik
2017-01-30ADL: Fix hires5 room state restoringWalter van Niftrik
2017-01-30ADL: Error out when picture is not foundWalter van Niftrik
2017-01-29TITANIC: Cleanup of music room setup codePaul Gilbert
2017-01-29GRAPHICS: Added optional initial line width ot text wrapperEugene Sandulenko
2017-01-29GRAPHICS: Added MacFontRun structureEugene Sandulenko
2017-01-29GRAPHICS: Pass MacWindowManager to MacText constructorEugene Sandulenko
2017-01-28TITANIC: Renamings for music controlsPaul Gilbert
2017-01-28TITANIC: Fix Pellerator movement from Bar to Music RoomPaul Gilbert
2017-01-28TITANIC: Fix Barbot getting drunkPaul Gilbert
2017-01-28TITANIC: Fix Barbot telling what ingredients are still neededPaul Gilbert
2017-01-29DIRECTOR: Pass font formatting info to MacTextEugene Sandulenko
2017-01-29GRAPHICS: Initial code for MacText formattingEugene Sandulenko
2017-01-28TITANIC: Fixes/renaming for giving ingredients to BarbotPaul Gilbert
2017-01-28TITANIC: Clarify code for giving glass to BarbotPaul Gilbert
2017-01-28TITANIC: Revert field renamings in CScriptHandlerPaul 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