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-06-05 18:55:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7c7ea57c5c2bf01280e2df03cedc999aa5e7be87
opensim
/
OpenSim
/
Region
/
Environment
/
Modules
/
Agent
/
TextureDownload
History
Justin Clarke Casey
5169b1f19e
* Establish placeholder for future TextureSender tests
2009-01-08 21:05:24 +00:00
..
TextureDownloadModule.cs
This may fix mantis
#2855
. There was a race condition on the TextureDownloadModule upon clients (ScenePresences) being closed. If there were still textures to send, the UserTextureServices was created again, but pointing to the old IClient that had just been closed, which made things not work upon that user returning to that region.
2008-12-18 18:11:29 +00:00
TextureNotFoundSender.cs
Reverting the texture sending patch and the new libOMV. This makes this
2008-11-19 06:15:21 +00:00
UserTextureDownloadService.cs
* Establish placeholder for future TextureSender tests
2009-01-08 21:05:24 +00:00