OpenSimMirror/OpenSim
Tedd Hansen 3b844cb756 Untested bugfix in state support
Replaced (?<s1>(?![a-zA-Z_]+)\s*)" + @"([a-zA-Z_]+)(?<s2>[^a-zA-Z_\(\)]*){ with (?<s1>(?![a-zA-Z_]+)\s*)" + @"(state\s+)?([a-zA-Z_]+)(?<s2>[^a-zA-Z_\(\)]*){
Lets see what happens now... :)
2008-02-10 21:37:19 +00:00
..
ApplicationPlugins Update version numbers to 0.5 2008-02-07 04:41:08 +00:00
Framework * Refactored permissions handling to extract info out of permisisons block in ClientView 2008-02-10 14:27:21 +00:00
Grid Clean up logging calls using String.Format explicitly 2008-02-10 01:57:59 +00:00
Region Untested bugfix in state support 2008-02-10 21:37:19 +00:00
Tests update eol-style 2008-02-08 18:18:56 +00:00
Tools Moved LICENSE.txt into root. 2008-02-09 06:08:55 +00:00