aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/python/matrix/matrix.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removing asterisk: it's now living at ↵Dr Scofield2008-10-011-272/+0
| | | | http://forge.opensimulator.org/gf/project/asteriskvoice/
* Update svn properties. Remove some bin directories in source tree.Jeff Ames2008-08-041-0/+0
|
* cleanups and refactoring to make it more readable.Dr Scofield2008-07-301-53/+106
|
* adding copyright notice and help option to matrix.py.Dr Scofield2008-07-291-1/+58
|
* matrix.py is a little launcher tool that knows about the GridInfoDr Scofield2008-07-291-0/+162
protocol. it expects the grid coordinates to be passed as a commandline argument either as a "matrix:" or as an "opensim:" style URI: matrix://osgrid.org:8002/ you can also provide region/X/Y/Z: matrix://osgrid.org:8002/Wright%20Plaza/128/50/75 and it also understands avatar names and passwords: matrix://mr%20smart:secretpassword@osgrid.org:8002/Wright%20Plaza/128/50/75 when you run it the first time, it will complain about a missing .matrixcfg file --- this is needed so that it can remember where your secondlife client lives on your box. to generate that file, simply run matrix.py --secondlife path-to-your-secondlife-client-executable