Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-06 | Added more ps2_* pseudo-posix entries for PS2 backend in | Max Lingua | |
fs/stdiostream.cpp to properly support eof / clearerr. svn-id: r39143 | |||
2009-03-06 | Oops! | Max Lingua | |
Forgot to commit backends/fs/ps2/ps2-fs.cpp in #36014 (here it comes!) svn-id: r39142 | |||
2009-03-04 | - 0.13.x friendly ;-) | Max Lingua | |
- new GUI/themes - no more funky colors! - load/delete saved games - cleaned-up Makefile.PS2 : - dropped multiple extra paths - dropped deprecated deps (UCL, MPEG2) - all possible devices are supported to store, play and save games: - CD - HD - USB - MC - REMOTE ! (this could actually be anywhere on the internet as long as you run "ps2client listen" on the machine on the other side that hosts the games) - tested from : - ps2link - uLE - toxicOS - tested with: - bass - bs1 - mi1 - comi - indy4 - ft - ite - ihnm - elvira1 - dig - kyra - lure - simon2 - goblins1 Played all those games in 1 session using RTL. Very smooth, sub-second RTL experience. No crash! - new PAL/NTSC detection : we are now reading the flavor from PS2 ROM, it should work on all PS2 slim too - new PAL TV centering : no more missing chunk of games on top/bottom - we can now read the savefiles from Linux/SDL and other backends! if you add that you can read them from remote together with the games that you already have there, you can imagine the fun ;-) - we fully implement RTL with every games/engine - we nicely reboot / shutdown on quit - fully support for themes/savegames paths. Run from MC, play the games on remote and store your data on USB or HD. No limits! - universal write/read for every media (of course no write on CD/DVD!) - fully async / DMA read-write access to every media (even MC!) - optimized cache/read-ahead for every media - now COMI is fast and enjoyable from remote as it is from CD ;-) - non polluting MC storage, just 1 folder + 1 icon, so that you can copy all your settings / saved games to another MC in one go! svn-id: r39102 | |||
2009-03-01 | Fixed PalmOS FSNode which was failing in some cases | Chris Apers | |
svn-id: r39029 | |||
2009-02-20 | Slight formatting update | Lars Persson | |
svn-id: r38615 | |||
2009-02-19 | Updated so z:\ paths will be reported properly as a directory and valid path. | Lars Persson | |
svn-id: r38536 | |||
2009-02-01 | don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481) | Willem Jan Palenstijn | |
svn-id: r36171 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2009-01-24 | don't append '/' to path in getChildren() | Joost Peters | |
svn-id: r36042 | |||
2009-01-24 | fix typo | Joost Peters | |
svn-id: r36041 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn | |
svn-id: r36011 | |||
2009-01-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider | |
svn-id: r35985 | |||
2009-01-19 | Added ISO9660/Joliet DVD support | Andre Heider | |
svn-id: r35930 | |||
2009-01-18 | Removed slashes as last char from directories | Andre Heider | |
svn-id: r35894 | |||
2009-01-17 | use pointers when passing struct stat | Andre Heider | |
svn-id: r35882 | |||
2009-01-16 | Reuse given stat flags when possible to avoid fstat() calls | Andre Heider | |
svn-id: r35872 | |||
2009-01-02 | disable buffering for newlib's poor fread() implementation | Andre Heider | |
svn-id: r35675 | |||
2009-01-01 | Set/unified svn:keywords for all *.h and *.cpp files | Max Horn | |
svn-id: r35651 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-27 | Silenced warning about redefinition of ARRAYSIZE under Windows, after the ↵ | Filippos Karapetis | |
latest FS changes svn-id: r35583 | |||
2008-12-23 | changes for the new libfat version. the root node now yields a list of all ↵ | Andre Heider | |
mounted devices svn-id: r35504 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-23 | Eliminate some warnings from NDS specific code. | Robin Watts | |
svn-id: r35157 | |||
2008-11-17 | Fix regressions in HE games, when slashes are used in filenames for file ↵ | Travis Howell | |
opcodes. svn-id: r35105 | |||
2008-11-07 | DS: Fixing feof behaviour and path prefix stuff. | Neil Millstone | |
svn-id: r34934 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-17 | Patch #2043093 (again - new patch): OS/2 patches for posix-fs | Max Horn | |
svn-id: r34595 | |||
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into ↵ | Max Horn | |
GBAMPSaveFileManager::listSavefiles svn-id: r34587 | |||
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn | |
svn-id: r34568 | |||
2008-09-14 | DS: Some more compile fixes (prope solution would of course be to overload ↵ | Max Horn | |
::openForReading & ::openForWriting) svn-id: r34550 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-14 | Compilation fix for NDS | Max Horn | |
svn-id: r34542 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-11 | Added SymbianStream.h for SymbianStdioStream definition | Lars Persson | |
Renamed Symbian stream implementation to SymbianStdioStream instead of StdioStream. svn-id: r34498 | |||
2008-09-11 | Simplify check for a slash in the string *g* | Max Horn | |
svn-id: r34485 | |||
2008-09-10 | Small fix to help with compile problems on Amiga | Max Horn | |
svn-id: r34474 | |||
2008-09-08 | Updated/Fixed Symbian Filesystem handling. | Lars Persson | |
Does not store ending backslash on path, and will list any sub folder properly, by adding '\' when needed. svn-id: r34453 | |||
2008-09-07 | Set default save path via save manager. | Lars Persson | |
Fix bug in symbian-fs GetChild function. svn-id: r34417 | |||
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson | |
svn-id: r34400 | |||
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson | |
svn-id: r34399 | |||
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when ↵ | Max Horn | |
the end of stream has been reached svn-id: r34385 | |||
2008-09-05 | Some tweaks to help (?) OS/2 | Max Horn | |
svn-id: r34368 | |||
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson | |
svn-id: r34346 | |||
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn | |
svn-id: r34345 | |||
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵ | Max Horn | |
simplified code svn-id: r34307 | |||
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵ | Max Horn | |
to backends svn-id: r34304 | |||
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn | |
svn-id: r34303 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, ↵ | Max Horn | |
based on StdioStream; changed FilesystemNode to use them svn-id: r34301 |