Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-02 | fix Virgin logo screen breakage that was introduced in the RTL merge | Joost Peters | |
svn-id: r34267 | |||
2008-08-16 | Made sure to set the loading slot AFTER selecting the active domain when ↵ | Christopher Page | |
loading from the launcher. Also fixed the flickering Virgin logo in BASS svn-id: r33949 | |||
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵ | Christopher Page | |
GMM if the engine doesn't support it svn-id: r33921 | |||
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these ↵ | Christopher Page | |
features to allow/disallow loading and deleting saves svn-id: r33909 | |||
2008-08-13 | Fixed some memory leaks | Christopher Page | |
svn-id: r33846 | |||
2008-08-04 | Merged revisions ↵ | Christopher Page | |
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33624 | |||
2008-08-03 | Fixed bug #1995033 ("BASS: BG Sound stopped on opening item list"). Apparently | Torbjörn Andersson | |
the sound is supposed to be paused and then unpaused, but the pause function is called many more times than the unpause function. In the original, this presumably didn't matter. In ScummVM's mixer, it does. svn-id: r33570 | |||
2008-08-03 | Fixed bug #1995022 ("BASS: wrong displayed 2 line text"). | Torbjörn Andersson | |
svn-id: r33568 | |||
2008-08-03 | Fixed bug that prevented upper-case letters from being used in savegame names. | Torbjörn Andersson | |
Apparently, strchr(..., 0) will find the string terminator - at least for me - and when that's added to the name, it will terminate the string. svn-id: r33565 | |||
2008-07-31 | Added check for valid save slots, when loading savestates using -x | Christopher Page | |
svn-id: r33483 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-07-21 | Improved GMM sound settings support for SKY | Christopher Page | |
svn-id: r33178 | |||
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵ | Christopher Page | |
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082 | |||
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and ↵ | Christopher Page | |
prevented pushEvent from pushing more than one EVENT_QUIT into the artificialEventQueue svn-id: r33041 | |||
2008-06-26 | Quit or RTL from the main menu now triggers an EVENT_QUIT in ↵ | Christopher Page | |
DefaultEventManager::pollEvent() svn-id: r32813 | |||
2008-06-26 | Fixed quitting from BASS intro, cleaned up comments in agos | Christopher Page | |
svn-id: r32793 | |||
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page | |
svn-id: r32775 | |||
2008-06-06 | SKY: Fixed a memory leak in SKY engine | Christopher Page | |
svn-id: r32578 | |||
2008-05-08 | Since BASS treats speech separately from other sounds, let's use the | Torbjörn Andersson | |
speech_volume setting for that, as suggested on the forum. svn-id: r31941 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-02-27 | Add support for --list-saves to the sky engine | Max Horn | |
svn-id: r30987 | |||
2008-02-27 | Modified the BASS save/load code to use a StringList for storing the save ↵ | Max Horn | |
state titles (simplified the code, removed some cruft) svn-id: r30986 | |||
2008-02-27 | Simplified Control::handleKeyPress and fixed a long-standing bug in the ↵ | Max Horn | |
verification of the save name svn-id: r30981 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | cleanup | Max Horn | |
svn-id: r30777 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't ↵ | Jordi Vilalta Prat | |
use the AdvancedDetector). svn-id: r30752 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-30 | Patch #1689516: BASS: Update the cursor when right-clicking in inventory | Max Horn | |
svn-id: r30085 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir | |
svn-id: r29751 | |||
2007-09-20 | This workaround is no longer needed | Max Horn | |
svn-id: r28980 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-06-28 | Whitespace fix | Max Horn | |
svn-id: r27762 | |||
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn | |
svn-id: r27731 | |||
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales | |
svn-id: r27681 | |||
2007-06-23 | Changed BASS to use more KEYCODEs | Max Horn | |
svn-id: r27670 | |||
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn | |
svn-id: r27635 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 |