Age | Commit message (Expand) | Author |
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-28 | BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden par... | Littleboy |
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet |
2011-06-06 | DS: Remove dead code | Max Horn |
2011-06-06 | DS: Add custom logMessage() implementation | Max Horn |
2011-06-04 | IRIX: Fix compilation | Joost Peters |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn |
2011-05-23 | COMMON: Mark more symbols as forbidden | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-03 | WII: Fix compilation | dhewg |
2011-05-03 | MACOSX: Try to fix compile errors triggered with certain Mac OS X SDK versions | Max Horn |
2011-05-03 | N64: Fix FS code regression | Max Horn |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn |
2011-05-03 | PSP: Fix more forbidden symbol clashes | Max Horn |
2011-05-03 | WII: Fix fs code compile regressions | Max Horn |
2011-05-03 | BACKENDS: Avoid #including .cpp files | Max Horn |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn |
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn |
2010-11-28 | DS: Remove redundant code | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-18 | COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream | Max Horn |
2010-11-18 | DS: cleanup | Max Horn |
2010-11-18 | DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream instead | Max Horn |
2010-11-18 | DS: Avoid needlessly allocating temporary Common::String instances | Max Horn |
2010-11-18 | COMMON: Make implementation of Buffered*Stream classes internal | Max Horn |
2010-11-18 | DS: Two more 'FILE' related fixes/workarounds | Max Horn |
2010-11-18 | DS: Add some FIXME/TODO comments on changes that need to be applied to the DS... | Max Horn |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-11-09 | N64: correct wrong check in romfs stream code | Fabio Battaglia |
2010-10-31 | PS2: Enable another use of forbidden symbols | Max Horn |
2010-10-31 | WINDOWS: Enable use of forbidden symbols | Max Horn |
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-09-14 | PSP: remove virtual inheritance of BufferedWriteStream and BufferedSeekableRe... | Yotam Barnoy |
2010-09-04 | DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set. | Andre Heider |
2010-08-25 | PSP: fixed flag to open() | Yotam Barnoy |
2010-08-24 | PSP: switched to using BufferedSeekableReadStream and BufferedWriteStream | Yotam Barnoy |
2010-08-22 | PSP: switched from stdio to psp functions -- dramatic speed improvement | Yotam Barnoy |
2010-08-14 | WII: Fix compilation of the GameCube port. | Andre Heider |
2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD a... | Andre Heider |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn |