log

age author description
Sat, 11 Feb 2012 14:04:48 +0200 Simon Cross Create GameDescription object. pyntnclick
Sat, 11 Feb 2012 13:40:51 +0200 Simon Cross Create a re-usable main function. pyntnclick
Sat, 11 Feb 2012 13:30:56 +0200 Neil Muller The new, friendlier gen_sound helper pyntnclick
Sat, 11 Feb 2012 13:24:00 +0200 Jeremy Thurgood Rearrange import. pyntnclick
Sat, 11 Feb 2012 13:22:21 +0200 Stefano Rivera Rename imports in rect_drawer pyntnclick
Sat, 11 Feb 2012 13:19:21 +0200 Neil Muller Rename imports pyntnclick
Sat, 11 Feb 2012 13:10:18 +0200 Jeremy Thurgood Moved stuff around, broke everything. pyntnclick
Sat, 11 Feb 2012 12:52:29 +0200 Jeremy Thurgood New module. pyntnclick
Sat, 21 Jun 2014 17:38:39 +0000 convert-repo update tags
Sat, 11 Feb 2012 12:43:34 +0200 Neil Muller pyflakes cleanup
Sat, 11 Feb 2012 12:31:33 +0200 Neil Muller pep8 cleanup
Sat, 11 Feb 2012 12:31:24 +0200 Simon Cross PEP8 clean-up.
Sat, 11 Feb 2012 12:29:30 +0200 Neil Muller Really pep8 fix manual.py
Sat, 11 Feb 2012 12:28:09 +0200 Neil Muller pep8
Sat, 11 Feb 2012 12:23:54 +0200 Neil Muller pep8cleanups
Sat, 11 Feb 2012 12:20:12 +0200 Simon Cross PEP8 clean-up for engine, machine and mess.
Sat, 11 Feb 2012 12:15:31 +0200 Neil Muller More pep8 cleanups
Sat, 11 Feb 2012 12:10:58 +0200 Stefano Rivera PEP-8 cleanup of tools
Sat, 11 Feb 2012 12:05:13 +0200 Jeremy Thurgood PEP-8 tests.
Sat, 11 Feb 2012 12:04:09 +0200 Neil Muller pep8 cleanup
Sat, 11 Feb 2012 12:02:21 +0200 Jeremy Thurgood PEP-8 sound.py
Sat, 11 Feb 2012 12:00:15 +0200 Neil Muller More pep8 cleanups
Sat, 11 Feb 2012 11:59:21 +0200 Jeremy Thurgood PEP-8 main.
Sat, 11 Feb 2012 12:00:19 +0200 Stefano Rivera PEP-8 cleanup of skellington bits in root
Sat, 11 Feb 2012 11:58:57 +0200 Neil Muller PEP8 cleanup data.py and endscreen.py
Sat, 11 Feb 2012 11:57:14 +0200 Jeremy Thurgood PEP-8 gamescreen and state.
Fri, 10 Sep 2010 18:47:17 +0200 Jeremy Thurgood pyflakes-induced cleanup.
Thu, 09 Sep 2010 11:11:37 +0200 Jeremy Thurgood Monkey-patch albow.resource.get_image() in tests to avoid having to set up pygame display stuff.
Wed, 08 Sep 2010 17:33:07 +0200 Jeremy Thurgood Defer some resource loading until it's actually necessary.
Wed, 08 Sep 2010 14:02:11 +0200 Jeremy Thurgood Separate "scene widgets" from "game-specific widgets".
Wed, 08 Sep 2010 00:59:51 +0200 Neil Muller Make close button helper in rect_drawer zoom correctly
Wed, 08 Sep 2010 00:45:06 +0200 Neil Muller Fix calls to draw to match recent changes
Wed, 08 Sep 2010 00:42:41 +0200 Neil Muller Remove old draw def
Wed, 08 Sep 2010 00:41:23 +0200 Neil Muller Add list_scenes to rect_drawer
Tue, 07 Sep 2010 18:25:29 +0200 Neil Muller Move scene specifications into gamelib.scenes
Tue, 07 Sep 2010 18:13:35 +0200 Jeremy Thurgood Fix is_interactive() by adding tool param.
Tue, 07 Sep 2010 17:05:51 +0200 Jeremy Thurgood Removed superfluous SIZE attribute on Scene.
Tue, 07 Sep 2010 13:45:07 +0200 Jeremy Thurgood Remove mouse motion logic from GameState.
Tue, 07 Sep 2010 13:37:00 +0200 Jeremy Thurgood Rename State to GameState.
Tue, 07 Sep 2010 13:35:30 +0200 Jeremy Thurgood Remove drawing logic from State.
Tue, 07 Sep 2010 10:12:55 +0200 Jeremy Thurgood Version change.
Sun, 05 Sep 2010 22:59:33 +0200 Adrianna PiƄska fixed crash caused by the manual item's special snowflakeness
Sat, 04 Sep 2010 10:38:14 +0200 Jeremy Thurgood Fix items.
Sat, 04 Sep 2010 09:53:00 +0200 Jeremy Thurgood Merged in engine refactorings.
Fri, 03 Sep 2010 17:04:38 +0200 Neil Muller Add show animate & cycle interact options
Fri, 03 Sep 2010 16:41:25 +0200 Neil Muller Add mode label
Fri, 03 Sep 2010 14:39:44 +0200 Neil Muller Remove debugging print
Fri, 03 Sep 2010 11:51:43 +0200 Neil Muller Add support for moving zoomed region
Fri, 03 Sep 2010 11:24:12 +0200 Neil Muller Partial zoom support
Thu, 02 Sep 2010 12:25:48 +0200 Neil Muller Tweak menu layout. Add keys for toggle options
Thu, 02 Sep 2010 11:43:51 +0200 Neil Muller Add 'translucent image mode'
Wed, 01 Sep 2010 18:05:35 +0200 Neil Muller Tweak various aspects of image drawing/mouse code to handle edge cases better
Wed, 01 Sep 2010 14:59:07 +0200 Neil Muller Use relative motion for images to remove jumping when combining key & mouse
Tue, 31 Aug 2010 16:50:38 +0200 Neil Muller Change style of cryo computer screen to match others
Tue, 31 Aug 2010 14:33:00 +0200 Stefano Rivera Alter security camera description and is_interactive to match JIM's state
Tue, 31 Aug 2010 14:25:09 +0200 Neil Muller Make poster only work if JIM is online
Mon, 30 Aug 2010 00:16:14 +0200 Simon Cross Perform a deepcopy of INITIAL_DATA to allow mutable initial data to be used safely.
Sun, 29 Aug 2010 21:35:05 +0200 Stefano Rivera More hints in TODO
Sun, 29 Aug 2010 21:32:44 +0200 Stefano Rivera Engine room floor is irreparable
Sun, 29 Aug 2010 21:26:24 +0200 Stefano Rivera Don't pick up broken superconductor