# HG changeset patch # User sirebral # Date 1251354491 18000 # Node ID 8b168989c3441bcda81d74355b4906e9f69ba1bd # Parent 410e35a75a3457af078a2d12442828d1ea004fbd Traipse 'OpenRPG' {090827-04} Traipse is a distribution of OpenRPG that is designed to be easy to setup and go. Traipse also makes it easy for developers to work on code without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code. 'Ornery-Orc''s main goal is to offer more advanced features and enhance the productivity of the user. Update Summary: Update Manager is now in version 0.8. While not every button works, users can now browse the different revisions and their different changesets. The code has been refined some with feature from Core added to it. A Crash report is now created if the users software crashes. Update Manager has been moved to the Traipse Suite menu item, and a Debug Console as been added as well. Please Check the Controls Panel to see the other files changed. This is the 5th daily build. Sheesh. Forgot some files, Controls now operates like it should. diff -r 410e35a75a34 -r 8b168989c344 orpg/orpg_version.py --- a/orpg/orpg_version.py Thu Aug 27 01:19:51 2009 -0500 +++ b/orpg/orpg_version.py Thu Aug 27 01:28:11 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse" DIS_VER = "Ornery Orc" -BUILD = "090827-03" +BUILD = "090827-04" # This version is for network capability. PROTOCOL_VERSION = "1.2" diff -r 410e35a75a34 -r 8b168989c344 upmana/updatemana.py --- a/upmana/updatemana.py Thu Aug 27 01:19:51 2009 -0500 +++ b/upmana/updatemana.py Thu Aug 27 01:28:11 2009 -0500 @@ -508,6 +508,7 @@ i = event.GetIndex() self.revlist.Select(i, True) self.revlist.Focus(i) + self.BranchInfo(self.current) if self.currev != self.revlist.GetItemText( self.revlist.GetFirstSelected() ): self.RevInfo(self.currev)