Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-25 | XMLParser: | Vicent Marti | |
- Bug fixes. ThemeParser: - Support for palette colors. - Expanded theme syntax. svn-id: r32787 | |||
2008-06-25 | XMLParser: | 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-24 | Common: | 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-18 | Split ThemeParser into XMLParser and ThemeParser as child class to have a ↵ | Vicent Marti | |
common XML Parser. svn-id: r32734 | |||
2008-06-18 | Expanded parser. | Vicent Marti | |
Added regex support for Common::String Changed drawstep state saving. svn-id: r32729 | |||
2008-06-16 | Added massive parser documentation. | Vicent Marti | |
Some parser changes. svn-id: r32726 | |||
2008-06-14 | Code formating conventions. | Vicent Marti | |
Fix in test drawing code. svn-id: r32704 | |||
2008-06-14 | Parser fixes. | Vicent Marti | |
svn-id: r32703 | |||
2008-06-14 | Merged trunk into the GUI branch. | Vicent Marti | |
Fixed MSVS9 project files. svn-id: r32702 | |||
2008-06-13 | Parser redesign. Fixed most possible overflows. | Vicent Marti | |
svn-id: r32697 | |||
2008-06-13 | Formating conventions. | Vicent Marti | |
Function parameter fixes. Parser fixes. svn-id: r32696 | |||
2008-06-13 | Parser cleanup. | Vicent Marti | |
svn-id: r32691 | |||
2008-06-13 | Parser update. Variable depth. | Vicent Marti | |
svn-id: r32690 | |||
2008-06-12 | Parser update. | Vicent Marti | |
svn-id: r32686 | |||
2008-06-12 | Parser skeleton | Vicent 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-11 | Modified 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-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn | |
svn-id: r32663 | |||
2008-06-10 | Another redesign on the Draw Steps. This time it's for real. | Vicent Marti | |
svn-id: r32647 | |||
2008-06-10 | Changed DrawStep for dynamic surface drawing. | Vicent Marti | |
svn-id: r32643 | |||
2008-06-09 | InterfaceManager is now a singleton | Vicent Marti | |
svn-id: r32640 | |||
2008-06-07 | Expanded the InterfaceManager skeleton quite a bit. | Vicent Marti | |
svn-id: r32604 | |||
2008-06-04 | Add dhewg to the team | Eugene 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-28 | Misc fixes. | Vicent Marti | |
Constant naming fixes. svn-id: r32342 | |||
2008-05-28 | Cleanup. | Johannes Schickel | |
svn-id: r32341 | |||
2008-05-28 | Bugfixes: Discarded function, switch fix. | Vicent Marti | |
svn-id: r32340 | |||
2008-05-28 | InterfaceManager core implemented. | Vicent Marti | |
svn-id: r32339 | |||
2008-05-26 | Fixed some code formatting thanks to LordHoto | Jordi Vilalta Prat | |
svn-id: r32275 | |||
2008-05-25 | Compilation fixes. Sorry about the mess. | Vicent Marti | |
svn-id: r32272 | |||
2008-05-25 | Add InterfaceManager to makefile. | Eugene Sandulenko | |
svn-id: r32268 | |||
2008-05-25 | Interface Manager class | Vicent Marti | |
svn-id: r32267 | |||
2008-05-20 | Cleaned up engine debug level code. | Johannes Schickel | |
svn-id: r32195 | |||
2008-05-16 | Include all required header files in launcher.h (should fix compilation ↵ | Max Horn | |
problems in WinCE backend) svn-id: r32141 | |||
2008-05-13 | Moved 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 it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat | |
svn-id: r31960 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-05-07 | minor tweak to the GUI double click handling code | Max Horn | |
svn-id: r31922 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes 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-20 | Credits update for the M4 and MADE engines (3/3) | Filippos Karapetis | |
svn-id: r31613 | |||
2008-04-10 | Don't mention EPOC as deonted in bug #1939634: "Web site should not mention ↵ | Eugene Sandulenko | |
EPOC" svn-id: r31470 | |||
2008-03-29 | Let mass detector add all hits, instead of only the first one | Max Horn | |
svn-id: r31307 | |||
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn | |
svn-id: r31261 | |||
2008-02-29 | Add Raziel as AmigaOS4 porter | Eugene Sandulenko | |
svn-id: r31000 | |||
2008-02-26 | Added 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 | |||
2008-02-14 | ...and there is no reason to keep Florian in ordinary contributors list. | Eugene Sandulenko | |
svn-id: r30862 | |||
2008-02-14 | Add Florian to the team | Eugene Sandulenko | |
svn-id: r30859 |