aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/RegionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-07*Added EstateSettings.cs and moved many relevant variables from ↵mingchen1-6/+6
RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-1/+1
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-14/+14
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
2007-06-05*Cleaned up Configuration Setup questionsmingchen1-23/+54
*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-06-03Added Basic Parcel Supportmingchen1-0/+15
*Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
2007-05-29attempt twoMW1-1/+2
2007-05-29Hopefully fixed Culture decimal problemMW1-1/+2
2007-05-27* Fixed dumb mistake with terrain default loading.Adam Frisby1-0/+8
2007-05-27* Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use ↵Adam Frisby1-1/+19
the first resolved IP of the system. This is to assist with Adam's lazy-deploy system but may be useful to others.
2007-05-27* Added ability to set default terrain to a file in region config. If unable ↵Adam Frisby1-0/+18
to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use.
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-12/+1
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW1-1/+12
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby1-14/+14
more, 94 warnings in the compiler...
2007-04-28BugfixesAdam Frisby1-0/+4
2007-04-27Major ass commitAdam Frisby1-0/+13
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+2
viewer 1.15.02, due to big changes in the message templates.
2007-04-21Config:Adam Frisby1-3/+3
* Added sane defaults to each configuration step. (The defaults for sim/user/grid will now create a working grid)
2007-04-20Hopefully fixed the forward slash bug in the gridurl set upMW1-7/+16
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-6/+6
2007-04-13Fixed weird XML/HTTP bugsgareth1-2/+4
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
2007-04-12aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth1-5/+9
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-8/+8
* Now dumping default value in config. *
2007-04-11(no commit message)MW1-39/+44
2007-04-11Added POST handler for /sims/ in the grid servergareth1-63/+41
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-04more work on Primitive2MW1-17/+16
2007-04-04Added SimUUIDgareth1-2/+18
Added empty POST for /sims in REST on gridserver
2007-04-03Temporary fix for the object taking bugMW1-4/+4
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-0/+229
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).