Age | Commit message (Expand) | Author |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err... | Filippos Karapetis |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo |
2008-08-31 | Fixed leak with Input class, introduced in commit 34206. | Nicola Mettifogo |
2008-08-31 | More cleanup. | Nicola Mettifogo |
2008-08-31 | Cleanup. | Nicola Mettifogo |
2008-08-31 | Removed extra semicolon detected by salty-horse pesky compiler. | Nicola Mettifogo |
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo |
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with regard... | Nicola Mettifogo |
2008-08-30 | Removed global g_system. | Nicola Mettifogo |
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo |
2008-08-26 | Cleanup. | Nicola Mettifogo |
2008-08-25 | Fixed regression: show mouse and enable input in NS Demo. | Nicola Mettifogo |
2008-08-25 | Added workaround for bug 2070751, long standing issue with item matching expo... | Nicola Mettifogo |
2008-08-22 | Fixed error in parsing. | Nicola Mettifogo |
2008-08-22 | Implement transition when entering a new location for BRA. Not pixel-perfect,... | Nicola Mettifogo |
2008-08-21 | Fixed warning. | Torbjörn Andersson |
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo |
2008-08-20 | Engine now returns to the menu when intro is over. | Nicola Mettifogo |
2008-08-20 | * Enlarged buffer for frame decoding. Crashes in the introduction were caused... | Nicola Mettifogo |
2008-08-19 | Deleted debug code that slipped in. | Nicola Mettifogo |
2008-08-19 | Fixed bug in low-level parser. Block comments weren't interpreted correctly. | Nicola Mettifogo |
2008-08-19 | Fixed segfault when quitting BRA. | Nicola Mettifogo |
2008-08-18 | * Split up blt routine (there is room for a ton of improvements) | Nicola Mettifogo |
2008-08-16 | Extended balloon manager to handle color constants and fixed color of text in... | Nicola Mettifogo |
2008-08-16 | Multiple balloons (answers) are now positioned correctly in BRA. | Nicola Mettifogo |
2008-08-16 | Removed unused variable. | Torbjörn Andersson |
2008-08-16 | Fixed half-invisible balloons. | Nicola Mettifogo |
2008-08-16 | Enabled interaction with movable zones - mainly NPCs - which are linked to an... | Nicola Mettifogo |
2008-08-16 | Fixed label positioning in BRA. | Nicola Mettifogo |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-16 | Fixes for Parallaction loading from launcher | Christopher Page |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-15 | Implemented raster operation for masks and postponed blitting of zones after ... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-08-15 | Made scripts access Animation fields via accessors and mutators, instead of u... | Nicola Mettifogo |
2008-08-15 | Disabled lip syncing code in BRA, since I couldn't find any scripts actually ... | Nicola Mettifogo |
2008-08-15 | Simplified handling of script variables (especially locals). | Nicola Mettifogo |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-08-14 | More cleanup. | Nicola Mettifogo |