Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
15 gadi atpakaļ |
Justin Clarke Casey
|
732cd838b1
* Make existing module commanders register as help topics
|
15 gadi atpakaļ |
Justin Clarke Casey
|
65448cd02d
* refactor: Split out module Command class into a separate file
|
15 gadi atpakaļ |
Justin Clarke Casey
|
18100eee50
* Remove unused region info list from OpenSimBase.
|
15 gadi atpakaļ |
Justin Clarke Casey
|
d04025ff3d
* refactor: Move module handling code up into SceneBase from Scene, reducing the large number of different things that Scene does
|
15 gadi atpakaļ |
Justin Clarke Casey
|
a1da605706
* Introduce a new "default" option for asset_database in the [STORAGE] section
|
16 gadi atpakaļ |
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 gadi atpakaļ |
Justin Clarke Casey
|
266d0fbaae
* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes
|
16 gadi atpakaļ |
Justin Clarke Casey
|
3b0db66b92
* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks
|
16 gadi atpakaļ |
MW
|
11169c0e71
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
16 gadi atpakaļ |
Teravus Ovares
|
414bf2aaf1
* The equals override of 'Location' is not working as expected. This caused sim restarts to fail because the test that searches for and shutsdown the UDP server listener for that region never found and shutdown the udp server. hence the error message, "only one listener on port".
|
16 gadi atpakaļ |
Justin Clarke Casey
|
7b49c711e9
* minor: Eliminate unused paramter in LocalUserServices constructors
|
16 gadi atpakaļ |
Justin Clarke Casey
|
0862627b34
* refactor: move CreateUser into UserServiceAdmin
|
16 gadi atpakaļ |
Dahlia Trimble
|
d8bb20fc1c
Thanks SachaMagne for a patch which adds the following console commands:
|
16 gadi atpakaļ |
Charles Krinke
|
02fd7751d9
Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:
|
16 gadi atpakaļ |
MW
|
d01cd9c84f
another small bit of startup refactoring
|
16 gadi atpakaļ |
Tedd Hansen
|
9511a8c763
Work in progress on SECS stuff. Have been holding it off until after 0.6 release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
|
16 gadi atpakaļ |
MW
|
c932aae4c3
a little bit more refactoring of startup
|
16 gadi atpakaļ |
Charles Krinke
|
c8db23d456
Thank you kindly, Diva for a patch that:
|
16 gadi atpakaļ |
MW
|
571b94f537
moved the initial loading/setting of the config settings to its own class, ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
|
16 gadi atpakaļ |
MW
|
204ef95843
Moved a couple of more configuration fields to ConfigSettings
|
16 gadi atpakaļ |
MW
|
079469b3f5
more startup/initialisation refactoring
|
16 gadi atpakaļ |
MW
|
2a249373d3
Moved most of the configuration fields from Opensimbase to their own Class... Framework/ConfigSettings.
|
16 gadi atpakaļ |
Justin Clarke Casey
|
a88e850ccf
* minor: eliminate unused config field
|
16 gadi atpakaļ |
Justin Clarke Casey
|
8c71954e08
* Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class
|
16 gadi atpakaļ |
Homer Horwitz
|
38e8853e57
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
|
16 gadi atpakaļ |
Justin Clarke Casey
|
269303d97d
* test: Add basic scene test which merely instantiates the scene right now
|
16 gadi atpakaļ |
Justin Clarke Casey
|
3b381523eb
* refactor: move loadInv and saveInv command line param functions up to the interactive OpenSim class
|
16 gadi atpakaļ |
Justin Clarke Casey
|
f7205da1d9
* move command line parsing code from inventory archive modules to opensim server
|
16 gadi atpakaļ |
Adam Frisby
|
54d7be8a49
* Adding CrytoGridAssetClient support - allows encrypting assets that are stored on a potentially hostile grid. This is not DRM, not should be relied on until after it's been security audited. I'll write a blog post on this explaining how/why/when you should use this, and what it does.
|
16 gadi atpakaļ |