Mercurial > traipse_dev
comparison orpg/templates/feature.xml @ 236:9230a33defd9 beta
Traipse Beta 'OpenRPG' {100616-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 (Closing/Closed)
New Features:
New to Map, can re-order Grid, Miniatures, and Whiteboard layer draw order
New to Server GUI, can now clear log
Updates:
Update to Warhammer PC Sheet. Rollers set as macros. Should work with little maintanence.
Update to Browser Server window. Display rooms with ' " & cleaner
Update to Server. Handles ' " & cleaner.
Fixes:
Fix to InterParse that was causing an Infernal Loop with Namespace Internal
Fix to XML data, removed old Minidom and switched to Element Tree
Fix to Server that was causing eternal attempt to find a Server ID, in Register Rooms thread
Fix to metaservers.xml file not being created
Fix to Single and Double quotes in Whiteboard text
Fix to Background images not showing when using the Image Server
Fix to Duplicate chat names appearing
Fix to Server GUI's logging output
Fix to FNB.COLORFUL_TABS bug.
author | sirebral |
---|---|
date | Wed, 16 Jun 2010 03:06:20 -0500 |
parents | b29454610f36 |
children | be04d07341f3 |
comparison
equal
deleted
inserted
replaced
226:b29454610f36 | 236:9230a33defd9 |
---|---|
63 The fog layer hides the entire map from the prying eyes of players. | 63 The fog layer hides the entire map from the prying eyes of players. |
64 </text> | 64 </text> |
65 </nodehandler> | 65 </nodehandler> |
66 </nodehandler> | 66 </nodehandler> |
67 <nodehandler class="tabber_handler" frame="400,400,424,101" icon="gear" map="Traipse OpenRPG::User Manual" module="containers" name="Game Tree" version="1.0"> | 67 <nodehandler class="tabber_handler" frame="400,400,424,101" icon="gear" map="Traipse OpenRPG::User Manual" module="containers" name="Game Tree" version="1.0"> |
68 <nodehandler class="tabber_handler" frame="400,400,275,122" icon="labtop" map="Traipse OpenRPG::User Manual::Game Tree" module="containers" name="Namespace" version="1.0"><nodehandler class="textctrl_handler" frame="400,400,257,105" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace" module="forms" name="Introduction" version="1.0"> | 68 <nodehandler class="tabber_handler" frame="400,400,472,75" icon="labtop" map="Traipse OpenRPG::User Manual::Game Tree" module="containers" name="Namespace 2.0" version="1.0"><nodehandler class="textctrl_handler" frame="400,400,393,95" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace 2.0" module="forms" name="Introduction" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">Namespace 2.0 |
69 <text hide_title="0" multiline="1" raw_mode="0" send_button="0"> Persistant users who wanted the stability of Traipse and the ease of Namespace have described to me how they envision Namespace should work. When I heard this I immediately realized that my method provided the aspects users wanted, but not simplicity in design this method would provide. The Traipse Namespace is a little different than Standard but it offers more stability in it's approach | 69 |
70 | 70 Internal Namespace: !=NodeName=! or !=GridName::Row,Colum=! |
71 There are two methods provided with the Traipse Namespace, and these two allow you to a great deal of control when you choose to use Namespace to reference your nodes. | 71 External Namespace: !&Container::NodeName&! or !&Container::GridName::Row,Colum&! |
72 | 72 |
73 There is only one difference in how these two methods work, so once you get the hang of Namespace, you will always know how it works. The difference is, External starts looking from the Game Tree and gets more narrow where as Internal starts from the node it is inside and searchs backwards getting more broad. | 73 Namespace 2.0 now has two different ways of finding nodes in your gametree: Internal and |
74 </text> | 74 External. The new version will find nodes differently based on which method you use. With External you start looking from the gametree but can define a "container" to be more specific. With Internal you start looking from the "node" the reference is in and look through the tree backwards. You can now reference cells within a grid using either. |
75 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,257,105" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace" module="forms" name="Usage" version="1.0"> | 75 |
76 <text hide_title="0" multiline="1" raw_mode="0" send_button="1">Namespace Internal: | 76 *An explanation of terms* |
77 (Syntax) !=Node=! | 77 Gametree: The list of objects on the left-hand side of the window that holds all your nodes. |
78 | 78 Node: Refers to any object in the gametree. |
79 Usage: When you use Namespace Internal the software finds the tree map of the node and searches for the top node. Once that node is found it will iterate through the node and look for the reference you have assigned. If it cannot find it in that node, then it will iterate through the map, finding all successive nodes and searching them | 79 Container: Refers only to those nodes that are capable of storing other nodes (Splitter, |
80 | 80 Tabbers, Folder, Forms, etc.). Used here, it usually refers to the largest container, i.e. the |
81 Namespace Internal is completely context sensitive. You can assign a reference using the Namespace Internal method and it will always find the correct PC Sheet to search in. | 81 one that shows up in the gametree when fully collapsed. A Container can contain other |
82 | 82 containers. |
83 Namespace Internal must be used from within a node. | 83 </text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,393,95" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace 2.0" module="forms" name="Internal" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">Internal Namespace: !=NodeName=! |
84 | 84 -Used from within a node to call another node in the same container, such as a list node |
85 Namespace External: | 85 calling a text node or grid. *Note* Will not work if multiple nodes within the same container |
86 (Syntax) !&Top Node::Node&! | 86 have the same name. Multiple nodes within the entirety of the gametree can have the same names |
87 | 87 though as long as they are in different containers. |
88 Usage: Namespace External is a different approach to Namespace. With Namespace External you can use the syntax in chat or in other nodes to cross reference nodes. Instead of External being context sensitive, External uses a broadscope that you can narrow down. | 88 -Uses the !=NodeName=! syntax for normal nodes. |
89 | 89 -Uses !=GridName::Row,Colum=! to reference cells within a grid |
90 It is really easy to narrow down External. External doesn't work like a string, it works like a lightning bolt. To get a good example open up the 4e PC Sheet node that comes with Traipse and try some different commands in chat. | 90 |
91 Examples: | |
92 !=Strength=! | |
93 (Will find the node named “Strength” in the same container and insert it in place of | |
94 !=Strength=!) | |
95 | |
96 !=Ability Scores::3,5=! | |
97 (Will find cell in Row number 3 and Colum number 5 and insert the information contained there | |
98 in place of !=Ability Scores::3,5=! )</text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,393,95" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace 2.0" module="forms" name="External" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">External Namespace: !&Container::NodeName&! | |
99 -Can only be used from chat (currently) to call a node from anywhere in the gametree. You must | |
100 specify the container the node is in. You only have to specify the ‘largest’ container | |
101 (typically the one that shows in the gametree when fully collapsed). It doesn’t matter how | |
102 many smaller containers within the same container it’s in, you need only reference the | |
103 largest. *Note* Will not work if multiple nodes within the same container have the same name. | |
104 Multiple nodes within the entirety of the gametree can have the same names though as long as | |
105 they are in different containers. | |
106 -Uses the !&Container::NodeName&! syntax for normal nodes. | |
107 -Uses !&Container::NodeName::Row,Colum&! to reference cells within a grid. | |
108 | |
109 Examples: | |
110 !&3.5 Character Sheet::Strength&! | |
111 (Will find the node named “Strength” within the larger container “3.5 Character Sheet” and | |
112 insert it in place of !&3.5 Character Sheet::Strength&!) | |
113 | |
114 !&3.5 Character Sheet::Ability Scores::3,5&! | |
115 (Will find the cell in Row 3, Colum 5 in within the larger container “3.5 Character Sheet” and | |
116 insert its contents in place of !&3.5 Character Sheet::Ability Scores::3,5&!)</text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,393,95" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace 2.0" module="forms" name="Other Notes" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">Other Notes: | |
117 If you have similar nodes (i.e. have a lot of the same node names in them) located within the | |
118 same Larger container, Internal Namespace will still work as normal. With External Namespace, | |
119 you will have to specify which of the smaller containers you wish to call from. | |
120 | |
121 For example, if you have a folder container that has two nodes in it, Internal will still work | |
122 fine from within either. However, if you are trying to use External, it you will have to | |
123 specify which of smaller containers you want like so: | |
124 !&LargerContainer::SmallerContainer::NodeName&! | |
125 | |
126 I.E.: | |
127 The Largest container is called “Character Sheets.” It contains three other, Smaller | |
128 containers called “Luke,” “Leia,” and “Vader.” If you want to call the “Strength” node located | |
129 in “Leia” you will have to specify it like so: !&Character Sheets::Leia::Strength&!. </text></nodehandler><nodehandler class="textctrl_handler" frame="400,400,392,87" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Namespace 2.0" module="forms" name="Author Notes" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="1">The Namespace 2.0 is so far my greatest gift to OpenRPG. Namespace 2.0 surpasses the other Namespaces styles because it has a lightning bolt effect. | |
130 | |
131 In 1.7.1 you could use a reference such as !@Name@! to get the name of the Behir (Example Node). The biggest problem with the Namespace was it would only look at the top most node. | |
132 | |
133 Traipse changes how Namespace works by allowing users to be more specific without needing to be too specific. Namespace 2.0 works in a similar fashion, by finding the top most node with a similar name and attempting to use it. Yet, if you want to be more specific you can add node names to the reference and Namespace will find them in order. | |
134 | |
135 Below are some examples uses of the new Namespace. To try them out, create a 4e PC Sheet node and press the Send button. | |
91 | 136 |
92 <b>1:</b> !&4e PC Sheet::Slot 1&! | 137 <b>1:</b> !&4e PC Sheet::Slot 1&! |
93 <b>2:</b> !&4e PC Sheet::Belt:: Slot 1&! | 138 <b>2:</b> !&4e PC Sheet::Belt::Slot 1&! |
94 <b>3:</b> !&4e PC Sheet::Inventory&! | 139 <b>3:</b> !&4e PC Sheet::Inventory&! |
95 <b>4:</b> !&4e PC Sheet::Inventory::Slot 1&! | 140 <b>4:</b> !&4e PC Sheet::Inventory::Slot 1&! |
96 | 141 |
97 Did you see what happened with the last two? Thankfully there is more than one way to get a node! | 142 Did you see what happened with the last two? Thankfully there is more than one way to get a node! |
98 | 143 |
99 (Create a 4e PC Sheet node from the Templates and press Send ---v to try it)</text> | 144 (Create a 4e PC Sheet node from the Templates and press Send ---v to try it) |
100 </nodehandler> | 145 </text></nodehandler></nodehandler><nodehandler class="textctrl_handler" frame="400,400,595,57" icon="note" map="Traipse OpenRPG::User Manual::Game Tree" module="forms" name="Grids" version="1.0"> |
101 </nodehandler><nodehandler class="textctrl_handler" frame="400,400,595,57" icon="note" map="Traipse OpenRPG::User Manual::Game Tree" module="forms" name="Grids" version="1.0"> | |
102 <text hide_title="0" multiline="1" raw_mode="0" send_button="1">Grids can now be called from by adding a Row, Column to the end of the grid reference. | 146 <text hide_title="0" multiline="1" raw_mode="0" send_button="1">Grids can now be called from by adding a Row, Column to the end of the grid reference. |
103 | 147 |
104 Example: !&Abilities::2,2&!</text> | 148 Example: !&Abilities::2,2&!</text> |
105 </nodehandler><nodehandler class="tabber_handler" frame="527,400,259,85" icon="book" map="Traipse OpenRPG::User Manual::Game Tree" module="containers" name="Ornery (past)" version="1.0"><nodehandler class="tabber_handler" frame="410,490,334,45" icon="tabber" map="Traipse OpenRPG::User Manual::Game Tree::Ornery (past)" module="containers" name="Reference Examples" version="1.0"> | 149 </nodehandler><nodehandler class="tabber_handler" frame="527,400,259,85" icon="book" map="Traipse OpenRPG::User Manual::Game Tree" module="containers" name="Ornery (past)" version="1.0"><nodehandler class="tabber_handler" frame="410,490,334,45" icon="tabber" map="Traipse OpenRPG::User Manual::Game Tree::Ornery (past)" module="containers" name="Reference Examples" version="1.0"> |
106 <nodehandler class="textctrl_handler" frame="400,400,484,144" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Ornery (past)::Reference Examples" module="forms" name="Quick Help" version="1.0"> | 150 <nodehandler class="textctrl_handler" frame="400,400,484,144" icon="note" map="Traipse OpenRPG::User Manual::Game Tree::Ornery (past)::Reference Examples" module="forms" name="Quick Help" version="1.0"> |
516 <nodehandler class="file_loader" icon="d10" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0"> | 560 <nodehandler class="file_loader" icon="d10" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0"> |
517 <file name="die_roller_notes.xml" /> | 561 <file name="die_roller_notes.xml" /> |
518 </nodehandler> | 562 </nodehandler> |
519 <nodehandler border="1" class="group_handler" cols="1" icon="grid" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0"> | 563 <nodehandler border="1" class="group_handler" cols="1" icon="grid" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0"> |
520 <nodehandler border="1" class="group_handler" cols="1" icon="knight" map="Traipse OpenRPG::Templates" module="containers" name="PC Sheets" version="1.0"> | 564 <nodehandler border="1" class="group_handler" cols="1" icon="knight" map="Traipse OpenRPG::Templates" module="containers" name="PC Sheets" version="1.0"> |
521 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create 4e PC Sheet" version="1.0"> | |
522 <file name="4e_char_sheet.xml" /> | |
523 </nodehandler> | |
524 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3.5 Tool" version="1.0"> | 565 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3.5 Tool" version="1.0"> |
525 <file name="dnd3.5.xml" /> | 566 <file name="dnd3.5.xml" /> |
567 </nodehandler> | |
568 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create WH PC Sheet" version="1.0"> | |
569 <file name="Warhammerv2CS2-Traipse.xml" /> | |
570 </nodehandler><nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create 4e PC Sheet" version="1.0"> | |
571 <file name="4e_char_sheet.xml" /> | |
526 </nodehandler> | 572 </nodehandler> |
527 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3rd Edition Character Tool" version="1.0"> | 573 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="3rd Edition Character Tool" version="1.0"> |
528 <file name="dnd3e.xml" /> | 574 <file name="dnd3e.xml" /> |
529 </nodehandler> | 575 </nodehandler> |
530 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create New St*r W*rs Character Tool" version="1.0"> | 576 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::PC Sheets" module="core" name="Create New St*r W*rs Character Tool" version="1.0"> |