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-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 | 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 | Formatting. | Johannes Schickel | |
svn-id: r34927 | |||
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 | 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-05 | Tweaked browser dialog in 320x200 mode | Max Horn | |
svn-id: r34904 | |||
2008-11-05 | Tweaked classic theme in 320x200 mode, to use the available space better | Max Horn | |
svn-id: r34902 | |||
2008-11-05 | Paranoia check | Max Horn | |
svn-id: r34901 | |||
2008-11-04 | Some cleanup / handle the case where the themepath is neither pointing to a ↵ | Max Horn | |
dir nor to a .zip file svn-id: r34897 | |||
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo | |
svn-id: r34892 | |||
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + ↵ | Johannes Schickel | |
Graphics::PixelFormat instead. svn-id: r34888 | |||
2008-11-03 | Updated theme files for r34883. | Johannes Schickel | |
svn-id: r34884 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-11-03 | Moved GuiObject::reflowLayout from newgui.cpp to object.cpp | Max Horn | |
svn-id: r34882 | |||
2008-11-03 | Renamed ThemeLayout::buildCopy to buildCopy::makeClone | Max Horn | |
svn-id: r34881 | |||
2008-11-03 | Fix comment | Max Horn | |
svn-id: r34880 | |||
2008-11-03 | Documented & cleaned up ThemeEngine::createCursor | Max Horn | |
svn-id: r34879 | |||
2008-11-03 | Instead of allocating (and leaking, in case of an error) a 64k table with at ↵ | Max Horn | |
most 256 entries, use a HashMap svn-id: r34878 | |||
2008-10-29 | Store names for renderer configuration in config file instead of integers. | Johannes Schickel | |
svn-id: r34867 | |||
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to ↵ | Johannes Schickel | |
strip functionallity in theme renderer uneeded by small devices. svn-id: r34864 | |||
2008-10-29 | Fixed: Text too big in 1x mode. | Vicent Marti | |
svn-id: r34863 | |||
2008-10-29 | Bugfix: Dirty rectangle out of range when blitting into the overlay. | Vicent Marti | |
svn-id: r34862 | |||
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ↵ | Filippos Karapetis | |
as discussed in patch #2122869 svn-id: r34854 | |||
2008-10-22 | Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML. | Kari Salminen | |
svn-id: r34839 | |||
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵ | Johannes Schickel | |
SharedPtr usage". svn-id: r34837 | |||
2008-10-21 | Fixed: Naming of STX files in Scummmodern theme. | Vicent Marti | |
svn-id: r34834 | |||
2008-10-21 | Fix for bug #1960518 "ALL: --list-saves ignores custom paths". | Johannes Schickel | |
svn-id: r34832 | |||
2008-10-18 | Fixed: Assert when parsing a corrupted Theme archive (now discarding the ↵ | Vicent Marti | |
theme silently as non-valid). svn-id: r34825 | |||
2008-10-18 | Fixed warning. | Torbjörn Andersson | |
svn-id: r34822 | |||
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-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 | 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 | Fixed: Ingame debug console in all games. | Vicent Marti | |
svn-id: r34792 | |||
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 | 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 |