aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-28DS: Remove redundant codeMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18DS: cleanupMax Horn
2010-11-18DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream insteadMax Horn
2010-11-18DS: Avoid needlessly allocating temporary Common::String instancesMax Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18DS: Two more 'FILE' related fixes/workaroundsMax Horn
2010-11-18DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-09N64: correct wrong check in romfs stream codeFabio Battaglia
2010-10-31PS2: Enable another use of forbidden symbolsMax Horn
2010-10-31WINDOWS: Enable use of forbidden symbolsMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-14PSP: remove virtual inheritance of BufferedWriteStream and BufferedSeekableRe...Yotam Barnoy
2010-09-04DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.Andre Heider
2010-08-25PSP: fixed flag to open()Yotam Barnoy
2010-08-24PSP: switched to using BufferedSeekableReadStream and BufferedWriteStreamYotam Barnoy
2010-08-22PSP: switched from stdio to psp functions -- dramatic speed improvementYotam Barnoy
2010-08-14WII: Fix compilation of the GameCube port.Andre Heider
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD a...Andre Heider
2010-07-17Remove PalmOS portMax Horn
2010-07-07DS: Fix some quirks in the NDS build system, remove some dead codeMax Horn
2010-07-05DS: Fix warnings, make some vars static, cleanupMax Horn
2010-07-05DS: Fix various warnings and errors in the DS FS codeMax Horn
2010-07-05DS: Fix error in std_fopen (warnings are great :)Max Horn
2010-07-05NDS: Update GPL/copyright headers; add namespace DS closing commentsMax Horn
2010-07-05DS: Code formatting: "char* foo" -> "char *foo"Max Horn
2010-07-05DS: Fix warnings, cleanupMax Horn
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15Fix spelling, cleanupMax Horn
2010-06-06PSP: faster way of getting file sizeYotam Barnoy
2010-05-27PSP: fixed issue with handling of EOS. Caused crashes.Yotam Barnoy
2010-05-26PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ...Yotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12remove useless getObjectName() methodJoost Peters
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
2009-11-23Remove unnecessary #include errno.hMax Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-23PS2: cleanupMax Horn