comparison orpg/main.py @ 196:0bc44a57ae6c alpha

Traipse Alpha 'OpenRPG' {100425-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 (Patch-2) New Features: New Namespace method with two new syntaxes New Namespace Internal is context sensitive, always! New Namespace External is 'as narrow as you make it' New PluginDB access for URL2Link plugin New to Forms, they now show their content in Design Mode Fixes: Fix to Server GUI startup errors Fix to Server GUI Rooms tab updating Fix to Chat and Settings if non existant die roller is picked Fix to Dieroller and .open() used with .vs(). Successes are correctly calculated Fix to Alias Lib's Export to Tree, Open, Save features Fix to alias node, now works properly Fix to Splitter node, minor GUI cleanup Fix to Backgrounds not loading through remote loader Fix to Node name errors Fix to rolling dice in chat Whispers Fix to Splitters Sizing issues
author sirebral
date Sun, 25 Apr 2010 23:26:55 -0500
parents b633f4c64aae
children 5b1550e604d8
comparison
equal deleted inserted replaced
195:b633f4c64aae 196:0bc44a57ae6c
788 788
789 elif name == "chat": 789 elif name == "chat":
790 temp_wnd = orpg.chat.chatwnd.chat_notebook(parent_wnd, wx.DefaultSize) 790 temp_wnd = orpg.chat.chatwnd.chat_notebook(parent_wnd, wx.DefaultSize)
791 self.chattabs = temp_wnd 791 self.chattabs = temp_wnd
792 self.chat = temp_wnd.MainChatPanel 792 self.chat = temp_wnd.MainChatPanel
793 component.add("chat",self.chat) 793 component.add("chat", self.chat)
794 794
795 elif name == "player": 795 elif name == "player":
796 temp_wnd = orpg.player_list.player_list(parent_wnd) 796 temp_wnd = orpg.player_list.player_list(parent_wnd)
797 self.players = temp_wnd 797 self.players = temp_wnd
798 if settings.get('ColorTree') == '1': 798 if settings.get('ColorTree') == '1':