Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-29 | Add a removeSavefile() to the default savefile manager based on the new ↵ | David Corrales | |
Common::File::remove(). svn-id: r28282 | |||
2007-07-20 | Added a remove() function to the Common::File class. Also changed the ↵ | David Corrales | |
exists() function to account for new capabilities in the FSNode layer. svn-id: r28150 | |||
2007-07-19 | Fixed a subtle bug when browsing directories in the main game chooser. | David Corrales | |
svn-id: r28149 | |||
2007-07-18 | Added error codes to the SaveFileManager via the SFMError enum. Also, solved ↵ | David Corrales | |
TODO's in the default-saves implementation. svn-id: r28140 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-07-09 | Kirben's fix to Simon the Sorcerer floppy version crash. | David Corrales | |
svn-id: r27986 | |||
2007-07-09 | Update the interfaces for the getChildren method to include the hidden flag. | David Corrales | |
Also added some missing method stubs to the gamecard dc port. svn-id: r27984 | |||
2007-07-09 | Fixed a couple compilation issues in the windows build. | David Corrales | |
svn-id: r27983 | |||
2007-07-08 | Fixed a very strange bug with strings. Also added a couple sanity checks. | David Corrales | |
svn-id: r27973 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-08 | Oops. | Nicola Mettifogo | |
svn-id: r27968 | |||
2007-07-08 | Yet another fix for broken parsing/displaying of strings. Now quotes are ↵ | Nicola Mettifogo | |
properly considered when they are needed, and ignored when they aren't. svn-id: r27967 | |||
2007-07-08 | SCUMM: Handle platform override a bit differently during startup; ↵ | Max Horn | |
specifically, be more gentle if no perfect match against the specified platform value was found svn-id: r27966 | |||
2007-07-08 | Fix for disappearing text in FM-Towns end sequence. | Johannes Schickel | |
svn-id: r27964 | |||
2007-07-08 | Little renaming. | Johannes Schickel | |
svn-id: r27963 | |||
2007-07-08 | Finally fixed parsing of labels. | Nicola Mettifogo | |
svn-id: r27962 | |||
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵ | Max Horn | |
overlayToScreenX/Y) svn-id: r27961 | |||
2007-07-08 | Made parseNextToken *really* work this time. | Nicola Mettifogo | |
svn-id: r27960 | |||
2007-07-08 | Parser is now able to deal with missing quotes at the end of instructions in ↵ | Nicola Mettifogo | |
location scripts. svn-id: r27959 | |||
2007-07-08 | Location background sound (different from music) now implemented. | Nicola Mettifogo | |
svn-id: r27958 | |||
2007-07-08 | Initial patch to the listSavefiles method. Now only the existing savegames ↵ | David Corrales | |
are marked as available. svn-id: r27957 | |||
2007-07-08 | The mouse cursor is shown during dialogues in the Amiga versions (Demo and ↵ | Travis Howell | |
Multi-lingual). svn-id: r27955 | |||
2007-07-07 | Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. | Nicola Mettifogo | |
svn-id: r27954 | |||
2007-07-07 | Oops. Crappy dump code doesn't belong to global repository. | Nicola Mettifogo | |
svn-id: r27950 | |||
2007-07-07 | DLTA tags in multi-frame images are now supported. | Nicola Mettifogo | |
svn-id: r27949 | |||
2007-07-07 | Clear the cutaway via an event in sfScriptGotoScene, instead of calling the ↵ | Filippos Karapetis | |
function directly svn-id: r27948 | |||
2007-07-07 | IHNM: Benny will no longer start walking backwards for a bit after talking ↵ | Filippos Karapetis | |
with the child via the monitor. This glitch occurs with the original interpreter as well svn-id: r27947 | |||
2007-07-07 | When loading a scene, start showing actors only after the scene background ↵ | Filippos Karapetis | |
has been shown. This prevents some cases where some actors are shown prematurely before the next scene is loaded (e.g. in IHNM, when entering a chapter, after AM finishes his speech) svn-id: r27946 | |||
2007-07-06 | Only redraw the save/load dialog when something in it has changed. | Torbjörn Andersson | |
svn-id: r27942 | |||
2007-07-06 | Added data for an Amiga-style busy mouse cursor (An hourglass). Not used yet ↵ | Kari Salminen | |
though. svn-id: r27941 | |||
2007-07-06 | Modified ticksToMSec in IHNM, so that it waits for the correct amount of ↵ | Filippos Karapetis | |
time. Many animations which were not displayed quite right are fixed now, including some small syncing issues with video and sound in some places svn-id: r27939 | |||
2007-07-06 | Added Amiga-style mouse cursor. Used with Amiga-render mode. | Kari Salminen | |
svn-id: r27938 | |||
2007-07-06 | Tidied up and simplified AGI mouse cursor management. | Kari Salminen | |
svn-id: r27937 | |||
2007-07-06 | IHNM: sf103 is sfQueueMusic. Now, when doing a good/bad deed in IHNM, the ↵ | Filippos Karapetis | |
music changes correctly svn-id: r27936 | |||
2007-07-05 | The prisoners at the entrance of the prison in Nimdok's chapter are ↵ | Filippos Karapetis | |
displayed correctly now svn-id: r27931 | |||
2007-07-05 | Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for ↵ | John Willis | |
libMPEG2 (software YV12 for now). Now needs the latest test Open2x lib pack to build (http://wiki.open2x.org/open2x/wiki/index.php?title=Prebuilt_Library_Packages#Test_Releases). svn-id: r27922 | |||
2007-07-05 | Skip DLTA frames for now, when loading character face data in the Amiga ↵ | Travis Howell | |
multi-lingual version. To prevent reading past the end of data. svn-id: r27918 | |||
2007-07-05 | Fix incorrect face frame been shown during dialogs, due to regression in ↵ | Travis Howell | |
revision 27834. svn-id: r27917 | |||
2007-07-05 | Implemented the rest of the differences of the sfScriptGotoScene opcode in IHNM | Filippos Karapetis | |
svn-id: r27916 | |||
2007-07-04 | Fix typo | Filippos Karapetis | |
svn-id: r27906 | |||
2007-07-04 | Add clone2727 to contributors list | Eugene Sandulenko | |
svn-id: r27903 | |||
2007-07-04 | Fix introduction in Amiga multi-lingual version. Specifically characters for ↵ | Travis Howell | |
the introduction are only available in disk1 svn-id: r27897 | |||
2007-07-04 | Fix bug #1747154 - SIMON1: Another crash in dwarf cave. Another regression, ↵ | Travis Howell | |
caused by code cleanup. svn-id: r27889 | |||
2007-07-03 | Changed Dialogue from a typedef for an implicit n-tree of Questions to a ↵ | Nicola Mettifogo | |
plain-vanilla array. This greatly simplify management and doesn't require obscure flagging of tree leaves. svn-id: r27887 | |||
2007-07-03 | Some cheap renaming and cleanup. | Nicola Mettifogo | |
svn-id: r27886 | |||
2007-07-02 | Optimisation for resource loading in Kyra engine | Neil Millstone | |
svn-id: r27875 | |||
2007-07-02 | Fix for launcher detecting DS configuration section in config file as a game | Neil Millstone | |
svn-id: r27874 | |||
2007-07-02 | Added Indy3EGA IBM 1.4 11/07/89 - English (US) 5.25" floppy version data ↵ | Max Horn | |
from report #1746189; also added version data on various other game versions svn-id: r27872 | |||
2007-07-02 | Adding hooks for word completion interface on DS port | Neil Millstone | |
svn-id: r27871 | |||
2007-07-02 | Fix bug where an object was accessed after it was deleted in cine engine | Neil Millstone | |
svn-id: r27870 |