log

age author description
Tue, 14 Jan 2014 00:06:22 -0800 William Morgan Beefed up the cursor a bit. Cleaned up my unused build order array. default tip
Tue, 14 Jan 2014 00:01:13 -0800 William Morgan Beefed up the cursor a bit. Cleaned up my unused build order array.
Mon, 13 Jan 2014 23:05:30 -0800 William Morgan simple object selection
Mon, 13 Jan 2014 21:48:22 -0800 William Morgan cursor now blinks the current selection
Sun, 12 Jan 2014 23:53:18 -0800 Michael Pavone Small refactor to object placement. Add spawn point object
Sun, 12 Jan 2014 22:43:03 -0800 Michael Pavone Move some tilemap/distance stuff out of creep.c and main.c into a separate source file
Sun, 12 Jan 2014 22:05:12 -0800 Michael Pavone Skip diagonals when calculating distance
Sun, 12 Jan 2014 19:11:54 -0800 William Morgan merge
Sun, 12 Jan 2014 19:02:44 -0800 William Morgan using new tile constants
Sun, 12 Jan 2014 19:01:30 -0800 Mike Pavone Wait to spawn creeps until player hits start. Prevent player from placing walls in such a way to completely block creeps from goal. Remove placeholder walls.
Sun, 12 Jan 2014 18:49:29 -0800 William Morgan placement of red walls with a button
Sun, 12 Jan 2014 18:16:51 -0800 Mike Pavone Creeps now move towards the goal
Sun, 12 Jan 2014 17:19:42 -0800 Mike Pavone Make cursor and creeps play nice
Sun, 12 Jan 2014 17:07:43 -0800 Mike Pavone Merge
Sun, 12 Jan 2014 17:05:53 -0800 Mike Pavone Calculate distances from goal for all passible points for pathfinding purposes
Sun, 12 Jan 2014 16:13:49 -0800 William Morgan cursor and input code added.
Sun, 12 Jan 2014 16:03:33 -0800 Mike Pavone Forgot to add creep.c
Sun, 12 Jan 2014 15:23:20 -0800 Mike Pavone Merge
Sun, 12 Jan 2014 15:22:22 -0800 Mike Pavone Added basic creep spawning code
Sun, 12 Jan 2014 15:16:03 -0800 William Morgan merge
Sun, 12 Jan 2014 13:43:51 -0800 William Morgan copied the windows makefile straight from SGDK.
Sun, 12 Jan 2014 13:55:54 -0800 Mike Pavone Add placeholder walls and goal
Sun, 12 Jan 2014 12:24:21 -0800 Mike Pavone Update library paths in makefile
Sun, 12 Jan 2014 12:20:42 -0800 Mike Pavone Movec creep.h into the src folder. Added main loop
Sun, 12 Jan 2014 12:15:24 -0800 Mike Pavone Add header with creep struct definition
Sun, 12 Jan 2014 11:24:36 -0800 Mike Pavone Copied SGDK project skeleton