Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-02 | Engine class changed: | Max Horn | |
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' ↵ | Max Horn | |
constructor of Common::String explicit, to avoid such bugs in the future svn-id: r34660 | |||
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn | |
svn-id: r34614 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel | |
svn-id: r34495 | |||
2008-09-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵ | Filippos Karapetis | |
warnings-as-errors" svn-id: r34457 | |||
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 | Changed some code to use the new Stream::readLine() method | Max Horn | |
svn-id: r34318 | |||
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵ | Max Horn | |
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315 | |||
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 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo | |
svn-id: r34268 | |||
2008-08-31 | Fixed leak with Input class, introduced in commit 34206. | Nicola Mettifogo | |
svn-id: r34224 | |||
2008-08-31 | More cleanup. | Nicola Mettifogo | |
svn-id: r34223 | |||
2008-08-31 | Cleanup. | Nicola Mettifogo | |
svn-id: r34222 | |||
2008-08-31 | Removed extra semicolon detected by salty-horse pesky compiler. | Nicola Mettifogo | |
svn-id: r34221 | |||
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo | |
svn-id: r34220 | |||
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with ↵ | Nicola Mettifogo | |
regards of gui code, which is now independent of engine version. svn-id: r34219 | |||
2008-08-30 | Removed global g_system. | Nicola Mettifogo | |
svn-id: r34209 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-26 | Cleanup. | Nicola Mettifogo | |
svn-id: r34185 | |||
2008-08-25 | Fixed regression: show mouse and enable input in NS Demo. | Nicola Mettifogo | |
svn-id: r34144 | |||
2008-08-25 | Added workaround for bug 2070751, long standing issue with item matching ↵ | Nicola Mettifogo | |
exposed after revision 32873. svn-id: r34135 | |||
2008-08-22 | Fixed error in parsing. | Nicola Mettifogo | |
svn-id: r34093 | |||
2008-08-22 | Implement transition when entering a new location for BRA. Not ↵ | Nicola Mettifogo | |
pixel-perfect, but... let's e happy about it. svn-id: r34089 | |||
2008-08-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r34086 | |||
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo | |
svn-id: r34080 | |||
2008-08-20 | Engine now returns to the menu when intro is over. | Nicola Mettifogo | |
svn-id: r34047 | |||
2008-08-20 | * Enlarged buffer for frame decoding. Crashes in the introduction were ↵ | Nicola Mettifogo | |
caused by a small buffer and subsequent out-of-bound writes. * Disabled debug code. svn-id: r34046 | |||
2008-08-19 | Deleted debug code that slipped in. | Nicola Mettifogo | |
svn-id: r34041 | |||
2008-08-19 | Fixed bug in low-level parser. Block comments weren't interpreted correctly. | Nicola Mettifogo | |
svn-id: r34038 | |||
2008-08-19 | Fixed segfault when quitting BRA. | Nicola Mettifogo | |
svn-id: r34022 | |||
2008-08-18 | * Split up blt routine (there is room for a ton of improvements) | Nicola Mettifogo | |
* Added scaling as a new blt option * Activated scaling for the main character in BRA svn-id: r33985 | |||
2008-08-16 | Extended balloon manager to handle color constants and fixed color of text ↵ | Nicola Mettifogo | |
in balloons for BRA. svn-id: r33940 | |||
2008-08-16 | Multiple balloons (answers) are now positioned correctly in BRA. | Nicola Mettifogo | |
svn-id: r33939 | |||
2008-08-16 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r33936 | |||
2008-08-16 | Fixed half-invisible balloons. | Nicola Mettifogo | |
svn-id: r33933 | |||
2008-08-16 | Enabled interaction with movable zones - mainly NPCs - which are linked to ↵ | Nicola Mettifogo | |
animations. svn-id: r33930 | |||
2008-08-16 | Fixed label positioning in BRA. | Nicola Mettifogo | |
svn-id: r33928 | |||
2008-08-16 | Merged revisions ↵ | Christopher Page | |
33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33924 | |||
2008-08-16 | Fixes for Parallaction loading from launcher | Christopher Page | |
svn-id: r33923 | |||
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-15 | Implemented raster operation for masks and postponed blitting of zones after ↵ | Nicola Mettifogo | |
everything in the location has been loaded. This fixes the remaining problems with animations not being masked by items. svn-id: r33903 | |||
2008-08-15 | Added routines to load and handle item masks: animation are now correctly ↵ | Nicola Mettifogo | |
hidden when they are behind any object. The masks of items that are not explicitly activated (even if visible) still are handled (e.g. the crown in the museum is not visible in the foreground). svn-id: r33900 | |||
2008-08-15 | Updated layer calculation: animations are now hidden properly by background ↵ | Nicola Mettifogo | |
elements (but not items yet). svn-id: r33894 | |||
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and ↵ | Nicola Mettifogo | |
changed client code to use get/set. This will allow various simplifications (e.g. when calculating Z), and is a step towards correct handling of interactive zones of Zone/Animation in BRA. svn-id: r33892 |