log

age author description
Tue, 24 Aug 2010 14:45:54 +0200 Simon Cross Like the accent?
Tue, 24 Aug 2010 14:44:29 +0200 Simon Cross Remove check for None sound -- sound is never None.
Tue, 24 Aug 2010 14:43:33 +0200 Simon Cross Add explicit check for sound file existence (my pygame 1.9 returns a valid sound object even when the path does not exist).
Tue, 24 Aug 2010 14:33:48 +0200 Simon Cross Remove debugging print.
Tue, 24 Aug 2010 14:32:52 +0200 Simon Cross Add hackish speech support (run regen-speech.py to generate files -- needs espeak and oggenc).
Tue, 24 Aug 2010 14:17:09 +0200 Jeremy Thurgood Cursor uses draw_over() rather than draw().
Tue, 24 Aug 2010 14:07:07 +0200 Neil Muller Initial event sound support
Tue, 24 Aug 2010 13:53:49 +0200 Jeremy Thurgood Some (slightly) better cursor handling.
Tue, 24 Aug 2010 11:57:06 +0200 Neil Muller Rough Stab at basic animation support
Tue, 24 Aug 2010 11:55:35 +0200 Simon Cross Remove sample text resources.
Tue, 24 Aug 2010 11:41:10 +0200 Neil Muller Fix ajar door description
Tue, 24 Aug 2010 11:33:32 +0200 Jeremy Thurgood Mac build stuff.
Tue, 24 Aug 2010 09:58:12 +0200 Simon Cross Remove debugging prints (descriptions now provide pretty much the same feedback anyway).
Tue, 24 Aug 2010 08:48:50 +0200 Neil Muller Make start new game start a new game. Add Resume to main menu
Tue, 24 Aug 2010 08:16:56 +0200 Neil Muller Restore mouse when returning to main menu