log include/SDL_rwops.h @ 5230:5d01d426f2ea

age author description
Mon, 24 Jan 2011 15:46:11 -0800 Sam Lantinga Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
Thu, 20 Jan 2011 18:04:05 -0800 Sam Lantinga Fixed bug #925
Wed, 12 Jan 2011 09:47:33 -0800 Sam Lantinga Updated headers to match wiki documentation
Sun, 22 Aug 2010 17:19:10 -0700 Sam Lantinga Fixed documentation typo
Mon, 21 Sep 2009 09:38:10 +0000 Sam Lantinga Fixed bug #706 SDL-1.2
Fri, 30 Jan 2009 01:40:44 +0000 Ryan C. Gordon Corrected documentation for SDL_rwops::read() SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Tue, 10 Jul 2007 04:01:46 +0000 Sam Lantinga Added read-ahead support for Win32 file IO SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 06 Jan 2010 07:39:35 +0000 Ryan C. Gordon Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
Tue, 15 Dec 2009 05:34:58 +0000 Sam Lantinga Add a dummy function if SDL doesn't have STDIO support
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Sat, 05 Sep 2009 23:37:35 +0000 Sam Lantinga Fixed issues building 64-bit Windows binary
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Tue, 10 Jul 2007 05:29:56 +0000 Sam Lantinga Oh yeah, they're boolean values...
Tue, 10 Jul 2007 05:25:19 +0000 Sam Lantinga Updated to use size_t instead of int for amounts of data.
Tue, 10 Jul 2007 05:01:22 +0000 Sam Lantinga Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Mon, 27 Feb 2006 19:19:22 +0000 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
Mon, 27 Feb 2006 04:46:34 +0000 Sam Lantinga Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
Mon, 27 Feb 2006 04:16:44 +0000 Sam Lantinga Prefer the raw Win32 API over stdio for file RWops
Mon, 27 Feb 2006 03:48:48 +0000 Sam Lantinga Date: Mon, 27 Feb 2006 02:17:29 +0100
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Fri, 10 Feb 2006 03:19:02 +0000 Sam Lantinga *** empty log message ***
Thu, 09 Feb 2006 09:38:05 +0000 Sam Lantinga Fixed build problem with SDL_string.c
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Fri, 20 Aug 2004 18:57:01 +0000 Sam Lantinga Date: Fri, 20 Aug 2004 08:31:20 +0200
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Sun, 04 Jan 2004 15:18:08 +0000 Sam Lantinga Added function to create RWops from const memory: SDL_RWFromConstMem()
Thu, 11 Apr 2002 14:35:16 +0000 Sam Lantinga Explicitly specify the SDL API calling convention (C by default)
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:37:47 +0000 Sam Lantinga Updated the headers with the correct e-mail address
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision