1. 19 Nov, 2009 4 commits
  2. 18 Nov, 2009 12 commits
  3. 17 Nov, 2009 4 commits
  4. 16 Nov, 2009 3 commits
  5. 15 Nov, 2009 4 commits
  6. 11 Nov, 2009 2 commits
  7. 09 Nov, 2009 3 commits
    • Sam Lantinga's avatar
      Fixed gcc warning · fbaee18c
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404164
      fbaee18c
    • Sam Lantinga's avatar
      Work in progress on implementation of SDL_RenderReadPixels() and... · 0e8fa165
      Sam Lantinga authored
      Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404163
      0e8fa165
    • Sam Lantinga's avatar
      Fixed bug #878 · 15e28733
      Sam Lantinga authored
       Jack Jansen      2009-11-05 14:20:22 PST
      
      I'm building "fat" SDL 1.3 libraries for MacOSX, but now I am running into the
      issue that audio does not work on PowerPC macintoshes if you build the library
      on an Intel.
      
      The problem is that configure hard-codes the byteorder, which is then stored in
      SDL_config.h
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404162
      15e28733
  8. 08 Nov, 2009 2 commits
  9. 02 Nov, 2009 2 commits
    • Sam Lantinga's avatar
      Removed the separate static simulator target, all targets create libSDLiPhoneOS.a · f9293220
      Sam Lantinga authored
      Removed generic thread files, they shouldn't have been in there.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404149
      f9293220
    • Sam Lantinga's avatar
      Fixed bug #847 · 8f71172a
      Sam Lantinga authored
       Roger Willcocks      2009-10-25 08:45:37 PDT
      
      appDidFinishLaunching is triggered before all the setup's complete. The easiest
      fix is to arrange for another event to be sent when it's really ready, and run
      SDL_main from there. Ref.
      http://blog.rightsprite.com/2008/11/iphone-applicationdidfinishlaunching.html
      
      SDL-1.3.0-4563/src/video/uikit/SDL_uikitappdelegate.m:
      
      
      
      - (void)postFinishLaunch {
      
          /* run the user's application, passing argc and argv */
          int exit_status = SDL_main(forward_argc, forward_argv);
      
          /* free the memory we used to hold copies of argc and argv */
          int i;
          for (i=0; i<forward_argc; i++) {
              free(forward_argv[i]);
          }
          free(forward_argv);
      
          /* exit, passing the return status from the user's application */
          exit(exit_status);
      
      }
      
      - (void)applicationDidFinishLaunching:(UIApplication *)application {
      
          /* Set working directory to resource path */
          [[NSFileManager defaultManager] changeCurrentDirectoryPath: [[NSBundle
      mainBundle] resourcePath]];
      
          [self performSelector:@selector(postFinishLaunch) withObject:nil
      afterDelay:0.0];
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404148
      8f71172a
  10. 30 Oct, 2009 2 commits
    • Sam Lantinga's avatar
      cpuid doesn't actually change the flags register · 115c22f2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404146
      115c22f2
    • Sam Lantinga's avatar
      Fixed bug #734 · a0fd7e1c
      Sam Lantinga authored
      Save and restore the PIC register %ebx/%rbx using push/pop instead of %edi/%rdi
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404145
      a0fd7e1c
  11. 29 Oct, 2009 1 commit
    • Mike Gorchak's avatar
      Cursor hotspot fixes. · ef88f68a
      Mike Gorchak authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404144
      ef88f68a
  12. 28 Oct, 2009 1 commit
    • Sam Lantinga's avatar
      Fixed compile error · 1599f335
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404142
      1599f335