log

age author description
Fri, 06 Sep 2013 02:09:46 +0200 Simon Cross Remove key_state from new game door.
Fri, 06 Sep 2013 02:04:27 +0200 Simon Cross A spaceship level (aka were you start).
Fri, 06 Sep 2013 02:03:53 +0200 Simon Cross Load all levels.
Fri, 06 Sep 2013 02:03:16 +0200 Simon Cross Add means for listing levels and areas.
Fri, 06 Sep 2013 02:08:03 +0200 Adrianna Pińska have a heart
Fri, 06 Sep 2013 02:01:30 +0200 Stefano Rivera Open bulkheads are no longer opaque to furniture
Fri, 06 Sep 2013 01:48:59 +0200 Stefano Rivera BOX is no longer accurate
Fri, 06 Sep 2013 01:44:23 +0200 Stefano Rivera Actually use the base tile specified in the level
Fri, 06 Sep 2013 01:41:02 +0200 Adrianna Pińska why are floors so hard?
Fri, 06 Sep 2013 01:07:33 +0200 Simon Cross Fix typo.
Fri, 06 Sep 2013 00:49:20 +0200 Adrianna Pińska sheep
Fri, 06 Sep 2013 00:45:52 +0200 David Sharpe PEP8
Fri, 06 Sep 2013 00:37:26 +0200 David Sharpe Basic claw attack, stealing liberally from other people's code! ;)
Fri, 06 Sep 2013 00:38:05 +0200 David Sharpe Now with the attack image
Fri, 06 Sep 2013 00:41:49 +0200 Stefano Rivera Now *both* types of enemies die
Fri, 06 Sep 2013 00:41:14 +0200 Jeremy Thurgood Werewolf form heals every second.
Fri, 06 Sep 2013 00:36:14 +0200 Stefano Rivera Enemies leave corpses
Fri, 06 Sep 2013 00:32:38 +0200 Neil Muller Rename animate to update and pass seconds, for future fun
Fri, 06 Sep 2013 00:20:54 +0200 Simon Cross Sonata!
Fri, 06 Sep 2013 00:17:22 +0200 Stefano Rivera Enemies now die
Fri, 06 Sep 2013 00:16:32 +0200 Adrianna Pińska dead aliens
Thu, 05 Sep 2013 23:56:44 +0200 Neil Muller Fix timing issues
Thu, 05 Sep 2013 23:57:50 +0200 Stefano Rivera Pass bullet hits through to the target
Thu, 05 Sep 2013 23:56:25 +0200 Jeremy Thurgood Walls need WALL_COLLISION_TYPE.
Thu, 05 Sep 2013 23:55:42 +0200 Adrianna Pińska layer bugfix
Thu, 05 Sep 2013 23:50:36 +0200 Adrianna Pińska better eyestalk action
Thu, 05 Sep 2013 23:48:33 +0200 Simon Cross Outline of a story!
Thu, 05 Sep 2013 23:43:50 +0200 Stefano Rivera Create a tuple of bullet position, so we don't just hold a reference to a mutable object
Thu, 05 Sep 2013 23:43:37 +0200 Jeremy Thurgood Levers look like levers.
Thu, 05 Sep 2013 23:31:00 +0200 Stefano Rivera Bullets don't collide with sensors
Thu, 05 Sep 2013 23:27:45 +0200 Adrianna Pińska a lever
Thu, 05 Sep 2013 23:26:13 +0200 Stefano Rivera Bullets that mostly die when they hit things
Thu, 05 Sep 2013 23:17:02 +0200 Jeremy Thurgood --no-music flag.
Thu, 05 Sep 2013 22:41:27 +0200 Stefano Rivera Faster bullet
Thu, 05 Sep 2013 17:13:29 +0200 David Fraser Avoid long lines
Thu, 05 Sep 2013 17:09:59 +0200 David Fraser Merge
Thu, 05 Sep 2013 16:41:02 +0200 David Fraser Merge branch
Thu, 05 Sep 2013 16:40:04 +0200 David Fraser Added requirements.txt and use it from setup.py
Thu, 05 Sep 2013 16:43:25 +0200 Jeremy Thurgood Collect gun (which currently looks like a bullet) to shoot.
Thu, 05 Sep 2013 16:34:17 +0200 Neil Muller Basic death
Thu, 05 Sep 2013 16:16:49 +0200 Stefano Rivera Those tabs were irritating me
Thu, 05 Sep 2013 16:15:37 +0200 Stefano Rivera Fire on Ctrl too (z isn't convenient on Dvorak)
Thu, 05 Sep 2013 16:10:57 +0200 Jeremy Thurgood Toggle switch, sans art.
Thu, 05 Sep 2013 15:58:24 +0200 Jeremy Thurgood Protagonist actions, now required for operating doors.
Thu, 05 Sep 2013 14:12:55 +0200 Neil Muller Add current mode hints
Thu, 05 Sep 2013 13:47:22 +0200 Neil Muller Don't crash on empty walls
Thu, 05 Sep 2013 13:34:37 +0200 Neil Muller simple slow charging alien
Thu, 05 Sep 2013 13:15:31 +0200 Neil Muller Protagonist and enemies should see the world
Thu, 05 Sep 2013 13:09:14 +0200 Neil Muller Move protagonist to the world
Thu, 05 Sep 2013 12:04:14 +0200 Neil Muller Add a 'select object' with pop-up for easier editing
Thu, 05 Sep 2013 12:03:34 +0200 Neil Muller Add object returns for use in the level editor
Thu, 05 Sep 2013 10:52:41 +0200 Neil Muller Swap order of S frames, so U-turns aren't as freaky
Thu, 05 Sep 2013 01:16:40 +0200 Simon Cross Stop music when the level ends.
Thu, 05 Sep 2013 01:07:42 +0200 Simon Cross Sources for sounds.
Thu, 05 Sep 2013 00:54:48 +0200 Simon Cross First sound and music.
Thu, 05 Sep 2013 00:54:26 +0200 Simon Cross Add first draft of sound support.
Thu, 05 Sep 2013 00:53:57 +0200 Simon Cross Add generic tmp folder to hgignore.
Thu, 05 Sep 2013 00:48:42 +0200 Neil Muller The daily screenshot
Thu, 05 Sep 2013 00:41:42 +0200 David Sharpe Pep8
Thu, 05 Sep 2013 00:37:48 +0200 David Sharpe Correcting damage application