.. |
Properties
|
e4cb7af98a
Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't have an AssemblyInfo file.
|
12 years ago |
Resources
|
7a50705188
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.
|
12 years ago |
MySQLAssetData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLAuthenticationData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLAvatarData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLEstateData.cs
|
68365c20c0
Move Telehub tables and data from EstateSettings to RegionSettings.
|
13 years ago |
MySQLFramework.cs
|
e1b5c61247
Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
|
15 years ago |
MySQLFriendsData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLGenericTableHandler.cs
|
bf469819a6
Update folder version numbers when moving items and making the Delete(string[], string[]) call (not just string, string).
|
12 years ago |
MySQLGridUserData.cs
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
14 years ago |
MySQLInventoryData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLMigrations.cs
|
a3ebd4db3f
Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql"
|
14 years ago |
MySQLPresenceData.cs
|
8efae93b51
Restrict IPresenceData.VerifyAgent
|
12 years ago |
MySQLRegionData.cs
|
73c9abf5f2
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.
|
12 years ago |
MySQLSimulationData.cs
|
3bd3f448a2
Also do other MySQL region settings related calls under m_dbLock, in common with other calls.
|
12 years ago |
MySQLUserAccountData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLXAssetData.cs
|
ab54ce1907
Fix configuration problems where XAssetDatabasePlugin was picked up accidentally.
|
12 years ago |
MySQLXInventoryData.cs
|
350cd58e5e
refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins
|
12 years ago |