Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -296/+0 | |
2007-06-28 | Deleted some files that are no longer in use. (I am sure I deleted these ↵ | MW | 1 | -258/+0 | |
yesterday but they seem to have returned). | |||||
2007-06-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 1 | -29/+2 | |
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used). | |||||
2007-06-14 | Deleted IGridServer interface (and classes implementing that). | MW | 1 | -2/+2 | |
2007-06-11 | *Added and updated copyright headers on all files in both OpenSim and OGS | mingchen | 1 | -5/+5 | |
2007-06-07 | Updated SimAddress in sandbox mode. | andy | 1 | -1/+5 | |
2007-06-06 | Changes: | mingchen | 1 | -1/+1 | |
*Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created Bug Fixes: *Fixed crash on startup while in sandbox when "Setting up master avatar" *Fixed most core functions in ParcelManager and Parcel that where broken *Fixed Parcel saving to database Known Issues: *Dividing parcel fails in viewer (gives an error about needing 2 parcels) | |||||
2007-06-05 | * Added proper copyright notices to everything (2/3) | Adam Frisby | 1 | -4/+5 | |
2007-06-05 | *Cleaned up Configuration Setup questions | mingchen | 1 | -0/+7 | |
*Added Configuration option for Master User Avatar name and (in sandbox mode) password *Added support for Master User in sandbox mode. Support lacks for grid mode still. **Grid support is possible when remotely fetching avatar data by name and UUID is available *Currently lacks parcel buying support. For now, in sandbox mode, log into master user information to own the parcel | |||||
2007-05-31 | Implementing a test Communications manager to test some of the interfaces ↵ | MW | 1 | -2/+3 | |
(likely this test version will morph into the sandbox version) | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-16 | Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵ | MW | 1 | -5/+13 | |
okay but needs a lot more testing. | |||||
2007-05-16 | * removed unused new-login.dat | lbsa71 | 1 | -12/+0 | |
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld | |||||
2007-05-13 | Inventory should be working again in sandbox mode | MW | 1 | -0/+1 | |
2007-05-13 | Added very basic support for maps (likely to only work in sandbox mode due ↵ | MW | 1 | -15/+15 | |
to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing) | |||||
2007-05-11 | Updated to use LoginResponse. | andy | 1 | -28/+28 | |
2007-05-08 | Fixed bug where client crashes on login if in sandbox mode and region is set ↵ | MW | 1 | -3/+7 | |
to anything other than 997,996 | |||||
2007-04-25 | Small clean up of files and directories | MW | 1 | -0/+1 | |
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -1/+0 | |
* Now dumping default value in config. * | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -0/+0 | |
2007-04-02 | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵ | MW | 1 | -1/+1 | |
configuration method, so that it is easier to load configuration data from a ogs server | |||||
2007-04-02 | (no commit message) | MW | 1 | -1/+3 | |
2007-03-30 | Added a LoginResponse class for LoginServer. | andy | 1 | -38/+14 | |
2007-03-29 | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 1 | -2/+0 | |
2007-03-29 | * Tried to make the sandbox/useraccount sim setup a bit simpler | lbsa71 | 1 | -145/+0 | |
* Removed some comments | |||||
2007-03-29 | Added lbsa71's http server changes. | MW | 1 | -142/+161 | |
So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port) | |||||
2007-03-28 | After hours of searching for a bug, it works - User accounts in sandbox ↵ | MW | 1 | -1/+16 | |
mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface | |||||
2007-03-28 | RIP OpenSimRoot. (removed) | MW | 1 | -1/+1 | |
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. | |||||
2007-03-27 | * revert the revert - begin the beguine | lbsa71 | 1 | -8/+12 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -12/+8 | |
2007-03-27 | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 1 | -8/+12 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -0/+414 | |