UbitUmarov
|
d0912b6151
let StreamReader be in using statements
|
před 7 roky |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
před 7 roky |
Melanie Thielker
|
b43717a397
Coding standards: A local variable may not use the prefix m_
|
před 8 roky |
UbitUmarov
|
385a265971
supress some warnings by explict(confirm) the hide of parent fields
|
před 8 roky |
Justin Clark-Casey (justincc)
|
115e0aaf83
Fix issue in ConciergeModule where UpdateBroker was sending malformed XML if any number of avatars other than 1 was in the region.
|
před 11 roky |
Diva Canto
|
18c5d33f0a
All optional modules' directives moved out of addin.xml
|
před 12 roky |
Justin Clark-Casey (justincc)
|
c13a99dc5c
Fix script error messages not showing up in viewer 3 and associated viewers.
|
před 12 roky |
Diva Canto
|
91a5c602e3
Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow."
|
před 12 roky |
Diva Canto
|
531edd51d8
Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow.
|
před 12 roky |
Dan Lake
|
b8d50b10fb
Rename ForEachAvatar back to ForEachScenePresence. The other changes
|
před 13 roky |
Dan Lake
|
94dc7d07eb
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
|
před 13 roky |
Dan Lake
|
b98613091c
Added new ForEachRootScenePresence to Scene since almost every delegate passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
4f56c732bc
Comment out some startup logging lines to make up for the one I added earlier on.
|
před 13 roky |
Dan Lake
|
62e0b53ca4
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
|
před 14 roky |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
před 14 roky |
Melanie
|
eba23048ca
Replace the Replaceable modules name
|
před 15 roky |
Dr Scofield
|
16b4e38f68
fixing warning re ReplacableInterface()
|
před 15 roky |
Melanie Thielker
|
8ecfc9a717
Committing the interface change and the addition to the modules to get
|
před 15 roky |
Melanie Thielker
|
c310fb11f4
Remove all references to HttpServer from CommsManager (all incarnations)
|
před 15 roky |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
před 15 roky |
Dr Scofield
|
b840535622
dropping attendee list keeping from Concierge, relying on
|
před 15 roky |
Adam Frisby
|
31baeef469
* Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence.
|
před 15 roky |
Dr Scofield
|
912be7a2ac
converting Chat module and Concierge module to new style region modules
|
před 15 roky |
Jeff Ames
|
7d4846462b
Update svn properties, add copyright headers, minor formatting cleanup.
|
před 15 roky |
Dr Scofield
|
6fbc1f2b23
- additional code to get ConciergeModule to do truly async broker updates
|
před 15 roky |
Dr Scofield
|
6600a7a9bc
fixing crash due to make-child and make-root stepping on each other's toes
|
před 15 roky |
Dr Scofield
|
a99285ecc6
fixing ConciergeModule to follow coding conventions
|
před 15 roky |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
před 15 roky |