| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
triggered by console commands so that the script can subscribe to console messages and operate when they occur.
* Added new example script (work in progress)
* Fixed typo in Scripting engines for C# and JScript.NET
|
|
|
|
|
|
|
|
| |
have a direct reference to the UDP/Packet server's clientmanager, instead it should send all data through the ScenePresences.
For those functions that was using the clientManager's foreachClient(delegate) method, there is now a ForEachScenePresence(delegate) in scene.
This change helps with the decoupling of client packet functions from the scene functions.
|
|
|
|
|
|
|
| |
primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
|
|
|
|
|
|
|
| |
name, and DB file specified in the DataStore config item. Storage engines may ignore the DB name parameter.
* OnBackup event is now triggered using the Storage manager.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
|
|
|
|
|
|
|
| |
haven't added the project to prebuild.xml yet.
Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
|
|
|
|
|
|
| |
Done some work of fixing primitive/SceneObject copying.
Set DefaultHome region to 1000,1000.
|
| |
|
|
|
|
|
|
|
| |
login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now).
Also trying to look at the map in grid mode will crash the server.
|
| |
|
|
|
|
| |
should make sure the wiki is updated.
|
| |
|
|
|
|
|
|
| |
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login
*Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
|
|
|
|
|
|
|
|
|
| |
* Removed legacy REST handling
* Created two custom IStreamHandlers for asset up/download
* Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage.
* Introduced BaseStreamHandler with GetParam() and some other goodies
|
| |
|
| |
|
|
|
|
|
| |
* added some licensing info
|
|
|
|
| |
load commands to input the sims name. Useful for sugilite regions where you are running multiple sims in a single instance and need to get them to load or save in a pattern. (Needs cleaning & expansion)
|
| |
|
|
|
|
|
|
| |
* moving towards IPEndPoints all over the place
* trying to make the internal/external division
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated SimpleApp with various introduced dependencies
* Extracted ScenePrescence creation in Scene
* removed try-catchall from UserManagerBase (that actually hid a bug)
* Refactored RegionInfo
* handle is calculated
* it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized
* Removed superfluous 'ref' keywords
* Removed a shitload of 'catch Exception e' that causes build warnings
* Lots of small refactorings, renames et c
* Ignored some bins
|
| |
|
| |
|
|
|
|
|
|
|
| |
in sandbox mode)
*Various small renamings
|
|
|
|
| |
-- its sandbox mode counterpart
|
|
|
|
|
|
| |
*Added support for getting user profile information from remote grid server (untested)
*Updated prebuild.xml
|
| |
|
| |
|
|
|
|
|
|
| |
*Some folder renaming to follow project Name
*Updated prebuild.xml
|
|
|
|
|
|
| |
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
|
| |
|
|
|
|
|
|
| |
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
|
|
|
|
| |
to add/remove something
|
|
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.
|