]> Dogcows Code - chaz/carfire/shortlog
chaz/carfire
2010-04-19  CharlesNew MovementManager properties (IsMoving and Direction...
2010-04-19  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@115 92bb8...
2010-04-19  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@114 92bb8...
2010-04-19  CharlesSmooth movement between cells.
2010-04-19  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@112 92bb8...
2010-04-19  Kylecommented out some debuggin print lines
2010-04-19  KyleSmooth player movement... still has some issues.
2010-04-19  Charlesnew map
2010-04-19  CharlesDocumentation for Map.Zoom.
2010-04-19  CharlesNew test map: maze.cfmap
2010-04-19  CharlesNew Map APIs:
2010-04-19  KyleSlightly improved commenting.
2010-04-19  KyleFixed a bug with projectiles - they would go through...
2010-04-19  Kyletest projectile model added
2010-04-19  KyleImproved projectiles
2010-04-19  KylePlayers now spawn projectiles... still kind of buggy.
2010-04-19  KyleAdded a few member fariables and parameter to constructor
2010-04-19  KyleIncorporated networking into the game
2010-04-19  KyleNow uses network to update character position
2010-04-16  CharlesNew map methods Map.SetCell and Map.ClearCell to modify...
2010-04-16  CharlesNew map method Map.GetStartingPositionForPlayer to...
2010-04-15  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@95 92bb83...
2010-04-15  KyleSingle Player test - Player will shoot in one direction...
2010-04-15  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@93 92bb83...
2010-04-15  bradygit-svn-id: https://bd85.net/svn/cs3505_group@92 92bb83...
2010-04-15  bradyBasic Changes to Character, Small Changes to Display...
2010-04-15  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@90 92bb83...
2010-04-15  KyleProjectiles disappear when they hit a wall(or occupied...
2010-04-15  KyleMore test projectiles
2010-04-15  bradygit-svn-id: https://bd85.net/svn/cs3505_group@87 92bb83...
2010-04-15  bradyBegan basic interface for Character, Player and Monster...
2010-04-15  KyleMore test projectiles in the display class.
2010-04-15  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@84 92bb83...
2010-04-15  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@83 92bb83...
2010-04-15  KyleModified to work with Display class
2010-04-15  KylePartially working display
2010-04-15  Charlesnevermind, constants should be case-sensitive; renamed...
2010-04-15  Charlesif you get exceptions you don't know how to deal with...
2010-04-15  bradyMoved some basic stuff around to remove the CharacterTe...
2010-04-15  Charlesgetting entity lists not more consistent with throwing...
2010-04-15  KyleAllowed Game to start with less than 4 players.
2010-04-15  CharlesEntity loading implemented.
2010-04-14  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@74 92bb83...
2010-04-14  Charlesepic failure... adding missing content
2010-04-13  Charlesforgot to document Map.CenterCell
2010-04-13  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@71 92bb83...
2010-04-13  Kylegit-svn-id: https://bd85.net/svn/cs3505_group@70 92bb83...
2010-04-13  Kyleinitial commit
2010-04-13  Charlesrepo cleanup: suo files also don't need to be versioned
2010-04-13  CharlesMap drawing implemented.
2010-04-13  KyleInitial commit. Basic infrastructure done.
2010-04-12  bradyCommented out my test Map class so it will not cause...
2010-04-12  Charlesmap constants should be case-insensitive
2010-04-12  Charlesrepo cleanup
2010-04-12  Charlescreated a new project MapProcessorLib to for importing...
2010-04-12  Charlesmodified leveleditor documentation
2010-04-11  bradyAdded in lobby from last project. Refactored to account...
2010-04-11  bradyadded ability for player movement.
2010-04-10  bradybegan on the basic character, player, and monster class...
2010-04-10  CharlesImplemented the base architecture we are bound to becau...
2010-04-10  Charleschanged level editor stuff to dos line-endings
2010-04-10  CharlesAdding blank VS2008 solution to start from.
2010-04-10  Charlesadding initial level editor files
2010-04-08  VisualSVN ServerCreated folder 'CarFire'.
2010-04-03  Charlesfixed bug where the 'push b to begin' message wasn...
2010-04-03  Charlesfixed problems with the join-game screen; can now join...
2010-04-03  bradychanged player requirement to 4 players for final turn in
2010-04-01  CharlesAdded a basic timeout feature so you'll at least get...
2010-03-31  bradyAdded more comments to gui code, lots of refactoring...
2010-03-31  bradyChat display finished and working pretty good.
2010-03-31  bradyChat working, testing
2010-03-31  bradygit-svn-id: https://bd85.net/svn/cs3505_group@45 92bb83...
2010-03-31  bradyChat Started
2010-03-31  Charlesnull pointer dereference fix
2010-03-30  Charlesaasfdaf
2010-03-30  bradyGui Finding
2010-03-30  CharlesFixed last synchronization problem (I hope).
2010-03-30  Charlessmall fix related to mouse button events
2010-03-29  CharlesSome bug fixes, including many synchronization issues.
2010-03-29  CharlesNew delegate method for getting and handling errors...
2010-03-29  bradycleaned up some comments I was making during testing
2010-03-29  bradyProgram working accross 2 computers, packet info being...
2010-03-29  bradyTesting
2010-03-29  bradytesting, reset moved into a new gameStarted event
2010-03-29  bradytesting with reset relocated so all players call.
2010-03-29  bradybug found, reset needs to be called by all clients...
2010-03-29  bradytesting
2010-03-23  CharlesEvent packets implemented with complete latency readjus...
2010-03-22  CharlesChat implemented. Needs testing.
2010-03-21  CharlesSwitched to using the asynchronous NetworkSession calls...
2010-03-20  bradyLobby is almost completely functional. Currently it...
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradytesting
2010-03-20  bradynetwork testing
next
This page took 0.046329 seconds and 4 git commands to generate.