IvanGame.git
13 years agoRemoved mX,mY from sprite; Changed keyboard input from a push to a get
Ivan Hernandez [Sat, 16 Oct 2010 21:21:20 +0000 (16:21 -0500)]
Removed mX,mY from sprite; Changed keyboard input from a push to a get
keyboard state; Background functions if the bg hangs off the right side
of the window.

14 years agoupdates files and added better todo list as well as some slight
Ivan Hernandez [Sat, 4 Sep 2010 20:14:20 +0000 (15:14 -0500)]
updates files and added better todo list as well as some slight
reworking of background and other classes.

14 years agoadded new files and made things work again
Ivan Hernandez [Tue, 31 Aug 2010 20:13:18 +0000 (15:13 -0500)]
added new files and made things work again

14 years agoAdded the basic background class and added more aplicable comments to
Ivan Hernandez [Wed, 23 Dec 2009 19:52:44 +0000 (13:52 -0600)]
Added the basic background class and added more aplicable comments to
previous classes.

15 years agoRearranged the classes so that Actors now take care of animation and the
Ivan Hernandez [Tue, 28 Jul 2009 03:07:28 +0000 (22:07 -0500)]
Rearranged the classes so that Actors now take care of animation and the
sprite just has an actor.

15 years agoMovement tempfix made
Ivan Hernandez [Sun, 12 Jul 2009 23:23:58 +0000 (18:23 -0500)]
Movement tempfix made

15 years agoModified the game loop to use events posted by a timer
Matt Mullins [Sun, 12 Jul 2009 22:42:24 +0000 (17:42 -0500)]
Modified the game loop to use events posted by a timer

15 years agoSrpite now has vector<Animation*> mAnimations instead of Animation *
Ivan Hernandez [Sun, 12 Jul 2009 22:12:41 +0000 (17:12 -0500)]
Srpite now has vector<Animation*> mAnimations instead of Animation *

15 years agoSprite has been cleaned
Ivan Hernandez [Sun, 12 Jul 2009 21:51:18 +0000 (16:51 -0500)]
Sprite has been cleaned

15 years agoMerge branch 'master' of koopa.local:~ivan/Desktop/Game
Matt Mullins [Sun, 12 Jul 2009 21:42:50 +0000 (16:42 -0500)]
Merge branch 'master' of koopa.local:~ivan/Desktop/Game

Conflicts:
Sprite.h

15 years agoSprite no longer has updateBG or clearBG and Game now hides mouse.
Ivan Hernandez [Sun, 12 Jul 2009 21:38:04 +0000 (16:38 -0500)]
Sprite no longer has updateBG or clearBG and Game now hides mouse.

15 years agoNo need for Clear/Update BG
Matt Mullins [Sun, 12 Jul 2009 21:37:26 +0000 (16:37 -0500)]
No need for Clear/Update BG

15 years agoMerge branches 'master' and 'master' of koopa.local:~ivan/Desktop/Game into no_clear
Matt Mullins [Sun, 12 Jul 2009 21:32:02 +0000 (16:32 -0500)]
Merge branches 'master' and 'master' of koopa.local:~ivan/Desktop/Game into no_clear

15 years agoChanged window size and removed stuff from main
Ivan Hernandez [Sun, 12 Jul 2009 21:27:15 +0000 (16:27 -0500)]
Changed window size and removed stuff from main

15 years agoSwitched Level from having Sprites to Sprite*s.
Matt Mullins [Sun, 12 Jul 2009 21:01:49 +0000 (16:01 -0500)]
Switched Level from having Sprites to Sprite*s.

15 years agoMerge branch 'master' of koopa.local:~ivan/Desktop/Game
Matt Mullins [Sun, 12 Jul 2009 20:30:14 +0000 (15:30 -0500)]
Merge branch 'master' of koopa.local:~ivan/Desktop/Game

15 years agoBroken but Level and Sprite classes have defaut constructors
Ivan Hernandez [Sun, 12 Jul 2009 20:29:18 +0000 (15:29 -0500)]
Broken but Level and Sprite classes have defaut constructors

15 years agoGame's constructor makes a Level
Matt Mullins [Sun, 12 Jul 2009 20:04:49 +0000 (15:04 -0500)]
Game's constructor makes a Level

15 years agoMoved a lot of SDL from main.cpp to Game
Matt Mullins [Sun, 12 Jul 2009 19:50:26 +0000 (14:50 -0500)]
Moved a lot of SDL from main.cpp to Game

15 years agoAdded EXTRACT_PRIVATE to doxygen conf
Matt Mullins [Sat, 11 Jul 2009 23:03:58 +0000 (18:03 -0500)]
Added EXTRACT_PRIVATE to doxygen conf

15 years agoLevel member access corrections
Matt Mullins [Sat, 11 Jul 2009 22:58:21 +0000 (17:58 -0500)]
Level member access corrections

15 years agoCleanup on Sprite; we're not done, but it's unbroken
Matt Mullins [Sat, 11 Jul 2009 22:40:49 +0000 (17:40 -0500)]
Cleanup on Sprite; we're not done, but it's unbroken

15 years agoCleaned up Game declarations.
Matt Mullins [Sat, 11 Jul 2009 22:13:42 +0000 (17:13 -0500)]
Cleaned up Game declarations.

15 years agoAdded Doxygen config
Matt Mullins [Sat, 11 Jul 2009 21:15:33 +0000 (16:15 -0500)]
Added Doxygen config

15 years agoAdded CMake config file.
Matt Mullins [Sat, 11 Jul 2009 20:54:21 +0000 (15:54 -0500)]
Added CMake config file.

15 years agoInitial commit
Ivan Hernandez [Sat, 11 Jul 2009 20:08:39 +0000 (15:08 -0500)]
Initial commit