Mercurial > traipse_dev
comparison orpg/tools/orpg_log.py @ 86:bdbeafcb2ef4 alpha
Traipse Alpha 'OpenRPG' {090917-00}
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:
Adds menu changes to draw attention to important updates, errors, or other events. (image info coming soon)
Traipse URL is not included in the repos tab and is set as default.
author | sirebral |
---|---|
date | Thu, 17 Sep 2009 01:14:48 -0500 |
parents | 2fa8bd6785a5 |
children | 118fbe111922 |
comparison
equal
deleted
inserted
replaced
83:f38df4bf9715 | 86:bdbeafcb2ef4 |
---|---|
52 for line in crash_report: msg += line | 52 for line in crash_report: msg += line |
53 logger.exception(msg) | 53 logger.exception(msg) |
54 crash_report.close() | 54 crash_report.close() |
55 logger.exception("Crash Report Created!!") | 55 logger.exception("Crash Report Created!!") |
56 logger.info("Printed out crash-report.txt in your System folder", True) | 56 logger.info("Printed out crash-report.txt in your System folder", True) |
57 wx.MessageBox('Crash Report Created!', 'System Failure') | 57 #component.get('frame').traipseSuite.SetTitle('&Traipse!!') |
58 component.get('frame').mainmenu.Replace(8, component.get('frame').traipseSuite, '&Traipse Suite!') | |
59 component.get('frame').debugConsole.SetBitmap(wx.Bitmap(dir_struct["icon"] + 'spotlight.png')) | |
60 component.get('frame').traipseSuite.RemoveItem(component.get('frame').debugConsole) | |
61 component.get('frame').traipseSuite.AppendItem(component.get('frame').debugConsole) | |
62 #wx.MessageBox('Crash Report Created!', 'System Failure') | |
58 | 63 |
59 class DebugConsole(wx.Frame): | 64 class DebugConsole(wx.Frame): |
60 def __init__(self, parent): | 65 def __init__(self, parent): |
61 super(DebugConsole, self).__init__(parent, -1, "Debug Window") | 66 super(DebugConsole, self).__init__(parent, -1, "Debug Window") |
62 icon = None | 67 icon = None |