aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-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-28DIRECTOR: Added more debug output to text displayEugene 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-27JANITORIAL: Whitespace fixesEugene Sandulenko
2017-01-27GRAPHICS: Overload loadFonts() method in MacResMnagerEugene Sandulenko
2017-01-26DIRECTOR: Plug in MacFont loading from Shared CastsEugene Sandulenko
2017-01-26DIRECTOR: Improved font scaling testEugene 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-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
2017-01-25CRYO: Fix broken sound in FMV scenesRetro-Junk
2017-01-25CRYO: Actualize readme fileRetro-Junk
2017-01-25CRYO: Replace direct script globals access with a switchRetro-Junk
2017-01-25CRYO: Add sound playback to HNM files (buggy yet)Retro-Junk
2017-01-25CRYO: Fix regression in globalsStrangerke
2017-01-25CRYO: move tab_2CB1E to EdenGameStrangerke
2017-01-25CRYO: Add Lost Eden German version detection entryRetro-Junk
2017-01-25CRYO: Some more renamingStrangerke
2017-01-25CRYO: Fix regression in PC cube rotationStrangerke
2017-01-25CRYO: Some more renamingStrangerke
2017-01-25CRYO: Some renaming, move some static arrays to handleHNMSubtitlesStrangerke
2017-01-25CRYO: Refactor projectionStrangerke
2017-01-25CRYO: Split sinus and cosinus tablesStrangerke