.. |
Properties
|
e4cb7af98a
Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't have an AssemblyInfo file.
|
hace 12 años |
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.
|
hace 12 años |
MySQLAssetData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLAuthenticationData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLAvatarData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLEstateData.cs
|
68365c20c0
Move Telehub tables and data from EstateSettings to RegionSettings.
|
hace 13 años |
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.
|
hace 15 años |
MySQLFriendsData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLGenericTableHandler.cs
|
bf469819a6
Update folder version numbers when moving items and making the Delete(string[], string[]) call (not just string, string).
|
hace 12 años |
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.
|
hace 14 años |
MySQLInventoryData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLMigrations.cs
|
a3ebd4db3f
Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql"
|
hace 14 años |
MySQLPresenceData.cs
|
8dda6e9ea1
Merge branch 'master' of /home/opensim/var/repo/opensim
|
hace 12 años |
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.
|
hace 12 años |
MySQLSimulationData.cs
|
3bd3f448a2
Also do other MySQL region settings related calls under m_dbLock, in common with other calls.
|
hace 12 años |
MySQLUserAccountData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
MySQLXAssetData.cs
|
ab54ce1907
Fix configuration problems where XAssetDatabasePlugin was picked up accidentally.
|
hace 12 años |
MySQLXInventoryData.cs
|
350cd58e5e
refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins
|
hace 12 años |