1. 12 Oct, 2009 3 commits
  2. 11 Oct, 2009 8 commits
    • Mike Gorchak's avatar
      Continue working on 2D support in Photon · e2e843a3
      Mike Gorchak authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404055
      e2e843a3
    • Sam Lantinga's avatar
      A better solution to making the default build optimization -O3 · c1665b6a
      Sam Lantinga authored
      Cygwin32 autoconf complains about c.m4 ... of course. :)
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404054
      c1665b6a
    • Sam Lantinga's avatar
      Whoops, the ProjectDir is one level lower than the SolutionDir · 88141c34
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404053
      88141c34
    • Sam Lantinga's avatar
      stefanullinger to me · ad98374d
      Sam Lantinga authored
      I updated and wanted to compile SDL, but it does not work.
      The reason is the new pre-build step.
      
      Currently it says:
      
      "if exist $(SolutionDir)\..\include\SDL_config.h goto SDLCONFIGOKAY
      echo Copying SDL_config_win32.h to SDL_config.h...
      copy $(SolutionDir)\..\include\SDL_config_win32.h $(SolutionDir)\..\include\SDL_config.h
      :SDLCONFIGOKAY
      
      if exist $(SolutionDir)\..\include\SDL_revision.h goto SDLREVISIONOKAY
      echo Creating stub SDL_revision.h file...
      echo #define SDL_REVISION 0 >$(SolutionDir)\..\include\SDL_revision.h
      :SDLREVISIONOKAY"
      
      
      So ... the problem with this lines is, that they lookup the SolutionDir...
      I think it should use the ProjectDir here!
      I - for example - want to use SDL within my engine...
      So my engine is the solutionDir...not SDL...SDL is just a sub-project.
      
      I think you should change this, shouldn't you?!
      
      Regards,
      Stefan
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404052
      ad98374d
    • Sam Lantinga's avatar
      pkg-config replaced sdl-config in these cases. · c7ec7459
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404051
      c7ec7459
    • Sam Lantinga's avatar
      Fixed bug #31 · fd8af66f
      Sam Lantinga authored
      Set the default optimization level to -O3
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404050
      fd8af66f
    • Sam Lantinga's avatar
      gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h · 39b386f9
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404049
      39b386f9
    • Sam Lantinga's avatar
      This is crazy. In order to override the default optimization for GCC, · 10a48944
      Sam Lantinga authored
      we actually have to include the core autoconf C compiler macro suite.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404048
      10a48944
  3. 10 Oct, 2009 18 commits
  4. 08 Oct, 2009 5 commits
    • Sam Lantinga's avatar
      Fixed bug #830 · 4b40e7c5
      Sam Lantinga authored
      Added pre-build step to generate required headers
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403995
      4b40e7c5
    • Sam Lantinga's avatar
      Fixed bug #830 · a6c38ff9
      Sam Lantinga authored
      Added pre-build step to generate required headers
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403994
      a6c38ff9
    • Ryan C. Gordon's avatar
      Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall. · 280581a6
      Ryan C. Gordon authored
      Fixes Bugzilla #813 for the 1.3 branch.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403993
      280581a6
    • Sam Lantinga's avatar
      Fixed bug #828 · 952edb39
      Sam Lantinga authored
      Added support for --disable-dependency-tracking to configure.in
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403992
      952edb39
    • Sam Lantinga's avatar
      Update config.guess and config.sub · 7647b00b
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403987
      7647b00b
  5. 07 Oct, 2009 4 commits
  6. 06 Oct, 2009 2 commits
    • Sam Lantinga's avatar
      Eric Wing to Sam · 1d0273bd
      Sam Lantinga authored
      Also noticed the SDL.h header in 1.3 didn't have the /** for the methods while testing. Attached is a quick fix patch.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403978
      1d0273bd
    • Sam Lantinga's avatar
      Eric Wing to Sam · 771e6a4d
      Sam Lantinga authored
      Sorry, here's another small fix.
      I changed two options in the Doxyfiles in the XcodeDocSet directories which should allow at least a brief description to be seen in Quick Help.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403977
      771e6a4d