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-27 12:26:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cac98171e5143dbcd37acca00a9e4ed87ec4e477
opensim
/
OpenSim
/
Framework
/
Communications
/
Cache
History
MW
cac98171e5
Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standalone mode it will mean that when you log off and log back on ,as long as the region server hasn't been restarted , your avatar will start with wearing the clothes that it wore on log off. In grid mode its even more limited in that wearing/removing clothes/body parts are only stored in the region server instance you are one. so if you are in a different region to your login region (which are on different region server instances), and then change clothes, those changes won't be remembered. So as said, its very limited but is a small step towards having proper appearance persist.
...
Just need to store this data out to a database.
2007-12-02 14:56:23 +00:00
..
AssetCache.cs
* Refactored NumPackets calculation
2007-11-23 13:21:39 +00:00
AssetServer.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
AssetServerBase.cs
catch exceptions when loading malformed xml files
2007-11-17 05:53:12 +00:00
AssetTransactionManager.cs
Attempt to fix mantis issue # 65, seems like it is a race condition between two regions trying to add a user to the AssetTransactionManager at the same time. So have placed a lock around the Dictionary add.
2007-12-01 16:40:26 +00:00
AssetTransactions.cs
Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standalone mode it will mean that when you log off and log back on ,as long as the region server hasn't been restarted , your avatar will start with wearing the clothes that it wore on log off. In grid mode its even more limited in that wearing/removing clothes/body parts are only stored in the region server instance you are one. so if you are in a different region to your login region (which are on different region server instances), and then change clothes, those changes won't be remembered. So as said, its very limited but is a small step towards having proper appearance persist.
2007-12-02 14:56:23 +00:00
CachedUserInfo.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
GridAssetClient.cs
Do I really have to write a log entry, can't I just hide this commit somewhere so its added but doesn't show up anywhere. As I can't believe I would make such a stupid mistake and not notice.
2007-11-04 10:40:28 +00:00
InventoryFolderImpl.cs
Some refactoring , mainly on Inventory code.
2007-12-02 13:59:15 +00:00
LibraryRootFolder.cs
Fixes a bug that my last commit introduced.
2007-12-02 14:12:56 +00:00
SQLAssetServer.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
UserProfileCacheService.cs
Some refactoring , mainly on Inventory code.
2007-12-02 13:59:15 +00:00