aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-14Another tweak to HE: Use SearchMan.openFile instead of a raw FSNodeMax Horn
svn-id: r34804
2008-10-14Greatly improved XML Parser error messages.Vicent Marti
svn-id: r34803
2008-10-14Added "Mass Add" dialog.Vicent Marti
svn-id: r34802
2008-10-14Fixed: Parser crash when adding an XML layout with an unhandled type.Vicent Marti
svn-id: r34801
2008-10-14Crash ScummVM when a widget definition cannot be found in the XML file and ↵Vicent Marti
show a descriptive error. svn-id: r34800
2008-10-13Patch #2131406: AGI: Fix Crash with Apple][ Instruments.Kari Salminen
Applied the patch as it is, thanks clone2727. Now Apple IIGS AGI games don't crash anymore if the instruments (They're in *.SYS16) or the instrument samples (They're in SIERRASTANDARD) aren't found. svn-id: r34798
2008-10-13Fixed crash after using cutscene subtitles. (Now I *know* no one has used thatTorbjörn Andersson
feature before. :-) svn-id: r34796
2008-10-13Removed SearchManager::addArchive, since SearchManager::add offers the same ↵Johannes Schickel
functionallity. svn-id: r34795
2008-10-13OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new ↵Max Horn
system which allows ports to add/remove stuff from the options dialogs) svn-id: r34794
2008-10-13Fix for bug #2162342: FREDDI1: Game does not startMax Horn
svn-id: r34793
2008-10-13Fixed: Ingame debug console in all games.Vicent Marti
svn-id: r34792
2008-10-13- fix installer file support for Kyra 2 and 3Florian Kagerer
- fix bug in pc98 audio driver svn-id: r34791
2008-10-13Use the save file manager's listSavefiles() function to find out if any ↵Torbjörn Andersson
savegames exist at all. (The old method was to potentially try and open a hundred files, though it would stop after finding the first one.) svn-id: r34790
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a ↵Max Horn
single getEvaluator() method svn-id: r34789
2008-10-12Removing dead codeMax Horn
svn-id: r34788
2008-10-12Increased maximum subtitle line length for SimSaw. That code really should beTorbjörn Andersson
made more robust some day, but until now I don't think anyone actually used it. svn-id: r34787
2008-10-12Don't call Common::List::size() if you don't have to (it's an expensive ↵Max Horn
operation, which has to iterate the whole List, while empty() works in constant time) svn-id: r34786
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete ↵Max Horn
overloads svn-id: r34785
2008-10-12Fixed some more bad inline Doxygen comments (if you omit the '<', Doxygen ↵Max Horn
thinks you are actually documenting the code in the *next* line) svn-id: r34784
2008-10-12Don't force inline on big funcs if you don't have to (in this case, it added ↵Max Horn
24k to the binary size for no good reason) svn-id: r34783
2008-10-12cleanupMax Horn
svn-id: r34782
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also ↵Max Horn
fixed some typos svn-id: r34781
2008-10-12Fix warningMax Horn
svn-id: r34780
2008-10-12Changed Common::Rect doxygen comments to the (Java) style we use elsewhereMax Horn
svn-id: r34779
2008-10-12The MSVC8 -> MSVC 7/7.1 conversion tool now handles both cases of version ↵Filippos Karapetis
numbers (with . and ,) - depending on the system's localization settings. Updated the scummvm.vcproj files Fixes bug #2159813 - "BUILD: scummvm.vcproj fails to build in msvc7/msvc71" svn-id: r34778
2008-10-12Changed BRA to use the new Common:Archive infrastructure.Nicola Mettifogo
svn-id: r34777
2008-10-12* Added prefix support to cache entries of FSDirectory, as specified in ↵Nicola Mettifogo
patch #2034983. * Updated comments on most Archive-related classes. svn-id: r34776
2008-10-11Fixed yet another typoMax Horn
svn-id: r34775
2008-10-11GUI ThemeEngine changes:Max Horn
- removed unused typedefs - fixed some typos - got rid of pointless parser() method - unified theme XML loading code for Zip files and regular directories svn-id: r34774
2008-10-11Changed XMLParser to use SearchMan / FSNode::openForReadingMax Horn
svn-id: r34773
2008-10-11Some cleanup (in particular: do not convert String -> char * -> String ↵Max Horn
needlessly) & code unification (thanks to Common::Archive, regular files and those in .zip files can both be accessed via Common::File) svn-id: r34772
2008-10-11Order files in gui/module.mk alphabeticallyMax Horn
svn-id: r34771
2008-10-11Use Common::File instead of FilePtrMax Horn
svn-id: r34769
2008-10-11Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest ↵Filippos Karapetis
changes to the GUI from the GSoC branch svn-id: r34768
2008-10-11Add patch from Quietust - Correct music speed in Amiga V2/V3 games.Travis Howell
svn-id: r34767
2008-10-11Fixed crash when existing BRA: fonts were deallocated twice.Nicola Mettifogo
svn-id: r34766
2008-10-10Fixed typo.Torbjörn Andersson
svn-id: r34765
2008-10-09Update theme package name.Travis Howell
svn-id: r34764
2008-10-09Fixed warning when loading themes contained inside a folder.Vicent Marti
svn-id: r34763
2008-10-09Renamed "scummodern" theme to "scummmodern", for naming consistence.Vicent Marti
svn-id: r34762
2008-10-09- Fixed theme loading from Zip files.Vicent Marti
- Changed Common::ZipArchive to use FSNodes instead of full paths (external API unchanged). svn-id: r34761
2008-10-09Fixed small graphical glitch in Classic theme tabs.Vicent Marti
svn-id: r34760
2008-10-09Removed theme-config.cpp (legacy GUI code)Vicent Marti
svn-id: r34759
2008-10-09Fixe DIST_FILES_THEMES in Makefile for theme distribution.Vicent Marti
svn-id: r34758
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
svn-id: r34757
2008-10-08Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ↵Nicola Mettifogo
returned FSDirectory can be more flexibly configured. svn-id: r34756
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
svn-id: r34755
2008-10-06Fix warnings about Event::synthetic being undefinedMax Horn
svn-id: r34754
2008-10-05Merged revisions 34748,34750 via svnmerge from Vicent Marti
https://tanoku@scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk ........ r34748 | dreammaster | 2008-10-05 12:25:35 +0200 (Sun, 05 Oct 2008) | 1 line Changed NPC schedules to be loaded when an NPC is activated - this avoids an issue with the Castle Skorl's pre-activation room number being invalid room #99 ........ r34750 | fingolfin | 2008-10-05 14:18:16 +0200 (Sun, 05 Oct 2008) | 1 line Fixed ambiguous 'else' ........ svn-id: r34752
2008-10-05Fixed ambiguous 'else'Max Horn
svn-id: r34750