comparison orpg/main.py @ 90:d1aff41c031b alpha

Traipse Alpha 'OpenRPG' {090919-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: 00: 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. 01: Fixes Copy for Windows and Linux (finally!!) users. Fixes incomplete update to Grid and List nodes. Fixes incomplete update to Chat Commands. 02: Fixes problems with Remote Image Upload. Fixes Drop and Drag of Minis to Map. CherryPy can now use any image in the webfiles/ folder and sub-folders. CherryPy can now Drop and Drag Minis to the Map. 03: Minor changes to Update Manager's GUI. Expert recommendation warning added to Revision Update. Step down compatibility with open_rpg & component added to orpgCore. 19-00: Better backwards compatibility in orpgCore. Using majority of 'Grumpy' network folder to correct server lag.
author sirebral
date Sat, 19 Sep 2009 06:45:21 -0500
parents bdbeafcb2ef4
children af6bf998f425
comparison
equal deleted inserted replaced
89:b84e0799fed2 90:d1aff41c031b
736 wndinfo = AUI.AuiPaneInfo() 736 wndinfo = AUI.AuiPaneInfo()
737 wndinfo.DestroyOnClose(False) 737 wndinfo.DestroyOnClose(False)
738 wndinfo.Name("Browse Server Window") 738 wndinfo.Name("Browse Server Window")
739 wndinfo.Caption("Game Server") 739 wndinfo.Caption("Game Server")
740 wndinfo.Float() 740 wndinfo.Float()
741 wndinfo.FloatingPosition((50,50))
741 wndinfo.Dockable(False) 742 wndinfo.Dockable(False)
742 wndinfo.MinSize(wx.Size(640,480)) 743 wndinfo.MinSize(wx.Size(640,480))
743 wndinfo.Hide() 744 wndinfo.Hide()
744 self._mgr.AddPane(self.gs, wndinfo) 745 self._mgr.AddPane(self.gs, wndinfo)
745 logger.debug("Game Server Window Created") 746 logger.debug("Game Server Window Created")