| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Resolves http://opensimulator.org/mantis/view.php?id=6951
|
| |
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
| |
|
|
|
|
| |
bin/maptiles
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
|
|
|
|
|
| |
and mesh to be used with vehicles.
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Robust.ini.example.
|
|
|
|
| |
StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
|
|
|
|
| |
StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
|
|
|
| |
to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
|
|
|
|
| |
hopefully resolve zlib incompatibilities when rendering maptiles with mesh
|
| |
|
|
|
|
|
|
|
|
| |
It originally looked like mesh terrain would perform better for vehicles
but, after much use, heightmap is the clear winner.
Force terrain implementation to heightmap if the physics region is
larger than legacy region size. This solves running out of memory for
very large regions.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
udp texture throttle and move it to the task throttle. Since most
viewers are using http textures, the udp texture throttle is holding
onto bw that could be used for more responsive prims updates. See
the documentation for CannibalizeTextureRate in OpenSimDefaults.ini.
Option is disabled by default.
|
| |
| |
| |
| | |
(bf4e9f654ff99c85e20b53e56faac38e307dd8c2) which fixes JSON OSD serialization to a standards compliant means of encoding floating point NaN and Infinity
|
| |
| |
| |
| |
| |
| | |
"Demo" label; removed most of the logging); c) Enabled by default
Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
|
|/
|
|
|
|
|
| |
This includes additions to Warp3D:
Optional rendering of mesh and scupltie prims (INI parameter. Off by default)
Texturing of large prims (INI parameter. On by default)
Better garbage collection
|
|
|
|
|
| |
From http://opensimulator.org/mantis/view.php?id=6917
Thanks to FreakyTech for this spot.
|
|
|
|
| |
consistent
|
|
|
|
| |
deleted or renamed
|
|
|
|
|
|
|
|
|
| |
haven't been marked as trusted in the operating system.
This is done by adding <loadFromRemoteSources enabled="true" /> to the execute *.config files.
This tells .NET 4 to trust the DLLs, which is safe in our case since we are not loading DLLs from locations that untrusted users may specify
Addresses http://opensimulator.org/mantis/view.php?id=6853 and http://opensimulator.org/mantis/view.php?id=6846
As far as I know, CAS policy checks have never been performed in Mono
|
|
|
|
| |
fixes some bulletsim issues on linux
|
|
|
|
| |
Also fixes some issues in associated solution files
|
|
|
|
| |
case in OpenSim and vanilla ROBUST config files
|
|
|
|
| |
- addresses particle flags issue
|
|
|
|
| |
meaningful than just /tmp/my.pid
|
| |
|
| |
|
|
|
|
| |
time of this commit)
|
|
|
|
|
| |
THis fixes the extranious addition of objects to the collision cache
which created extra CPU overhead.
|
|
|
|
| |
Robust.ini.example rather than 9000 (already done in Robust.HG.ini.example)
|
|
|
|
|
| |
AABB maps for Bvh meshes. This greatly reduces the memory usage for
large meshes and for mesh terrain in particular.
|
| |
|
|
|
|
|
|
| |
http://pgfoundry.org/frs/download.php/3354/Npgsql2.0.12.0-bin-ms.net3.5sp1.zip
This is identical to what was previously there but need to record origin information
|
|
|
|
| |
origin information
|
|
|
|
| |
Mono.Security.dll missing. The root of the issue is that the Postgres driver relies on Mono.Security.dll from the mono project. Unfortunately, when using Mono, including the dll in the distribution causes conflicts. This solution puts Mono.Security.dll in bin/lib/NET/ and, if windows .NET is the runtime, informs the assembly loader to load bin/lib/NET/Mono.Security.dll when .NET is scanning for the Mono.Security namespace. On Mono, the included Mono.Security assembly is ignored.
|
|
|
|
|
|
|
|
| |
in OpenSimulator from OpenDynamicsEngine to BulletSim.
The BulletSim plugin is higher performance and has a better implementation of vehicles amongst other things.
Many thanks to Robert Adams for making this possible with the enormous amount of work that he has done on this plugin.
If you want to continue using ODE, set physics = OpenDynamicsEngine in the [Startup] section of OpenSim.ini
|
|
|
|
|
| |
From http://pgfoundry.org/frs/download.php/3354/Npgsql2.0.12.0-bin-ms.net3.5sp1.zip
This is identical to the version added in ff8a7682, removed and readded to check and record version
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added PostGreSQL support
* Added MySQL/MySQLXGroupData.cs
* PostgreSQL data access implementation
* PostgreSQL dll binarie and RegionStore.migrations
* Migrations Scripts from MSSQL to POSTGRES
* Postgres SQL Type fixes
* Postgres SQL Connection string
* Data type issues
* more fixes
* tests and +tests
* UUID x string - FIGHT!
* Fixed PG types to internal csharp types
* More data type fix (PostgreSQL fields are case sensitive) :(
* more field case sensitive fixes
* changed the migration files to be case sensitive for fields.
* fixed fields case
* finished converting, now search for hidden bugs.
* some more fixes
* bool type fixed
* more case fixes;
* creatorID case fixed
* case fields fixed
* fixed default now() for TMStamp fields with don't allow nulls.
* fix case sensitve for Region name and Estate name
* fixed case for names for search
* fix class name Error
* Bug fixed on select and migrations
* Un-Reverting my change due to Postgres issue with the ILIKE function
* Fixed some issued for Diva Distro
* Fixes for integration with Diva Distro
* Added System.Core to prebuild.xml for PG project
* Configured to make DIff for Push to OpenSim Project
* Diffs only to PostgreSQL mods.
|