| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OSFunctionThreatLevel and change existing OpenSim.ini.example settings
|
|
|
|
|
|
|
|
| |
object that was in the scene
* Can now pass in a wait handle to ArchiveRegion() if you want same thread signalling that the save has completed
|
| |
|
|
|
|
| |
now seem to pass without having to do this
|
|
|
|
|
|
| |
try-catch around GetRequestStream (this time for sure)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
response.
adding: more verbose error logging
|
|
|
|
|
|
|
|
|
|
|
|
| |
is no prim where UUID = SceneGroupID), then force one prim to have UUID = SceneGroupID.
* A warning is posted about this on startup giving the location of the object
* This should allow one class of persistently undeletable prims to be removed
* This change should not cause any issues, but I still suggest that you backup your database beforehand
* If this doesn't work for previously linked objects, then you could also try the workaround in http://opensimulator.org/mantis/view.php?id=3059
* This change has been made to mysql and mssql, but sqlite appears to work in a different way
|
| |
|
| |
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
| |
response.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changeset fixes a race condition where a script (XEngine run) can
startup before a reference is added to it in all of the required
places in the XEngine class. The effect of this is that a script can
sometimes on startup miss script events. For example a script which
starts up and initialises itself from a notecard may never receive the
dataserver event containing the notecard information.
The patch isn't as clean as I'd like - I've split the constructor of
ScriptInstance up so it does everything it did before except
call Startup and post events like state_entry and on_rez. An Init
function has been added which is called after the ScriptInstance
object has been added to the necessary data structures in XEngine.
Happy to rework it if someone suggests a better way of doing it.
|
|
|
|
|
|
|
|
|
| |
Adding Oarfileloaded and EmptyScriptCompileQueue event support which
allows (with a module) for programmatic notification of when a region
objects and scripts are up and running after a server start or
load-oar.
|
|
|
|
|
| |
function we were missing.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
preventing the display of authorized buyer
|
| |
|
| |
|
|
|
|
|
|
| |
~ fix bug in ConciergeModule: wrong closing tag for avatars list
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
~ cleaning up log statements
|
| |
|
| |
|
|
|
|
|
|
|
| |
+ code to generate full XML avatar list
+ code to POST XML snipplet
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
settings through the IMoneyModule interface.
|
|
|
|
|
| |
send parcel properties via eventqueue rather than UDP to facilitate libomv clients - see Mantis #3040
|
| |
|
|
|
|
|
|
|
| |
position of a prim/person on the grid. I believe it is superfluous and removes needed decimal places for short range sensors.
Fixes Manitis #3046
|
|
|
|
|
|
| |
* Console command help should be output to the console, not to the log (as "help" does it already). That allows getting help/answers even if you only log into a file.
Fixes Mantis#2916.
|
|
|
|
|
| |
Fixes Mantis #3041
|
|
|
|
| |
outside OpenSim.Data.NHibernate assembly were not included in sessionFactory. Thanks mpallari!
|
|
|
|
|
|
|
| |
the texture assets from the scene and decode the j2k layer data to cache. The work is split between the number of threads you specify. A good number of threads value is the number of cores on your machine minus 1.
* Increases the number of ImageDataPackets we send per PriorityQueue pop and tweak it so that the number of packets is ( (2 * decode level) + 1 ) * 2, and (((2 * (5-decode level)) + 1) * 2). The first one sends more data for low quality textures, the second one sends more data for high quality textures.
|
| |
|
| |
|
|
|
|
| |
yet apart from not blow up
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls.
* Added missing field to schema creation scripts: PathTaperY.
* Added schema creation scripts for PostgreSQL.
* Added unit test classes for PostgreSQL.
* Added schema creation script folder to NHibernate project in prebuild.xml
* Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml
* Ensured that build works with both nant and Visual Studio.
* Executed build unit tests with nant and NHibernate unit tests with NUnitGUI
- Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
|