Age | Commit message (Expand) | Author |
2008-08-01 | Fixed compiler problem with anyProp var. | Vicent Marti |
2008-08-01 | Support for XML layout with unspecified keys. | Vicent Marti |
2008-08-01 | Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-... | Vicent Marti |
2008-07-31 | GUI Layout parsing. Work in progress. | Vicent Marti |
2008-07-31 | - Added Common::mem_fun_ref for object references instead of pointers. | Johannes Schickel |
2008-07-30 | This time properly reverted my accidental commits of the osystem&configman pa... | Max Horn |
2008-07-30 | Fixed Win32 build, after Fingolfin's commits (probably because of the revert ... | Nicola Mettifogo |
2008-07-30 | Simplify/optimize/cleanup detectGameFilebased further | Max Horn |
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn |
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn |
2008-07-30 | Advanced detector: split out part of detectGame into a new function detectGam... | Max Horn |
2008-07-30 | Reordered initialization order to kill a ton of warnings. | Nicola Mettifogo |
2008-07-30 | Finished documentation. | Vicent Marti |
2008-07-30 | Rewrote most of the XML parser class. | Vicent Marti |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | - Formatting | Johannes Schickel |
2008-07-29 | Little fix for documentation. | Johannes Schickel |
2008-07-29 | Documentation for func.h. | Johannes Schickel |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-29 | Added documentation for the functions in algorithm.h. | Johannes Schickel |
2008-07-29 | CONFIGMAN: Store domains in the order they were added | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-29 | Formatting. | Johannes Schickel |
2008-07-29 | Added a reset method to SharedPtr, which allows NULLifying it. | Johannes Schickel |
2008-07-29 | Changed advanced detector to *always* use the FSNode API for detection (i.e. ... | Max Horn |
2008-07-25 | Added Common::Rect::isEmpty() method | Max Horn |
2008-07-23 | Reorder stuff a little bit, moving private String methods together: cleanup | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(c... | Max Horn |
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to c... | Max Horn |
2008-07-22 | Dirty rectangle handling, round four. :/ | Vicent Marti |
2008-07-22 | Disable hashmemory pool for Symbian OS | Lars Persson |
2008-07-22 | Added String::trim() method | Max Horn |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-20 | Fix for bug #1971499: ALL: config manager crashes when reading too long lines | Max Horn |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2008-07-20 | Two new TODO/FIXME comments for class File | Max Horn |
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a strin... | Max Horn |
2008-07-04 | closedKeyCallback on XMLParser (as asked by Kenny) | Vicent Marti |
2008-07-04 | Memory leaks. | Vicent Marti |
2008-07-04 | - XMLParser - small improvement to allow "key=value" syntax as well as "key =... | Stephen Kennedy |
2008-07-03 | Rendering pipeline. WIP. | Vicent Marti |
2008-07-03 | Changed XMLParser to internally use a Stack rather than a FixedStack | Stephen Kennedy |
2008-07-03 | changed loadBuffer to use byte* rather than char* | Stephen Kennedy |
2008-07-03 | Rendering pipeline. WIP. | Vicent Marti |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-06-28 | Removed OSystem::getFilesystemFactory() default implentation, as announced | Max Horn |
2008-06-28 | Bugfix: Empty integer key parsing. | Vicent Marti |
2008-06-28 | Improved support for parsing integers in the XML parser. | Vicent Marti |
2008-06-26 | - MILESTONE: A widget is drawn on screen loaded straight from its XML descrip... | Vicent Marti |
2008-06-26 | InterfaceManager now loads themes. | Vicent Marti |