This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-15 03:15:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04ecd748d98e5b66446912debe06af6975e66560
opensim
/
OpenSim
/
Data
/
MySQL
History
Justin Clark-Casey (justincc)
04ecd748d9
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00
..
Properties
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
2009-06-01 06:37:14 +00:00
Resources
Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-12-05 19:43:24 -08:00
MySQLAssetData.cs
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
2011-03-08 09:02:29 -08:00
MySQLAuthenticationData.cs
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
2011-03-08 09:02:29 -08:00
MySQLAvatarData.cs
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00
MySQLEstateData.cs
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00
MySQLFramework.cs
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.
2010-02-05 18:07:59 -08:00
MySQLFriendsData.cs
Change friends to handle offers as it was originally designed. This may
2010-03-01 00:02:14 +00:00
MySQLGenericTableHandler.cs
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00
MySQLGridUserData.cs
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.
2010-05-07 21:29:56 -07:00
MySQLInventoryData.cs
Prevent activation and deactivation of gestures from clobbering the slam
2011-01-18 01:26:42 +00:00
MySQLMigrations.cs
Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql"
2010-06-19 23:45:56 +01:00
MySQLPresenceData.cs
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00
MySQLRegionData.cs
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
2011-03-08 09:02:29 -08:00
MySQLSimulationData.cs
Pull up Assembly of the MySQL classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever.
2011-03-08 09:02:29 -08:00
MySQLUserAccountData.cs
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.
2010-02-05 18:07:59 -08:00
MySQLXInventoryData.cs
remove further mono compiler warnings
2011-05-06 22:47:41 +01:00