aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updating nant/solution files.Adam Frisby2007-05-161-41/+33
* * sing loud, sing proud, sing from the heartlbsa712007-05-163-4/+2
* * here goes nothing...lbsa712007-05-161-1/+1
* * uncommented offending codelbsa712007-05-161-7/+0
* Renamed OpenSimApplicationBase again this time to RegionServerBase MW2007-05-163-5/+27
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-164-8/+9
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-164-120/+173
* a bit more refactoringMW2007-05-164-13/+20
* FIXED THE BUILD!gareth2007-05-162-89/+90
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ok...MW2007-05-168-61/+208
* * removed unused new-login.datlbsa712007-05-163-28/+35
* Yet more cleanup/refactoringMW2007-05-163-20/+41
* More refactoring.MW2007-05-1610-678/+479
* * deleted some user fileslbsa712007-05-161-38/+30
* UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW2007-05-162-133/+37
* started to refactor startup code and to move udp server code out to its own c...MW2007-05-1615-249/+449
* made QueItem a nested class in SimClient.MW2007-05-152-1/+12
* Added RemoveAvatar() method to physics plugins, should be called on log out (...MW2007-05-152-0/+8
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-153-4/+15
* Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW2007-05-154-137/+161
* Turned SimClient into a partial class (and added SimClient(Grid), so that gri...MW2007-05-154-123/+151
* updated Build/project files to include the new projects and new files.MW2007-05-154-81/+108
* added processing for TeleportLocationRequest and TeleportLandmarkRequest. Lo...morphw2007-05-151-1/+80
* Attempting to add region name to console.Adam Frisby2007-05-141-0/+1
* moved the EnableNeighbours code to after the client has completed the move to...MW2007-05-142-36/+42
* Added some sanity checks to AddViewerAgent to prevent duplicate addition (now...Adam Frisby2007-05-141-2/+16
* Finished off adding the new management API to gridservergareth2007-05-141-1/+1
* Added skeleton master service managergareth2007-05-131-79/+79
* Changed to slightly better textures for the map: a blue one for the sea and o...MW2007-05-132-2/+2
* Added very basic support for maps (likely to only work in sandbox mode due to...MW2007-05-135-12/+82
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby2007-05-127-100/+100
* Increased the flying speed MW2007-05-122-1/+6
* Added landmark asset creation.morphw2007-05-111-12/+36
* finally some time to do some more work on the primitive2 refactor/rewrite/bug...MW2007-05-111-68/+65
* Fixed bug where client crashes on login if in sandbox mode and region is set ...MW2007-05-081-1/+1
* * added guid to logname to avoid file sharing on multiple instances on same hostlbsa712007-05-081-1/+1
* * fixed dataUri null buglbsa712007-05-081-2/+4
* * deleted bin directorieslbsa712007-05-081-79/+79
* Merged 0.1-prestable back into trunk :(gareth2007-05-072-43/+95
* Cleaned up Adam's messgareth2007-05-051-1/+0
* * Removed superfluous int to prevent warningAdam Frisby2007-05-042-2/+11
* Sims can now load their datastore (their localworld class - prims/terrain/etc...Adam Frisby2007-05-041-20/+28
* fixed the VS 2005 solution/ project files.MW2007-04-304-6/+39
* Copied gridserver ready to convert to asset servergareth2007-04-291-79/+79
* BugfixesAdam Frisby2007-04-282-1/+5
* Dumb mistake #2Adam Frisby2007-04-271-0/+1
* Dumb mistake - forgot to assign the datastore variableAdam Frisby2007-04-271-0/+2
* Major ass commitAdam Frisby2007-04-272-0/+17
* * Added new commandline option -config <configfile.xml>Adam Frisby2007-04-271-2/+3
* added just what opensim needs...yet another command line option: -noverbose ....MW2007-04-261-2/+2