OpenSim-Sasquatch/addon-modules
Mike Dickson 9bd83b5593
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
dotnet package / build (8.0.x) (push) Has been cancelled
dotnet package / build (9.0.x) (push) Has been cancelled
Features/upstream-08062024 (#84)
* 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>
2024-08-08 11:00:49 -04:00
..
Gloebit Features/upstream-08062024 (#84) 2024-08-08 11:00:49 -04:00
OpenSim.Data.MySQL.MoneyData Bump System.Text.Json (#79) 2024-07-30 22:33:10 -04:00
OpenSim.Region.OptionalModules.Currency Clean up references to runtime classes that are explicitely listed and coming from bin 2024-05-18 11:12:52 -04:00
OpenSim.Server.MoneyServer Clean up references to runtime classes that are explicitely listed and coming from bin 2024-05-18 11:12:52 -04:00
OpenSimMutelist Resolve some missing references. Specifically Cecil so plugins work and load. 2024-04-23 22:24:27 -04:00
OpenSimSearch Resolve some missing references. Specifically Cecil so plugins work and load. 2024-04-23 22:24:27 -04:00
README minor: slightly improve README for building addon-modules within the main OpenSim build 2010-01-11 15:47:01 +00:00

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