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-08-15 10:06:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e3a2d3a64817e41bda18f4d39ca7e6940c69d98
opensim
/
OpenSim
History
Diva Canto
4e3a2d3a64
It turns out that child agent management has had a bug for a while: there was an inconsistency in the scope between opening and closing child agents in neighboring regions. For opening (in EnableChildAgents), the region's DrawDistance was being used; for closing (in IsOUtsideView) , the viewer's (SP) DrawDistance was being used. This fixes this inconsistency, therefore eliminating bugs observed in TPs between, at least, neighboring varregions.
2014-08-02 00:51:36 +01:00
..
Addons
Don't try to package null invites.
2014-06-10 20:29:24 +01:00
ApplicationPlugins
Actually call Close() for shared region modules when the simulator is being shutdown.
2014-08-02 00:50:10 +01:00
Capabilities
Fix test breakage
2014-05-08 11:30:45 -07:00
ConsoleClient
Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already.
2013-02-27 00:21:02 +00:00
Data
Fix a bug where estate not found would result in a dummy estate record with erroneous information.
2014-06-10 20:22:18 +01:00
Framework
Actually call Close() for shared region modules when the simulator is being shutdown.
2014-08-02 00:50:10 +01:00
Region
It turns out that child agent management has had a bug for a while: there was an inconsistency in the scope between opening and closing child agents in neighboring regions. For opening (in EnableChildAgents), the region's DrawDistance was being used; for closing (in IsOUtsideView) , the viewer's (SP) DrawDistance was being used. This fixes this inconsistency, therefore eliminating bugs observed in TPs between, at least, neighboring varregions.
2014-08-02 00:51:36 +01:00
Server
Added simulation version compatibility check so that agents coming from 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
2014-06-10 20:28:47 +01:00
Services
Added simulation version compatibility check so that agents coming from 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
2014-06-10 20:28:47 +01:00
Tests
Actually call Close() for shared region modules when the simulator is being shutdown.
2014-08-02 00:50:10 +01:00
Tools
Improved line map heuristics.
2014-08-02 00:49:36 +01:00