index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
MySQL
/
MySQLSimulationData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-22
Move Telehub tables and data from EstateSettings to RegionSettings.
Melanie
1
-0
/
+70
2011-12-13
Spin off terrain save into a new thread and make it so that it uses the old
Melanie
1
-29
/
+34
2011-12-05
Don't allow deletion of a terrain from the database unless we have one to rep...
Melanie
1
-7
/
+21
2011-09-09
Save the default terrain texture UUIDs for a new region instead of leaving th...
Justin Clark-Casey (justincc)
1
-1
/
+0
2011-09-01
Remove code which was automatically deleting non-root prims from scene object...
Justin Clark-Casey (justincc)
1
-17
/
+0
2011-07-05
Don't store the default WL profile. This will prevent "valid" from being
Melanie
1
-1
/
+1
2011-06-20
Add some flags to control content in search better
Melanie
1
-2
/
+7
2011-05-20
Add a missing virtual keyword
Melanie
1
-1
/
+1
2011-05-20
Make public interface methods in MySQLSimulation data virtual so the CM
Melanie
1
-14
/
+14
2011-03-08
Pull up Assembly of the MySQL classes as a protected property, so that it can...
Diva Canto
1
-2
/
+6
2010-11-21
Added creator info across the board -- TaskInventoryItems and InventoryItems ...
Diva Canto
1
-2
/
+2
2010-11-21
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
1
-2
/
+2
2010-11-03
Add lsClearWindlightScene() to the lightshare module to remove WL settings
Melanie
1
-0
/
+15
2010-11-03
When LightShare is enabled, the standard day cycle is bypassed and replaced by
Melanie
1
-0
/
+1
2010-10-15
UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman...
Diva Canto
1
-0
/
+1
2010-09-16
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
1
-1
/
+1
2010-09-12
* Added ISimulationDataService and IEstateDataService
John Hurliman
1
-0
/
+9
2010-09-12
Formatting cleanup.
Jeff Ames
1
-11
/
+11
2010-09-11
Fixed the naming mess around data connectors for simulation data
John Hurliman
1
-1
/
+1
2010-09-07
Fix deletion persistence when freshly delinked prims are removed
Justin Clark-Casey (justincc)
1
-0
/
+2
2010-09-07
Fix deletion persistence when freshly delinked prims are removed
Justin Clark-Casey (justincc)
1
-0
/
+2
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
1
-4
/
+2
2010-09-05
Remove "Dwell" support from core and replace it with calls to methods
Melanie Thielker
1
-4
/
+2
2010-08-30
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
1
-2
/
+20
2010-08-30
local commit with parcel media bits
Jonathan Freedman
1
-2
/
+20
2010-08-26
Remove parts locking from data classes since these are using a copy of the sc...
Justin Clark-Casey (justincc)
1
-107
/
+104
2010-08-26
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
1
-103
/
+107
2010-08-13
refactor: Use SOP.Flags rather than SOP.ObjectFlags
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-08-04
fix mysql/mssql prim serialization problem
Justin Clark-Casey (justincc)
1
-6
/
+2
2010-08-03
Implement MediaUrl persistence for MySQL and MsSQL
Justin Clark-Casey (justincc)
1
-2
/
+8
2010-08-03
get rid of PrimitiveBaseShape.MediaRaw staging post
Justin Clark-Casey (justincc)
1
-3
/
+5
2010-07-26
add mysql support for media on a prim
Justin Clark-Casey (justincc)
1
-2
/
+6
2010-07-26
add mysql support for media on a prim
Justin Clark-Casey (justincc)
1
-2
/
+6
2010-05-19
All (?) MySQL stores fixed to use DBGuid.FromDB()
AlexRa
1
-42
/
+40
2010-05-09
OK, this really fixes it, I promise.
Diva Canto
1
-2
/
+2
2010-05-09
Yey for unit tests. The previous commit had a couple of bugs on SQL statement...
Diva Canto
1
-2
/
+2
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-1
/
+5
2010-03-31
Committing the LightShare code, which was developed by TomMeta of Meta7.
Melanie
1
-0
/
+199
2010-03-30
Rename Meta7Windlight to LightShare
Melanie
1
-3
/
+3
2010-02-08
Resolve a merge issue
Melanie
1
-79
/
+86
2010-02-05
Updated MySQL connection management to use the MySQL connection pooling. This...
Master ScienceSim
1
-443
/
+481
2009-12-11
Refix the fix
Melanie
1
-1
/
+1
2009-12-11
Kill a NRE caused by an error message trying to print unavailable data
grid
1
-2
/
+2
2009-12-11
Refix the fix
Melanie
1
-1
/
+1
2009-12-10
Kill a NRE caused by an error message trying to print unavailable data
grid
1
-2
/
+2
2009-12-07
Initial windlight codebase commit
unknown
1
-0
/
+192
2009-12-02
Log old position and region information when an orphaned child prim is found
Justin Clark-Casey (justincc)
1
-1
/
+3
2009-11-02
Removing duplicate SceneObjectPart.RotationalVelocity property
John Hurliman
1
-4
/
+4
2009-10-27
* Tweak to region module loading to check for a matching constructor first in...
John Hurliman
1
-14
/
+18
2009-10-25
Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...
John Hurliman
1
-27
/
+26
[prev]
[next]