this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated docs to point to Github instead of Google Code.

+8 -18
+4 -9
README.txt
··· 9 9 LATEST SOURCE 10 10 ============= 11 11 12 - SDL_gpu is hosted on Google Code (http://code.google.com/p/sdl-gpu). You can check out the latest version of the source code with Subversion: 13 - svn checkout http://sdl-gpu.googlecode.com/svn/trunk/ sdl-gpu 14 - 15 - To check out everything, including the pre-generated documentation: 16 - svn checkout http://sdl-gpu.googlecode.com/svn/ sdl-gpu 17 - 18 - For just the current library code, use: 19 - svn checkout http://sdl-gpu.googlecode.com/svn/trunk/ sdl-gpu 12 + SDL_gpu is hosted on Github (https://github.com/grimfang4/sdl-gpu). You can check out the latest version of the source code with Git: 13 + git clone https://github.com/grimfang4/sdl-gpu.git sdl-gpu 20 14 21 15 22 16 ============ ··· 57 51 ============= 58 52 59 53 Documentation is automatically generated with Doxygen (http://sourceforge.net/projects/doxygen). 60 - Pre-generated documentation can be found in the repository's base documentation directory. 54 + Pre-generated documentation is hosted by DinoMage Games: 55 + http://dinomage.com/reference/SDL_gpu/ 61 56 62 57 63 58
+4 -9
src/mainpage.dox
··· 11 11 12 12 \section latest_source LATEST SOURCE 13 13 14 - <p>SDL_gpu is hosted on Google Code (http://code.google.com/p/sdl-gpu). You can check out the latest version of the source code with Subversion:<br> 15 - <pre>svn checkout http://sdl-gpu.googlecode.com/svn/trunk/ sdl-gpu</pre></p> 16 - 17 - <p>To check out everything, including the pre-generated documentation:<br> 18 - <pre>svn checkout http://sdl-gpu.googlecode.com/svn/ sdl-gpu</pre></p> 19 - 20 - <p>For just the current library code, use:<br> 21 - <pre>svn checkout http://sdl-gpu.googlecode.com/svn/trunk/ sdl-gpu</pre></p> 14 + <p>SDL_gpu is hosted on Github (https://github.com/grimfang4/sdl-gpu). You can check out the latest version of the source code with Git:<br> 15 + <pre>git clone https://github.com/grimfang4/sdl-gpu.git sdl-gpu</pre></p> 22 16 23 17 24 18 \section dependencies DEPENDENCIES ··· 51 45 \section documentation DOCUMENTATION 52 46 53 47 <p>Documentation is automatically generated with Doxygen (http://sourceforge.net/projects/doxygen).<br> 54 - Pre-generated documentation can be found in the repository's base documentation directory.</p> 48 + Pre-generated documentation is hosted by DinoMage Games: 49 + http://dinomage.com/reference/SDL_gpu/</p> 55 50 56 51 */ 57 52