aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-08-09Added support for image loading/blitting.Vicent Marti
2008-08-09Fixed 1.000.000 Valgrind warnings.Vicent Marti
2008-08-08BUGFIX: XMLParser issuing key-close callbacks on ignored keys.Vicent Marti
2008-08-08Resolution-dependence in XML files.Vicent Marti
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
2008-08-04Theme layout parsing. Work in progress.Vicent Marti
2008-08-02Improved looks on the Modern theme in the new GUI.Vicent Marti
2008-08-01Fixed compiler problem with anyProp var.Vicent Marti
2008-08-01Support for XML layout with unspecified keys.Vicent Marti
2008-08-01Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-...Vicent Marti
2008-07-31GUI 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-30This time properly reverted my accidental commits of the osystem&configman pa...Max Horn
2008-07-30Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...Nicola Mettifogo
2008-07-30Simplify/optimize/cleanup detectGameFilebased furtherMax Horn
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-07-30Advanced detector: split out part of detectGame into a new function detectGam...Max Horn
2008-07-30Reordered initialization order to kill a ton of warnings.Nicola Mettifogo
2008-07-30Finished documentation.Vicent Marti
2008-07-30Rewrote most of the XML parser class.Vicent Marti
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29- FormattingJohannes Schickel
2008-07-29Little fix for documentation.Johannes Schickel
2008-07-29Documentation for func.h.Johannes Schickel
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-29Added documentation for the functions in algorithm.h.Johannes Schickel
2008-07-29CONFIGMAN: Store domains in the order they were addedMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Formatting.Johannes Schickel
2008-07-29Added a reset method to SharedPtr, which allows NULLifying it.Johannes Schickel
2008-07-29Changed advanced detector to *always* use the FSNode API for detection (i.e. ...Max Horn
2008-07-25Added Common::Rect::isEmpty() methodMax Horn
2008-07-23Reorder stuff a little bit, moving private String methods together: cleanupMax Horn
2008-07-23Added convenience method String::makeUnique(); simplified String::operator=(c...Max Horn
2008-07-23Fix String::trim to work right for shared strings; augemented test cases to c...Max Horn
2008-07-22Dirty rectangle handling, round four. :/Vicent Marti
2008-07-22Disable hashmemory pool for Symbian OSLars Persson
2008-07-22Added String::trim() methodMax Horn
2008-07-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-20Fix for bug #1971499: ALL: config manager crashes when reading too long linesMax Horn
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2008-07-20Two new TODO/FIXME comments for class FileMax Horn
2008-07-20Fixed potential issue in Common::String when asserting a substring of a strin...Max Horn
2008-07-04closedKeyCallback on XMLParser (as asked by Kenny)Vicent Marti
2008-07-04Memory leaks.Vicent Marti
2008-07-04- XMLParser - small improvement to allow "key=value" syntax as well as "key =...Stephen Kennedy
2008-07-03Rendering pipeline. WIP.Vicent Marti
2008-07-03Changed XMLParser to internally use a Stack rather than a FixedStackStephen Kennedy
2008-07-03changed loadBuffer to use byte* rather than char*Stephen Kennedy