comparison orpg/templates/feature.xml @ 136:b4e02e8cd314 alpha

Traipse Alpha 'OpenRPG' {091016-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 (Cleaning up for Beta) Added Bookmarks Fix to Remote Admin Commands Minor fix to text based Server Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core Added 'boot' command to remote admin Added confirmation window for sent nodes Minor changes to allow for portability to an OpenSUSE linux OS Miniatures Layer pop up box allows users to turn off Mini labels, from FlexiRPG Zoom Mouse plugin added Images added to Plugin UI Switching to Element Tree Map efficiency, from FlexiRPG Added Status Bar to Update Manager default_manifest.xml renamed to default_upmana.xml Cleaner clode for saved repositories New TrueDebug Class in orpg_log (See documentation for usage) Mercurial's hgweb folder is ported to upmana **Pretty important update that can help remove thousands of dead children from your gametree. **Children, <forms />, <group_atts />, <horizontal />, <cols />, <rows />, <height />, etc... are all tags now. Check your gametree and look for dead children!! **New Gametree Recusion method, mapping, and context sensitivity. !!Alpha - Watch out for infinite loops!!
author sirebral
date Mon, 16 Nov 2009 19:13:41 -0600
parents 4385a7d0efd1
children dc74dca250d1
comparison
equal deleted inserted replaced
134:82c47d583493 136:b4e02e8cd314
1 <nodehandler class="tabber_handler" icon="help" module="containers" name="Traipse OpenRPG" version="1.0">
2 <nodehandler class="textctrl_handler" frame="400,400,139,110" icon="note" map="Traipse OpenRPG" module="forms" name="Node Referencing" version="1.0"><text hide_title="0" multiline="1" raw_mode="0" send_button="0">Traipse node referencing is unlike other distributions of OpenRPG. The gametree mapping is a fluid map that changes with the location of your nodes. This allows you to create a reference node that will stay with your character sheet, and if you change the location of your character sheet the reference will still work.
1 3
2 <nodehandler class="tabber_handler" icon="help" module="containers" name="OpenRPG+ 1.7.1" version="1.0"> 4 There are two ways of references node data. A Root Reference and a Child Reference.
3 <nodehandler class="link_handler" icon="html" module="forms" name="Release Notes" version="1.0"> 5
4 <link href="http://openrpg.digitalxero.net/wiki/index.php?page=Release+Notes"/> 6 A Root Reference uses this syntax:
7 !@Node::Child::Data@!
8
9 Root References find the data within the node first by looking at the nodes in the tree. The location of the node must be exact or you will return an Invalid Reference!
10
11 A Child Reference uses this syntax:
12 !!Node::Child::Data!!
13
14 Child References work from within a container. Child References obtain the map from a child node and then look for the node data using an appended Root Reference. As long as the Child Reference node remains in in the same location relative to the reference, you can move the nodes around and never need to change your references again.
15
16 Child Referencing works from within a PC Sheet node as well.
17
18 Syntax for Special PC Sheet Nodes:
19 The nodes for the specialized PC Sheets now have a new syntax.
20
21 Abilities:
22 To reference an Ability, use the name or abbreviation of the Ability.
23 Example: !@Mikael::Strength@!
24
25 This will return the Ability, the Ability Score, and it's Modifier.
26
27 Mod Referencing:
28 If you want to find the Ability Modifier only, use Ability::Mod
29 Example: !@Mikael::Strength::Mod@!
30
31 Ability Checks:
32 Ability Checks are simplified as well. Simply add Check to the reference.
33 Example: !@Mikael::Strength::Check@!
34
35 The new referencing features are useful if you want to refence the ability modifier in other nodes.
36
37 Skills:
38 Skills work the similar to Abilities. To refence a skill's ranks use the Skill syntax
39 Example: !@Jonethan::Skill::Jump@!
40
41 This will return the ranks you have in Jump. Skill Checks are made by appending Check to the statement.
42 Example: !@Jonethan::Skill::Jump::Check@!
43
44 If you want to reference the skills modifier, use the Mod syntax
45 Example: !@Jonethan::Skill::Jump::Mod@!
46
47 Combat:
48 You can now reference your attacks easily with the gametree. Using the Attack syntax you can select modifier type, and a weapon to attack with.
49 Example: !@Kammen-Pai::Attack::M::Dagger@!
50
51 Modifier Type:
52 There are two modifier types Melee (M) or Ranged(R) You will see I added can use the long word or the short hand.
53
54 Spells:
55 If the PC Sheet you are using has Spells and Powers, you can use the Cast syntax to cast a spell or use a power.
56 Example: !@Kammen-Pai::Cast::Ray of Frost@!
57
58 The data returned is the description of the spells actions. Spell actions are difficult to remember, and even harder to code, so this will at least work as an emoteable reference and a reminder of how the spell works.
59
60 Feats:
61 Feats will work the same way as spells. Because Feats and Spells have rulings that require such finesse it is not very easy to code them. However you will receive an easy to use reference point for what your Feat does.
62 Using the Feat syntax you can the description of the Feat.
63 Example: !@Kammen-Pai::Feat::Ability Focus@!
64
65 </text></nodehandler><nodehandler class="link_handler" icon="html" map="Traipse OpenRPG" module="forms" name="Release Notes" version="1.0">
66 <link href="http://www.assembla.com/wiki/show/traipse" />
5 </nodehandler> 67 </nodehandler>
6 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG User Guide" version="1.0"> 68 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG" module="forms" name="Traipse User Guide" version="1.0">
7 <link href="http://openrpg.digitalxero.net"/> 69 <link href="http://www.assembla.com/wiki/show/traipse/User_Manual" />
8 </nodehandler> 70 </nodehandler>
9 <nodehandler class="file_loader" icon="help" module="core" name="Load Die Roller Notes" version="1.0"> 71 <nodehandler class="file_loader" icon="help" map="Traipse OpenRPG" module="core" name="Load Die Roller Notes" version="1.0">
10 <file name="die_roller_notes.xml"/> 72 <file name="die_roller_notes.xml" />
11 </nodehandler> 73 </nodehandler>
12 <nodehandler class="group_handler" icon="gear" module="containers" name="Templates" status="useful" version="1.0"> 74 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG" module="containers" name="Templates" status="useful" version="1.0">
13 <group_atts border="1" cols="1"/> 75 <group_atts border="1" cols="1" />
14 <nodehandler class="group_handler" icon="flask" module="containers" name="Nodes" status="useful" version="1.0"> 76 <nodehandler border="1" class="group_handler" cols="1" icon="flask" map="Traipse OpenRPG::Templates" module="containers" name="Nodes" status="useful" version="1.0">
15 <group_atts border="1" cols="1"/> 77 <group_atts border="1" cols="1" />
16 <nodehandler class="file_loader" icon="note" module="core" name="Create New Text Box" version="1.0"> 78 <nodehandler class="file_loader" icon="note" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Text Box" version="1.0">
17 <file name="textctrl.xml"/> 79 <file name="textctrl.xml" />
18 </nodehandler> 80 </nodehandler>
19 <nodehandler class="file_loader" icon="gear" module="core" name="Create New List Box" version="1.0"> 81 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New List Box" version="1.0">
20 <file name="listbox.xml"/> 82 <file name="listbox.xml" />
21 </nodehandler> 83 </nodehandler>
22 <nodehandler class="file_loader" icon="grid" module="core" name="Create New Grid" version="1.0"> 84 <nodehandler class="file_loader" icon="grid" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Grid" version="1.0">
23 <file name="grid.xml"/> 85 <file name="grid.xml" />
24 </nodehandler> 86 </nodehandler>
25 <nodehandler class="file_loader" icon="html" module="core" name="Create New Web Link" version="1.0"> 87 <nodehandler class="file_loader" icon="html" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Link" version="1.0">
26 <file name="link.xml"/> 88 <file name="link.xml" />
27 </nodehandler> 89 </nodehandler>
28 <nodehandler class="file_loader" icon="image" module="core" name="Create New Web Image" version="1.0"> 90 <nodehandler class="file_loader" icon="image" map="Traipse OpenRPG::Templates::Nodes" module="core" name="Create New Web Image" version="1.0">
29 <file name="image.xml"/> 91 <file name="image.xml" />
30 </nodehandler> 92 </nodehandler>
31 </nodehandler> 93 </nodehandler>
32 <nodehandler class="group_handler" module="containers" name="Containers" status="useful" version="1.0"> 94 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG::Templates" module="containers" name="Containers" status="useful" version="1.0">
33 <group_atts border="1" cols="1"/> 95 <group_atts border="1" cols="1" />
34 <nodehandler class="file_loader" module="core" name="Create New Folder" version="1.0"> 96 <nodehandler class="file_loader" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Folder" version="1.0">
35 <file name="group.xml"/> 97 <file name="group.xml" />
36 </nodehandler> 98 </nodehandler>
37 <nodehandler class="file_loader" icon="tabber" module="core" name="Create New Tabber" version="1.0"> 99 <nodehandler class="file_loader" icon="tabber" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Tabber" version="1.0">
38 <file name="tabber.xml"/> 100 <file name="tabber.xml" />
39 </nodehandler> 101 </nodehandler>
40 <nodehandler class="file_loader" icon="divider" module="core" name="Create New Splitter" version="1.0"> 102 <nodehandler class="file_loader" icon="divider" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Splitter" version="1.0">
41 <file name="split.xml"/> 103 <file name="split.xml" />
42 </nodehandler> 104 </nodehandler>
43 <nodehandler class="file_loader" icon="form" module="core" name="Create New Form" version="1.0"> 105 <nodehandler class="file_loader" icon="form" map="Traipse OpenRPG::Templates::Containers" module="core" name="Create New Form" version="1.0">
44 <file name="form.xml"/> 106 <file name="form.xml" />
45 </nodehandler> 107 </nodehandler>
46 </nodehandler> 108 </nodehandler>
47 <nodehandler class="group_handler" icon="gear" module="containers" name="Tools" status="useful" version="1.0"> 109 <nodehandler border="1" class="group_handler" cols="1" icon="gear" map="Traipse OpenRPG::Templates" module="containers" name="Tools" status="useful" version="1.0">
48 <group_atts border="1" cols="1"/> 110 <group_atts border="1" cols="1" />
49 <nodehandler class="file_loader" icon="gear" module="core" name="Create New Chat Macro" version="1.0"> 111 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Chat Macro" version="1.0">
50 <file name="macro.xml"/> 112 <file name="macro.xml" />
51 </nodehandler> 113 </nodehandler>
52 <nodehandler class="file_loader" icon="gear" module="core" name="Create New Miniature Library Tool" version="1.0"> 114 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New Miniature Library Tool" version="1.0">
53 <file name="minlib.xml"/> 115 <file name="minlib.xml" />
54 </nodehandler> 116 </nodehandler>
55 <nodehandler class="file_loader" icon="gear" module="core" name="Create remote node loader" version="1.0"> 117 <nodehandler class="file_loader" icon="gear" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create remote node loader" version="1.0">
56 <file name="urloader.xml"/> 118 <file name="urloader.xml" />
57 </nodehandler> 119 </nodehandler>
58 <nodehandler class="file_loader" icon="d20" module="core" name="Create New d20 Character Tool" version="1.0"> 120 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New d20 Character Tool" version="1.0">
59 <file name="d20character.xml"/> 121 <file name="d20character.xml" />
60 </nodehandler> 122 </nodehandler>
61 <nodehandler class="file_loader" icon="d20" module="core" name="Create New St*r W*rs Character Tool" version="1.0"> 123 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="Create New St*r W*rs Character Tool" version="1.0">
62 <file name="StarWars_d20character.xml"/> 124 <file name="StarWars_d20character.xml" />
63 </nodehandler> 125 </nodehandler>
64 <nodehandler class="file_loader" icon="d20" module="core" name="3rd Edition Character Tool" version="1.0"> 126 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3rd Edition Character Tool" version="1.0">
65 <file name="dnd3e.xml"/> 127 <file name="dnd3e.xml" />
66 </nodehandler> 128 </nodehandler>
67 <nodehandler class="file_loader" icon="d20" module="core" name="3.5 Tool" version="1.0"> 129 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Templates::Tools" module="core" name="3.5 Tool" version="1.0">
68 <file name="dnd3.5.xml"/> 130 <file name="dnd3.5.xml" />
69 </nodehandler> 131 </nodehandler>
70 </nodehandler> 132 </nodehandler>
71 </nodehandler> 133 </nodehandler>
72 <nodehandler class="group_handler" icon="browser" module="containers" name="OpenRPG+ Resources" version="1.0"> 134 <nodehandler border="1" class="group_handler" cols="1" icon="browser" map="Traipse OpenRPG" module="containers" name="OpenRPG+ Resources" version="1.0">
73 <group_atts border="1" cols="1"/> 135 <group_atts border="1" cols="1" />
74 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG+ Home Page" version="1.0"> 136 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG+ Home Page" version="1.0">
75 <link href="http://openrpg.digitalxero.net"/> 137 <link href="http://www.openrpg.com" />
76 </nodehandler> 138 </nodehandler>
77 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG Project Page" version="1.0"> 139 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Forums" version="1.0">
78 <link href="http://openrpg.digitalxero.net"/> 140 <link href="http://forums.rpghost.com/forumdisplay.php?s=&amp;forumid=118" />
79 </nodehandler> 141 </nodehandler>
80 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG Forums" version="1.0"> 142 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Plugin HQ" version="1.0">
81 <link href="http://forums.rpghost.com/forumdisplay.php?s=&amp;forumid=118"/> 143 <link href="http://openrpg.mduo13.com/plugins.php" />
82 </nodehandler> 144 </nodehandler>
83 <nodehandler class="link_handler" icon="html" module="forms" name="Submit A Bug Report" version="1.0"> 145 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="OpenRPG Web Ring" version="1.0">
84 <link href="http://openrpg.digitalxero.net/phpbb/viewtopic.php?t=10"/> 146 <link href="http://www.ringsurf.com/netring?ring=OpenRPG;action=home" />
85 </nodehandler> 147 </nodehandler>
86 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG Plugin HQ" version="1.0"> 148 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="AutoRealm" version="1.0">
87 <link href="http://openrpg.mduo13.com/plugins.php"/> 149 <link href="http://www.gryc.ws/autorealm.htm" />
88 </nodehandler> 150 </nodehandler>
89 <nodehandler class="link_handler" icon="html" module="forms" name="OpenRPG Web Ring" version="1.0"> 151 <nodehandler class="link_handler" icon="html" map="Traipse OpenRPG::OpenRPG+ Resources" module="forms" name="PCGen" version="1.0">
90 <link href="http://www.ringsurf.com/netring?ring=OpenRPG;action=home"/> 152 <link href="http://pcgen.sourceforge.net/01_overview.php" />
91 </nodehandler>
92 <nodehandler class="link_handler" icon="html" module="forms" name="AutoRealm" version="1.0">
93 <link href="http://www.gryc.ws/autorealm.htm"/>
94 </nodehandler>
95 <nodehandler class="link_handler" icon="html" module="forms" name="PCGen" version="1.0">
96 <link href="http://pcgen.sourceforge.net/01_overview.php"/>
97 </nodehandler> 153 </nodehandler>
98 </nodehandler> 154 </nodehandler>
99 <nodehandler class="group_handler" module="containers" name="Examples (Adventures)" version="1.0"> 155 <nodehandler border="1" class="group_handler" cols="1" map="Traipse OpenRPG" module="containers" name="Examples (Adventures)" version="1.0">
100 <group_atts border="1" cols="1"/> 156 <group_atts border="1" cols="1" />
101 <nodehandler class="file_loader" icon="d20" module="core" name="Bastion Press d20 Adventure" version="1.0"> 157 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Bastion Press d20 Adventure" version="1.0">
102 <file name="Bastion_adventure.xml"/> 158 <file name="Bastion_adventure.xml" />
103 </nodehandler> 159 </nodehandler>
104 <nodehandler class="file_loader" icon="d20" module="core" name="Darwin's World d20 Adventure" version="1.0"> 160 <nodehandler class="file_loader" icon="d20" map="Traipse OpenRPG::Examples (Adventures)" module="core" name="Darwin&apos;s World d20 Adventure" version="1.0">
105 <file name="Darwin_adventure.xml"/> 161 <file name="Darwin_adventure.xml" />
106 </nodehandler> 162 </nodehandler>
107 </nodehandler> 163 </nodehandler>
108 </nodehandler> 164 </nodehandler>