Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | Partially merge classes Theme and ThemeEngine (saves another couple KB), ↵ | Max Horn | |
somebody (Tanoku?) should do a proper merge svn-id: r34951 | |||
2008-11-09 | Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes) | Max Horn | |
svn-id: r34950 | |||
2008-11-09 | Fixed bug, which might mess up the description of new savegames. | Johannes Schickel | |
svn-id: r34949 | |||
2008-11-09 | Implemented Engine::syncSoundSettings properly for MIDI output. | Johannes Schickel | |
svn-id: r34948 | |||
2008-11-09 | Moved sound-related settings to syncSoundSettings() for the global options ↵ | Torbjörn Andersson | |
dialog. svn-id: r34947 | |||
2008-11-09 | Fixed warning, and what looked to me like a very minor memory leak. | Torbjörn Andersson | |
svn-id: r34946 | |||
2008-11-09 | Update ReadStringStream and parser to work with the new eos() logic. | Nicola Mettifogo | |
svn-id: r34945 | |||
2008-11-09 | Enabled flags parsing for all commands in location script. Most of them ↵ | Nicola Mettifogo | |
don't need it, but some commands have been enhanced in BRA. svn-id: r34944 | |||
2008-11-09 | Fixed crash when closing BRA. | Nicola Mettifogo | |
svn-id: r34943 | |||
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo | |
svn-id: r34942 | |||
2008-11-09 | Fixed bug in introduction of NS. | Nicola Mettifogo | |
svn-id: r34941 | |||
2008-11-08 | * cleanup | Nicola Mettifogo | |
* moved find routines from Parallaction to Location svn-id: r34940 | |||
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo | |
* refactored most cleanup code for locations and game svn-id: r34939 | |||
2008-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo | |
svn-id: r34938 | |||
2008-11-08 | Thou shalst never use the 'using' keyword in a header file, lest the wrath ↵ | Max Horn | |
of ye fingolfin will crush your sorrow bones to dust... *grrr* ;) svn-id: r34937 | |||
2008-11-08 | Pushing down some header deps | Max Horn | |
svn-id: r34936 | |||
2008-11-08 | Moved some internal stuff from ThemeEngine.h to ThemeEngine.cpp | Max Horn | |
svn-id: r34935 | |||
2008-11-07 | DS: Fixing feof behaviour and path prefix stuff. | Neil Millstone | |
svn-id: r34934 | |||
2008-11-07 | Implemented RTL support | Benjamin Haisch | |
svn-id: r34933 | |||
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the ↵ | Filippos Karapetis | |
description is not set correctly yet svn-id: r34932 | |||
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo | |
* removed lots of old Archive swap magic svn-id: r34931 | |||
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo | |
svn-id: r34930 | |||
2008-11-07 | Added a destroy() call for SearchManager at the end of scummvm_main. | Nicola Mettifogo | |
svn-id: r34929 | |||
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel | |
svn-id: r34928 | |||
2008-11-07 | Formatting. | Johannes Schickel | |
svn-id: r34927 | |||
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the ↵ | Nicola Mettifogo | |
'autoFree' parameter set to true. svn-id: r34926 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 4 (done for now, TODO added for ↵ | Max Horn | |
future work) svn-id: r34925 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too) | Max Horn | |
svn-id: r34924 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 2 | Max Horn | |
svn-id: r34923 | |||
2008-11-07 | Refactoring the Arj decoder code, phase 1 | Max Horn | |
svn-id: r34922 | |||
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in ↵ | Nicola Mettifogo | |
Nippon Safes. Common::File is now used only to load archives. svn-id: r34921 | |||
2008-11-06 | Fixed colors for the GMM save/load dialogs | Filippos Karapetis | |
svn-id: r34920 | |||
2008-11-06 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r34919 | |||
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis | |
svn-id: r34918 | |||
2008-11-06 | Set vector renderer format | Lars Persson | |
svn-id: r34917 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-06 | Merged SFMError into Common::Error, added some new error codes; revised some ↵ | Max Horn | |
error handling in DefaultSaveManager svn-id: r34915 | |||
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the ↵ | Filippos Karapetis | |
waitForTimer() function from the SCUMM engine svn-id: r34914 | |||
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn | |
svn-id: r34913 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn | |
svn-id: r34911 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34910 | |||
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn | |
svn-id: r34909 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34908 | |||
2008-11-05 | Fixed compile error. | Torbjörn Andersson | |
svn-id: r34907 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn | |
svn-id: r34905 | |||
2008-11-05 | Tweaked browser dialog in 320x200 mode | Max Horn | |
svn-id: r34904 | |||
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn | |
svn-id: r34903 | |||
2008-11-05 | Tweaked classic theme in 320x200 mode, to use the available space better | Max Horn | |
svn-id: r34902 |