Sun, 02 Jun 2013 14:13:21 +0200 |
Philipp Wiesemann |
Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Wed, 17 Apr 2013 01:32:06 -0700 |
Sam Lantinga |
Fixed bug 1802 - NULL pointer dereference in SDL_AllocRW() if out of memory.
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Sun, 17 Mar 2013 09:44:58 -0700 |
Sam Lantinga |
Removed Nintendo DS support since nobody has volunteered to maintain it for over a year.
|
file |
diff |
annotate
|
Wed, 13 Mar 2013 08:35:03 -0700 |
Andreas Schiffler |
Fix bug 122 - SDL_RWops bug fixes: set RWops.type field, add input validation, add test coverage
|
file |
diff |
annotate
|
Tue, 12 Mar 2013 09:10:37 -0700 |
Andreas Schiffler |
Fix bug 1560 - SDL_RWFromConstMem write operation returns -1 but should return 0.
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 23:44:13 -0800 |
Sam Lantinga |
Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API.
|
file |
diff |
annotate
|
Sat, 03 Nov 2012 22:46:03 -0400 |
Ryan C. Gordon |
Fixed symbol typo.
|
file |
diff |
annotate
|
Mon, 22 Oct 2012 15:35:19 -0700 |
Sam Lantinga |
Fixed compiling fseek64o on Linux systems
|
file |
diff |
annotate
|
Sat, 03 Nov 2012 18:43:36 -0700 |
Sam Lantinga |
Added an API to get the size of a file - WARNING! ABI CHANGE!
|
file |
diff |
annotate
|
Fri, 02 Nov 2012 03:08:40 -0700 |
Sam Lantinga |
Try opening relative path files from internal storage.
|
file |
diff |
annotate
|
Fri, 02 Nov 2012 00:35:48 -0700 |
Sam Lantinga |
Try opening the file path directly before hitting the asset system.
|
file |
diff |
annotate
|
Sat, 15 Sep 2012 10:59:39 -0400 |
Ryan C. Gordon |
Removed Windows CE support from SDL 2.0.
|
file |
diff |
annotate
|
Fri, 20 Jul 2012 13:33:15 -0400 |
Ryan C. Gordon |
Fixed some minor compiler warnings.
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:16:08 -0500 |
Sam Lantinga |
Happy New Year!
SDL-1.2
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 16:38:05 -0400 |
Ryan C. Gordon |
Fixed a bunch more compiler warnings in the 1.2 branch.
SDL-1.2
|
file |
diff |
annotate
|
Fri, 29 Jul 2011 16:51:25 -0400 |
Ryan C. Gordon |
Allow Android platforms to read from .apk files via the RWOPS interface.
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 21:20:30 -0800 |
Sam Lantinga |
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 15:46:11 -0800 |
Sam Lantinga |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 18:04:05 -0800 |
Sam Lantinga |
Fixed bug #925
|
file |
diff |
annotate
|
Sun, 09 May 2010 10:00:33 -0700 |
Sam Lantinga |
Fixed Eric's changes to allow building from the command line.
|
file |
diff |
annotate
|
Sat, 08 May 2010 00:54:22 -0700 |
Eric Wing |
Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 07:48:37 +0000 |
Ryan C. Gordon |
Allow Unicode filenames in RWOPS on Windows.
SDL-1.2
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 19:03:44 +0000 |
Ryan C. Gordon |
Set the error after freeing stuff, just in case one of those functions resets
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 18:56:08 +0000 |
Ryan C. Gordon |
Reverted most of r3200:3201: a malloc() failure would leave a zero-byte
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 16:01:46 +0000 |
Sam Lantinga |
Simplified Win32 file opening code
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 15:03:19 +0000 |
Ryan C. Gordon |
Don't leak the readahead buffer if win32 rwops file open fails.
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 04:31:31 +0000 |
Sam Lantinga |
Fixed signed/unsigned mismatch ... hmm, limited to 2 GB reads? Fix in SDL 1.3
SDL-1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 04:01:46 +0000 |
Sam Lantinga |
Added read-ahead support for Win32 file IO
SDL-1.2
|
file |
diff |
annotate
|
Sun, 24 Jun 2007 18:26:35 +0000 |
Ryan C. Gordon |
Added S60 port.
SDL-1.2
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 05:34:58 +0000 |
Sam Lantinga |
Add a dummy function if SDL doesn't have STDIO support
|
file |
diff |
annotate
|
Sat, 05 Sep 2009 23:37:35 +0000 |
Sam Lantinga |
Fixed issues building 64-bit Windows binary
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 15:10:03 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 04:23:38 +0000 |
Darren Alton |
Clean up.
gsoc2008_nds
|
file |
diff |
annotate
|
Tue, 01 Jul 2008 13:02:50 +0000 |
Darren Alton |
Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.
gsoc2008_nds
|
file |
diff |
annotate
|
Mon, 23 Jun 2008 11:55:26 +0000 |
Darren Alton |
Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API.
gsoc2008_nds
|
file |
diff |
annotate
|
Thu, 12 Jul 2007 20:00:50 +0000 |
Bob Pendleton |
This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
|
file |
diff |
annotate
|
Thu, 12 Jul 2007 06:53:20 +0000 |
Sam Lantinga |
Visual C++ compiler warning fixes
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 14:51:49 +0000 |
Sam Lantinga |
indent
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 19:06:02 +0000 |
Ryan C. Gordon |
Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 16:05:50 +0000 |
Sam Lantinga |
Merged memory leak fix from SDL 1.2
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 05:29:56 +0000 |
Sam Lantinga |
Oh yeah, they're boolean values...
|
file |
diff |
annotate
|
Tue, 10 Jul 2007 05:25:19 +0000 |
Sam Lantinga |
Updated to use size_t instead of int for amounts of data.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 10 Aug 2006 14:54:23 +0000 |
Sam Lantinga |
MacOS Classic is no longer supported.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Mon, 29 May 2006 04:04:35 +0000 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 17 May 2006 08:18:28 +0000 |
Sam Lantinga |
Merge trunk-1.3-3
SDL-1.3
|
file |
diff |
annotate
|
Sat, 04 Mar 2006 08:24:35 +0000 |
Sam Lantinga |
Updated WinCE support by Dmitry (with some tweaks)
|
file |
diff |
annotate
|
Wed, 01 Mar 2006 09:43:47 +0000 |
Sam Lantinga |
Fixed a bunch of 64-bit compatibility problems
|
file |
diff |
annotate
|
Mon, 27 Feb 2006 22:14:40 +0000 |
Sam Lantinga |
Hah, standard stdio code crashed on the test case.
|
file |
diff |
annotate
|