aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-01-28TITANIC: Further CScriptHandler renamingsPaul Gilbert
2017-01-28TITANIC: Renamed sentence concept fields in CScriptHandlerPaul Gilbert
2017-01-28SWORD25: Use direct integer index into indexTblWillem 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-28TITANIC: Properly handle sentences with multiple objectsPaul Gilbert
2017-01-28TITANIC: Properly handle uppercase and 's when normalizing conv textPaul Gilbert
2017-01-28JANITORIAL: Fix code formattingEugene Sandulenko
2017-01-28GRAPHICS: Implemented MacFont fallbackEugene Sandulenko
2017-01-28DIRECTOR: Added more debug output to text displayEugene Sandulenko
2017-01-28DEVTOOLS: Update create_classicmacfonts.sh to the latest changes in fontsEugene Sandulenko
2017-01-27TITANIC: Properly initialize TTconcept fields on creationPaul Gilbert
2017-01-27TITANIC: Use ParserAction enum in calls to addNodePaul Gilbert
2017-01-27TITANIC: Don't untimely remove unrecognised COMPLEX_VERB parser nodesPaul Gilbert
2017-01-27ADL: Add support for printing bell characterWalter van Niftrik
2017-01-27ADL: Remove word wrapping from hires5 item checkWalter van Niftrik
2017-01-27ADL: Fix word wrapping when last line is fullWalter van Niftrik
2017-01-27DIRECTOR: Clear font mapping before loading new mapEugene Sandulenko
2017-01-27DIRECTOR: Register and use additional fontsEugene Sandulenko
2017-01-27GRAPHICS: Added additional font map registering to MacFontManagerEugene Sandulenko
2017-01-27JANITORIAL: Whitespace fixesEugene Sandulenko
2017-01-27JANITORIAL: CleanupEugene Sandulenko
2017-01-27GRAPHICS: Overload loadFonts() method in MacResMnagerEugene Sandulenko
2017-01-26DIRECTOR: Plug in MacFont loading from Shared CastsEugene Sandulenko
2017-01-26GRAPHICS: Refactor Mac font loading into per file methodEugene Sandulenko
2017-01-26GRAPHICS: More fixes to MacFont scaling. Now it does workEugene Sandulenko
2017-01-26DIRECTOR: Improved font scaling testEugene Sandulenko
2017-01-26GRAPHICS: Fixes to MacFont scalingEugene Sandulenko