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-22 08:28:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75f63ecfcd885ae71bca130ee0db1ecc997b86cd
opensim
/
OpenSim
/
Region
/
CoreModules
History
teravus
75fdd6054d
* Refactor
...
* Break out common BasicDOSProtector code into separate class.
2013-10-07 23:19:50 -05:00
..
Agent
Making the J2KDecoderModule decoder function async. Could this be the cause of sim freeze? -- HandleRequestImage in LLClientView is now sync, which means that it cannot take too long to complete. However, its execution path may end up in J2KDecoderModule.Decode, which is heavy and could stop the packet processing thread while it's at it.
2013-08-03 15:42:25 -07:00
Asset
In the flotasm asset cache, if we get a request for a file that we're actively writing, simply return null instead of first logging an exception.
2013-03-30 01:21:16 +00:00
Avatar
* Refactor
2013-10-07 23:19:50 -05:00
Framework
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
2013-09-27 19:14:21 +01:00
Hypergrid
minor: Correct minor spelling mistake Reseting -> Resetting in HG Map module log message
2013-09-20 23:42:55 +01:00
Properties
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
2013-10-04 23:33:47 +01:00
Scripting
Better error reporting when registering LSL function extensions (comms module).
2013-08-08 09:45:16 -07:00
ServiceConnectorsIn
UserProfiles
2013-05-30 17:59:18 -04:00
ServiceConnectorsOut
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
2013-09-27 19:14:21 +01:00
World
* Refactor
2013-10-07 23:19:50 -05:00