| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
scheme won't hold for serialization
* Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
|
|
| |
* Charles, this will fix the red issue.
* Same situation, the first run updates the tables (and gives you a ton of red errors), the second run and everything works as expected.
|
|
|
|
|
|
|
| |
* PrimitiveBaseShape: The textures are now exposed as a 'TextureEntry Textures'; all serialization still using the 'byte[] TextureEntry' for backwards compatibility.
* Scene: Re-added AddTree, since the Tree type isn't gone from libsl, merely relocated.
|
|
|
|
|
|
|
| |
* SAVE YOUR PRIM DATA, THIS MAKES CHANGES TO YOUR PRIMS TABLE
* The first time you run OpenSim after updating past this revision, you'll see a lot of Errors. Be calm, shutdown the simulator, and start it again and your prims table will be updated.
* MSSQL added the fields to the Initial CreateTable section, however, you'll need to add the fields to your prims table if you want it to persist.
|
|
|
|
|
|
|
| |
No user functionality yet. This code is not turned on, so there is no possibility
of disruption to existing databases.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :)
This patch will not fix grid problems.
May be bugs present due to conversions I didn't spot.
I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward
so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again.
|
| |
|
|
|
|
|
| |
*Fixed typo causing access lists not to be stored correctly in sqlite
|
|
|
|
| |
datastore is sqlite
|
|
|
|
| |
functions for the different datastore interfaces for Land Objects.
|
| |
|
| |
|
|
|
|
|
|
|
| |
unbounded model causes performance and filesystem filling grief.
Before enabling this again, we need a reasonable bounding model.
|
| |
|
|
|
|
| |
IGridServices.DeregisterRegion() method needs implementing for grid mode.
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSim.ini.example **
* Now moved region storage from region to application, so we have one storage per application, instead of one per region.
* Changed so that the region store providers use connectionstrings, not filenames
* Removed various unfit fields and properties (call me Darwin)
|
| |
|
| |
|
|
|
|
|
|
| |
sure this remains working for you.
|
|
|
|
|
|
| |
this means .net is fixed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
works
mono still
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
terrain revisions in memory. Once I'm sure this is working, I'll purge
out some of the crufty code here.
|
|
|
|
|
|
| |
objects, as it clouds up the console a bit too much
|
|
|
|
| |
MonoSqliteDataStore, the sim lags with constantly updating assets.". This mostly affects BulletX.
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
|
|
|
|
|
|
| |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
|
| |
|
|
|
|
|
|
|
| |
<region.xml filename>
* Spring cleaning.
|
|
|
|
| |
groups. :)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the ChatModule by MW and myself. Couldn't find Adam online
after that rev went in.
|
|
|
|
|
|
|
| |
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first.
* Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable.
* Fixed a whole bunch of console message issues such as naming and categorisation
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Attempted fix for lag/pause when doing lots of updates.
* Some naming fixes to libTerrain.
* Refactored terrain bitmap generation into a common call for both world map and export.
General:
* Switched some calls to Console.WriteLine to use MainLog.Warn/Verbose/Notice.
|
|
|
|
|
|
|
| |
http://bug.opensecondlife.org/view.php?id=394
|
|
|
|
|
|
| |
safely
|
|
|
|
|
|
|
|
| |
* Removed unused BackUp method on EntityBase
* Added overridable InSceneBackup property on SceneObjectGroup
* Refactored out AttachToBackup and DetachFromBackup
* Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
|
|
|
|
|
|
|
|
| |
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
|