| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
viewer 1.15.02, due to big changes in the message templates.
|
|
|
|
|
|
|
|
| |
login server, physics engine etc. To use this mode add just -configfile to the startup line (instead of the -sandbox etc)
A example of what to add to the xml is: SandBox="true" LoginServer="true" UserAccounts="false" LocalAssets="false" PhysicsEngine="basicphysics" (add those to config node in simconfig.xml).
The current options for PhysicsEngine are : basicphysics, RealPhysX, OpenDynamicsEngine.
|
| |
|
|
|
|
| |
itself, this allows independent versions of BasicTerrain to have different functionality exposed directly.
|
|
|
|
|
|
| |
NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE!
|
|
|
|
|
| |
* Added 'multiply' command since rescale doesnt exactly do what Adam wants.
|
|
|
|
|
| |
* Added 'rescale' command for normalising a terrain between two values
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Reorganised and added default handlers to main functions
* Removed "regenerate" command, use "terrain regenerate" instead.
* Added new "terrain seed" command to set the random seed
* Added new "terrain load" command to load a terrain from disk
* Added new "terrain save" command to save a terrain to disk
Terrain:
* Added new export and import functions for some common formats
* Added new setSeed function to allow customising the random seed
|
|
|
|
| |
config file), this one: "-localasset" (without the quotes) is a temporary hack to use a local asset server when in grid mode. (use with extreme caution if you have more than one sim in a grid)
|
| |
|
|
|
|
|
|
| |
Fixed bug with <0,0> co-ordinates on sim crossing
|
|
|
|
|
|
|
|
|
|
| |
be fixed soon)
Fixed sandbox mode fully
Scrapped former XML-RPC expect_user call for sim crossings
Sim client thread can upgrade/downgrade between full and child agent dynamically
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Misc bugfixes
Child agents!!!!!!
General sexy stuff
|
|
|
|
|
|
| |
* Now dumping default value in config.
*
|
|
|
|
|
|
| |
* Added a 'param' param to the RestMethod
* Added RestHandlerEntry to store more info about the 'rest' handler
|
|
|
|
|
|
|
| |
scripting Engines.
Added the work in progress JVM scripting engine.
|
|
|
|
|
|
|
|
|
| |
Removed asset/user config in grid mode in the region server
Added "create user" command in the user server console
Begun buggy code to send sim details to the grid at startup
Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Added empty POST for /sims in REST on gridserver
|
|
|
|
|
|
|
| |
Can login but no config data sent/updated yet
|
| |
|
|
|
|
| |
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
|
|
|
|
| |
configuration method, so that it is easier to load configuration data from a ogs server
|
| |
|
|
|
|
| |
same database as in world prims are stored.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Very much a work in progress and likely to be a number of bugs.
|
|
|
|
|
|
|
| |
during debugging.
First such feature is that you can see a list of any connected clients inventory.
|
|
|
|
|
|
| |
* Made /Admin use RestMethod
* HttpServer is now a mini-webapp-server yay!
|
|
|
|
|
|
| |
* Removed some comments
|
|
|
|
|
|
| |
So it now has a single http listener that passes incoming requests to the correct handler.
This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
|
|
|
|
|
|
|
| |
mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout).
Use the -account command line arg to enable them and then create new accounts through the web interface
|
|
|
|
|
|
| |
Merged most of the bug fixes etc in from LLdemo branch.
Added the textures from that branch.
|
| |
|
| |
|
| |
|
| |
|