log gamelib/state.py @ 491:9f488671c02e engine_refactor

age author description
Sun, 29 Aug 2010 19:58:35 +0200 Jeremy Thurgood No more state in Item interacts. engine_refactor
Sun, 29 Aug 2010 15:15:59 +0200 Jeremy Thurgood Add state to Items. engine_refactor
Sun, 29 Aug 2010 13:27:29 +0200 Jeremy Thurgood Item uses InteractMixin, but currently overrides everything in it. engine_refactor
Sun, 29 Aug 2010 13:15:14 +0200 Jeremy Thurgood Factor Thing interactive stuff out into a mixing. (Items to follow.) engine_refactor
Sun, 29 Aug 2010 13:07:49 +0200 Jeremy Thurgood Make name param to an Item optional and use NAME if present. engine_refactor
Sun, 29 Aug 2010 19:40:06 +0200 Neil Muller Call thing.leave not scene.leave when removing things
Tue, 08 Mar 2011 13:25:20 +0200 Stefano Rivera Tidy up the i18n changes 1.0.1
Sun, 29 Aug 2010 01:43:55 +0200 Jeremy Thurgood You can now use doors while wielding things.
Sun, 29 Aug 2010 00:24:40 +0200 Neil Muller Redo way of reaching end screen
Sat, 28 Aug 2010 23:48:50 +0200 Jeremy Thurgood Many small fixes.
Sat, 28 Aug 2010 21:31:30 +0200 Neil Muller Hook up navigation tab, Add won condition
Sat, 28 Aug 2010 20:46:06 +0200 Jeremy Thurgood Improved mouse handling edge cases.
Sat, 28 Aug 2010 19:04:30 +0200 Jeremy Thurgood Initial manual implementation.
Sat, 28 Aug 2010 17:07:24 +0200 Neil Muller Allow Nones in list of results
Sat, 28 Aug 2010 14:36:05 +0200 Neil Muller Don't crash if the item doesn't exist
Sat, 28 Aug 2010 14:34:39 +0200 Simon Cross Clean-up two old TODOs.
Sat, 28 Aug 2010 14:10:54 +0200 Neil Muller Add is_in_inventory helper
Sat, 28 Aug 2010 13:33:07 +0200 Neil Muller Tweak description appearance
Sat, 28 Aug 2010 13:30:44 +0200 Jeremy Thurgood Fixed mouse and cursor handling.
Sat, 28 Aug 2010 12:43:12 +0200 Jeremy Thurgood Mouse handling refactorings.
Sat, 28 Aug 2010 12:10:20 +0200 Neil Muller Call detail enter and leave hooks
Sat, 28 Aug 2010 09:37:21 +0200 Jeremy Thurgood Computer typeface for JIM.
Sat, 28 Aug 2010 08:56:12 +0200 Neil Muller Make self._interact_hilight_colour = None disable rect (matches comments)
Sat, 28 Aug 2010 01:28:25 +0200 Neil Muller Make replace_inventory_item use names for consisency
Fri, 27 Aug 2010 23:09:07 +0200 Simon Cross Add option for turning off debugging rects while debugging.
Fri, 27 Aug 2010 22:35:09 +0200 Neil Muller The flying fish fix (take 1)
Fri, 27 Aug 2010 22:04:25 +0200 Neil Muller Offset support for scenes
Fri, 27 Aug 2010 20:08:18 +0200 Jeremy Thurgood Non-interactive things no longer highlight the cursor.
Fri, 27 Aug 2010 19:35:20 +0200 Jeremy Thurgood Ran pyflakes and fixed some minor things.
Fri, 27 Aug 2010 19:29:37 +0200 Jeremy Thurgood Shuffled a bunch of stuff into more appropriate places.