log gamelib/toolbar.py @ 577:1356875ce686

age author description
Sat, 28 Nov 2009 20:41:28 +0000 Adrianna Pińska updated controls
Sat, 28 Nov 2009 20:37:45 +0000 Neil Muller Don't repaint the entire toolbar on counter updates
Sat, 28 Nov 2009 20:29:33 +0000 Jeremy Thurgood Select is the default tool.
Sat, 28 Nov 2009 20:22:51 +0000 Adrianna Pińska extended help; renamed building-related buttons.
Sat, 28 Nov 2009 19:59:46 +0000 Simon Cross Replace monolithic sell equipment tool with a tool for each type of equipment.
Sat, 28 Nov 2009 19:37:08 +0000 Neil Muller Add quit button to toolbar
Sat, 28 Nov 2009 19:30:06 +0000 Neil Muller Add 'Save and Quit' option to quit dialog. Move game events from engine to constants to ease 'import engine' fun
Sat, 28 Nov 2009 11:25:56 +0000 Simon Cross Remove gameboard and dialog event flow hacks.
Sat, 28 Nov 2009 11:09:01 +0000 Jeremy Thurgood And fix headings, now that it's easy to do so.
Sat, 28 Nov 2009 11:00:14 +0000 Jeremy Thurgood Centre counter values, by means of the power of MATHS!
Sat, 28 Nov 2009 10:46:19 +0000 Jeremy Thurgood Counter display more compact, although not as pretty as it should be.
Sat, 28 Nov 2009 10:02:38 +0000 Neil Muller Move gameboard event prodding into the widgets - better matches pgu internals
Sat, 28 Nov 2009 08:59:00 +0000 Adrianna Pińska put back code to highlight move/select button appropriately
Fri, 27 Nov 2009 22:12:20 +0000 Simon Cross Make price and control reference dialogs a little shinier.
Fri, 27 Nov 2009 20:44:39 +0000 Jeremy Thurgood Updated (but no prettier) control dialog.
Fri, 27 Nov 2009 14:01:29 +0000 Neil Muller Tweak controls dialog
Fri, 27 Nov 2009 13:55:07 +0000 Neil Muller Remove move tool. Add basic controls reference dialog
Thu, 26 Nov 2009 23:36:20 +0000 Simon Cross Add restore game button to main menu.
Thu, 26 Nov 2009 22:26:08 +0000 Neil Muller Make MOVE_SELECTED_PERMITTED default, as seems the right thing
Wed, 25 Nov 2009 22:30:55 +0000 Adrianna Pińska allowing select/move in building toolbar; doesn't hurt and can be helpful
Wed, 25 Nov 2009 22:26:31 +0000 Adrianna Pińska cleaned up tool reset / preservation on toolbar change so that it all happens in one place
Wed, 25 Nov 2009 22:15:29 +0000 Adrianna Pińska toggling select/move can now be initiated from no selected tool and in any toolbar where select/move is allowed
Wed, 25 Nov 2009 21:58:29 +0000 Adrianna Pińska rationalised when tools are reset; e.g. you can trade wood without losing selection / move tool. Default toolbar shows correct tool when reloaded (select/move only; other tools reset)
Wed, 25 Nov 2009 21:50:54 +0000 Simon Cross Factor out save game logic and (new, simplified) dialogs into their own module. Add preferences folder to concept to config. Save games under preferences folder.
Wed, 25 Nov 2009 21:27:11 +0000 Adrianna Pińska gave toolbars unique groups
Wed, 25 Nov 2009 21:17:45 +0000 Adrianna Pińska toggling move/select from subtoolbar no longer crashes
Wed, 25 Nov 2009 20:44:28 +0000 Adrianna Pińska selected button switches when you toggle select/move
Wed, 25 Nov 2009 14:32:40 +0000 Neil Muller Partially working (but much less crashy) multiple select support
Tue, 24 Nov 2009 20:53:54 +0000 Simon Cross Add version number to saved games.
Mon, 23 Nov 2009 21:01:15 +0000 Adrianna Pińska exchange rate should be per tree, not per plank
Mon, 23 Nov 2009 20:53:11 +0000 Adrianna Pińska Wood market!
Mon, 23 Nov 2009 20:12:03 +0000 Adrianna Pińska picture icons for all counters
Mon, 23 Nov 2009 16:15:37 +0000 Neil Muller Reorder toolbar. Fix 'Finished Day' position
Sun, 22 Nov 2009 17:55:28 +0000 Neil Muller Make selling things sub-toolbar
Sat, 21 Nov 2009 20:11:40 +0000 Simon Cross Switch to XML (RPC) for save game encoding.
Sat, 21 Nov 2009 20:02:33 +0000 Adrianna Pińska added units to price list
Sat, 21 Nov 2009 19:58:49 +0000 Neil Muller The sub-toolbar rewrite, the finally not crashing version
Sat, 21 Nov 2009 19:33:12 +0000 Simon Cross Basic load and save dialogs.
Sat, 21 Nov 2009 19:08:22 +0000 Simon Cross Support for saving and loading games (toolbar entries commented out for lack of space).
Sat, 21 Nov 2009 17:33:49 +0000 Neil Muller Disable non-selectable toolbar widgets at night
Sat, 21 Nov 2009 16:59:49 +0000 Neil Muller Seperate toolbar and gameboard