| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
and 020 into RegionStore.migrations
This shows that panda is still not running the sqlite database tests since this change fixes the test failure in that area when "nant test" is executed locally
|
|
|
|
|
|
| |
properly for the new media settings.
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
this should enable persistence now
|
|
|
|
|
| |
* Deleted redundant migration for assets in SQLite
* Rewrote XInventory migrations in SQLite in the new style
|
|
|
|
|
|
| |
estate migrations, change Sandbox to sandbox in sqlite region migrations
re-enabling the sqlite data tests revealed these errors!
|
|
|
|
|
| |
this appears to be okay even though we reuse it between runs without deleting it first.
size of the database appears not to be changing though that could be deceptive
|
|
|
|
|
|
|
|
|
|
|
|
| |
ok, so the estate stores now want their own migration files, but as it
happened the SQL definition were inside the Region migrations.
It seems better/cleaner to keep each 'store' separately updatable.
WARNING: any editing in the middle of the migration scripts (as opposite
to just appending to them) has the potential of messing up updates of
existing databases. As far as I can see, this one is (probably) safe,
the worst that could happen is the EstateStore migration silently fail
if the estate the tables are already there.
|
| |
|
| |
|
|
|
|
|
|
| |
stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
* Fixed small bug with map search where the local sim regions weren't found.
|
| |
|
|
|
|
| |
inside a transaction.
|
|
|
|
| |
there for now, in case bugs pop up with XInventory.
|
| |
|
| |
|
|
|
|
| |
table to new UserAccounts table.
|
|
|
|
|
| |
* Small bug fix in debug message
* Set default standalone configs to use SQLite across the board
|
|
|
|
| |
access to these tables doesn't work.
|
|
|
|
|
|
|
|
|
|
|
| |
previously done for sqlite inventory data.
* This revision contains a data migration. Please backup your sqlite region db as a precaution before using this code
* I also advise that you do a runprebuild[.sh|.bat] and a clean build ("nant clean build" if you're using the command line).
* This change is needed for future id schemes
|
|
|
|
|
|
| |
provides persistent AvatarAppearance for SQLite.
Fixes Mantis #3296.
|
|
|
|
|
|
|
| |
* This corrects problems seen on some SQLite systems where the migration fails because the two argument substr() isn't implemented
* Thanks RemedyTomm!
|
|
|
|
|
|
|
| |
* Remaining inconsistent uuids (non dashed) are in region store for sqlite and mysql
* Migration of these will happen at a later date, unless someone else wants to do it
|
|
|
|
| |
elsewhere
|
|
|
|
|
|
|
|
| |
anything that already contains a -
* Among other things, this means that if a migration is interrupted, it can simply be retried
|
|
|
|
|
|
| |
* This makes the representation consistent with that most commonly used in the other supported database layers
|
|
|
|
|
|
| |
The new one already in the Library will be reinserted automatically.
Fixes Mantis #964
|
|
|
|
|
|
|
|
| |
OpenSim.Data.*.addin.xml, this is cruft left over from previous
testing
- fix example SQLite connection string in
AssetInventoryServer.ini.example
|
|
|
|
|
|
|
|
| |
OpenSim.Data.*.addin.xml
- remove OpenSim.Grid.NewAssetServer.exe from bin/OpenSim.Data.addin.xml
- add prebuild.xml section for OpenSim.Grid.AssetServer.Plugins.OpenSim.dll
|
|
|
|
|
|
|
| |
* Since this is a db change, as always I strongly recommend that you backup your database before updating to this revision
* Haven't touched MSSQL in case I get it wrong - looking for some kind soul to take care of this.
|
| |
|
|
|
|
| |
persistance
|
| |
|
|
|
|
|
|
| |
Attached patch implements llCollisionSound. Thanks T. Sado.
|
|
|
|
|
|
|
| |
variable sun vector, adding 3 new fields on both.
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
| |
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
|
|
|
| |
Add rezzing time to objects. Add Object return and traffic fields to land
database. Add plumbing for auto return. Implement auto return.
Contains a migration. May contain nuts.
|
| |
|
|
|
|
|
|
|
| |
MySQL version does for the table, prims.
* If this causes any unit tests to fail, the tests need to be updated.
|
|
|
|
|
|
| |
MySQL change from http://opensimulator.org/mantis/view.php?id=2073
|
|
|
|
|
|
|
| |
SQLite and stores the logout position in standalone mode.
Note: This adds a migration for SQLite, so do your runprebuild
|
|
|
|
|
|
|
|
| |
* Add prim ClickAction persistence to SQLite
* This will require a prebuild
* Thanks nlin!
|
|
|
|
|
|
|
|
|
| |
Floating text, Rotation, Texture animation, Particle System
This will make "Eye Candy" scripts work without modification in
XEngine. The use of the CHANGED_REGION_RESTART hack is no longer
needed. Implemented in MySQL only, hovertext also in SQLite.
|
|
|
|
|
|
|
| |
I apparently missed one drop tables statement that was actually needed
when I did the cleaning to make this work for old sqlite versions.
|
|
|
|
|
|
|
|
| |
tables shouldn't exist yet, and the exists keyword is relatively new in
sqlite. This has been breaking a lot of people on Suse Enterprise Linux,
for instance.
|
|
|
|
|
|
|
| |
Plumbs in attachment persistence and adds the tables. Currently MySQL
only, no user functionality yet.
|
| |
|
|
|
|
|
|
|
| |
This will have no effect unless both the UGAI and the region are
this revision or later
|
| |
|
|
|
|
| |
dlls. Fix issue 1876.
|