index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
MySQL
/
MySQLLegacyRegionData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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-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
2009-10-18
* Big performance increase in loading prims from the region database with MySQL
John Hurliman
1
-133
/
+138
2009-10-16
* Changing the "clean dropped attachments" MySQL command to a using statement...
John Hurliman
1
-6
/
+14
2009-10-16
* Change appearance packets from State to Task. This will hopefully fix the c...
John Hurliman
1
-0
/
+5
2009-10-06
Reverting MySQLLegacyRegionData spam
John Hurliman
1
-6
/
+0
2009-10-06
MySQLLegacyRegionData: Extreme Spam Edition(tm)
John Hurliman
1
-0
/
+6
2009-10-04
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...
John Hurliman
1
-297
/
+234
2009-10-02
- cleaning up LandData/ILandObject capitalization issues
dr scofield (aka dirk husemann)
1
-3
/
+3
2009-10-01
Formatting cleanup.
Jeff Ames
1
-2
/
+2
2009-09-29
Add copyright header. Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-09-16
Adding the MySQL RegionData service.
Melanie
1
-0
/
+0
2009-09-02
Thank you, dslake, for a set of patches to improve OpenSim startup
Melanie
1
-9
/
+40
2009-08-16
Adding in Reflection-based testing, to ensure that all properties are covered.
Kunnis
1
-7
/
+10
2009-08-07
* Remove hard coded 256 limitations from various places. There's no more 2...
Teravus Ovares (Dan Olivares)
1
-6
/
+6
2009-07-25
* Updates libOMV to version 0.7.0
Teravus Ovares
1
-2
/
+2
2009-06-30
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
1
-1
/
+1
2009-06-29
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
1
-13
/
+4
2009-06-03
From: Chris Yeoh <yeohc@au1.ibm.com>
Dr Scofield
1
-2
/
+24
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-27
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
1
-2
/
+12
2009-05-25
Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"
Dr Scofield
1
-12
/
+2
2009-05-25
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
1
-2
/
+12
2009-05-07
* Consistently used dashed uuid format for mysql region data, as is done for ...
Justin Clarke Casey
1
-29
/
+26
2009-02-25
* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...
lbsa71
1
-4
/
+0
2009-02-12
* optimized usings.
lbsa71
1
-4
/
+4
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-01-29
* If an orphaned group is found in the mysql or mssql databases (i.e. there i...
Justin Clarke Casey
1
-1
/
+15
2008-12-23
* Fix http://opensimulator.org/mantis/view.php?id=2889
Justin Clarke Casey
1
-2
/
+2
2008-12-08
change a UUID cast to an actual new UUID call to be consistant with
Sean Dague
1
-1
/
+1
2008-12-08
fix an issue I found where primshapes weren't every being removed
Sean Dague
1
-9
/
+82
2008-12-02
* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...
Justin Clarke Casey
1
-5
/
+3
2008-12-02
Catch all possible exceptions in the mysql module. It throws non-mysql
Melanie Thielker
1
-2
/
+2
2008-12-01
Fix the terrain loader
Melanie Thielker
1
-1
/
+1
[next]