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
/
Resources
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
Removed the bits about the TOSModule. That module doesn't go into core. WARNI...
Diva Canto
1
-3
/
+0
2012-09-25
TOS module. WARNING: migration in GridUser table.
Diva Canto
1
-0
/
+8
2012-08-15
Add a skeleton for a name value storage associated with regions
Melanie
1
-0
/
+7
2012-05-23
Environment Module - allows Environment settings for Viewer3 warning: include...
PixelTomsen
1
-0
/
+11
2012-03-06
Switch to sha256 from sha1 in order to avoid future asset hash collisions.
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-03-02
Make XAssetService a de-duplicating asset service.
Justin Clark-Casey (justincc)
1
-0
/
+27
2012-02-04
Add default value to TelehubObject
BlueWall
1
-0
/
+10
2012-02-03
Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...
PixelTomsen
1
-0
/
+5
2012-02-02
Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more
Melanie
1
-0
/
+6
2012-01-30
Add the needed column in the regions table and a few tweaks.
Melanie
1
-0
/
+9
2012-01-30
Add ParcelImageID to RegionSettings so we can have that overlay.
Melanie
1
-0
/
+6
2012-01-23
IMPORTANT!!!!! Please READ. DO NOT Use this version or any before it since the
Melanie
1
-12
/
+3
2012-01-22
Change the key name I missed in last commit
Melanie
1
-1
/
+1
2012-01-22
Move Telehub tables and data from EstateSettings to RegionSettings.
Melanie
2
-22
/
+25
2012-01-21
Telehub Support:
BlueWall
1
-0
/
+21
2011-09-20
Remove vestigal OpenSim.Data mono addins extension points that don't look lik...
Justin Clark-Casey (justincc)
1
-23
/
+0
2011-06-11
Switched order of SQL statements in Friends migration -- resulted in the wron...
Diva Canto
1
-1
/
+1
2011-06-10
For MySQL, migrate region tables to the MyISAM storage engine rather than InnoDB
Justin Clark-Casey (justincc)
1
-0
/
+16
2011-06-01
This is the better solution: make the combined key be only on the first 36 ch...
Diva Canto
1
-1
/
+2
2011-06-01
It looks like there's a better solution for that problem.
Diva Canto
1
-2
/
+1
2011-06-01
Changed Friends table to have 165-sized varchars on PrincipalID and FriendID....
Diva Canto
1
-1
/
+2
2011-05-19
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
1
-0
/
+6
2010-12-05
Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...
Diva Canto
1
-0
/
+7
2010-11-21
Added creator info across the board -- TaskInventoryItems and InventoryItems ...
Diva Canto
2
-0
/
+9
2010-11-21
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
1
-0
/
+8
2010-10-30
Fix logins and avatar appearance. Contains a Migration. May contain nuts.
Melanie
1
-0
/
+8
2010-10-18
Bump migration version on LastSeen field so it is actually run
Melanie
1
-1
/
+1
2010-10-13
Ensure no UUID.Zero region ID is ever written to presence. Add a Migration
Melanie Thielker
1
-0
/
+8
2010-08-30
Implements parcel media setting persistence and packet / CAPS handling
Jonathan Freedman
1
-2
/
+12
2010-08-30
local commit with parcel media bits
Jonathan Freedman
1
-2
/
+12
2010-07-26
add mysql support for media on a prim
Justin Clark-Casey (justincc)
1
-1
/
+8
2010-07-26
add mysql support for media on a prim
Justin Clark-Casey (justincc)
1
-1
/
+8
2010-06-14
* Deleted duplicated migration that was failing anyway.
Diva Canto
1
-2
/
+0
2010-06-09
Add the BEGIN; I had missed
Melanie
1
-0
/
+1
2010-06-09
Re-add Migration version 32, which apparently got dropped completely.
Melanie
1
-0
/
+72
2010-06-08
* Changed CreatorIDs consistently to varchar(128)
Diva Canto
2
-1
/
+9
2010-06-08
Add a migration to adjust types in the WL table. The new connector likes that
Melanie
1
-0
/
+6
2010-05-23
The 8th migration statement in AssetStore.migrations didn't look right.
Diva Canto
1
-1
/
+1
2010-05-23
MySQL Migrations: Minor correcton to Region/Estate split
AlexRa
2
-6
/
+12
2010-05-23
Split migrations for RegionStore and EstateStore (see WARNING!)
AlexRa
2
-78
/
+69
2010-05-20
Cleaned up MySql migrations a bit more, got rid of all old-form migration fil...
Diva Canto
5
-32
/
+8
2010-05-19
MySQL: added CreatorID, moved asset_flag to migration script
AlexRa
1
-0
/
+8
2010-05-18
Converted MySQL migration history to the new format
AlexRa
78
-1002
/
+1228
2010-05-16
Converted MySQL migration history to the new format
AlexRa
78
-1002
/
+1228
2010-05-09
* Fixed spamming the assets table with map tiles. The tile image ID is now st...
Diva Canto
1
-0
/
+3
2010-05-09
Add a field asset_flags and a corresponding enum to the asset database. This
Melanie
1
-0
/
+5
2010-05-07
These files are part of the GridUserService write-up.
Diva Canto
1
-0
/
+17
2010-05-07
GridUserService in place. Replaces the contrived concept of storing user's ho...
Diva Canto
3
-19
/
+4
2010-03-22
Somehow the starting estate number in MySQL was lost. This adds a migration
Melanie
1
-0
/
+3
2010-02-05
Implement the friends data adaptor
Melanie
2
-0
/
+10
[next]