mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
9bd83b5593
* also add default uuid zero string to mysql and pgsql pbr entries * add llDerezObject(..) * update ScriptSyntax * Postgresql Fixes: region store, mutelist and generic table handler. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> * Fix wrong primary key on telehub spawn points. With the RegionUUID being created as a unique primary key only one spawn point could be created. Replaced the primary key with one using multiple columns to guarantee that each spawn point occupies a unique space in the region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> * Fix region data loading to prevent deletion of telehub spawnpoints Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> * Adding missing 'regionextra' table and associated handlers to the PgSQL adapter. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> * viewers now are sending a useless flood of agent updates. Ignore some * fix shared group object item modify permission check * Add llGetNotecardLineSync * a few changes to llGetNotecardLineSync * minor cleanup * fix typo * improve script cpu time resolution specially on windows * catch some possible null refs * mantis 9135: avoid null ref * Get Npgsql from NuGet and remove the hard coded version. Upgrade to 8.0.3 so its compatible with dotnet 8. Remove the copy from bin. --------- Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Co-authored-by: UbitUmarov <ajlduarte@sapo.pt> Co-authored-by: BlueWall <jamesh@bluewallvirtual.com> Co-authored-by: Sue Cripter <Sue.Cripter@gmail.com> |
||
---|---|---|
.. | ||
Gloebit | ||
OpenSim.Data.MySQL.MoneyData | ||
OpenSim.Region.OptionalModules.Currency | ||
OpenSim.Server.MoneyServer | ||
OpenSimMutelist | ||
OpenSimSearch | ||
README |
In this directory you can place addon modules for OpenSim Each module should be in it's own tree and the root of the tree should contain a file named "prebuild.xml", which will be included in the main prebuild file. The prebuild.xml should only contain <Project> and associated child tags. The <?xml>, <Prebuild>, <Solution> and <Configuration> tags should not be included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml