Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an ↵ | Max Horn | |
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation svn-id: r34434 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
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-07-25 | Fix to prevent attempt to delete a non-initialised object during game exit | Paul Gilbert | |
svn-id: r33283 | |||
2008-07-21 | Fixed a small SFX issue with AGOS | Christopher Page | |
svn-id: r33180 | |||
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ↵ | Christopher Page | |
so that music and sfx are separately controlled via the Options menu svn-id: r33065 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ↵ | Christopher Page | |
event queue. Quit and RTL events have been added, and are now tracked by the DefaultEventManager using shouldQuit() and shouldRTL(). AGOS is working with this new implementation, other engines to follow. svn-id: r32952 | |||
2008-06-26 | Added syncSoundSettings() to Engine, sound settings can now be modified from ↵ | Christopher Page | |
the global main menu for most engines svn-id: r32815 | |||
2008-06-26 | Fixed quitting from BASS intro, cleaned up comments in agos | Christopher Page | |
svn-id: r32793 | |||
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So ↵ | Christopher Page | |
far agi, agos, and cine are now using the new _quit flag. svn-id: r32770 | |||
2008-06-12 | AGOS: Fixed a memory leak in the AGOS engine | Christopher Page | |
svn-id: r32679 | |||
2008-05-28 | Merged revisions ↵ | Christopher Page | |
32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-32163,32165-32168,32170-32173,32175-32179,32181-32191,32193-32202,32204-32205,32209-32214,32216,32218,32220-32235,32237-32266,32269-32271,32273-32290,32292-32295,32297-32317,32319-32323,32325-32328,32330-32331,32334-32338,32343-32347 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32350 | |||
2008-05-24 | Add Max's patch for AGOSEngine::pauseEngineIntern(). | Travis Howell | |
svn-id: r32241 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-21 | AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and ↵ | Christopher Page | |
_zoneBuffers) svn-id: r32208 | |||
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ↵ | Christopher Page | |
return to the launcher. This replaces the old shutdown() method within delay() svn-id: r32203 | |||
2008-05-14 | Fixed memory leak when returning to launcher in AGOS engine by properly ↵ | Christopher Page | |
creating and deleting midi driver pointer svn-id: r32129 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-03-22 | Add support for room states in Waxworks (DOS). | Travis Howell | |
svn-id: r31218 | |||
2008-03-12 | Fix bug #1911558 - FF: Inventory doesn't scroll to the end. | Travis Howell | |
svn-id: r31110 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
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-15 | Set the number of speech segments in The Feeble File. | Travis Howell | |
svn-id: r30508 | |||
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 | |||
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵ | Max Horn | |
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
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 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of ↵ | Travis Howell | |
Waxworks. svn-id: r28256 | |||
2007-07-25 | Add eriktorbjorn's patch for bug #1498158 - AOGS: Itemheap overflow on 64bit ↵ | Travis Howell | |
systems. svn-id: r28189 | |||
2007-07-02 | Memory block sizes for Simon 2 on DS port | Neil Millstone | |
svn-id: r27869 | |||
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | Max Horn | |
svn-id: r27800 | |||
2007-06-22 | Work around a crash when quitting Simon 2. If this is the proper fix, it should | Torbjörn Andersson | |
almost certainly go into the 0.10 branch as well. svn-id: r27617 | |||
2007-06-21 | Minor cleanup. | Travis Howell | |
svn-id: r27580 | |||
2007-06-21 | Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵ | Travis Howell | |
cleanup code. svn-id: r27577 | |||
2007-06-20 | Cleanup. | Travis Howell | |
svn-id: r27552 | |||
2007-06-10 | Fix muting music on startup in games, when using non-MIDI music. | Travis Howell | |
svn-id: r27284 | |||
2007-06-10 | Fix timer code in Puzzle Pack, to match original speed. | Travis Howell | |
svn-id: r27275 | |||
2007-06-09 | Add dirtyClips code for Simon the Sorcerer 1/2. | Travis Howell | |
svn-id: r27227 | |||
2007-06-07 | Fix invalid writes in the Amiga demo of Elvira 1, caused by video window 20 ↵ | Travis Howell | |
using larger height. svn-id: r27162 | |||
2007-06-07 | Fix memory leaks on when quiting game. | Travis Howell | |
svn-id: r27160 | |||
2007-06-07 | Limit MIDI driver, to games using MIDI music only. | Travis Howell | |
svn-id: r27158 | |||
2007-06-07 | Fix non-MIDI music still playing, when the game is paused. | Travis Howell | |
svn-id: r27156 | |||
2007-06-05 | Fix input issues in earlier games, and split handleMouseMoved() due to ↵ | Travis Howell | |
difference in earlier games. svn-id: r27103 | |||
2007-06-05 | Updates, to keep Amiga demo of Elvira 1 working. | Travis Howell | |
svn-id: r27102 | |||
2007-06-05 | Update sound ranges in debugger, for earlier games. | Travis Howell | |
svn-id: r27101 |