Teravus Ovares
|
bf9e8cb987
* Fixes linking multiple linksets together. They no longer explode
|
16 years ago |
idb
|
d7a19adcac
Persist script permission mask and granter
|
16 years ago |
diva
|
9af9f648ef
Small null check in DeregisterHandlers.
|
16 years ago |
Charles Krinke
|
f8f93f4c48
Mantis#2860. Thank you kindly, Thomax for a patch that:
|
16 years ago |
Teravus Ovares
|
119104e35b
* Re-implement packet tracking in IClientAPI so we can see what's going on in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section.
|
16 years ago |
diva
|
3dae92b850
Slowing things down even more on TPs, to see if that helps the European folks connected to osgrid.
|
16 years ago |
Charles Krinke
|
62dd67b8b8
Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:
|
16 years ago |
Charles Krinke
|
ad05d613a6
Mantis#2881. Thank you kindly, SirKimba for a patch that:
|
16 years ago |
Charles Krinke
|
b1d235a60c
Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparation
|
16 years ago |
diva
|
fcf61c4d0d
This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes some of the crashes experienced by ppl in Europe connected to OSGrid. If DNS lookup does not resolve, they may experience a substantial increase in "Region not available", but they shouldn't crash.
|
16 years ago |
Teravus Ovares
|
1e723f185a
* Add two more missing defaults that use GetBoolean without a default in standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug)
|
16 years ago |
Homer Horwitz
|
84b43c8c23
Fix Mantis#2878 for now by not resetting physical values on rez (only on switch).
|
16 years ago |
Teravus Ovares
|
8f07f2e8b0
* A few more fixes to HttpServer.
|
16 years ago |
diva
|
7a619ad84a
Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep to give enough time for the destination to set up CAPs for the incoming agent before sending EAC to the client.
|
16 years ago |
Teravus Ovares
|
7af84d7e10
* Adds defaults for some GetBoolean config values that previously did not have them.
|
16 years ago |
Teravus Ovares
|
4d26da545d
* ReCommit the OpenID patch with a few less dependencies.
|
16 years ago |
Charles Krinke
|
098b5d953d
Revert OpenId until we can come to grips with the mono 2 requirement
|
16 years ago |
diva
|
b3dc462ee3
The previous fix for the EQ might have been too radical, and some early events now may be getting dropped because the EQ is not there yet. So, let's add an EQ immediately upon registering caps.
|
16 years ago |
Charles Krinke
|
e86f4d9723
Mantis#2816. Thank you kindly, JHurliman for the beginnings of
|
16 years ago |
Sean Dague
|
db4f4c255b
let you specify a hex number as the color in the vector rendering
|
16 years ago |
Homer Horwitz
|
11d0456246
- Set acceleration and rotational velocity to 0, too
|
16 years ago |
Justin Clarke Casey
|
db0c65ea56
* refactor: move sound trigger from scene into sepearate SoundModule
|
16 years ago |
Homer Horwitz
|
0cbdfcea87
Stop prims that get non-physical. Fixes Mantis#2859.
|
16 years ago |
Homer Horwitz
|
a0f8e04142
Remove forgotten debug message from my last commit.
|
16 years ago |
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.
|
16 years ago |
Justin Clarke Casey
|
ed97f290c9
* minor: Just some method commentary before turning to another subject
|
16 years ago |
Justin Clarke Casey
|
899f2a80d7
minor: remove mono compiler warning
|
16 years ago |
Justin Clarke Casey
|
aa497a1867
* refactor: move saved named prims to xml2 method out into the serialization module
|
16 years ago |
Justin Clarke Casey
|
e62016d2c7
minor: Remove some serialization module scene wrappers
|
16 years ago |
Justin Clarke Casey
|
667a935fff
* refactor: remove xml serialization wrappers from Scene
|
16 years ago |