aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-01-26GOB: Add another interactive Gob3 demo, as supplied by Dark-StarSven Hesse
This demo comes with texts in English (GB), German and French.
2017-01-25TITANIC: Simplify TTconceptNode setConceptPaul Gilbert
2017-01-25DEVTOOLS: Added makefile for create_cryoEugene Sandulenko
2017-01-25DEVTOOLS: Added copyright headers to create_cryoEugene Sandulenko
2017-01-25CRYO: Fix compilationEugene Sandulenko
2017-01-25CRYO: Update readme file to reflect removal of EDEN_DEBUGStrangerke
2017-01-25CRYO: Remove last use of EDEN_DEBUGStrangerke
2017-01-25CRYO: Move inventory debug hack to debuggerStrangerke
2017-01-25CRYO: Introduce debugger, remove console initialisationStrangerke
2017-01-25CRYO: Fix out of bounds access in cursor save/restoreRetro-Junk
2017-01-25CRYO: Fix some warningsStrangerke
2017-01-25CRYO: Fix crash during PC intro videoRetro-Junk