Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small clean up of files and directories | MW | 2007-04-25 | 1 | -10/+12 |
| | |||||
* | Moved console input-handling function "RunTerrainCmd" into BasicTerrain ↵ | Adam Frisby | 2007-04-24 | 1 | -80/+5 |
| | | | | itself, this allows independent versions of BasicTerrain to have different functionality exposed directly. | ||||
* | Now starts up a laggy (to be fixed) TCP server in grid mode and sends a banner | gareth | 2007-04-22 | 1 | -2/+12 |
| | | | | | | NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE! | ||||
* | Terrain: | Adam Frisby | 2007-04-20 | 1 | -0/+5 |
| | | | | | * Added 'multiply' command since rescale doesnt exactly do what Adam wants. | ||||
* | Terrain: | Adam Frisby | 2007-04-20 | 1 | -0/+5 |
| | | | | | * Added 'rescale' command for normalising a terrain between two values | ||||
* | Console: | Adam Frisby | 2007-04-20 | 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 | ||||
* | Yet another command line option (really need to get all these moved into a ↵ | MW | 2007-04-17 | 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) | ||||
* | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 2007-04-17 | 1 | -26/+33 |
| | |||||
* | Created skeleton SimComms.cs for sim<->sim UDP circuits | gareth | 2007-04-17 | 1 | -0/+20 |
| | | | | | | Fixed bug with <0,0> co-ordinates on sim crossing | ||||
* | Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵ | gareth | 2007-04-17 | 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 | ||||
* | Started to fix sandbox mode | MW | 2007-04-15 | 1 | -59/+72 |
| | |||||
* | unbroke sandbox mode | gareth | 2007-04-15 | 1 | -2/+2 |
| | |||||
* | W00t! multiple sims! | gareth | 2007-04-15 | 1 | -5/+56 |
| | | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff | ||||
* | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -8/+8 |
| | | | | | | * Now dumping default value in config. * | ||||
* | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 2007-04-11 | 1 | -1/+1 |
| | | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | ||||
* | Changed so that a bin\ScriptEngines\ directory will be searched for ↵ | MW | 2007-04-11 | 1 | -1/+1 |
| | | | | | | | scripting Engines. Added the work in progress JVM scripting engine. | ||||
* | Added POST handler for /sims/ in the grid server | gareth | 2007-04-11 | 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 | ||||
* | * nant building again | lbsa71 | 2007-04-11 | 1 | -1/+1 |
| | |||||
* | Fixed "teh bug" | gareth | 2007-04-10 | 1 | -0/+1 |
| | |||||
* | Documentation! | Adam Frisby | 2007-04-07 | 1 | -0/+20 |
| | |||||
* | Now back to compiling, just no terrain generation at the moment | MW | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | more work on Primitive2 | MW | 2007-04-04 | 1 | -3/+4 |
| | |||||
* | no SimUUID in OpenSimMain | gareth | 2007-04-04 | 1 | -3/+1 |
| | |||||
* | Added SimUUID | gareth | 2007-04-04 | 1 | -14/+4 |
| | | | | | | Added empty POST for /sims in REST on gridserver | ||||
* | Finished initial sim<>Grid login (kinda) | gareth | 2007-04-03 | 1 | -1/+2 |
| | | | | | | | Can login but no config data sent/updated yet | ||||
* | Temporary fix for the object taking bug | MW | 2007-04-03 | 1 | -17/+13 |
| | |||||
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵ | MW | 2007-04-02 | 1 | -17/+42 |
| | | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig). | ||||
* | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵ | MW | 2007-04-02 | 1 | -0/+1 |
| | | | | configuration method, so that it is easier to load configuration data from a ogs server | ||||
* | Added /simstatus REST handler | gareth | 2007-04-02 | 1 | -0/+5 |
| | |||||
* | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 2007-04-02 | 1 | -2/+4 |
| | | | | same database as in world prims are stored. | ||||
* | More refactoring | MW | 2007-04-01 | 1 | -51/+26 |
| | |||||
* | More cleaning up of SimClient and packet handling | MW | 2007-04-01 | 1 | -7/+9 |
| | |||||
* | Moved more packet types to handlers | MW | 2007-04-01 | 1 | -0/+25 |
| | |||||
* | More work on adding Packets handlers and tested the first handler. | MW | 2007-04-01 | 1 | -0/+7 |
| | |||||
* | Added Packet handlers to SimClient | MW | 2007-03-31 | 1 | -0/+1 |
| | |||||
* | Can now Rez and DeRez objects (take to and from inventory). | MW | 2007-03-31 | 1 | -0/+2 |
| | | | | | Very much a work in progress and likely to be a number of bugs. | ||||
* | Started to add a few features to the web front end that should be useful ↵ | MW | 2007-03-30 | 1 | -1/+1 |
| | | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory. | ||||
* | * RestMethod now uses same pattern as XmlRpcMethod | lbsa71 | 2007-03-29 | 1 | -1/+2 |
| | | | | | | * Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay! | ||||
* | * Tried to make the sandbox/useraccount sim setup a bit simpler | lbsa71 | 2007-03-29 | 1 | -26/+25 |
| | | | | | | * Removed some comments | ||||
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 1 | -23/+63 |
| | | | | | | So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port) | ||||
* | After hours of searching for a bug, it works - User accounts in sandbox ↵ | MW | 2007-03-28 | 1 | -3/+19 |
| | | | | | | | mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface | ||||
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -45/+54 |
| | | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. | ||||
* | * worked a little bit more on straigthening the startup procedure out | lbsa71 | 2007-03-28 | 1 | -25/+53 |
| | |||||
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -4/+4 |
| | |||||
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -4/+4 |
| | |||||
* | * Continued refactoring away OpenSimRoot - now it's down to the final 2. | lbsa71 | 2007-03-27 | 1 | -2/+2 |
| | |||||
* | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 2007-03-27 | 1 | -2/+2 |
| | | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | ||||
* | Added REST-handler interface for the http server and changed the Admin Web ↵ | MW | 2007-03-27 | 1 | -0/+1 |
| | | | | front end to one. | ||||
* | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 2007-03-27 | 1 | -1/+52 |
| | | | | | | | | | | | | show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice) |