aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSim.RegionServer.dll.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-90/+0
| | | | the Grid servers can be a separate solution to the region server.
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-5/+5
| | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-90/+90
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-90/+90
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-171-89/+90
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-161-89/+89
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Renamed OpenSimApplicationBase again this time to RegionServerBase MW2007-05-161-1/+1
|
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-161-1/+1
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-88/+89
|
* FIXED THE BUILD!gareth2007-05-161-87/+88
|
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-161-0/+2
| | | | okay but needs a lot more testing.
* More refactoring.MW2007-05-161-0/+1
| | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-7/+9
| | | | 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)
* Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW2007-05-151-0/+1
|
* Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW2007-05-151-0/+1
| | | | | | | grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
* updated Build/project files to include the new projects and new files.MW2007-05-151-79/+80
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Added skeleton master service managergareth2007-05-131-79/+79
|
* * deleted bin directorieslbsa712007-05-081-79/+79
| | | | | | * ignored bin directories * regenerated nant files
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-0/+1
|
* Cleaned up Adam's messgareth2007-05-051-1/+0
|
* Copied gridserver ready to convert to asset servergareth2007-04-291-79/+79
| | | | | | I'M THAT NUTS!!!!!!!!
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-251-0/+1
| | | | viewer 1.15.02, due to big changes in the message templates.
* Small clean up of files and directoriesMW2007-04-251-5/+0
|
* === Dedicated to Jesse. ===lbsa712007-04-221-83/+83
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-83/+83
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-82/+83
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-111-82/+82
| | | | | | | | | 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
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-82/+82
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Fixed "teh bug"gareth2007-04-101-81/+82
|
* Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW2007-04-041-0/+1
| | | | | Split World class into two partial classes
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-041-0/+2
| | | | to work on)
* * Added Primitive2 to vs2005 solution (again)lbsa712007-04-041-0/+1
|
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-77/+77
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-77/+77
| | | | | | | Can login but no config data sent/updated yet
* * The world can not contain ScriptFactories that creates unique instances of ↵lbsa712007-04-031-0/+2
| | | | | | | | scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
* * Extended Script API with GetRandomAvatarlbsa712007-04-031-0/+1
| | | | | | | * The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar.
* * Script prototypelbsa712007-04-031-0/+3
|
* OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW2007-04-021-0/+2
| | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-021-69/+69
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* Added new REST protocol (partially complete)gareth2007-04-021-69/+69
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* More refactoringMW2007-04-011-0/+1
|
* * Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa712007-03-291-2/+0
|
* Added lbsa71's http server changes. MW2007-03-291-3/+0
| | | | | | 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)
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-1/+0
| | | | | | | 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
* RIP OpenSimRoot. (removed)MW2007-03-281-1/+2
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-271-3/+4
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-4/+3
|
* * vaseline + duct-tape.lbsa712007-03-271-1/+1
|
* * Fixed yet another project ref fuck-up in Prebuild.lbsa712007-03-271-4/+4
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-1/+2
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.