summaryrefslogtreecommitdiff
path: root/include/SDL_rwops.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-0/+1
2006-02-10*** empty log message ***Sam Lantinga1-2/+0
2006-02-09Fixed build problem with SDL_string.cSam Lantinga1-7/+20
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-1/+13
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2004-08-20Date: Fri, 20 Aug 2004 08:31:20 +0200Sam Lantinga1-4/+4
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2004-01-04Added function to create RWops from const memory: SDL_RWFromConstMem()Sam Lantinga1-0/+1
2002-04-11Explicitly specify the SDL API calling convention (C by default)Sam Lantinga1-5/+5
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1
2001-12-14Updated the headers with the correct e-mail addressSam Lantinga1-1/+1
2001-04-26Initial revisionSam Lantinga1-0/+113