Tons of progress on the movingaround test.master
commiteb80943b2bcec6581adcd8a0a2434e8b61cf9bcf
authorTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Sat, 28 Aug 2010 01:12:36 +0000 (28 05:12 +0400)
committerTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Sat, 28 Aug 2010 01:12:36 +0000 (28 05:12 +0400)
tree934a9f66d33dcd646fc788e9d555f6d263ffd10e
parent37ccccedcfab16f2fb207c25227511a4eabf8114
Tons of progress on the movingaround test.

Got around to implementing the game states as a base class and coded the
menu, exit and most of the settings state. also figured out how to use
my singleton :D Of course, everything is really badly written and stuff
but I think the test will help much.

Also, added the virtual OnKeyUp() function to the event handler seeing
as the movingaround test needs it. Also, the FontSurface class now
supports changing/setting of color on them.
src/.todo
src/Logger.hpp
src/SDLWrap_EventHandler.cpp
src/SDLWrap_EventHandler.hpp
src/SDLWrap_FontSurface.cpp
src/SDLWrap_FontSurface.hpp
src/SDLWrap_Surface.cpp
tests/movingaround/main.cpp