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-04 01:26:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a098bf12c620bd56f3371f1cf8a90ffa04b16c8
opensim
/
OpenSim
/
Region
/
Environment
/
Modules
/
Agent
History
diva
dee6ad7154
Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. The return seems to have been commented in 8038, as an attempt at fixing multiple TP problems later identified to be deadlocks. CAPs should never be overwritten, or the viewer can get confused. Right now this method is erroneously being called twice because of legacy code. I'll fix that later, after further testing.
2009-02-01 20:36:10 +00:00
..
AssetTransaction
Some refactoring from about a week ago that I forgot to commit, of AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler
2008-11-24 10:03:18 +00:00
Capabilities
Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. The return seems to have been commented in 8038, as an attempt at fixing multiple TP problems later identified to be deadlocks. CAPs should never be overwritten, or the viewer can get confused. Right now this method is erroneously being called twice because of legacy code. I'll fix that later, after further testing.
2009-02-01 20:36:10 +00:00
TextureDownload
Revert progressive texture patch from r8001 until issues can be addressed
2009-01-10 09:15:23 +00:00
TextureSender
* Adds console command, 'predecode-j2k <number of threads>' to load all of the texture assets from the scene and decode the j2k layer data to cache. The work is split between the number of threads you specify. A good number of threads value is the number of cores on your machine minus 1.
2009-01-25 04:34:00 +00:00
Xfer
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
2008-11-19 06:25:34 +00:00