Age | Commit message (Expand) | Author |
2008-11-09 | Run xmllint on our *.STX files. Fixed several XML syntax violations | Max Horn |
2008-11-09 | minor tweaks | Max Horn |
2008-11-09 | Got rid of some more 'using' usages | Max Horn |
2008-11-09 | Removed many unnecessary #includes | Max Horn |
2008-11-09 | Removed some code that was added earlier to deal with dimming/undimming the | Torbjörn Andersson |
2008-11-09 | Allow pausing (from the outside) during credits and palette fades. Refactored... | Torbjörn Andersson |
2008-11-09 | Fixed pausing during credits. | Torbjörn Andersson |
2008-11-09 | Made getSoundElapseTime() work better when the sound has been paused. A new | Torbjörn Andersson |
2008-11-09 | Allow pausing during cutscene movies. (This will need an update to the mixer's | Torbjörn Andersson |
2008-11-09 | Error out on savegame load failure (again). | Johannes Schickel |
2008-11-09 | - Implemented Engine::saveGameState for KYRA | Johannes Schickel |
2008-11-09 | Partially merge classes Theme and ThemeEngine (saves another couple KB), some... | Max Horn |
2008-11-09 | Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes) | Max Horn |
2008-11-09 | Fixed bug, which might mess up the description of new savegames. | Johannes Schickel |
2008-11-09 | Implemented Engine::syncSoundSettings properly for MIDI output. | Johannes Schickel |
2008-11-09 | Moved sound-related settings to syncSoundSettings() for the global options di... | Torbjörn Andersson |
2008-11-09 | Fixed warning, and what looked to me like a very minor memory leak. | Torbjörn Andersson |
2008-11-09 | Update ReadStringStream and parser to work with the new eos() logic. | Nicola Mettifogo |
2008-11-09 | Enabled flags parsing for all commands in location script. Most of them don't... | Nicola Mettifogo |
2008-11-09 | Fixed crash when closing BRA. | Nicola Mettifogo |
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-09 | Fixed bug in introduction of NS. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo |
2008-11-08 | Thou shalst never use the 'using' keyword in a header file, lest the wrath of... | Max Horn |
2008-11-08 | Pushing down some header deps | Max Horn |
2008-11-08 | Moved some internal stuff from ThemeEngine.h to ThemeEngine.cpp | Max Horn |
2008-11-07 | DS: Fixing feof behaviour and path prefix stuff. | Neil Millstone |
2008-11-07 | Implemented RTL support | Benjamin Haisch |
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the descrip... | Filippos Karapetis |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Added a destroy() call for SearchManager at the end of scummvm_main. | Nicola Mettifogo |
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel |
2008-11-07 | Formatting. | Johannes Schickel |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for futur... | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn |
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-06 | Fixed colors for the GMM save/load dialogs | Filippos Karapetis |
2008-11-06 | Fixed compilation. | Torbjörn Andersson |
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis |
2008-11-06 | Set vector renderer format | Lars Persson |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ... | Max Horn |
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the waitForTimer... | Filippos Karapetis |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |