aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2008-06-26InterfaceManager now loads themes.Vicent Marti
svn-id: r32800
2008-06-25- XMLParser: Improved file stream supportVicent Marti
- InterfaceManager: Config file loading/parsing added. - ThemeParser: Fixed GCC warnings/various bugs. svn-id: r32792
2008-06-25XMLParser:Vicent Marti
- Bug fixes. ThemeParser: - Support for palette colors. - Expanded theme syntax. svn-id: r32787
2008-06-25XMLParser:Vicent Marti
- Cleanup. - Support for file/buffer loading. ThemeParser: - Triangle orientation. svn-id: r32784
2008-06-25- Reverted getHostPlatformString() from util.cpp (Yeah, Max was right)Vicent Marti
- XMLParser now supports streams! - Added remaining key values for DrawStep parsing. - XMLParser parserError() bugfixes. svn-id: r32782
2008-06-24Common: Vicent Marti
- Added function to get the active host type as a string. XMLParser: - Added support for ignoring keys while parsing (check documentation). Backwards compatible. - parserError() has been revamped. Shows all kinds of detailed information regarding the error ala Python InterfaceManager/ThemeParser: - DrawData keys and their DrawStep subkeys are now successfully parsed and loaded into structs. That's a win. - Bug fixes. svn-id: r32768
2008-06-18Split ThemeParser into XMLParser and ThemeParser as child class to have a ↵Vicent Marti
common XML Parser. svn-id: r32734
2008-06-18Expanded parser.Vicent Marti
Added regex support for Common::String Changed drawstep state saving. svn-id: r32729
2008-06-16Added massive parser documentation.Vicent Marti
Some parser changes. svn-id: r32726
2008-06-14Code formating conventions.Vicent Marti
Fix in test drawing code. svn-id: r32704
2008-06-14Parser fixes.Vicent Marti
svn-id: r32703
2008-06-14Merged trunk into the GUI branch.Vicent Marti
Fixed MSVS9 project files. svn-id: r32702
2008-06-13Parser redesign. Fixed most possible overflows.Vicent Marti
svn-id: r32697
2008-06-13Formating conventions.Vicent Marti
Function parameter fixes. Parser fixes. svn-id: r32696
2008-06-13Parser cleanup.Vicent Marti
svn-id: r32691
2008-06-13Parser update. Variable depth.Vicent Marti
svn-id: r32690
2008-06-12Parser update.Vicent Marti
svn-id: r32686
2008-06-12Parser skeletonVicent Marti
Expanded drawing interface svn-id: r32678
2008-06-12- Widget caching for Interface manager.Vicent Marti
- Expanded theme Interface - Surface blitting for VectorRenderer svn-id: r32670
2008-06-11Modified mass detector to not re-add already configured games (that is, if ↵Max Horn
there is an existing entry with identical path, gameid, platform, language, then do not add a new one) svn-id: r32664
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
svn-id: r32663
2008-06-10Another redesign on the Draw Steps. This time it's for real.Vicent Marti
svn-id: r32647
2008-06-10Changed DrawStep for dynamic surface drawing.Vicent Marti
svn-id: r32643
2008-06-09InterfaceManager is now a singletonVicent Marti
svn-id: r32640
2008-06-07Expanded the InterfaceManager skeleton quite a bit.Vicent Marti
svn-id: r32604
2008-06-04Add dhewg to the teamEugene Sandulenko
svn-id: r32548
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-05-28Misc fixes.Vicent Marti
Constant naming fixes. svn-id: r32342
2008-05-28Cleanup.Johannes Schickel
svn-id: r32341
2008-05-28Bugfixes: Discarded function, switch fix.Vicent Marti
svn-id: r32340
2008-05-28InterfaceManager core implemented.Vicent Marti
svn-id: r32339
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
svn-id: r32275
2008-05-25Compilation fixes. Sorry about the mess.Vicent Marti
svn-id: r32272
2008-05-25Add InterfaceManager to makefile.Eugene Sandulenko
svn-id: r32268
2008-05-25Interface Manager classVicent Marti
svn-id: r32267
2008-05-20Cleaned up engine debug level code.Johannes Schickel
svn-id: r32195
2008-05-16Include all required header files in launcher.h (should fix compilation ↵Max Horn
problems in WinCE backend) svn-id: r32141
2008-05-13Moved the engine plugin code to engines/metaengine.h; ↵Max Horn
added/clarified/corrected various Doxygen comments for the plugin system svn-id: r32083
2008-05-13- Added operator-> to Plugin subclasses so they don't have to reimplement ↵Jordi Vilalta Prat
the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it) - Added the PluginSubclass template to help creating Plugin subclasses svn-id: r32082
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
- base/plugins.* reorganization svn-id: r32045
2008-05-09Added the option to specify the custom path for loading pluginsJordi Vilalta Prat
svn-id: r31960
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-07minor tweak to the GUI double click handling codeMax Horn
svn-id: r31922
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614
2008-04-20Credits update for the M4 and MADE engines (3/3)Filippos Karapetis
svn-id: r31613
2008-04-10Don't mention EPOC as deonted in bug #1939634: "Web site should not mention ↵Eugene Sandulenko
EPOC" svn-id: r31470
2008-03-29Let mass detector add all hits, instead of only the first oneMax Horn
svn-id: r31307
2008-03-27Patch #1926787: small memory leak and cleanupMax Horn
svn-id: r31261
2008-02-29Add Raziel as AmigaOS4 porterEugene Sandulenko
svn-id: r31000
2008-02-26Added Max Lingua to the credits as PS2 porter, and mentioned the revived PS2 ↵Max Horn
port in the NEWS; moved Nicolas Bacca & Won Star to the list of retired team members svn-id: r30973