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
de941d2ec749a8cccdfd0dd35834d32ea34a0913
opensim
/
OpenSim
/
Region
/
ClientStack
History
Oren Hurvitz
e735f76553
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packet type
...
Resolves
http://opensimulator.org/mantis/view.php?id=6945
2014-03-25 08:01:41 +01:00
..
Linden
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packet type
2014-03-25 08:01:41 +01:00
Properties
Bump version and assembly version numbers from 0.7.5 to 0.7.6
2013-02-05 00:23:17 +00:00
ClientStackManager.cs
Adds the ability to load more then one IClientNetworkServer thereby allowing additional client network servers at the same time. Use comma separated values in clientstack_plugin in your config. Additional plugins lying around shouldn't be picked up because the loader only loads configured dll assemblies and breaks at the first IClientNetworkServer found in the assembly. (the only new functionality is the ability to specify more in config). Note: The existing functionality also passes in a nini config.. and has a boolean to determine if the client network server should be initialized for a specific scene.
2013-02-03 08:13:52 -05:00
IClientNetworkServer.cs
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Stop().
2013-04-16 21:58:24 +01:00
RegionApplicationBase.cs
varregion: add plumbing to pass region size from Scene down to the
2013-11-04 22:10:54 -08:00