aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-09Partially merge classes Theme and ThemeEngine (saves another couple KB), ↵Max Horn
somebody (Tanoku?) should do a proper merge svn-id: r34951
2008-11-09Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes)Max Horn
svn-id: r34950
2008-11-09Fixed bug, which might mess up the description of new savegames.Johannes Schickel
svn-id: r34949
2008-11-09Implemented Engine::syncSoundSettings properly for MIDI output.Johannes Schickel
svn-id: r34948
2008-11-09Moved sound-related settings to syncSoundSettings() for the global options ↵Torbjörn Andersson
dialog. svn-id: r34947
2008-11-09Fixed warning, and what looked to me like a very minor memory leak.Torbjörn Andersson
svn-id: r34946
2008-11-09Update ReadStringStream and parser to work with the new eos() logic.Nicola Mettifogo
svn-id: r34945
2008-11-09Enabled 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-09Fixed crash when closing BRA.Nicola Mettifogo
svn-id: r34943
2008-11-09Better cleanup and handling of mouse when changing location in NS.Nicola Mettifogo
svn-id: r34942
2008-11-09Fixed bug in introduction of NS.Nicola Mettifogo
svn-id: r34941
2008-11-08* cleanupNicola Mettifogo
* moved find routines from Parallaction to Location svn-id: r34940
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
* refactored most cleanup code for locations and game svn-id: r34939
2008-11-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
svn-id: r34938
2008-11-08Thou 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-08Pushing down some header depsMax Horn
svn-id: r34936
2008-11-08Moved some internal stuff from ThemeEngine.h to ThemeEngine.cppMax Horn
svn-id: r34935
2008-11-07DS: Fixing feof behaviour and path prefix stuff.Neil Millstone
svn-id: r34934
2008-11-07Implemented RTL supportBenjamin Haisch
svn-id: r34933
2008-11-07Saving 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-07Reverted my earlier commit r34926.Nicola Mettifogo
svn-id: r34930
2008-11-07Added a destroy() call for SearchManager at the end of scummvm_main.Nicola Mettifogo
svn-id: r34929
2008-11-07Fixed leak when using SearchSet::add for an already existing name.Johannes Schickel
svn-id: r34928
2008-11-07Formatting.Johannes Schickel
svn-id: r34927
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the ↵Nicola Mettifogo
'autoFree' parameter set to true. svn-id: r34926
2008-11-07Refactoring the Arj decoder code, phase 4 (done for now, TODO added for ↵Max Horn
future work) svn-id: r34925
2008-11-07Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)Max Horn
svn-id: r34924
2008-11-07Refactoring the Arj decoder code, phase 2Max Horn
svn-id: r34923
2008-11-07Refactoring the Arj decoder code, phase 1Max Horn
svn-id: r34922
2008-11-07Implemented 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-06Fixed colors for the GMM save/load dialogsFilippos Karapetis
svn-id: r34920
2008-11-06Fixed compilation.Torbjörn Andersson
svn-id: r34919
2008-11-06Added some WIP code for the GMM save dialog (still not working correctly)Filippos Karapetis
svn-id: r34918
2008-11-06Set vector renderer formatLars Persson
svn-id: r34917
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
svn-id: r34916
2008-11-06Merged SFMError into Common::Error, added some new error codes; revised some ↵Max Horn
error handling in DefaultSaveManager svn-id: r34915
2008-11-06Fix for bug #2071125 - "MICKEY: Mouse movement‏", by using the ↵Filippos Karapetis
waitForTimer() function from the SCUMM engine svn-id: r34914
2008-11-06Implemented GMM loading (and, once the GMM supports it, saving) for SCUMMMax Horn
svn-id: r34913
2008-11-06Got 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-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-11-06cleanupMax Horn
svn-id: r34910
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
svn-id: r34909
2008-11-06cleanupMax Horn
svn-id: r34908
2008-11-05Fixed compile error.Torbjörn Andersson
svn-id: r34907
2008-11-05Turned 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-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
svn-id: r34905
2008-11-05Tweaked browser dialog in 320x200 modeMax Horn
svn-id: r34904
2008-11-05Fixed off-by-one error in horizontal text centering codeMax Horn
svn-id: r34903
2008-11-05Tweaked classic theme in 320x200 mode, to use the available space betterMax Horn
svn-id: r34902