Justin Clarke Casey
|
6686040e76
* Apply mantis patches 2939, 2980 and 2995
|
16 years ago |
lbsa71
|
ce6fecbc93
* Created the post fixes branch for 0.6.1 (formerly known as 'stable')
|
16 years ago |
Teravus Ovares
|
e63c768973
* Back porting the LLSD Login Service Method fix to stable.
|
16 years ago |
Charles Krinke
|
7b60e2c93f
made a copy
|
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 |
Justin Clarke Casey
|
eb6cca4750
* refactor: Rename IRegionSerialiser and move into interfaces namespace
|
16 years ago |
Homer Horwitz
|
fbd44e628c
Reset Expire date for tempOnRez objects on rez. Fixes Mantis#2848
|
16 years ago |
Justin Clarke Casey
|
5313330e4d
* minor: move IGesturesModule into the correct namespace
|
16 years ago |
Justin Clarke Casey
|
583fa73126
* refactor: Remove archiver module scene wrappers
|
16 years ago |