annotate orpg/templates/default_alias.alias @ 155:bf799efe7a8a alpha

Traipse Alpha 'OpenRPG' {091125-02} 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 Recursion method, mapping, and context sensitivity. !Infinite Loops return error instead of freezing the software! New Syntax added for custom PC sheets Tip of the Day added, from Core and community Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix.
author sirebral
date Wed, 25 Nov 2009 12:32:34 -0600
parents 4385a7d0efd1
children
rev   line source
155
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
1 <aliaslib>
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
2 <alias name="Test" color="Default" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
3 <alias name="Test1" color="#FF0000" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
4 <filter name="Rogue or Pirate">
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
5 <rule match="ia" sub="'a" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
6 <rule match="(\W+)(?i)it is(\W+)" sub="\1t'is\2" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
7 <rule match="(\W+)(?i)h" sub="\1'" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
8 <rule match="(?i)his" sub="'is" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
9 <rule match="n[tkg](\W+)" sub="n'\1" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
10 <rule match="(\W+)(?i)to(\W+)" sub="\1t'\2" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
11 <rule match="(\w+)th(\W+)" sub="\1t'\2" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
12 <rule match="(\W+)([Yy])ou(\W+)" sub="\1\2ea\3" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
13 <rule match="(\W+)([Yy])our(\W+)" sub="\1\2er\3" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
14 <rule match="'+" sub="'" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
15 <rule match="th" sub="d'" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
16 <rule match="ass" sub="arse" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
17 </filter>
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
18 <filter name="Static Communicator">
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
19 <rule match="ce" sub="ssss(**shhhshh**)" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
20 <rule match="[IiOo]" sub="(**sss**)" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
21 <rule match="wi" sub="(*squack*) " />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
22 <rule match="run" sub="@#$%DDD " />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
23 <rule match="[Ss][Tt]" sub=";lkj%$# " />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
24 <rule match="opy" sub="op.....he" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
25 <rule match="[Bb]" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
26 <rule match="the" sub="te" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
27 <rule match="ow" sub="ashh" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
28 <rule match="[Aa][Bb]" sub="bbb" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
29 <rule match="ll" sub="ya" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
30 <rule match="support" sub="(*rssshhhh*)'pt" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
31 <rule match="ey" sub="eeee" />
bf799efe7a8a Traipse Alpha 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
32 </filter>
0
4385a7d0efd1 Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff changeset
33 </aliaslib>