Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-18 | Add game.cpp to makefile | Lars Persson | |
svn-id: r34821 | |||
2008-10-18 | Need a differentiating zlib.h filename for SymbianOS. | Lars Persson | |
svn-id: r34820 | |||
2008-10-18 | Rewrote XMLParser error() function for the 5th time. | Vicent Marti | |
Bugfix: Ambiguous error message when parsing an unexpected header. svn-id: r34819 | |||
2008-10-18 | Fixed: Default theme had several XML headers. | Vicent Marti | |
svn-id: r34818 | |||
2008-10-18 | Changed XML Parser to require standards-compilant XML header. | Vicent Marti | |
Updated STX version to 0.3 svn-id: r34817 | |||
2008-10-18 | Fixed: Invisible debugger console text in Classic theme. | Vicent Marti | |
svn-id: r34816 | |||
2008-10-18 | ImageManager: Added support for generic archives (zips and folders). | Vicent Marti | |
Theme Font Loading: Added support for generic archives. ThemeEngine: Removed dependency on Common::File and File::AddDefaultPath for image and font loading. svn-id: r34815 | |||
2008-10-18 | Fixed: "GUI: Crash in Debugger" (ID: 2169419) | Vicent Marti | |
svn-id: r34814 | |||
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵ | Max Horn | |
respective ports svn-id: r34812 | |||
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti | |
Changed STX version string to 0.2. svn-id: r34807 | |||
2008-10-15 | Fixed: Game version selection menu (Bugs 2167730 and 2164305). | Vicent Marti | |
svn-id: r34806 | |||
2008-10-14 | Fixed: Freddi 1/2 ingame menu crash (BUG 2167027). | Vicent Marti | |
Was: Crash when refreshing the screen with no open dialogs. svn-id: r34805 | |||
2008-10-14 | Another tweak to HE: Use SearchMan.openFile instead of a raw FSNode | Max Horn | |
svn-id: r34804 | |||
2008-10-14 | Greatly improved XML Parser error messages. | Vicent Marti | |
svn-id: r34803 | |||
2008-10-14 | Added "Mass Add" dialog. | Vicent Marti | |
svn-id: r34802 | |||
2008-10-14 | Fixed: Parser crash when adding an XML layout with an unhandled type. | Vicent Marti | |
svn-id: r34801 | |||
2008-10-14 | Crash ScummVM when a widget definition cannot be found in the XML file and ↵ | Vicent Marti | |
show a descriptive error. svn-id: r34800 | |||
2008-10-13 | Patch #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-13 | Fixed crash after using cutscene subtitles. (Now I *know* no one has used that | Torbjörn Andersson | |
feature before. :-) svn-id: r34796 | |||
2008-10-13 | Removed SearchManager::addArchive, since SearchManager::add offers the same ↵ | Johannes Schickel | |
functionallity. svn-id: r34795 | |||
2008-10-13 | OSYSTEM: 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-13 | Fix for bug #2162342: FREDDI1: Game does not start | Max Horn | |
svn-id: r34793 | |||
2008-10-13 | Fixed: Ingame debug console in all games. | Vicent Marti | |
svn-id: r34792 | |||
2008-10-13 | - fix installer file support for Kyra 2 and 3 | Florian Kagerer | |
- fix bug in pc98 audio driver svn-id: r34791 | |||
2008-10-13 | Use 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-12 | Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a ↵ | Max Horn | |
single getEvaluator() method svn-id: r34789 | |||
2008-10-12 | Removing dead code | Max Horn | |
svn-id: r34788 | |||
2008-10-12 | Increased maximum subtitle line length for SimSaw. That code really should be | Torbjörn Andersson | |
made more robust some day, but until now I don't think anyone actually used it. svn-id: r34787 | |||
2008-10-12 | Don'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-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete ↵ | Max Horn | |
overloads svn-id: r34785 | |||
2008-10-12 | Fixed 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-12 | Don'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-12 | cleanup | Max Horn | |
svn-id: r34782 | |||
2008-10-12 | Fix some in-line doxygen comments to document the correct member(s); also ↵ | Max Horn | |
fixed some typos svn-id: r34781 | |||
2008-10-12 | Fix warning | Max Horn | |
svn-id: r34780 | |||
2008-10-12 | Changed Common::Rect doxygen comments to the (Java) style we use elsewhere | Max Horn | |
svn-id: r34779 | |||
2008-10-12 | The 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-12 | Changed 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-11 | Fixed yet another typo | Max Horn | |
svn-id: r34775 | |||
2008-10-11 | GUI 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-11 | Changed XMLParser to use SearchMan / FSNode::openForReading | Max Horn | |
svn-id: r34773 | |||
2008-10-11 | Some 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-11 | Order files in gui/module.mk alphabetically | Max Horn | |
svn-id: r34771 | |||
2008-10-11 | Use Common::File instead of FilePtr | Max Horn | |
svn-id: r34769 | |||
2008-10-11 | Synced 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-11 | Add patch from Quietust - Correct music speed in Amiga V2/V3 games. | Travis Howell | |
svn-id: r34767 | |||
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo | |
svn-id: r34766 | |||
2008-10-10 | Fixed typo. | Torbjörn Andersson | |
svn-id: r34765 | |||
2008-10-09 | Update theme package name. | Travis Howell | |
svn-id: r34764 |