JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
peach-cgt.git
12 years agostart on deck designer
Jason Woofenden [Fri, 4 Nov 2011 21:19:00 +0000 (17:19 -0400)]
start on deck designer

12 years agofixed (recently broken) mark/flip on client
Jason Woofenden [Thu, 3 Nov 2011 04:15:00 +0000 (00:15 -0400)]
fixed (recently broken) mark/flip on client

12 years agoobey z from messsages, avoid z conflicts
Jason Woofenden [Thu, 3 Nov 2011 04:04:14 +0000 (00:04 -0400)]
obey z from messsages, avoid z conflicts

12 years agotweak hand caption and comments
Jason Woofenden [Thu, 3 Nov 2011 02:38:35 +0000 (22:38 -0400)]
tweak hand caption and comments

12 years agohide other players hand
Jason Woofenden [Thu, 3 Nov 2011 02:31:59 +0000 (22:31 -0400)]
hide other players hand

12 years agoyou can drag onto piles
Jason Woofenden [Wed, 2 Nov 2011 23:23:58 +0000 (19:23 -0400)]
you can drag onto piles

12 years agofix view (flip x too), arrange piles correctly
Jason Woofenden [Wed, 2 Nov 2011 22:43:31 +0000 (18:43 -0400)]
fix view (flip x too), arrange piles correctly

12 years agoPiles display and removing cards mostly working
Jason Woofenden [Wed, 2 Nov 2011 20:56:47 +0000 (16:56 -0400)]
Piles display and removing cards mostly working

(except that they don't all display in the right place/orientation)

12 years agosave card number in jquery card object (card.view)
Jason Woofenden [Wed, 2 Nov 2011 19:38:39 +0000 (15:38 -0400)]
save card number in jquery card object (card.view)

12 years agodraw deck starting to work
Jason Woofenden [Tue, 1 Nov 2011 20:23:04 +0000 (16:23 -0400)]
draw deck starting to work

12 years agostart of piles implementation
Jason Woofenden [Tue, 1 Nov 2011 06:02:16 +0000 (02:02 -0400)]
start of piles implementation

create blank for when pile is empty

create caption (at init time) for each pile. Attach to blank or top card.

12 years agoremove obsolete comment
Jason Woofenden [Tue, 1 Nov 2011 04:12:40 +0000 (00:12 -0400)]
remove obsolete comment

12 years agotrack z-axis (layer) on server, use for view init
Jason Woofenden [Tue, 1 Nov 2011 03:18:18 +0000 (23:18 -0400)]
track z-axis (layer) on server, use for view init

12 years agosnap to grid so edges line up
Jason Woofenden [Tue, 1 Nov 2011 03:06:33 +0000 (23:06 -0400)]
snap to grid so edges line up

This is important now that mouse hover makes the card come to the foreground,
because it's frustrating when you're pile isn't perfect, and as you go to hover
over the front card you hover over one pixel of a lower card, and then it
obscures the card you were aiming for.

12 years agomousover temporarily brings card to front
Jason Woofenden [Tue, 1 Nov 2011 02:25:45 +0000 (22:25 -0400)]
mousover temporarily brings card to front

12 years agodisplay opponent's cards upside down
Jason Woofenden [Tue, 1 Nov 2011 02:05:56 +0000 (22:05 -0400)]
display opponent's cards upside down

12 years agonew cards in front, moved cards in front
Jason Woofenden [Tue, 1 Nov 2011 01:55:30 +0000 (21:55 -0400)]
new cards in front, moved cards in front

12 years agocleanup, loading message
Jason Woofenden [Tue, 1 Nov 2011 00:33:55 +0000 (20:33 -0400)]
cleanup, loading message

12 years agoplayer 2 sees table mirrored vertically
Jason Woofenden [Thu, 27 Oct 2011 21:19:15 +0000 (17:19 -0400)]
player 2 sees table mirrored vertically

12 years agomore test cards
Jason Woofenden [Thu, 27 Oct 2011 21:03:58 +0000 (17:03 -0400)]
more test cards

12 years agofix [re]load to show initial flipped/marked state
Jason Woofenden [Thu, 27 Oct 2011 20:57:39 +0000 (16:57 -0400)]
fix [re]load to show initial flipped/marked state

12 years agoclients ask/get initial state on [re]load
Jason Woofenden [Thu, 27 Oct 2011 19:16:55 +0000 (15:16 -0400)]
clients ask/get initial state on [re]load

12 years agoadd agent argument to set_cards
Jason Woofenden [Thu, 27 Oct 2011 18:56:14 +0000 (14:56 -0400)]
add agent argument to set_cards

12 years agoclient sync working (and spitting out debug cruft)
Jason Woofenden [Thu, 27 Oct 2011 06:17:11 +0000 (02:17 -0400)]
client sync working (and spitting out debug cruft)

12 years agoload common.coffe into client
Jason Woofenden [Thu, 27 Oct 2011 00:14:20 +0000 (20:14 -0400)]
load common.coffe into client

12 years agoadd untested common.coffee
Jason Woofenden [Thu, 27 Oct 2011 00:03:17 +0000 (20:03 -0400)]
add untested common.coffee

12 years agoupdate comments
Jason Woofenden [Wed, 26 Oct 2011 22:32:36 +0000 (18:32 -0400)]
update comments

12 years agocolored card areas (deck, hand, etc)
Jason Woofenden [Wed, 26 Oct 2011 22:15:01 +0000 (18:15 -0400)]
colored card areas (deck, hand, etc)

12 years agoyou can flip and mark cards
Jason Woofenden [Wed, 26 Oct 2011 02:58:30 +0000 (22:58 -0400)]
you can flip and mark cards

12 years agodragged cards always brought to front
Jason Woofenden [Wed, 26 Oct 2011 02:23:37 +0000 (22:23 -0400)]
dragged cards always brought to front

12 years agofix whitespace
Jason Woofenden [Mon, 24 Oct 2011 01:10:50 +0000 (21:10 -0400)]
fix whitespace

12 years agoshuffling, started on state structure
Jason Woofenden [Mon, 24 Oct 2011 01:06:06 +0000 (21:06 -0400)]
shuffling, started on state structure

12 years agoserve js from /javascript, make cards draggable
Jason Woofenden [Sun, 23 Oct 2011 23:08:54 +0000 (19:08 -0400)]
serve js from /javascript, make cards draggable

12 years agocoffeescript, html, less, server
Jason Woofenden [Sun, 23 Oct 2011 08:55:26 +0000 (04:55 -0400)]
coffeescript, html, less, server

12 years agoroot
Jason Woofenden [Sun, 23 Oct 2011 07:35:45 +0000 (03:35 -0400)]
root