| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
refactor/rewrite/bugfix.
|
|
|
|
| |
to anything other than 997,996
|
| |
|
|
|
|
|
| |
* ignored some files
|
|
|
|
|
|
| |
* ignored bin directories
* regenerated nant files
|
| |
|
| |
|
|
|
|
|
|
| |
* Changed OGSServer on RegionServer to bind to <port> - 500 rather than a single fixed port
* Added support for the grid server to tell us who we are (optional)
|
|
|
|
| |
prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.
|
|
|
|
|
| |
and a couple of other small changes
|
|
|
|
|
|
| |
I'M THAT NUTS!!!!!!!!
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
|
|
|
|
|
| |
Note: This is untested but is a very simple change and should 'just work'. If someone can test, appreciated.
|
|
|
|
| |
. cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
|
| |
|
|
|
|
|
|
| |
Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ).
Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
1. Fixed Update Lock (should now compile)
2. Added support for rescaling a primitive without it jerking to the side.
|
|
|
|
| |
simultaneously (it happened!)
|
|
|
|
|
|
|
| |
exception that should not be triggerable. (Duplicate key after dictionary is locked, checked for key, then added) [!?!?]
AvatarUpdate: Added check for if the physics actor is null before attempting to access it.
|
|
|
|
|
|
| |
* Deleted empty directory
|
|
|
|
|
|
| |
NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE!
|
|
|
|
| |
ground. Should prevent 'below ground' arrivals.
|
| |
|
| |
|
| |
|
|
|
|
| |
stable so MSVC debugging of this code should no longer be needed. If however, it is needed, put a breakpoint on the exception handler concerned.
|
|
|
|
|
|
|
|
|
| |
very basic skeleton
First commit since we lost JesseMalt - Dedicated to their memory
|
|
|
|
|
|
| |
* Added terrain "taint" - if terrain is tainted, the terrain is marked as needing to be saved.
* Added check for taint in the Backup() routine, if taint is found, terrain is saved and physics engine is notified.
|
|
|
|
|
|
| |
* Added sane defaults to each configuration step. (The defaults for sim/user/grid will now create a working grid)
|
|
|
|
|
| |
* 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
|