aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-04-22Needs testing.Adam Frisby3-3/+11
2007-04-22Added lock around World.Update to prevent multiple updates occuring simultane...Adam Frisby1-32/+37
2007-04-22SimClient: Added Try/Catch over block of code which is triggering an exceptio...Adam Frisby2-1/+17
2007-04-22=== Dedicated to Jesse. ===lbsa711-83/+83
2007-04-22Now starts up a laggy (to be fixed) TCP server in grid mode and sends a bannergareth1-2/+12
2007-04-22Bumped avatar entry height to 15m above ground rather than the old 1m above g...Adam Frisby1-1/+1
2007-04-22Removed last references to ancient LandMap[] array.Adam Frisby1-2/+1
2007-04-22Commented first 50% of World.cs's functions with /// tagsAdam Frisby1-0/+64
2007-04-22Small fixAdam Frisby1-0/+1