Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-08 | BACKENDS: Fix OSD implementation in ModularBackend. | Johannes Schickel | |
svn-id: r54828 | |||
2010-12-08 | MT32: Get rid of ANSIFile. | Johannes Schickel | |
svn-id: r54827 | |||
2010-12-07 | GOB: Fix byte *getFile() for loose files | Sven Hesse | |
A very, very stupid error on my part :P svn-id: r54826 | |||
2010-12-07 | MOHAWK: Handle LB event-run opcodes | Alyssa Milburn | |
svn-id: r54825 | |||
2010-12-07 | MOHAWK: Run kLBEventMouseTrackIn in handleMouseDown | Alyssa Milburn | |
svn-id: r54824 | |||
2010-12-07 | MOHAWK: Rename LBAction to LBEvent, fix event targeting | Alyssa Milburn | |
svn-id: r54823 | |||
2010-12-07 | TOOL: Add hotspots info to add support to "Exit" in Dos versions of Hugo | Arnaud Boutonné | |
svn-id: r54821 | |||
2010-12-07 | MOHAWK: Default to the main cursor if no cursor hints are present; fixes a ↵ | Matthew Hoops | |
couple cards svn-id: r54816 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-12-07 | MOHAWK: Allow loading both original and ME saves in any version of Myst | Matthew Hoops | |
svn-id: r54814 | |||
2010-12-07 | MOHAWK: Fix loading from the launcher in Myst | Matthew Hoops | |
svn-id: r54813 | |||
2010-12-07 | MOHAWK: Further limit where Myst can be saved | Matthew Hoops | |
svn-id: r54812 | |||
2010-12-07 | TINSEL: Improve support for DW mac demo (see bug #3110936) | Max Horn | |
svn-id: r54811 | |||
2010-12-07 | MOHAWK: Start Myst back on the dock again | Matthew Hoops | |
svn-id: r54810 | |||
2010-12-07 | SCI: Bumped up the save game version for rev #54805 | Filippos Karapetis | |
Initially, I thought that older ScummVM versions will work with these saved games. However, they will probably crash when trying to load saved games after rev #54805, as the heap is reset when loading, and the system strings segment is no longer initialized (thanks wjp). svn-id: r54809 | |||
2010-12-07 | MOHAWK: Set the default cursor upon loading a game in Myst | Matthew Hoops | |
svn-id: r54808 | |||
2010-12-07 | MOHAWK: Implement loading to different ages in Myst | Matthew Hoops | |
svn-id: r54807 | |||
2010-12-07 | SCI: Silence warnings | Matthew Hoops | |
svn-id: r54806 | |||
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more ↵ | Filippos Karapetis | |
simplified version, thus greatly simplifying handling of system strings svn-id: r54805 | |||
2010-12-06 | HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing. | David Turner | |
svn-id: r54804 | |||
2010-12-06 | MOHAWK: Rewrite the Myst save/load code to use Common::Serializer and name ↵ | Matthew Hoops | |
all the variables svn-id: r54803 | |||
2010-12-06 | MOHAWK: Fix Myst library books, fireplace combination book, and bookcase ↵ | Bastien Bouclet | |
transform animation. svn-id: r54802 | |||
2010-12-06 | HUGO: Fix crash in H3 (Swinger display name) | Arnaud Boutonné | |
svn-id: r54801 | |||
2010-12-06 | MOHAWK: Silenced warning | Filippos Karapetis | |
svn-id: r54800 | |||
2010-12-06 | SCI: Fix uninitialized reads (and therefore, GK1) | Matthew Hoops | |
svn-id: r54799 | |||
2010-12-06 | MOHAWK: fix LBLiveTextItem::handleMouseDown | Alyssa Milburn | |
svn-id: r54798 | |||
2010-12-06 | MOHAWK: finish kLBSetPlayInfo reading | Alyssa Milburn | |
svn-id: r54797 | |||
2010-12-06 | HUGO: Fixed ReadPCX Memory Leak | David Turner | |
freeObjects now works correctly. svn-id: r54796 | |||
2010-12-05 | MOHAWK: fix kLBNotifyChangeMode where there's no mode change | Alyssa Milburn | |
svn-id: r54795 | |||
2010-12-05 | MOHAWK: implement kLBNotifyChangeMode | Alyssa Milburn | |
svn-id: r54794 | |||
2010-12-05 | MOHAWK: improve LBPaletteItem support | Alyssa Milburn | |
svn-id: r54793 | |||
2010-12-05 | MOHAWK: handle LB 2/3 kLBNotifyChangeMode, kLBActionNotified matching | Alyssa Milburn | |
svn-id: r54792 | |||
2010-12-05 | MOHAWK: handle -1 phase for LB 2/3 items | Alyssa Milburn | |
svn-id: r54791 | |||
2010-12-05 | MOHAWK: remove 'internal error' errors | Alyssa Milburn | |
svn-id: r54790 | |||
2010-12-05 | HUGO: Partial Fix For Leaks from ReadPCX() | David Turner | |
The shutdown() call has been reinstated, and freeObjects() now works without a double free and thus segfault, but this still misses some allocated resources... svn-id: r54789 | |||
2010-12-05 | I18N: Update Brazilian Portuguese translation | Thierry Crozat | |
svn-id: r54788 | |||
2010-12-05 | HUGO: Remove Invalid Memory Read in getSound() - Size not defined until ↵ | David Turner | |
after function returns. svn-id: r54787 | |||
2010-12-05 | MOHAWK: Silence a warning | Matthew Hoops | |
svn-id: r54779 | |||
2010-12-05 | MOHAWK: read and use LB 2/3 conditions/commands | Alyssa Milburn | |
svn-id: r54778 | |||
2010-12-05 | MOHAWK: add runCommand/checkCondition routines for LB 2/3 | Alyssa Milburn | |
svn-id: r54777 | |||
2010-12-05 | MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + ↵ | Bastien Bouclet | |
link book svn-id: r54776 | |||
2010-12-05 | COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie) | Matthew Hoops | |
svn-id: r54775 | |||
2010-12-05 | MOHAWK: Fix tMOV resources at the end of the file list (thanks, fuzzie) | Matthew Hoops | |
svn-id: r54774 | |||
2010-12-04 | MOHAWK: implement setGlobalEnable and setGlobalVisible for LB | Alyssa Milburn | |
svn-id: r54771 | |||
2010-12-04 | MOHAWK: fix LB menu mode with subpages | Alyssa Milburn | |
svn-id: r54770 | |||
2010-12-04 | MOHAWK: fix LiveText items without phrases | Alyssa Milburn | |
svn-id: r54769 | |||
2010-12-04 | MOHAWK: tidy up LB hardcoded UI click functions, add poetry mode support | Alyssa Milburn | |
svn-id: r54768 | |||
2010-12-04 | MOHAWK: Implement Myst opcodes 120 and 210, rocket power generator | Bastien Bouclet | |
svn-id: r54759 | |||
2010-12-04 | MOHAWK: Give meaningful names to the game global vars and selenitic vars | Bastien Bouclet | |
svn-id: r54758 | |||
2010-12-04 | BASE: Only clear debug channels after destructing the engine object in runGame. | Johannes Schickel | |
This should fix missing debugC output when the engine object uses debugC etc. in its destructor (or functions called from there). In theory all the engines should do that themselves, but to avoid any issues because of them not doing it we still do it here to be safe. svn-id: r54757 |