annotate orpg/templates/default_alias.alias @ 162:e3714f232f2f beta

Traipse Beta 'OpenRPG' {091128-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 (Beta) New Features: Added Bookmarks 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 New TrueDebug Class in orpg_log (See documentation for usage) Portable Mercurial Tip of the Day added, from Core and community New Reference Syntax added for custom PC sheets New Child Reference for gametree New Gametree Recursion method, mapping, context sensitivity, and effeciency.. New Features node with bonus nodes and Node Referencing help added Fixes: Fix to Text based Server Fix to Remote Admin Commands Fix to Pretty Print, from Core Fix to Splitter Nodes not being created Fix to massive amounts of images loading, from Core Fix to Map from gametree not showing to all clients Fix to gametree about menus Fix to Password Manager check on startup Fix to PC Sheets from tool nodes. They now use the tabber_panel Fixed Whiteboard ID to prevent random line or text deleting. Modified ID's to prevent non updated clients from ruining the fix. *Whiteboard from Core not showing* default_manifest.xml renamed to default_upmana.xml Fix to Update Manager; cleaner clode for saved repositories
author sirebral
date Sat, 28 Nov 2009 01:25:58 -0600
parents 3b6888bb53b5
children
rev   line source
156
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
1 <aliaslib>
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
2 <alias name="Test" color="Default" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
3 <alias name="Test1" color="#FF0000" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
4 <filter name="Rogue or Pirate">
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
5 <rule match="ia" sub="'a" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
6 <rule match="(\W+)(?i)it is(\W+)" sub="\1t'is\2" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
7 <rule match="(\W+)(?i)h" sub="\1'" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
8 <rule match="(?i)his" sub="'is" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
9 <rule match="n[tkg](\W+)" sub="n'\1" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
10 <rule match="(\W+)(?i)to(\W+)" sub="\1t'\2" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
11 <rule match="(\w+)th(\W+)" sub="\1t'\2" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
12 <rule match="(\W+)([Yy])ou(\W+)" sub="\1\2ea\3" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
13 <rule match="(\W+)([Yy])our(\W+)" sub="\1\2er\3" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
14 <rule match="'+" sub="'" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
15 <rule match="th" sub="d'" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
16 <rule match="ass" sub="arse" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
17 </filter>
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
18 <filter name="Static Communicator">
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
19 <rule match="ce" sub="ssss(**shhhshh**)" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
20 <rule match="[IiOo]" sub="(**sss**)" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
21 <rule match="wi" sub="(*squack*) " />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
22 <rule match="run" sub="@#$%DDD " />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
23 <rule match="[Ss][Tt]" sub=";lkj%$# " />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
24 <rule match="opy" sub="op.....he" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
25 <rule match="[Bb]" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
26 <rule match="the" sub="te" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
27 <rule match="ow" sub="ashh" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
28 <rule match="[Aa][Bb]" sub="bbb" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
29 <rule match="ll" sub="ya" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
30 <rule match="support" sub="(*rssshhhh*)'pt" />
3b6888bb53b5 Traipse Beta 'OpenRPG' {091125-02}
sirebral
parents: 0
diff changeset
31 <rule match="ey" sub="eeee" />
3b6888bb53b5 Traipse Beta '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>