summaryrefslogtreecommitdiff
path: root/src/file
AgeCommit message (Expand)AuthorFilesLines
2013-06-02Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().Philipp Wiesemann1-0/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga2-26/+26
2013-04-17Fixed bug 1802 - NULL pointer dereference in SDL_AllocRW() if out of memory.Sam Lantinga1-1/+2
2013-03-31Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon1-18/+9
2013-03-17Removed Nintendo DS support since nobody has volunteered to maintain it for o...Sam Lantinga1-12/+0
2013-03-13Fix bug 122 - SDL_RWops bug fixes: set RWops.type field, add input validation...Andreas Schiffler1-2/+24
2013-03-12Fix bug 1560 - SDL_RWFromConstMem write operation returns -1 but should retur...Andreas Schiffler1-1/+1
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2013-02-11Backed out use of @autorelease keyword for now, since it's not supported by o...Sam Lantinga1-16/+19
2013-01-06Replaced manual NSAutoreleasePool handing with @autoreleasestopiccot1-19/+16
2012-11-04Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API.Sam Lantinga1-6/+21
2012-11-03Fixed symbol typo.Ryan C. Gordon1-2/+2
2012-10-22Fixed compiling fseek64o on Linux systemsSam Lantinga1-0/+2
2012-11-03Added an API to get the size of a file - WARNING! ABI CHANGE!Sam Lantinga1-19/+70
2012-11-02Try opening relative path files from internal storage.Sam Lantinga1-2/+17
2012-11-02Try opening the file path directly before hitting the asset system.Sam Lantinga1-0/+11
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2012-09-15Removed Windows CE support from SDL 2.0.Ryan C. Gordon1-16/+0
2012-07-20Fixed some minor compiler warnings.Ryan C. Gordon1-12/+11
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-07-29Allow Android platforms to read from .apk files via the RWOPS interface.Ryan C. Gordon1-1/+18
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-01-24Include windows.h in a single point in the source, so we can be consistent ab...Sam Lantinga1-20/+13
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-3/+3
2011-01-20Fixed bug #925Sam Lantinga1-62/+62
2010-06-26Mostly cleaned up warnings with -Wmissing-prototypesSam Lantinga1-0/+2
2010-05-09Fixed Eric's changes to allow building from the command line.Sam Lantinga1-1/+1
2010-05-08Exempted writable modes from bundle check on OS X since bundle areas are typi...Eric Wing1-0/+6
2010-05-08Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...Eric Wing3-3/+56
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-12-15Add a dummy function if SDL doesn't have STDIO supportSam Lantinga1-0/+7
2009-09-05Fixed issues building 64-bit Windows binarySam Lantinga1-13/+14
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-27Final merge of Google Summer of Code 2008 work...Sam Lantinga1-0/+22
2007-07-12This code adds support for DirectColor visuals to SDL 1.3. The support uses p...Bob Pendleton1-1/+2
2007-07-12Visual C++ compiler warning fixesSam Lantinga1-1/+1
2007-07-11indentSam Lantinga1-3/+3
2007-07-10Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.Ryan C. Gordon1-11/+16
2007-07-10Merged memory leak fix from SDL 1.2Sam Lantinga1-14/+12
2007-07-10Oh yeah, they're boolean values...Sam Lantinga1-2/+2
2007-07-10Updated to use size_t instead of int for amounts of data.Sam Lantinga1-28/+33
2007-07-10Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183Sam Lantinga1-14/+73
2006-08-10MacOS Classic is no longer supported.Sam Lantinga1-53/+0
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-394/+456
2006-05-07Fixed bug #215Sam Lantinga1-14/+14
2006-03-23Fixed bug #175Sam Lantinga1-6/+0
2006-03-04Updated WinCE support by Dmitry (with some tweaks)Sam Lantinga1-15/+45
2006-03-01Fixed a bunch of 64-bit compatibility problemsSam Lantinga1-2/+2
2006-02-27Hah, standard stdio code crashed on the test case.Sam Lantinga1-1/+6