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-14 18:55:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
14b4d8bad796527a05a5f5992d1a1df1c5c43e6f
opensim
/
OpenSim
/
Region
/
CoreModules
History
Oren Hurvitz
14b4d8bad7
Eliminated several warnings
2015-07-31 18:13:39 +03:00
..
Agent
Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis.
2014-11-25 23:23:10 +00:00
Asset
Make the IteratingUuidGatherer the only UuidGatherer.
2015-01-08 20:21:40 +00:00
Avatar
Fixed bug introduced in
4735514
. The project didn't compile.
2015-07-26 14:09:17 +03:00
Framework
Added logging in places where regions are searched for by their location
2015-07-22 20:13:53 +03:00
Hypergrid
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
2015-01-09 08:31:56 -08:00
Properties
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
2015-04-29 18:47:17 -07:00
Scripting
Eliminated several warnings
2015-07-31 18:13:39 +03:00
ServiceConnectorsIn
OpenSimExtras
2014-08-06 17:25:12 -04:00
ServiceConnectorsOut
Fixed bad log message
2015-07-31 17:55:09 +03:00
World
Prevent two maptiles being generated at startup, one for v1 and another for v2-3 service. * v1 Service (WorldMapModule) is called directly by scene on startup. This patch moves the initial map registration of the v2-3 service (MapImageServiceModule) to that point so they can share the bitmap instead of doubling the work of Warp3D and exasperate its memory leak issues.
2015-07-21 15:11:47 -04:00