Justin Clarke Casey
|
e7427f21bd
* Remove some pointless CachedUserInfo != null tests since these are already made in earlier code
|
16 years ago |
Justin Clarke Casey
|
31ca3a8d4d
* refactor: Move RequestInventoryForUser() from service to CachedUserInfo
|
16 years ago |
Sean Dague
|
058ec414b4
* Added XEngine tests and gathered other ScriptEngine
|
16 years ago |
lbsa71
|
84d56bc515
* Some more CCC
|
16 years ago |
lbsa71
|
6187888456
* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect actual use.
|
16 years ago |
lbsa71
|
c3a4810e91
* Turned RegionProfileService non-static
|
16 years ago |
lbsa71
|
792b7cba2f
* Applied some CCC (Code Convention Conformance)
|
16 years ago |
lbsa71
|
fa796308c3
* Added RegionProfileService and moved RequestSimData to it.
|
16 years ago |
lbsa71
|
801da4346a
* optimized usings.
|
16 years ago |
Dahlia Trimble
|
d21601d497
Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Mantis #3134
|
16 years ago |
diva
|
4ee99e2aab
Sending this to Justin, so that he can see what's wrong with the StandaloneTeleportTests when we add RESTInterregionComms module to the ScenePresenceTests.
|
16 years ago |
diva
|
98bfeabf94
Makes ban of HG users exactly the same as ban of local users, that is upon AddClient and not before.
|
16 years ago |
diva
|
5dae1ddb5a
Fixes mantis #3121.
|
16 years ago |
diva
|
b6e7e5ed42
Enforce estate bans on Teleports.
|
16 years ago |
Justin Clarke Casey
|
83105211bc
* minor: remove some mono compiler warnings
|
16 years ago |
Justin Clarke Casey
|
9b6035c2a6
* When an inventory archive is loaded, immediately update the client's inventory if that client is online at that region server
|
16 years ago |
Justin Clarke Casey
|
8645c7482d
* Change SendBulkUpdateInventory from two methods to one which accepts an InventoryNode
|
16 years ago |
Justin Clarke Casey
|
e12981ef1b
* Establish a common InventoryNodeBase class from InventoryItemBase and InventoryFolderBase
|
16 years ago |
Justin Clarke Casey
|
162a59ba17
* Refactor inventory archive code to allow direct invocation in order to support future unit tests
|
16 years ago |
Justin Clarke Casey
|
04d6a810b6
* More inventory archive invocation to a proper region module
|
16 years ago |
Charles Krinke
|
6b187ae196
Thank you kindly, FrankNichols for a patch that:
|
16 years ago |
Dr Scofield
|
f70e580f86
From: Christopher Yeoh <[email protected]>
|
16 years ago |
Melanie Thielker
|
c754160dee
If an instance contains only one region, select it in the console by default
|
16 years ago |
Sean Dague
|
83347360c3
fix a typo where the High Southwest height was getting set to the Low
|
16 years ago |
Melanie Thielker
|
9bfbfa381a
Add proper handling for shared vs. unshared modules to the command
|
16 years ago |
diva
|
b4be9baa4a
Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixes mantis #3126, as well as other random displacements. The problem was that the new object at the receiving region was being marked as attachment before AttachObject was called. That made its AbsolutePosition be the position of the avie, and that was what was being given to AttachObject.
|
16 years ago |
Justin Clarke Casey
|
8c157a7aae
* Remove load and save inventory commands from the console since these are actually experimental and the storage format may soon undergo incompatible changes
|
16 years ago |
Justin Clarke Casey
|
bd4955468e
* minor: Remove SOG XML2 serialization log messages for now
|
16 years ago |
Justin Clarke Casey
|
0cd5a353cf
* Stop OpenSim crashing if an exception from a command makes it right up to the top of the stack
|
16 years ago |
Justin Clarke Casey
|
25bc7a44cd
* Implement merging of oars in code
|
16 years ago |