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-19 06:25:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
40dc1ac3b01819caa64795b92d2bb217be9e6a3e
opensim
/
OpenSim
/
Region
/
ClientStack
History
Sean Dague
40dc1ac3b0
I believe this turns throttling back on. I had expected
...
that the Queue would come in by reference, but it didn't appear to be.
2007-11-28 18:39:07 +00:00
..
ClientStackNetworkHandler.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
ClientView.cs
I believe this turns throttling back on. I had expected
2007-11-28 18:39:07 +00:00
PacketServer.cs
* Optimized usings
2007-10-30 09:05:31 +00:00
QueItem.cs
moved out nested class to it's own file
2007-11-27 20:50:45 +00:00
RegionApplicationBase.cs
Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorldMap and into its own public method (which is called during region creation). We shouldn't have things like that in methods like LoadWorldMap as some regions might not being having a worldmap loaded via the LoadWorldMap method (like in custom applications).
2007-11-28 12:36:09 +00:00
UDPServer.cs
* Added the ability to restart your individual sims from within them using the estate tools.
2007-11-25 04:52:14 +00:00