Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -531/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-16 | Moved the OpenSimMain class into the OpenSim.exe project | MW | 1 | -3/+4 | |
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -32/+2 | |
2007-05-16 | a bit more refactoring | MW | 1 | -12/+6 | |
2007-05-16 | Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵ | MW | 1 | -35/+17 | |
okay but needs a lot more testing. | |||||
2007-05-16 | * removed unused new-login.dat | lbsa71 | 1 | -4/+9 | |
* 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-16 | More refactoring. | MW | 1 | -1/+1 | |
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) | |||||
2007-05-16 | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 1 | -124/+10 | |
2007-05-16 | started to refactor startup code and to move udp server code out to its own ↵ | MW | 1 | -176/+164 | |
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-15 | Worked on Asset server, asset downloads (from server to sim) now work. | MW | 1 | -2/+2 | |
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-14 | Attempting to add region name to console. | Adam Frisby | 1 | -0/+1 | |
2007-05-14 | moved the EnableNeighbours code to after the client has completed the move ↵ | MW | 1 | -36/+1 | |
to the region | |||||
2007-05-13 | Added very basic support for maps (likely to only work in sandbox mode due ↵ | MW | 1 | -1/+1 | |
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-12 | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵ | Adam Frisby | 1 | -34/+34 | |
more, 94 warnings in the compiler... | |||||
2007-05-08 | Fixed bug where client crashes on login if in sandbox mode and region is set ↵ | MW | 1 | -1/+1 | |
to anything other than 997,996 | |||||
2007-05-08 | * added guid to logname to avoid file sharing on multiple instances on same host | lbsa71 | 1 | -1/+1 | |
2007-05-08 | * fixed dataUri null bug | lbsa71 | 1 | -2/+4 | |
* ignored some files | |||||
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 1 | -43/+94 | |
2007-05-04 | * Removed superfluous int to prevent warning | Adam Frisby | 1 | -1/+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) | |||||
2007-05-04 | Sims can now load their datastore (their localworld class - ↵ | Adam Frisby | 1 | -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. | |||||
2007-04-28 | Bugfixes | Adam Frisby | 1 | -1/+1 | |
2007-04-27 | Dumb mistake #2 | Adam Frisby | 1 | -0/+1 | |
2007-04-27 | Dumb mistake - forgot to assign the datastore variable | Adam Frisby | 1 | -0/+2 | |
2007-04-27 | * Added new commandline option -config <configfile.xml> | Adam Frisby | 1 | -2/+3 | |
Note: This is untested but is a very simple change and should 'just work'. If someone can test, appreciated. | |||||
2007-04-26 | added just what opensim needs...yet another command line option: -noverbose ↵ | MW | 1 | -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) | |||||
2007-04-25 | attempted bug fix | MW | 1 | -1/+1 | |
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -1/+3 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-25 | Can now use the xml config file for setting up things like sandbox mode, ↵ | MW | 1 | -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. | |||||
2007-04-25 | Small clean up of files and directories | MW | 1 | -10/+12 | |
2007-04-24 | Moved console input-handling function "RunTerrainCmd" into BasicTerrain ↵ | Adam Frisby | 1 | -80/+5 | |
itself, this allows independent versions of BasicTerrain to have different functionality exposed directly. | |||||
2007-04-22 | Now starts up a laggy (to be fixed) TCP server in grid mode and sends a banner | gareth | 1 | -2/+12 | |
NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE! | |||||
2007-04-20 | Terrain: | Adam Frisby | 1 | -0/+5 | |
* Added 'multiply' command since rescale doesnt exactly do what Adam wants. | |||||
2007-04-20 | Terrain: | Adam Frisby | 1 | -0/+5 | |
* Added 'rescale' command for normalising a terrain between two values | |||||
2007-04-20 | Console: | Adam Frisby | 1 | -3/+75 | |
* Reorganised and added default handlers to main functions * Removed "regenerate" command, use "terrain regenerate" instead. * Added new "terrain seed" command to set the random seed * Added new "terrain load" command to load a terrain from disk * Added new "terrain save" command to save a terrain to disk Terrain: * Added new export and import functions for some common formats * Added new setSeed function to allow customising the random seed | |||||
2007-04-17 | Yet another command line option (really need to get all these moved into a ↵ | MW | 1 | -1/+9 | |
config file), this one: "-localasset" (without the quotes) is a temporary hack to use a local asset server when in grid mode. (use with extreme caution if you have more than one sim in a grid) | |||||
2007-04-17 | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 1 | -26/+33 | |
2007-04-17 | Created skeleton SimComms.cs for sim<->sim UDP circuits | gareth | 1 | -0/+20 | |
Fixed bug with <0,0> co-ordinates on sim crossing | |||||
2007-04-17 | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵ | gareth | 1 | -8/+15 | |
be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically | |||||
2007-04-15 | Started to fix sandbox mode | MW | 1 | -59/+72 | |
2007-04-15 | unbroke sandbox mode | gareth | 1 | -2/+2 | |
2007-04-15 | W00t! multiple sims! | gareth | 1 | -5/+56 | |
Misc bugfixes Child agents!!!!!! General sexy stuff | |||||
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -8/+8 | |
* Now dumping default value in config. * | |||||
2007-04-11 | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 1 | -1/+1 | |
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | |||||
2007-04-11 | Changed so that a bin\ScriptEngines\ directory will be searched for ↵ | MW | 1 | -1/+1 | |
scripting Engines. Added the work in progress JVM scripting engine. | |||||
2007-04-11 | Added POST handler for /sims/ in the grid server | gareth | 1 | -1/+0 | |
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments | |||||
2007-04-11 | * nant building again | lbsa71 | 1 | -1/+1 | |
2007-04-10 | Fixed "teh bug" | gareth | 1 | -0/+1 | |
2007-04-07 | Documentation! | Adam Frisby | 1 | -0/+20 | |
2007-04-06 | Now back to compiling, just no terrain generation at the moment | MW | 1 | -1/+1 | |
2007-04-06 | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 1 | -1/+1 | |