aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FIXED THE BUILD!gareth2007-05-162-89/+90
|
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-168-61/+208
| | | | okay but needs a lot more testing.
* * removed unused new-login.datlbsa712007-05-163-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
* Yet more cleanup/refactoringMW2007-05-163-20/+41
|
* More refactoring.MW2007-05-1610-678/+479
| | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
* * deleted some user fileslbsa712007-05-161-38/+30
| | | | | * ignored some files
* 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 ↵MW2007-05-1615-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)
* 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
| | | | (needs doing) and when downgrading a client to a child-avatar (should be working)
* Worked on Asset server, asset downloads (from server to sim) now work.MW2007-05-153-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.
* 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 ↵MW2007-05-154-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)
* updated Build/project files to include the new projects and new files.MW2007-05-154-81/+108
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* added processing for TeleportLocationRequest and TeleportLandmarkRequest. ↵morphw2007-05-151-1/+80
| | | | Local teleports implemented, inter-region teleports left to do.
* 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 ↵MW2007-05-142-36/+42
| | | | to the region
* Added some sanity checks to AddViewerAgent to prevent duplicate addition ↵Adam Frisby2007-05-141-2/+16
| | | | (now attempts update).
* Finished off adding the new management API to gridservergareth2007-05-141-1/+1
| | | | | | | | Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
* Added skeleton master service managergareth2007-05-131-79/+79
|
* Changed to slightly better textures for the map: a blue one for the sea and ↵MW2007-05-132-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.
* Added very basic support for maps (likely to only work in sandbox mode due ↵MW2007-05-135-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)
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby2007-05-127-100/+100
| | | | more, 94 warnings in the compiler...
* 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 ↵MW2007-05-111-68/+65
| | | | refactor/rewrite/bugfix.
* Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW2007-05-081-1/+1
| | | | to anything other than 997,996
* * 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
| | | | | * ignored some files
* * deleted bin directorieslbsa712007-05-081-79/+79
| | | | | | * ignored bin directories * regenerated nant files
* 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
| | | | | | * Changed OGSServer on RegionServer to bind to <port> - 500 rather than a single fixed port * Added support for the grid server to tell us who we are (optional)
* Sims can now load their datastore (their localworld class - ↵Adam Frisby2007-05-041-20/+28
| | | | prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.
* fixed the VS 2005 solution/ project files.MW2007-04-304-6/+39
| | | | | and a couple of other small changes
* Copied gridserver ready to convert to asset servergareth2007-04-291-79/+79
| | | | | | I'M THAT NUTS!!!!!!!!
* 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 "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
* * Added new commandline option -config <configfile.xml>Adam Frisby2007-04-271-2/+3
| | | | | Note: This is untested but is a very simple change and should 'just work'. If someone can test, appreciated.
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-2/+2
| | | | . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
* At last: avatar-template.dat is no moreMW2007-04-261-5/+13
|
* Mostly working again.MW2007-04-263-6/+39
| | | | | | Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ). Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
* attempted bug fixMW2007-04-251-1/+1
|
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-2510-21/+66
| | | | viewer 1.15.02, due to big changes in the message templates.
* Can now use the xml config file for setting up things like sandbox mode, ↵MW2007-04-251-2/+91
| | | | | | | | login server, physics engine etc. To use this mode add just -configfile to the startup line (instead of the -sandbox etc) A example of what to add to the xml is: SandBox="true" LoginServer="true" UserAccounts="false" LocalAssets="false" PhysicsEngine="basicphysics" (add those to config node in simconfig.xml). The current options for PhysicsEngine are : basicphysics, RealPhysX, OpenDynamicsEngine.
* Small clean up of files and directoriesMW2007-04-2517-98/+25
|
* Moved console input-handling function "RunTerrainCmd" into BasicTerrain ↵Adam Frisby2007-04-241-80/+5
| | | | itself, this allows independent versions of BasicTerrain to have different functionality exposed directly.
* Added mutex instead of lock for updateAdam Frisby2007-04-221-37/+37
|