IvanGame.git
2011-01-19 Ivan HernandezEdited CMakeLists and fns.h to allow sqrt and SizeD...
2011-01-18 unknownFixed Error now problems with library
2011-01-18 unknownMade game into a singleton and compiled and added the...
2011-01-18 unknownTrying to add Collision drawing. and fixing the This...
2011-01-18 unknownImplemented WorldObject!
2011-01-17 unknownRemoved the delete SDL_Screen in ~Game and updated...
2011-01-17 unknownCollision doesn't freak out. Continue implementing.
2011-01-16 Ivan HernandezAdded World Object.h
2011-01-13 unknownAdded Point2D +, -. Changed Sprite Draw to shift drawin...
2011-01-12 unknownCollisions moved to more reasonable location. Added...
2011-01-11 Ivan HernandezAttempted add of behaviors. Causes unexpected errors...
2011-01-11 Ivan HernandezImplemented unit vector as well as changed comments...
2011-01-11 unknownremoved SDL.dll and added SDL_linux/windows
2011-01-09 Ivan Hernandezupdated Y to y X to x width to w height to h etc
2011-01-09 Ivan Hernandezedited level to use pointers sized and point2d now...
2010-12-17 Ivan Hernandezupdated todos and began extending Point2D
2010-12-17 Ivan Hernandezadded the LevelWorld class and fixed a few things
2010-12-17 Ivan Hernandezadded backgrounds and rarranged levels to be loaded...
2010-10-31 Matt MullinsFixed the background code.
2010-10-31 Matt MullinsMerge branches 'master' and 'master' of rabbit.mmlx...
2010-10-17 Ivan HernandezBackground now wraps horizontally
2010-10-16 Ivan HernandezRemoved mX,mY from sprite; Changed keyboard input from...
2010-09-04 Ivan Hernandezupdates files and added better todo list as well as...
2010-08-31 Ivan Hernandezadded new files and made things work again
2009-12-23 Ivan HernandezAdded the basic background class and added more aplicab...
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