Aleric Inglewood
|
2dc92e7de1
Preserve attachment point & position when attachment is rezzed in world
|
11 years ago |
Justin Clark-Casey (justincc)
|
f7d09b898a
Make the concept of namespaces explicit in dynamic attributes
|
11 years ago |
teravus
|
3357300362
* This fixes having to select and deselect prim to get keyframemotion to start running when pulled from data storage.
|
11 years ago |
Melanie
|
a3210d1cf8
Database persistence for keyframes. Contains a Migration.
|
11 years ago |
Diva Canto
|
3bc8017464
Recover a lost "virtual". Downstream projects need this.
|
11 years ago |
Oren Hurvitz
|
85b81ff7f2
Added physics parameters support to MSSQL and SQLite (not tested)
|
11 years ago |
Melanie
|
6504e3d4ce
Rename "Bounciness" to "Restitution"
|
11 years ago |
Melanie
|
054a9928a0
Fix a bug I brought in by manually editing a diff file. Terrain is if cource not always at 20m.
|
11 years ago |
Melanie
|
e5beb480ea
Partial port of Avination's support for the new physics parameters.
|
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 |
Oren Hurvitz
|
918b062866
Added missing DynAttrs references in MySQL
|
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)
|
a3e1e6dd61
Implement dynamic attribute persistence on mysql and mssql
|
14 years ago |
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
|
12 years ago |
Melanie
|
447a66d660
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
|
12 years ago |
Melanie
|
3de534896e
Add ParcelImageID to RegionSettings so we can have that overlay.
|
12 years ago |
Melanie
|
7bb01a17ee
Add a forgotten parameter
|
12 years ago |
Melanie
|
87799c1f3d
Change Telehubs to store only the data that is really needed and not
|
12 years ago |
Melanie
|
7c404375c7
Fix up some parameter naming
|
12 years ago |
BlueWall
|
74c1ed77a4
Finish connecting Telehub to database
|
12 years ago |
BlueWall
|
1cd26ba85e
Hooking up new telehub data to the database
|
12 years ago |