- 05 Jun, 2011 1 commit
-
-
Markus Kauppila authored
-
- 04 Jun, 2011 4 commits
-
-
Markus Kauppila authored
-
Markus Kauppila authored
-
Markus Kauppila authored
-
Markus Kauppila authored
to be caller from the Runner.
-
- 02 Jun, 2011 1 commit
-
-
Markus Kauppila authored
-
- 01 Jun, 2011 1 commit
-
-
Markus Kauppila authored
-
- 31 May, 2011 1 commit
-
-
Markus Kauppila authored
Changed some printf() to fprints(stderr).
-
- 30 May, 2011 4 commits
-
-
Markus Kauppila authored
--HG-- rename : test/test-automation/tests/SDL_test.c => test/test-automation/SDL_test.c rename : test/test-automation/tests/SDL_test.h => test/test-automation/SDL_test.h
-
Markus Kauppila authored
-
Markus Kauppila authored
Adding support for executing tests in-proc.
-
Markus Kauppila authored
-
- 27 May, 2011 1 commit
-
-
Andreas Schiffler authored
-
- 26 May, 2011 3 commits
-
-
Markus Kauppila authored
-
Markus Kauppila authored
-
Markus Kauppila authored
--HG-- rename : test/test-automation/tests/asserts.c => test/test-automation/tests/SDL_test.c rename : test/test-automation/tests/asserts.h => test/test-automation/tests/SDL_test.h
-
- 25 May, 2011 3 commits
-
-
Markus Kauppila authored
-
Markus Kauppila authored
-
Markus Kauppila authored
-
- 24 May, 2011 1 commit
-
-
Markus Kauppila authored
-
- 23 May, 2011 3 commits
-
-
Markus Kauppila authored
-
Markus Kauppila authored
-
Markus Kauppila authored
-
- 20 May, 2011 1 commit
-
-
Markus Kauppila authored
-
- 22 Apr, 2011 1 commit
-
-
Sam Lantinga authored
Matthew Orlando to Sam Someone asked in IRC whether they should free the surface from SDL_GetWindowSurface. The doc comment is a bit vague so i checked the code and revised the comment.
-
- 21 Apr, 2011 1 commit
-
-
Sam Lantinga authored
-
- 20 Apr, 2011 2 commits
-
-
Ryan C. Gordon authored
--HG-- extra : rebase_source : 04ec77f4a3a3f61fdb1255c4fc3b8c88efd68ffb
-
Dennis Cappendijk authored
-
- 19 Apr, 2011 4 commits
-
-
Sam Lantinga authored
-
Ryan C. Gordon authored
-
Sam Lantinga authored
Ed Kiser 2011-04-19 09:28:53 PDT The Visual Studio 2010 project files have hard-coded relative paths which prevent them from doing side-by-side 32-bit and 64-bit builds. I have attached a patch that appears to fix this problem.
-
Sam Lantinga authored
The windows function SDL_SYS_HapticOpenFromJoystick fails because DIDEVICEINSTANCE joy_instance does not have its dwSize field initialized. The attached patch includes the fix along with a fix for two similar problems. Daniel Heath
-
- 18 Apr, 2011 1 commit
-
-
Sam Lantinga authored
-
- 15 Apr, 2011 1 commit
-
-
Sam Lantinga authored
-
- 08 Apr, 2011 2 commits
-
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 07 Apr, 2011 1 commit
-
-
Sam Lantinga authored
-
- 06 Apr, 2011 1 commit
-
-
Sam Lantinga authored
Vittorio Giovara 2011-04-05 13:18:07 PDT The test application called "testsdl" inside the iOS project file crashes at launch time. The fix is trivial, removing the reference to MainWindow (as there are no Nibs included) from the Info.plist file.
-
- 05 Apr, 2011 2 commits
-
-
Sam Lantinga authored
Vittorio G. to Eric, Sam Actually this is much simpler than i thought, I just had to specify a class method to get the delegate name and then the category can override that method! I've attached the patch that enables this features: in my code i could remove my custom main() and simply add @implementation SDLUIKitDelegate (customDelegate) +(NSString *)getAppDelegateClassName { return @"HedgewarsAppDelegate"; } @end I tested it and with the sdl demos it loads the normal SDLUIKitDelegate, while in my code it loads my HedgewarsAppDelegate!
-
Sam Lantinga authored
Patch by Matthew Smaling
-