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
/
MySQLRegionData.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into presence-refactor
Melanie
2010-02-08
1
-124
/
+133
|
\
|
*
Updated MySQL connection management to use the MySQL connection pooling. This...
Master ScienceSim
2010-02-05
1
-124
/
+133
*
|
Preliminary work on the new default region setting mechanism
Melanie
2010-01-09
1
-0
/
+26
|
/
*
Reverting the memory leak patch for MySQL. Problems have been reported with t...
John Hurliman
2009-11-02
1
-114
/
+114
*
Stop null values from being returned on database queries
Melanie
2009-10-12
1
-1
/
+4
*
Remove the using() constructs from the new style database modules; they caused
Melanie
2009-10-06
1
-1
/
+1
*
Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...
John Hurliman
2009-10-05
1
-0
/
+2
*
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...
John Hurliman
2009-10-04
1
-121
/
+119
*
Make the RegionData plugin store the RegionName
Melanie
2009-09-27
1
-2
/
+3
*
Prevent manually setting Data["locX"] and Data["locY"], since that would
Melanie
2009-09-27
1
-0
/
+4
*
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Melanie
2009-09-27
1
-7
/
+4
|
\
|
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2009-09-25
1
-1
/
+1
|
*
All tests pass for MySQL/MySQLRegionData.
Diva Canto
2009-09-24
1
-12
/
+3
*
|
Add the Migration for the regions table
Melanie
2009-09-27
1
-8
/
+14
|
/
*
Adding the MySQL RegionData service.
Melanie
2009-09-16
1
-1471
/
+144
*
Thank you, dslake, for a set of patches to improve OpenSim startup
Melanie
2009-09-02
1
-9
/
+40
*
Adding in Reflection-based testing, to ensure that all properties are covered.
Kunnis
2009-08-16
1
-7
/
+10
*
* Remove hard coded 256 limitations from various places. There's no more 2...
Teravus Ovares (Dan Olivares)
2009-08-07
1
-6
/
+6
*
* Updates libOMV to version 0.7.0
Teravus Ovares
2009-07-25
1
-2
/
+2
*
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
2009-06-30
1
-1
/
+1
*
From: Chris Yeoh <yeohc@au1.ibm.com>
Sean Dague
2009-06-29
1
-13
/
+4
*
From: Chris Yeoh <yeohc@au1.ibm.com>
Dr Scofield
2009-06-03
1
-2
/
+24
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
1
-1
/
+1
*
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
2009-05-27
1
-2
/
+12
*
Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"
Dr Scofield
2009-05-25
1
-12
/
+2
*
From: Chris Yeoh <cyeoh@au1.ibm.com>
Dr Scofield
2009-05-25
1
-2
/
+12
*
* Consistently used dashed uuid format for mysql region data, as is done for ...
Justin Clarke Casey
2009-05-07
1
-29
/
+26
*
* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...
lbsa71
2009-02-25
1
-4
/
+0
*
* optimized usings.
lbsa71
2009-02-12
1
-4
/
+4
*
This changeset is the step 1 of 2 in refactoring
Dr Scofield
2009-02-06
1
-2
/
+2
*
* If an orphaned group is found in the mysql or mssql databases (i.e. there i...
Justin Clarke Casey
2009-01-29
1
-1
/
+15
*
* Fix http://opensimulator.org/mantis/view.php?id=2889
Justin Clarke Casey
2008-12-23
1
-2
/
+2
*
change a UUID cast to an actual new UUID call to be consistant with
Sean Dague
2008-12-08
1
-1
/
+1
*
fix an issue I found where primshapes weren't every being removed
Sean Dague
2008-12-08
1
-9
/
+82
*
* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...
Justin Clarke Casey
2008-12-02
1
-5
/
+3
*
Catch all possible exceptions in the mysql module. It throws non-mysql
Melanie Thielker
2008-12-02
1
-2
/
+2
*
Fix the terrain loader
Melanie Thielker
2008-12-01
1
-1
/
+1
*
More reverts. Revert the MySQL database module. This caused more issues
Melanie Thielker
2008-12-01
1
-474
/
+513
*
More changes to the MySQL adapter. take advantage of pooling and run lock-free.
Melanie Thielker
2008-11-30
1
-507
/
+472
*
Update svn properties. Add copyright header. Minor formatting cleanup.
Jeff Ames
2008-11-30
1
-1
/
+1
*
Explicitly Dispose() all cmd objects
Melanie Thielker
2008-11-29
1
-1
/
+15
*
* minor: remove mono compiler warnings
Justin Clarke Casey
2008-11-27
1
-1
/
+0
*
* restore deleted method documentation, some to IRegionDataStore and some to ...
Justin Clarke Casey
2008-11-26
1
-1
/
+10
*
Yay for unit tests. Increased the type width of the prims and primshapes
Melanie Thielker
2008-11-26
1
-38
/
+38
*
Fix 2 of the failed tests. Cause terrain queries to return null when no
Melanie Thielker
2008-11-26
1
-1
/
+1
*
Committing the LCO database layer. Native MySQL, no ADO. New reconnect
Melanie Thielker
2008-11-26
1
-1472
/
+740
*
Remove code from an experimantal patch that wasn't supposed to be committed
Melanie Thielker
2008-11-23
1
-39
/
+13
*
Don't serve texture preview from other people's objects if you
Melanie Thielker
2008-11-23
1
-13
/
+39
*
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
2008-11-21
1
-1
/
+1
*
Mantis#2656. Thank you kindly, Nlin for a patch that:
Charles Krinke
2008-11-19
1
-0
/
+9
[next]