Justin Clark-Casey (justincc)
|
3bd3f448a2
Also do other MySQL region settings related calls under m_dbLock, in common with other calls.
|
12 years ago |
Justin Clark-Casey (justincc)
|
7c6e8fab15
Do Windlight storage and removal calls in MySQL under m_dbLock, as is done with all the other database calls.
|
12 years ago |
Melanie
|
c7f2debd38
Fix and finish the extra parameters storage system for MySQL
|
12 years ago |
Melanie
|
dc82ad0f7a
Add a skeleton for a name value storage associated with regions
|
12 years ago |
PixelTomsen
|
bc543c1797
Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite
|
12 years ago |
Justin Clark-Casey (justincc)
|
4ad45934c6
If there are no new prim items to store then don't bother opening the MySqlConnection only to do nothing with it.
|
12 years ago |
Justin Clark-Casey (justincc)
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
Justin Clark-Casey (justincc)
|
40c838896c
Use correct casing of RegionSettings.Sandbox in the various database modules.
|
12 years ago |
PixelTomsen
|
5c545d1d2e
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869
|
13 years ago |
Melanie
|
447a66d660
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
|
13 years ago |
Melanie
|
3de534896e
Add ParcelImageID to RegionSettings so we can have that overlay.
|
13 years ago |
Melanie
|
7bb01a17ee
Add a forgotten parameter
|
13 years ago |
Melanie
|
87799c1f3d
Change Telehubs to store only the data that is really needed and not
|
13 years ago |
Melanie
|
7c404375c7
Fix up some parameter naming
|
13 years ago |
BlueWall
|
74c1ed77a4
Finish connecting Telehub to database
|
13 years ago |
BlueWall
|
1cd26ba85e
Hooking up new telehub data to the database
|
13 years ago |
Melanie
|
68365c20c0
Move Telehub tables and data from EstateSettings to RegionSettings.
|
13 years ago |
Justin Clark-Casey (justincc)
|
086bf9f15d
Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1bf29d60e1
Remove code which was automatically deleting non-root prims from scene objects that had previous been attachments.
|
13 years ago |
Diva Canto
|
9923a2ff10
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
|
13 years ago |
Diva Canto
|
c617d658dd
Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being.
|
14 years ago |
Diva Canto
|
6a9ae9e7cb
Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority.
|
14 years ago |
Melanie
|
6c3b7617b0
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
14 years ago |
Melanie
|
4ab9d37a8e
When LightShare is enabled, the standard day cycle is bypassed and replaced by
|
14 years ago |
Diva Canto
|
e039a8c8c2
UPdated the MySql driver to 6.2.4. Also established a much larger MySqlCommand timeout on fetching prims.
|
14 years ago |
John Hurliman
|
860b2a502f
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndArray collection
|
14 years ago |
John Hurliman
|
c03b24cbfd
Merged
|
14 years ago |
John Hurliman
|
0db1ed0b5a
* Added ISimulationDataService and IEstateDataService
|
14 years ago |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
John Hurliman
|
109b517583
Fixed the naming mess around data connectors for simulation data
|
14 years ago |