aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-07-30fix for new read-only File objectStephen Kennedy
2008-07-30Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Stephen Kennedy
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-22Merged revisions 32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,...Stephen Kennedy
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-21Separated Speech from SFX in SAGA, improved configuration of SAGA sound setti...Christopher Page
2008-07-21Changed pushEvent to use a const& argumentStephen Kennedy
2008-07-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-21Moved UserAction and HardwareKey classes into their own respective header files.Stephen Kennedy
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-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-15Reverted some incorrect changes and fixed sound settings issues for LURE. Fi...Christopher Page
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-11Better handling of virtual keyboard and gui being displayed at the same time....Stephen Kennedy
2008-07-09Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe...Stephen Kennedy
2008-07-09- keyboard fully tested with multiple modes - key press events successfully p...Stephen Kennedy
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08- Virtual keyboard now can now be dragged, when the user clicks on any part o...Stephen Kennedy
2008-07-08Improved GMM implementation by adding unified quit() and quitGame() methods f...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-07-07MILESTONE: bitmap showing with key color transparency implemented!Stephen Kennedy
2008-07-07- updates for GCC compilation - still having linker errors though :(Stephen Kennedy
2008-07-07- changed VirtualKeyboard classes to Common namespaceStephen Kennedy
2008-07-07- renaming of filesStephen Kennedy
2008-07-04closedKeyCallback on XMLParser (as asked by Kenny)Vicent Marti
2008-07-04Memory leaks.Vicent Marti
2008-07-04- Added alignment and initial mode options to keyboard pack fileStephen Kennedy
2008-07-04- XMLParser - small improvement to allow "key=value" syntax as well as "key =...Stephen Kennedy