Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | PSP: Fix various forbidden symbol clashes | Max Horn | |
2010-11-18 | PSP: added backtracing function for debugging | Yotam Barnoy | |
Currently not used by anything. svn-id: r54312 | |||
2010-06-21 | PSP: errors from both ScummVM and the PSP port now print to file by default. ↵ | Yotam Barnoy | |
This should make debugging easier, especially for users. svn-id: r50113 | |||
2010-05-17 | PSP: added option for render by callback and fixed up and cleaned up debug ↵ | Yotam Barnoy | |
mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly. svn-id: r49055 | |||
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn | |
svn-id: r48634 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2009-12-02 | PSP: experiment to help resolve flicker bug | Yotam Barnoy | |
svn-id: r46239 | |||
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters | |
svn-id: r44276 | |||
2008-10-19 | Code formatting fixes | Max Horn | |
svn-id: r34827 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-06-30 | move psp backend to backends/platforms/psp | Joost Peters | |
svn-id: r23358 |