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-16 19:56:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86bf79aa2b60ab33042fc078a177ad3cdaa62e01
opensim
/
OpenSim
/
Region
/
CoreModules
History
Robert Adams
86bf79aa2b
Merge branch 'master' into varregion
2013-10-07 13:58:17 -07: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
Merge branch 'master' into varregion
2013-10-07 13:58:17 -07:00
Framework
VarRegion: change RegionInfo storage of region coordinates from region
2013-09-28 07:33:52 -07: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
varregion: remove scattered use of Constants.RegionSize by having routines reference RegionInfo.RegionWorldLoc?.
2013-10-07 13:57:30 -07:00
ServiceConnectorsIn
UserProfiles
2013-05-30 17:59:18 -04:00
ServiceConnectorsOut
VarRegion: change RegionInfo storage of region coordinates from region
2013-09-28 07:33:52 -07:00
World
varregion: plug in TerrainData class and modify TerrainModule and LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions).
2013-10-07 13:57:40 -07:00