aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2010-12-13TOOL: Fix palette bug in H3 Dos (when leaving the cave)Arnaud Boutonné
svn-id: r54898
2010-12-13MOHAWK: Use named constants for LB control modesAlyssa Milburn
svn-id: r54897
2010-12-12MOHAWK: Use named constants for LB timing modesAlyssa Milburn
svn-id: r54896
2010-12-12MOHAWK: Handle chained LB commandsAlyssa Milburn
svn-id: r54895
2010-12-12MOHAWK: Handle kLBGlobalDisableAlyssa Milburn
svn-id: r54893
2010-12-12MOHAWK: More work on LB script parsingAlyssa Milburn
svn-id: r54892
2010-12-12MOHAWK: Fix freeze after tower rotation. Fix opcode 121 : cabin safe digit ↵Bastien Bouclet
change. svn-id: r54889
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
svn-id: r54888
2010-12-12MOHAWK: Always run kLBEventMouseUpIn, for nowAlyssa Milburn
svn-id: r54887
2010-12-12MOHAWK: Handle LB load phaseAlyssa Milburn
svn-id: r54886
2010-12-12MOHAWK: Skip CD-ROM titles in LB pathsAlyssa Milburn
svn-id: r54885
2010-12-12MOHAWK: Silence warningsMatthew Hoops
svn-id: r54884
2010-12-12MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotationBastien Bouclet
svn-id: r54883
2010-12-12PARALLACTION: do not skip commands on Examine zones if there is no text to ↵Nicola Mettifogo
show. This fixes bug #3135782. svn-id: r54882
2010-12-12HUGO: Replace PROMPT box by YESNO box in H3 DosArnaud Boutonné
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881
2010-12-12HUGO: Fix "mouse" bug in H3 Dos, TPS tuningArnaud Boutonné
- Fix "mouse" bug in H3 DOS. Game is still not completable - Use variable normal TPS, as it was slightly different in some DOS versions svn-id: r54880
2010-12-12PARALLACTION: parse command lists for kNoneType zones, even if defined after ↵Nicola Mettifogo
TYPE markers. This fixes bug #3131769. svn-id: r54879
2010-12-12MOHAWK: parse LB script named targeting modesAlyssa Milburn
svn-id: r54874
2010-12-11SCUMM/FM-TOWNS: hopefully fix bug #1463434Florian Kagerer
o5_verbOps() case 9 (SO_VERB_NEW) works slightly different in SCUMM 3 FM-TOWNS (I don't know about DOS). This should fix the issue with the broken key shortcuts. Old savegames won't be fixed, though (since the broken verb states will be restored from the save file). svn-id: r54872
2010-12-11MOHAWK: Improve LB script parsingAlyssa Milburn
svn-id: r54871
2010-12-11MOHAWK: Add size check when reading LB messagesAlyssa Milburn
svn-id: r54870
2010-12-11MOHAWK: Add yet more fallbacks for LB page loadingAlyssa Milburn
svn-id: r54869
2010-12-11MOHAWK: Fix some Myst ME cards that store PICT images in WDIB resources (see ↵Matthew Hoops
myst 4013) svn-id: r54867
2010-12-11MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / closeBastien Bouclet
In progress tower rotation svn-id: r54866
2010-12-11MOHAWK: Fix loading with non-Selenitic red/blue pages in handMatthew Hoops
svn-id: r54865
2010-12-11MOHAWK: Fix using wrong coordinates in Myst opcode 28, restoreDefaultRectBastien Bouclet
svn-id: r54864
2010-12-11MOHAWK: Implement Myst opcodes 116, 186, 188, 189, clock tower time controlsBastien Bouclet
svn-id: r54863
2010-12-11MOHAWK: Change Myst fireplace and green book to use correct varsBastien Bouclet
svn-id: r54859
2010-12-10MOHAWK: Fix another typo (heigth -> height)Matthew Hoops
svn-id: r54858
2010-12-10MOHAWK: Fix a typoMatthew Hoops
svn-id: r54857
2010-12-10MOHAWK: Implement Myst opcode 115, give page to bookBastien Bouclet
svn-id: r54856
2010-12-10HUGO: Enable the use of the icon based inventoryArnaud Boutonné
In Win versions, F6 now opens the directory. Not perfect yet... svn-id: r54853
2010-12-10HUGO: Fix bug in HUGO.DAT loadingArnaud Boutonné
svn-id: r54852
2010-12-10MOHAWK: Fix the Myst drawImage debug commandMatthew Hoops
svn-id: r54850
2010-12-09MOHAWK: Fix LBPaletteItem to handle variable-size palettesAlyssa Milburn
svn-id: r54846
2010-12-09MOHAWK: Implement LBMovieItemAlyssa Milburn
svn-id: r54845
2010-12-09MOHAWK: Don't redraw the screen every frame in LBAlyssa Milburn
svn-id: r54844
2010-12-09MOHAWK: Allow background videos to be played/manipulated with resource handlesAlyssa Milburn
svn-id: r54843
2010-12-09MOHAWK: Add BCOD resource typeAlyssa Milburn
svn-id: r54842
2010-12-08HUGO: Hopefully fix overlapping memory regionsArnaud Boutonné
Thanks Digitall for debugging that svn-id: r54835
2010-12-08HUGO: Fix an episode name and several picture directoriesArnaud Boutonné
svn-id: r54834
2010-12-08MOHAWK: Use named constants for LB opcodes, add warnings when unimplementedAlyssa Milburn
svn-id: r54833
2010-12-08MOHAWK: Implement/stub more LB 3 notificationsAlyssa Milburn
svn-id: r54832
2010-12-08TOOLS: Fix the "Mouse text" crash in HugoArnaud Boutonné
svn-id: r54831
2010-12-07GOB: Fix byte *getFile() for loose filesSven Hesse
A very, very stupid error on my part :P svn-id: r54826
2010-12-07MOHAWK: Handle LB event-run opcodesAlyssa Milburn
svn-id: r54825
2010-12-07MOHAWK: Run kLBEventMouseTrackIn in handleMouseDownAlyssa Milburn
svn-id: r54824
2010-12-07MOHAWK: Rename LBAction to LBEvent, fix event targetingAlyssa Milburn
svn-id: r54823
2010-12-07MOHAWK: Default to the main cursor if no cursor hints are present; fixes a ↵Matthew Hoops
couple cards svn-id: r54816
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
svn-id: r54815