aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-16FIXED THE BUILD!gareth2-89/+90
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ok...MW8-61/+208
2007-05-16* removed unused new-login.datlbsa713-28/+35
2007-05-16Yet more cleanup/refactoringMW3-20/+41
2007-05-16More refactoring.MW10-678/+479
2007-05-16* deleted some user fileslbsa711-38/+30
2007-05-16UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW2-133/+37
2007-05-16started to refactor startup code and to move udp server code out to its own c...MW15-249/+449
2007-05-15made QueItem a nested class in SimClient.MW2-1/+12
2007-05-15Added RemoveAvatar() method to physics plugins, should be called on log out (...MW2-0/+8
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW3-4/+15
2007-05-15Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW4-137/+161
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that gri...MW4-123/+151
2007-05-15updated Build/project files to include the new projects and new files.MW4-81/+108
2007-05-15added processing for TeleportLocationRequest and TeleportLandmarkRequest. Lo...morphw1-1/+80
2007-05-14Attempting to add region name to console.Adam Frisby1-0/+1
2007-05-14moved the EnableNeighbours code to after the client has completed the move to...MW2-36/+42
2007-05-14Added some sanity checks to AddViewerAgent to prevent duplicate addition (now...Adam Frisby1-2/+16
2007-05-14Finished off adding the new management API to gridservergareth1-1/+1
2007-05-13Added skeleton master service managergareth1-79/+79
2007-05-13Changed to slightly better textures for the map: a blue one for the sea and o...MW2-2/+2
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due to...MW5-12/+82
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby7-100/+100
2007-05-12Increased the flying speed MW2-1/+6
2007-05-11Added landmark asset creation.morphw1-12/+36
2007-05-11finally some time to do some more work on the primitive2 refactor/rewrite/bug...MW1-68/+65
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ...MW1-1/+1
2007-05-08* added guid to logname to avoid file sharing on multiple instances on same hostlbsa711-1/+1
2007-05-08* fixed dataUri null buglbsa711-2/+4
2007-05-08* deleted bin directorieslbsa711-79/+79
2007-05-07Merged 0.1-prestable back into trunk :(gareth2-43/+95
2007-05-05Cleaned up Adam's messgareth1-1/+0
2007-05-04* Removed superfluous int to prevent warningAdam Frisby2-2/+11
2007-05-04Sims can now load their datastore (their localworld class - prims/terrain/etc...Adam Frisby1-20/+28
2007-04-30fixed the VS 2005 solution/ project files.MW4-6/+39
2007-04-29Copied gridserver ready to convert to asset servergareth1-79/+79
2007-04-28BugfixesAdam Frisby2-1/+5
2007-04-27Dumb mistake #2Adam Frisby1-0/+1
2007-04-27Dumb mistake - forgot to assign the datastore variableAdam Frisby1-0/+2
2007-04-27Major ass commitAdam Frisby2-0/+17
2007-04-27* Added new commandline option -config <configfile.xml>Adam Frisby1-2/+3
2007-04-26added just what opensim needs...yet another command line option: -noverbose ....MW1-2/+2
2007-04-26At last: avatar-template.dat is no moreMW1-5/+13
2007-04-26Mostly working again.MW3-6/+39
2007-04-25attempted bug fixMW1-1/+1
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ...MW10-21/+66
2007-04-25Can now use the xml config file for setting up things like sandbox mode, logi...MW1-2/+91
2007-04-25Small clean up of files and directoriesMW17-98/+25
2007-04-24Moved console input-handling function "RunTerrainCmd" into BasicTerrain itsel...Adam Frisby1-80/+5
2007-04-22Added mutex instead of lock for updateAdam Frisby1-37/+37