From: Erik V. <eri...@xs...> - 2010-08-11 22:06:55
|
Very nice. This may actually help implementing an idea I have lingering in the back of my head for some time: to have Undo clean up the (editable) report, rather than just add the unhelpful 'Undo' line. Perhaps, while you're at it... Erik -----Original Message----- From: Stefan Frey [mailto:ste...@we...] Sent: Wednesday 11 August 2010 01:20 To: Development list for Rails: an 18xx game Subject: [Rails-devel] Report window as game history The linked movesets in the CGR 1856 merger inspired a feature that proved to be surprisingly easy (as it leverages on the excellent move/state mechanisms in Rails). The downside is that it can be effected by the all undo related bugs, but the number of those was on the decrease lately. The report window now acts as game history: There are hyperlinks for each action. Clicking on any of those lets Rails jump to that game situation (by calling undo repeatedly). Return to a later position is possible unless an action is taken (as it is the case for standard redo). I also added two buttons (<< and >>) to allow single-step moves. The old report window (which is editable) can be activated via the Configuration menu (or setting report.window.type to static in the legacy configfiles). Stefan ---------------------------------------------------------------------------- -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |