]> Dogcows Code - chaz/carfire/log
chaz/carfire
14 years agorepo cleanup
Charles [Mon, 12 Apr 2010 01:26:15 +0000 (01:26 +0000)] 
repo cleanup

git-svn-id: https://bd85.net/svn/cs3505_group@63 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agocreated a new project MapProcessorLib to for importing map files
Charles [Mon, 12 Apr 2010 01:09:04 +0000 (01:09 +0000)] 
created a new project MapProcessorLib to for importing map files
determined that `cfmap' will be the extension we'll use for map files
added map reader with a module for general-purpose parsing

git-svn-id: https://bd85.net/svn/cs3505_group@62 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agomodified leveleditor documentation
Charles [Mon, 12 Apr 2010 00:52:07 +0000 (00:52 +0000)] 
modified leveleditor documentation
moved the sandbox map into the CarFire project

git-svn-id: https://bd85.net/svn/cs3505_group@61 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdded in lobby from last project. Refactored to account for name changes. I will...
brady [Sun, 11 Apr 2010 07:45:43 +0000 (07:45 +0000)] 
Added in lobby from last project. Refactored to account for name changes. I will work on changing graphics.

git-svn-id: https://bd85.net/svn/cs3505_group@60 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoadded ability for player movement.
brady [Sun, 11 Apr 2010 07:27:38 +0000 (07:27 +0000)] 
added ability for player movement.

git-svn-id: https://bd85.net/svn/cs3505_group@59 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agobegan on the basic character, player, and monster classes. Also created a second...
brady [Sat, 10 Apr 2010 23:59:19 +0000 (23:59 +0000)] 
began on the basic character, player, and monster classes. Also created a second project in CarFire called CharacterTestBed so I can work on testing characters with movement and stuff.

git-svn-id: https://bd85.net/svn/cs3505_group@58 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoImplemented the base architecture we are bound to because of how the network code...
Charles [Sat, 10 Apr 2010 07:39:18 +0000 (07:39 +0000)] 
Implemented the base architecture we are bound to because of how the network code works.
It's kind of like a walking skeleton... or a limping skeleton.

git-svn-id: https://bd85.net/svn/cs3505_group@57 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agochanged level editor stuff to dos line-endings
Charles [Sat, 10 Apr 2010 06:27:38 +0000 (06:27 +0000)] 
changed level editor stuff to dos line-endings

git-svn-id: https://bd85.net/svn/cs3505_group@56 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdding blank VS2008 solution to start from.
Charles [Sat, 10 Apr 2010 06:19:22 +0000 (06:19 +0000)] 
Adding blank VS2008 solution to start from.

git-svn-id: https://bd85.net/svn/cs3505_group@55 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoadding initial level editor files
Charles [Sat, 10 Apr 2010 00:19:43 +0000 (00:19 +0000)] 
adding initial level editor files

git-svn-id: https://bd85.net/svn/cs3505_group@54 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoCreated folder 'CarFire'.
VisualSVN Server [Thu, 8 Apr 2010 23:58:47 +0000 (23:58 +0000)] 
Created folder 'CarFire'.

git-svn-id: https://bd85.net/svn/cs3505_group@53 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agofixed bug where the 'push b to begin' message wasn't displaying for the host at the...
Charles [Sat, 3 Apr 2010 03:00:34 +0000 (03:00 +0000)] 
fixed bug where the 'push b to begin' message wasn't displaying for the host at the proper time

git-svn-id: https://bd85.net/svn/cs3505_group@52 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agofixed problems with the join-game screen; can now join one of up to four games listed,
Charles [Sat, 3 Apr 2010 02:54:49 +0000 (02:54 +0000)] 
fixed problems with the join-game screen; can now join one of up to four games listed,
and fixed the bug which made it pick the first game every time.

git-svn-id: https://bd85.net/svn/cs3505_group@51 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agochanged player requirement to 4 players for final turn in
brady [Sat, 3 Apr 2010 02:34:30 +0000 (02:34 +0000)] 
changed player requirement to 4 players for final turn in

git-svn-id: https://bd85.net/svn/cs3505_group@50 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdded a basic timeout feature so you'll at least get bumped back to the lobby after...
Charles [Thu, 1 Apr 2010 23:16:01 +0000 (23:16 +0000)] 
Added a basic timeout feature so you'll at least get bumped back to the lobby after a long stall.
Made some tweaks so the gameover and termination features of the test harness work better.

git-svn-id: https://bd85.net/svn/cs3505_group@49 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdded more comments to gui code, lots of refactoring still needed. Probably will...
brady [Wed, 31 Mar 2010 07:46:58 +0000 (07:46 +0000)] 
Added more comments to gui code, lots of refactoring still needed. Probably will never get done.

git-svn-id: https://bd85.net/svn/cs3505_group@48 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoChat display finished and working pretty good.
brady [Wed, 31 Mar 2010 07:37:02 +0000 (07:37 +0000)] 
Chat display finished and working pretty good.

git-svn-id: https://bd85.net/svn/cs3505_group@47 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoChat working, testing
brady [Wed, 31 Mar 2010 07:02:34 +0000 (07:02 +0000)] 
Chat working, testing

git-svn-id: https://bd85.net/svn/cs3505_group@46 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agogit-svn-id: https://bd85.net/svn/cs3505_group@45 92bb83a3-7c8f-8a45-bc97-515c4e399668
brady [Wed, 31 Mar 2010 06:29:48 +0000 (06:29 +0000)] 
git-svn-id: https://bd85.net/svn/cs3505_group@45 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoChat Started
brady [Wed, 31 Mar 2010 06:27:34 +0000 (06:27 +0000)] 
Chat Started

git-svn-id: https://bd85.net/svn/cs3505_group@44 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agonull pointer dereference fix
Charles [Wed, 31 Mar 2010 00:46:21 +0000 (00:46 +0000)] 
null pointer dereference fix

git-svn-id: https://bd85.net/svn/cs3505_group@43 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoaasfdaf
Charles [Tue, 30 Mar 2010 23:51:24 +0000 (23:51 +0000)] 
aasfdaf

git-svn-id: https://bd85.net/svn/cs3505_group@42 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoGui Finding
brady [Tue, 30 Mar 2010 23:50:17 +0000 (23:50 +0000)] 
Gui Finding

git-svn-id: https://bd85.net/svn/cs3505_group@41 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoFixed last synchronization problem (I hope).
Charles [Tue, 30 Mar 2010 23:17:45 +0000 (23:17 +0000)] 
Fixed last synchronization problem (I hope).

git-svn-id: https://bd85.net/svn/cs3505_group@40 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agosmall fix related to mouse button events
Charles [Tue, 30 Mar 2010 01:25:11 +0000 (01:25 +0000)] 
small fix related to mouse button events

git-svn-id: https://bd85.net/svn/cs3505_group@39 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoSome bug fixes, including many synchronization issues.
Charles [Mon, 29 Mar 2010 22:36:27 +0000 (22:36 +0000)] 
Some bug fixes, including many synchronization issues.
Some sync issues remain.

git-svn-id: https://bd85.net/svn/cs3505_group@38 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoNew delegate method for getting and handling errors during the async calls. Need...
Charles [Mon, 29 Mar 2010 16:26:21 +0000 (16:26 +0000)] 
New delegate method for getting and handling errors during the async calls.  Need this because an exception will be thrown during CreateSession or JoinSession if the player isn't logged in.

git-svn-id: https://bd85.net/svn/cs3505_group@37 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agocleaned up some comments I was making during testing
brady [Mon, 29 Mar 2010 06:57:46 +0000 (06:57 +0000)] 
cleaned up some comments I was making during testing

git-svn-id: https://bd85.net/svn/cs3505_group@36 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoProgram working accross 2 computers, packet info being received and game running...
brady [Mon, 29 Mar 2010 06:30:08 +0000 (06:30 +0000)] 
Program working accross 2 computers, packet info being received and game running smoothly. Testing sycronization.

git-svn-id: https://bd85.net/svn/cs3505_group@35 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoTesting
brady [Mon, 29 Mar 2010 06:17:57 +0000 (06:17 +0000)] 
Testing

git-svn-id: https://bd85.net/svn/cs3505_group@34 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting, reset moved into a new gameStarted event
brady [Mon, 29 Mar 2010 06:13:16 +0000 (06:13 +0000)] 
testing, reset moved into a new gameStarted event

git-svn-id: https://bd85.net/svn/cs3505_group@33 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting with reset relocated so all players call.
brady [Mon, 29 Mar 2010 05:52:10 +0000 (05:52 +0000)] 
testing with reset relocated so all players call.

git-svn-id: https://bd85.net/svn/cs3505_group@32 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agobug found, reset needs to be called by all clients not just the host. commented out...
brady [Mon, 29 Mar 2010 05:45:49 +0000 (05:45 +0000)] 
bug found, reset needs to be called by all clients not just the host. commented out error section to continue testing.

git-svn-id: https://bd85.net/svn/cs3505_group@31 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Mon, 29 Mar 2010 05:24:34 +0000 (05:24 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@30 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoEvent packets implemented with complete latency readjusting.
Charles [Tue, 23 Mar 2010 20:57:42 +0000 (20:57 +0000)] 
Event packets implemented with complete latency readjusting.
Testing with more than one player needed.

git-svn-id: https://bd85.net/svn/cs3505_group@29 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoChat implemented. Needs testing.
Charles [Mon, 22 Mar 2010 19:18:01 +0000 (19:18 +0000)] 
Chat implemented.  Needs testing.

git-svn-id: https://bd85.net/svn/cs3505_group@28 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoSwitched to using the asynchronous NetworkSession calls per request.
Charles [Sun, 21 Mar 2010 03:04:44 +0000 (03:04 +0000)] 
Switched to using the asynchronous NetworkSession calls per request.
- There are some new states and callback methods in LobbyGUI that need to be implemented correctly.
Documented the NetworkGame class.
Started work on the network protocol implementation.
- It's currently non-functional; no chatting yet!

git-svn-id: https://bd85.net/svn/cs3505_group@27 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoLobby is almost completely functional. Currently it tests working allowing
brady [Sat, 20 Mar 2010 11:28:12 +0000 (11:28 +0000)] 
Lobby is almost completely functional. Currently it tests working allowing
players to join the same lobby, signal ready and when all are ready host
can start the game.

git-svn-id: https://bd85.net/svn/cs3505_group@26 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 11:22:22 +0000 (11:22 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@25 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 11:19:52 +0000 (11:19 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@24 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 11:17:30 +0000 (11:17 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@23 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 11:10:24 +0000 (11:10 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@22 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 10:42:47 +0000 (10:42 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@21 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 09:55:19 +0000 (09:55 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@20 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 09:53:42 +0000 (09:53 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@19 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agotesting
brady [Sat, 20 Mar 2010 09:35:24 +0000 (09:35 +0000)] 
testing

git-svn-id: https://bd85.net/svn/cs3505_group@18 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agonetwork testing
brady [Sat, 20 Mar 2010 09:18:39 +0000 (09:18 +0000)] 
network testing

git-svn-id: https://bd85.net/svn/cs3505_group@17 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoupdated search for games screen, loading on second comp to test search
brady [Sat, 20 Mar 2010 09:06:06 +0000 (09:06 +0000)] 
updated search for games screen, loading on second comp to test search

git-svn-id: https://bd85.net/svn/cs3505_group@16 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdded to functionality of gui. Also added 2 methods I needed in NetworkGame, comments...
brady [Sat, 20 Mar 2010 07:03:39 +0000 (07:03 +0000)] 
Added to functionality of gui. Also added 2 methods I needed in NetworkGame, comments were added to explain

git-svn-id: https://bd85.net/svn/cs3505_group@15 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoSome basic text added to create game screen
brady [Sat, 20 Mar 2010 05:40:22 +0000 (05:40 +0000)] 
Some basic text added to create game screen

git-svn-id: https://bd85.net/svn/cs3505_group@14 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoinitial network code with partial lobby integration
Charles [Sat, 20 Mar 2010 04:45:48 +0000 (04:45 +0000)] 
initial network code with partial lobby integration

git-svn-id: https://bd85.net/svn/cs3505_group@13 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agogit-svn-id: https://bd85.net/svn/cs3505_group@12 92bb83a3-7c8f-8a45-bc97-515c4e399668
brady [Fri, 19 Mar 2010 07:43:43 +0000 (07:43 +0000)] 
git-svn-id: https://bd85.net/svn/cs3505_group@12 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoplayer list graphics and stuff added
brady [Fri, 19 Mar 2010 07:43:26 +0000 (07:43 +0000)] 
player list graphics and stuff added

git-svn-id: https://bd85.net/svn/cs3505_group@11 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agohome login added
brady [Thu, 18 Mar 2010 21:31:02 +0000 (21:31 +0000)] 
home login added

git-svn-id: https://bd85.net/svn/cs3505_group@10 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agologin info added
brady [Thu, 18 Mar 2010 21:12:15 +0000 (21:12 +0000)] 
login info added

git-svn-id: https://bd85.net/svn/cs3505_group@9 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agogit-svn-id: https://bd85.net/svn/cs3505_group@8 92bb83a3-7c8f-8a45-bc97-515c4e399668
brady [Thu, 18 Mar 2010 18:10:17 +0000 (18:10 +0000)] 
git-svn-id: https://bd85.net/svn/cs3505_group@8 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoedited join game screen
brady [Thu, 18 Mar 2010 07:17:45 +0000 (07:17 +0000)] 
edited join game screen

git-svn-id: https://bd85.net/svn/cs3505_group@7 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoAdded states for lobby gui. Welcome, CreateGame, FindGame, and Connected. Welcome...
brady [Wed, 17 Mar 2010 08:50:33 +0000 (08:50 +0000)] 
Added states for lobby gui. Welcome, CreateGame, FindGame, and Connected. Welcome screen about done.

git-svn-id: https://bd85.net/svn/cs3505_group@6 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoBackground for lobby, currently has background with spotlight that moves around.
brady [Tue, 16 Mar 2010 07:16:54 +0000 (07:16 +0000)] 
Background for lobby, currently has background with spotlight that moves around.
Looks pretty Sweet.

git-svn-id: https://bd85.net/svn/cs3505_group@5 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoUpload
brady [Tue, 16 Mar 2010 07:15:24 +0000 (07:15 +0000)] 
Upload

git-svn-id: https://bd85.net/svn/cs3505_group@4 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoinitial upload
brady [Sat, 13 Mar 2010 18:38:41 +0000 (18:38 +0000)] 
initial upload

git-svn-id: https://bd85.net/svn/cs3505_group@3 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agoinitial upload
brady [Sat, 13 Mar 2010 18:38:14 +0000 (18:38 +0000)] 
initial upload

git-svn-id: https://bd85.net/svn/cs3505_group@2 92bb83a3-7c8f-8a45-bc97-515c4e399668

14 years agogit-svn-id: https://bd85.net/svn/cs3505_group@1 92bb83a3-7c8f-8a45-bc97-515c4e399668
brady [Sat, 13 Mar 2010 18:37:42 +0000 (18:37 +0000)] 
git-svn-id: https://bd85.net/svn/cs3505_group@1 92bb83a3-7c8f-8a45-bc97-515c4e399668

This page took 0.053596 seconds and 4 git commands to generate.