Age | Commit message (Expand) | Author |
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt |
2009-01-25 | fix compilation | Joost Peters |
2009-01-24 | don't append '/' to path in getChildren() | Joost Peters |
2009-01-24 | fix typo | Joost Peters |
2009-01-24 | fix compilation | Joost Peters |
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell |
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Oops | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-23 | DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ... | Max Horn |
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn |
2009-01-23 | DS: Fix compilation | Max Horn |
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn |
2009-01-22 | Revert my previous commit. File still produces error 'wrapCompressedReadStre... | Max Horn |
2009-01-22 | Removed incorrect Common:: prefix from stuff that is not part of namespace Co... | Max Horn |
2009-01-22 | Fix the compilation of the Wii port | Jordi Vilalta Prat |
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider |
2009-01-21 | added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI | Andre Heider |
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel |
2009-01-21 | More cleanup of the DS port | Max Horn |
2009-01-21 | More cleanup | Max Horn |
2009-01-21 | cleanup | Max Horn |
2009-01-21 | Yet more cleanup | Max Horn |
2009-01-21 | Yet more cleanup | Max Horn |
2009-01-21 | Fix what I believe to be an error in Keymapper::cleanupGameKeymaps | Max Horn |
2009-01-21 | more cleanup | Max Horn |
2009-01-21 | Some cleanup / code simplification | Max Horn |
2009-01-20 | some code cleanup | Max Horn |
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn |
2009-01-20 | Whoops committed from the wrong directory. Removing ImageMan leftover. | Johannes Schickel |
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel |
2009-01-20 | Some formatting. | Johannes Schickel |
2009-01-20 | fixed vkeybd.zip loading | Andre Heider |
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider |
2009-01-20 | added the required XML header to vkeybd.zip | Andre Heider |
2009-01-20 | added proper ImageMan includes | Andre Heider |
2009-01-20 | use Surface instead of SurfaceKeyColored | Andre Heider |
2009-01-20 | added ImageMan to vkeybd | Andre Heider |
2009-01-20 | Moved libdb to the right spot in the Makefile | Andre Heider |
2009-01-20 | Some basic work on the vkeybd code | Max Horn |
2009-01-19 | Added ISO9660/Joliet DVD support | Andre Heider |
2009-01-19 | Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memor... | Andre Heider |
2009-01-18 | Added keymapper code to build system (still disabled unless ENABLE_KEYMAPPER ... | Max Horn |
2009-01-18 | Removed slashes as last char from directories | Andre Heider |
2009-01-17 | use pointers when passing struct stat | Andre Heider |
2009-01-16 | Reuse given stat flags when possible to avoid fstat() calls | Andre Heider |