Age | Commit message (Expand) | Author |
2008-07-30 | fix for new read-only File object | Stephen Kennedy |
2008-07-30 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Stephen Kennedy |
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-22 | Merged revisions 32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,... | Stephen Kennedy |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-21 | Separated Speech from SFX in SAGA, improved configuration of SAGA sound setti... | Christopher Page |
2008-07-21 | Changed pushEvent to use a const& argument | Stephen Kennedy |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-21 | Moved UserAction and HardwareKey classes into their own respective header files. | Stephen Kennedy |
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-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-15 | Reverted some incorrect changes and fixed sound settings issues for LURE. Fi... | Christopher Page |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-11 | Better handling of virtual keyboard and gui being displayed at the same time.... | Stephen Kennedy |
2008-07-09 | Added 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-09 | Reimplemented 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-08 | Improved GMM implementation by adding unified quit() and quitGame() methods f... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-07-07 | MILESTONE: 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 namespace | Stephen Kennedy |
2008-07-07 | - renaming of files | Stephen Kennedy |
2008-07-04 | closedKeyCallback on XMLParser (as asked by Kenny) | Vicent Marti |
2008-07-04 | Memory leaks. | Vicent Marti |
2008-07-04 | - Added alignment and initial mode options to keyboard pack file | Stephen Kennedy |
2008-07-04 | - XMLParser - small improvement to allow "key=value" syntax as well as "key =... | Stephen Kennedy |