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-20 15:25:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db4f4c255b5e5fa96bda5b60e39dc04815f19321
opensim
/
OpenSim
/
Region
/
Environment
/
Modules
/
Framework
History
diva
7691be377a
Fix for more child agent mismanagement (like
#2846
). On enqueueing events, we should not be creating new queues; if the queue doesn't exist -- too bad, event is dropped. That tends to happen just after the client is closed, and the EQ also closed. If someone places an event in that queue after that, that event should be dropped instead of creating a new, erroneous queue.
2008-12-19 20:31:32 +00:00
..
InterfaceCommander
*Added CommandIntentions that is used to describe a console commands hazard. HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information.
2008-07-25 02:30:07 +00:00
EventQueueGetModule.cs
Fix for more child agent mismanagement (like
#2846
). On enqueueing events, we should not be creating new queues; if the queue doesn't exist -- too bad, event is dropped. That tends to happen just after the client is closed, and the EQ also closed. If someone places an event in that queue after that, that event should be dropped instead of creating a new, erroneous queue.
2008-12-19 20:31:32 +00:00
EventQueueHelper.cs
Mantis#2725. Thank you kindly, Diva, for a patch that:
2008-12-14 02:17:12 +00:00