aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW43-8504/+0
the Grid servers can be a separate solution to the region server.
2007-05-24* Reduced effect of terraforming brushes by 1000%.Adam Frisby1-4/+4
* Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated.
2007-05-24* Simulators should no longer require all their neighbours to be online to ↵Adam Frisby1-32/+39
accept user connections.
2007-05-22and some more refactoring.MW1-2/+0
2007-05-22More refactoring.MW5-16/+27
2007-05-21More work on adding Events to ClientView (and registering to handle those ↵MW7-124/+221
events in Avatar and World)
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW21-522/+561
, 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.
2007-05-21Increased version number to 0.2! ZOMG!gareth1-1/+1
2007-05-21* minor refactoring for readability (and to lessen greed)lbsa713-25/+30
2007-05-20Didn't want to get left behind in the number of commits, and hey it says ↵MW2-5/+0
there are some differences between my local copy and svn, so why not commit?
2007-05-20* Reverted libterrain updatelbsa711-29/+21
* Updated vs2005 target
2007-05-20call RequestMapBlocks morphw1-1/+3
2007-05-20Add method to process for MapBlockRequest packetsmorphw1-4/+25
2007-05-19Border crossing back to mostly working, still seems a problem in that you ↵MW4-4/+31
need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
2007-05-19Added the echo method for template checksum handling (idea from ↵MW1-120/+0
Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients.
2007-05-19Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW1-1/+0
2007-05-19Added a CheckSumServer (handles template checksum , so there is no longer ↵MW3-25/+158
the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line
2007-05-19Number of small changesMW4-68/+74
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2-127/+114
changed something. * Updated solution files & build files via prebuild.
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.