Initial commit. Not even a game yet :P
commit3536916fa31fdadac5d333b635d3e56c33d8288e
authorTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Sun, 22 Aug 2010 03:02:40 +0000 (22 07:02 +0400)
committerTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Sun, 22 Aug 2010 03:02:40 +0000 (22 07:02 +0400)
treea29c34ef7383de3fff9337c7dd5fbba0118e643c
Initial commit. Not even a game yet :P
37 files changed:
.gitignore [new file with mode: 0644]
.todo [new file with mode: 0644]
src/.todo [new file with mode: 0644]
src/ErrorHandler.cpp [new file with mode: 0644]
src/ErrorHandler.hpp [new file with mode: 0644]
src/SDLWrap_Color.cpp [new file with mode: 0644]
src/SDLWrap_Color.hpp [new file with mode: 0644]
src/SDLWrap_Display.cpp [new file with mode: 0644]
src/SDLWrap_Display.hpp [new file with mode: 0644]
src/SDLWrap_EventHandler.cpp [new file with mode: 0644]
src/SDLWrap_EventHandler.hpp [new file with mode: 0644]
src/SDLWrap_Font.cpp [new file with mode: 0644]
src/SDLWrap_Font.hpp [new file with mode: 0644]
src/SDLWrap_FontSurface.cpp [new file with mode: 0644]
src/SDLWrap_FontSurface.hpp [new file with mode: 0644]
src/SDLWrap_SDLEngine.cpp [new file with mode: 0644]
src/SDLWrap_SDLEngine.hpp [new file with mode: 0644]
src/SDLWrap_Surface.cpp [new file with mode: 0644]
src/SDLWrap_Surface.hpp [new file with mode: 0644]
tests/blit/blit [new file with mode: 0755]
tests/blit/main.cpp [new file with mode: 0644]
tests/color/color [new file with mode: 0755]
tests/color/main.cpp [new file with mode: 0644]
tests/display/woah [new file with mode: 0755]
tests/eventquit/eventquit [new file with mode: 0755]
tests/eventquit/main.cpp [new file with mode: 0644]
tests/fontsurface/fontsurface [new file with mode: 0755]
tests/fontsurface/gmon.out [new file with mode: 0644]
tests/fontsurface/main.cpp [new file with mode: 0644]
tests/fontsurface/really monaco xD [new file with mode: 0644]
tests/mulfontsurface/main.cpp [new file with mode: 0644]
tests/mulfontsurface/mulfontsurface [new file with mode: 0755]
tests/sdlengine/lol [new file with mode: 0755]
tests/sdlengine/main.cpp [new file with mode: 0644]
tests/terminate/main [new file with mode: 0755]
tests/terminate/main.cpp [new file with mode: 0644]
tests/titlescreen/main.cpp [new file with mode: 0644]