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-20 07:05:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3c85afbb431d14a676c00d20bfeeb5e2d13e8eaf
opensim
/
OpenSim
/
Region
/
CoreModules
History
BlueWall
3c85afbb43
Allow setting the EntityTransfer-max_distance to 0 to override distance checks. This is to facilitate current viewer work fixing the distance limitations for teleporting.
2013-09-12 11:46:12 -04: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
Remove test that gives issue on Windows, just let the try/catch do the work.
2013-09-02 16:28:40 -04:00
Framework
Allow setting the EntityTransfer-max_distance to 0 to override distance checks. This is to facilitate current viewer work fixing the distance limitations for teleporting.
2013-09-12 11:46:12 -04:00
Hypergrid
HGWorldMapModule: unregister event on RemoveRegion
2013-07-31 11:20:27 -07:00
Properties
Deleted all AssemblyFileVersion directives
2013-02-19 17:14:55 -08: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
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
2013-09-02 17:27:45 +01:00
World
Fix exception thrown after a region has been restarted through scheduling.
2013-08-25 20:17:04 +01:00