This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
52b341e2e24384395fddc7d32fd66358f5062468
opensim
/
OpenSim
/
Data
/
MySQL
History
BlueWall
8efae93b51
Restrict IPresenceData.VerifyAgent
...
Restrict IPresenceData.VerifyAgent to only return bool result
2012-12-09 15:08:32 -05:00
..
Properties
Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't have an AssemblyInfo file.
2012-11-13 19:26:43 -08:00
Resources
Removed the bits about the TOSModule. That module doesn't go into core. WARNING: migration on GridUser withdrawn too, but left the migration number there.
2012-09-27 16:43:18 -07:00
MySQLAssetData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLAuthenticationData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLAvatarData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLEstateData.cs
Move Telehub tables and data from EstateSettings to RegionSettings.
2012-01-22 11:36:04 +00:00
MySQLFramework.cs
…
MySQLFriendsData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLGenericTableHandler.cs
Update folder version numbers when moving items and making the Delete(string[], string[]) call (not just string, string).
2012-11-06 23:44:52 +00:00
MySQLGridUserData.cs
…
MySQLInventoryData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLMigrations.cs
…
MySQLPresenceData.cs
Restrict IPresenceData.VerifyAgent
2012-12-09 15:08:32 -05:00
MySQLRegionData.cs
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
2012-10-09 01:35:27 +01:00
MySQLSimulationData.cs
Also do other MySQL region settings related calls under m_dbLock, in common with other calls.
2012-08-31 00:33:06 +01:00
MySQLUserAccountData.cs
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
2012-04-30 15:54:35 +01:00
MySQLXAssetData.cs
Fix configuration problems where XAssetDatabasePlugin was picked up accidentally.
2012-03-19 00:18:04 +00:00
MySQLXInventoryData.cs
refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins
2012-11-15 04:01:30 +00:00