summaryrefslogtreecommitdiff
path: root/include/SDL_rwops.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-08-09Added an API SDL_LoadFile_RW() to load all the data from an SDL data stream, ...Sam Lantinga1-0/+23
2017-06-04Fixed comments in headers for doxygen output.Philipp Wiesemann1-6/+6
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-10-01Fixed bug 3165 - define numbers don't match types in SwiftSam Lantinga1-6/+6
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-06-08The NaCL mount/unmount functions need to be in SDL_system.h and specific to NaCLSam Lantinga1-12/+0
2014-06-08Fixed doxygen comment in header.Philipp Wiesemann1-1/+2
2014-06-06Chrome's Native Client backend implementationGabriel Jacobo1-0/+10
2014-05-05__ANDROID__ is the correct macro to check for an android system.ANDROID is on...Dimitris Zenios1-1/+1
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-08-21OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo1-8/+8
2013-08-21OCD fixes: Adds a space before */Gabriel Jacobo1-8/+8
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-30/+26
2013-04-14Make the new SDL_RWops::hidden::unknown::data2 field a void*, not an int.Ryan C. Gordon1-1/+1
2013-04-13Added a data2 field to the SDL_RWops::hidden::unknown.Ryan C. Gordon1-0/+1
2013-03-13Fix bug 122 - SDL_RWops bug fixes: set RWops.type field, add input validation...Andreas Schiffler1-0/+8
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-01-08Android: Access APK files using AssetFileDescriptorGabriel Jacobo1-1/+4
2012-11-04Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API.Sam Lantinga1-0/+2
2012-11-03Added an API to get the size of a file - WARNING! ABI CHANGE!Sam Lantinga1-6/+12
2012-05-25Fixes issue #1500 "SDL_RWops fails under Android 4" by removing stale Local RefsGabriel Jacobo1-3/+0
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-10-14* Android's InputStream::skip is apparently buggy, so instead read into a dum...Tim Angus1-1/+0
2011-07-29Allow Android platforms to read from .apk files via the RWOPS interface.Ryan C. Gordon1-1/+16
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-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-1/+1
2011-01-20Fixed bug #925Sam Lantinga1-2/+2
2011-01-12Updated headers to match wiki documentationSam Lantinga1-5/+5
2010-08-22Fixed documentation typoSam Lantinga1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2010-01-06Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.Ryan C. Gordon1-1/+1
2009-12-15Add a dummy function if SDL doesn't have STDIO supportSam Lantinga1-0/+3
2009-10-19Partial fix for bug #859Sam Lantinga1-29/+64
2009-09-05Fixed issues building 64-bit Windows binarySam Lantinga1-8/+8
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2007-07-10Oh yeah, they're boolean values...Sam Lantinga1-1/+2
2007-07-10Updated to use size_t instead of int for amounts of data.Sam Lantinga1-11/+14
2007-07-10Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183Sam Lantinga1-0/+6
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-66/+85
2006-02-27Date: Mon, 27 Feb 2006 17:01:43 +0100Sam Lantinga1-1/+0
2006-02-27Did I mention I'm anal? :) Fixed spacing in SDL_rwops.hSam Lantinga1-2/+2
2006-02-27Prefer the raw Win32 API over stdio for file RWopsSam Lantinga1-9/+7
2006-02-27Date: Mon, 27 Feb 2006 02:17:29 +0100Sam Lantinga1-1/+10
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-3/+3