Melanie
|
d3892bbd06
Merge branch 'master' into careminster
|
11 years ago |
Oren Hurvitz
|
86802bcf93
Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attributes
|
11 years ago |
Oren Hurvitz
|
fdec05a15e
Stopped storing dynamic attributes in the PrimShape
|
11 years ago |
Justin Clark-Casey (justincc)
|
a6d9c26365
Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting from it
|
14 years ago |
Justin Clark-Casey (justincc)
|
1bd0b06ec1
Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite
|
14 years ago |
Melanie
|
13cef0b16a
Merge branch 'master' into careminster
|
12 years ago |
PixelTomsen
|
20eac8d6d0
SQLite DB: some values of land data will be not saved / loaded
|
12 years ago |
Melanie
|
dc82ad0f7a
Add a skeleton for a name value storage associated with regions
|
12 years ago |
Melanie
|
7d1bec00d5
Add a skeleton for a name value storage associated with regions
|
12 years ago |
Melanie
|
84377a23db
Merge branch 'avination' into careminster
|
12 years ago |
Melanie
|
26c5b32988
Add the ability to query the MYSQL databse for a list of the stored prim UUIDs
|
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)
|
40c838896c
Use correct casing of RegionSettings.Sandbox in the various database modules.
|
12 years ago |
Justin Clark-Casey (justincc)
|
68a4ef5ef6
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
|
12 years ago |
BlueWall
|
8f8b478d36
Parcel sales support to SQLite
|
12 years ago |
BlueWall
|
d03e878d53
Fillin missing SQLite support for Telehubs
|
12 years ago |
PixelTomsen
|
33e66107be
Fix: Lightshare Module(Windlight)-Region settings are not applicable for database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
|
12 years ago |
PixelTomsen
|
5c545d1d2e
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869
|
12 years ago |
Melanie
|
447a66d660
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
|
12 years ago |
Marck
|
dd2564d7ec
refactor: Pull up Assembly of the SQLite 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 a refactor similar to commit 9923a2ff1002d722ccebea8bf4d71718ed4e2a03 for MySQL -- no functional changes.
|
13 years ago |
Justin Clark-Casey (justincc)
|
754c244f46
In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row from the data adaptor's Rows list in addition to calling Delete.
|
13 years ago |
Marck
|
ba2bf78dcf
Fix joining land parcels not being stored correctly in SQLite. Thank you to goetz for the initial patch in Mantis #5230.
|
14 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
|
51343caeb5
Updated SQLite/SQLiteSimulationData to use SOP.CreatorInformation instead of SOP.CreatorID. Untested, but should work.
|
14 years ago |
Melanie
|
6c3b7617b0
Add lsClearWindlightScene() to the lightshare module to remove WL settings
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
983c6a74b1
* Add CSharpSqlite to prebuild
|
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 |