Age | Commit message (Expand) | Author |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
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 |