IvanGame.git
2009-07-28 Ivan HernandezRearranged the classes so that Actors now take care...
2009-07-12 Ivan HernandezMovement tempfix made
2009-07-12 Matt MullinsModified the game loop to use events posted by a timer
2009-07-12 Ivan HernandezSrpite now has vector<Animation*> mAnimations instead...
2009-07-12 Ivan HernandezSprite has been cleaned
2009-07-12 Matt MullinsMerge branch 'master' of koopa.local:~ivan/Desktop...
2009-07-12 Ivan HernandezSprite no longer has updateBG or clearBG and Game now...
2009-07-12 Matt MullinsNo need for Clear/Update BG
2009-07-12 Matt MullinsMerge branches 'master' and 'master' of koopa.local...
2009-07-12 Ivan HernandezChanged window size and removed stuff from main
2009-07-12 Matt MullinsSwitched Level from having Sprites to Sprite*s.
2009-07-12 Matt MullinsMerge branch 'master' of koopa.local:~ivan/Desktop...
2009-07-12 Ivan HernandezBroken but Level and Sprite classes have defaut constru...
2009-07-12 Matt MullinsGame's constructor makes a Level
2009-07-12 Matt MullinsMoved a lot of SDL from main.cpp to Game
2009-07-11 Matt MullinsAdded EXTRACT_PRIVATE to doxygen conf
2009-07-11 Matt MullinsLevel member access corrections
2009-07-11 Matt MullinsCleanup on Sprite; we're not done, but it's unbroken
2009-07-11 Matt MullinsCleaned up Game declarations.
2009-07-11 Matt MullinsAdded Doxygen config
2009-07-11 Matt MullinsAdded CMake config file.
2009-07-11 Ivan HernandezInitial commit