Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 vuotta sitten |
lbsa71
|
efd90b56b7
* Optimized usings
|
17 vuotta sitten |
Jeff Ames
|
af6eb67999
saved OpenSim source code from the giant rampaging unterminated copyright notice of doom
|
17 vuotta sitten |
lbsa71
|
ce3a87daa5
* Changed namespace
|
17 vuotta sitten |
lbsa71
|
67e12b95ea
* Optimized usings
|
17 vuotta sitten |
MW
|
3d8219f6c7
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
|
17 vuotta sitten |
lbsa71
|
070047ce1b
* Added prototypical AvatarFactory module interface to load avatar parameters
|
17 vuotta sitten |
lbsa71
|
82bdf535df
* minor refactoring
|
17 vuotta sitten |
MW
|
710b8375a9
Some tiny refactoring
|
17 vuotta sitten |
MW
|
652654176a
more refactoring
|
17 vuotta sitten |
MW
|
9b1eefbcde
Some continuation of lbsa71's refactoring of the CommunicationsManager.
|
17 vuotta sitten |
lbsa71
|
b5eaea7b0c
* Moved setup of LocalInventoryService and LocalUserServices to the app layer
|
17 vuotta sitten |
lbsa71
|
863195612b
Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tleiades patch 444 and 445.
|
17 vuotta sitten |
lbsa71
|
8143c597fc
* Tleiades grid mode inventory (#444) - thanx Tleiades!
|
17 vuotta sitten |
lbsa71
|
3ac43d0120
* Removed some more fields from CommunicationsLocal
|
17 vuotta sitten |
lbsa71
|
00ddeebf57
* So, ok, maybe a bit harsh to explode on grid inventory calls.
|
17 vuotta sitten |
lbsa71
|
ee5f069e2a
* Now there's only one UserService
|
17 vuotta sitten |
lbsa71
|
1302ef44e3
* Started major restructusing of comms to prepare for better grid and region functionality
|
17 vuotta sitten |
lbsa71
|
9ccab46ae8
* Trying to streamline CommunicationsManager
|
17 vuotta sitten |
lbsa71
|
40468f18a4
* Encapsulated all CommunicationsManager services
|
17 vuotta sitten |
lbsa71
|
5818958a9a
*** CHANGED CONFIG BEHAVIOUR ***
|
17 vuotta sitten |
lbsa71
|
47256cebda
* Renamed methods on IUserData
|
17 vuotta sitten |
lbsa71
|
79045abe68
* Renamed stuff on UserManagerBase to get implicit implementation of IUserServices (instead of stubs)
|
17 vuotta sitten |
lbsa71
|
b112539f95
* minor refactorings
|
17 vuotta sitten |
Sean Dague
|
ffe9c9374a
mass update of urls in source code to new website
|
17 vuotta sitten |
MW
|
31b895681a
As part of our "we aim to please" commitment, have added the ability to create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename".
|
17 vuotta sitten |
MW
|
8e3b2392d1
Start of trying to make Region/Scene more modular.
|
17 vuotta sitten |
MW
|
6555ffb591
Set some default values for "create user" in case anyone just pressing return as the answer to some of the settings.
|
17 vuotta sitten |
MW
|
4af33c4da6
Instant Messages between users in the same region should actually now work.
|
17 vuotta sitten |
MW
|
b6c48c53b2
Can now set the plugins for standalone mode's Inventory database (default sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that).
|
17 vuotta sitten |