annotate orpg/templates/default_alias.alias @ 248:1df5912db00c beta tip

Traipse Beta 'OpenRPG' {101205-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 (Closed) New Features: New to Map, can re-order Grid, Miniatures, and Whiteboard layer draw order New to Server GUI, can now clear log New Earthdawn Dieroller New IronClaw roller, sheet, and image New ShapeShifter PC Sheet 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 Update to Dieroller. Cleaner, more effecient expression system Update to Hidden Die plugin, allows for non standard dice rolls Update to location.py, allows for more portable references when starting Traipse Update to the Features node 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 Server, removing wxPython dependencies where not needed 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 Fix to Gametree for XSLT Sheets Fix to Gametree for locating gametree files Fix to Send to Chat from Gametree Fix to Gametree, renaming and remapping operates correctly Fix to aliaslib, prevents error caused when SafeHTML is sent None
author sirebral
date Sun, 05 Dec 2010 10:53:30 -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>