aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-18Added session IDs to the grid management agentgareth1-90/+90
2007-05-18add 1 to global Y posn when exceeding 255 local Y. Was adding 1 to global ↵morphw1-2/+2
X. Good eyes makomk
2007-05-17forgot a .ToString() on AgentIDMW1-1/+1
2007-05-17Hopefully everything is working againMW2-4/+14
2007-05-17Attempt 2MW2-18/+8
2007-05-17Attempt to fix trunk which someone broke <looks innocent>MW5-4/+7
2007-05-17* more refactoring and error messagelbsa711-8/+15
2007-05-17* refactored a bit and added error msglbsa711-31/+45
2007-05-17Check it builds before you commitMW1-0/+5
2007-05-17Some work on the new SceneObject and primitive2 classes MW1-0/+54
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW6-527/+662
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth2-344/+344
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Updating nant/solution files.Adam Frisby1-41/+33
2007-05-16* sing loud, sing proud, sing from the heartlbsa713-4/+2
2007-05-16* here goes nothing...lbsa711-1/+1
2007-05-16* uncommented offending codelbsa711-7/+0
2007-05-16Renamed OpenSimApplicationBase again this time to RegionServerBase MW3-5/+27
2007-05-16Moved the OpenSimMain class into the OpenSim.exe project MW4-8/+9
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW4-120/+173
2007-05-16a bit more refactoringMW4-13/+20
2007-05-16FIXED THE BUILD!gareth2-89/+90
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW8-61/+208
okay but needs a lot more testing.
2007-05-16* removed unused new-login.datlbsa713-28/+35
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
2007-05-16Yet more cleanup/refactoringMW3-20/+41
2007-05-16More refactoring.MW10-678/+479
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-16* deleted some user fileslbsa711-38/+30
* ignored some files
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 ↵MW15-249/+449
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-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
(needs doing) and when downgrading a client to a child-avatar (should be working)
2007-05-15Worked on Asset server, asset downloads (from server to sim) now work.MW3-4/+15
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-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 ↵MW4-123/+151
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
2007-05-15updated Build/project files to include the new projects and new files.MW4-81/+108
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-15added processing for TeleportLocationRequest and TeleportLandmarkRequest. ↵morphw1-1/+80
Local teleports implemented, inter-region teleports left to do.
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 ↵MW2-36/+42
to the region
2007-05-14Added some sanity checks to AddViewerAgent to prevent duplicate addition ↵Adam Frisby1-2/+16
(now attempts update).
2007-05-14Finished off adding the new management API to gridservergareth1-1/+1
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
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 ↵MW2-2/+2
one that if you stand at least 10 feet away from the screen and strain your eyes a bit and have really bad vision could maybe look like a island.
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due ↵MW5-12/+82
to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby7-100/+100
more, 94 warnings in the compiler...
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 ↵MW1-68/+65
refactor/rewrite/bugfix.
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW1-1/+1
to anything other than 997,996
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
* ignored some files
2007-05-08* deleted bin directorieslbsa711-79/+79
* ignored bin directories * regenerated nant files