MW
|
756c517069
Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event.
|
15 years ago |
MW
|
e2d30a0244
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
|
15 years ago |
MW
|
18382ebfd9
Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore
|
15 years ago |
MW
|
33e7c09b7b
Added IRegistryCore and RegistryCore to OpenSim.Framework.
|
15 years ago |
Sean Dague
|
c0c1a31f61
Attempt to fix the "region starts but doesn't load anything" issue
|
15 years ago |
Sean Dague
|
6c8debd3e0
From: Alan Webb <[email protected]>
|
15 years ago |
Mike Mazur
|
bdf95e54a2
A few updates necessary for load balancer.
|
15 years ago |
Charles Krinke
|
e9e5c175cd
Thank you kindly, TLaukkan (Tommil) for a patch that solves:
|
15 years ago |
diva
|
33330297d6
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all.
|
15 years ago |
Jeff Ames
|
7d4846462b
Update svn properties, add copyright headers, minor formatting cleanup.
|
15 years ago |
Sean Dague
|
8ed631307b
From: Alan Webb <[email protected]>
|
15 years ago |
Justin Clarke Casey
|
93837807ff
* refactor: remove AssetCache field hanging off Scene
|
16 years ago |
Sean Dague
|
f4bec00057
From: Alan Webb <[email protected]>
|
16 years ago |
Melanie Thielker
|
a8f3d625cb
Guard the values used to set the cursor position in the real time console
|
16 years ago |
lbsa71
|
801da4346a
* optimized usings.
|
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 |
Melanie Thielker
|
9bfbfa381a
Add proper handling for shared vs. unshared modules to the command
|
16 years ago |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
16 years ago |
Sean Dague
|
8088802c21
From Alan Webb <[email protected]>
|
16 years ago |
Justin Clarke Casey
|
a034b640da
* Add the ability to type help <command> for more detailed help about a specific command if any is available
|
16 years ago |
Melanie Thielker
|
54c6a920ba
Replace the console for all OpenSim apps with a new console featuring command
|
16 years ago |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
16 years ago |
Justin Clarke Casey
|
732cd838b1
* Make existing module commanders register as help topics
|
16 years ago |
Justin Clarke Casey
|
65448cd02d
* refactor: Split out module Command class into a separate file
|
16 years ago |
Justin Clarke Casey
|
18100eee50
* Remove unused region info list from OpenSimBase.
|
16 years ago |
Justin Clarke Casey
|
d04025ff3d
* refactor: Move module handling code up into SceneBase from Scene, reducing the large number of different things that Scene does
|
16 years ago |
Justin Clarke Casey
|
a1da605706
* Introduce a new "default" option for asset_database in the [STORAGE] section
|
16 years ago |
Justin Clarke Casey
|
b6ee2f15ba
* refactor: Remove the need to separately pass in the http listener to the scene - this is always available via CommsManager
|
16 years ago |
Justin Clarke Casey
|
266d0fbaae
* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes
|
16 years ago |