Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -261/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-16 | started to refactor startup code and to move udp server code out to its own ↵ | MW | 1 | -12/+1 | |
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 | -1/+12 | |
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-12 | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵ | Adam Frisby | 1 | -14/+14 | |
more, 94 warnings in the compiler... | |||||
2007-04-28 | Bugfixes | Adam Frisby | 1 | -0/+4 | |
2007-04-27 | Major ass commit | Adam Frisby | 1 | -0/+13 | |
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function. | |||||
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -0/+2 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-21 | Config: | Adam Frisby | 1 | -3/+3 | |
* Added sane defaults to each configuration step. (The defaults for sim/user/grid will now create a working grid) | |||||
2007-04-20 | Hopefully fixed the forward slash bug in the gridurl set up | MW | 1 | -7/+16 | |
2007-04-17 | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 1 | -6/+6 | |
2007-04-13 | Fixed weird XML/HTTP bugs | gareth | 1 | -2/+4 | |
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola | |||||
2007-04-12 | aaaaaaarrrrrrrrrggggghhhhhhhh why oh why? | gareth | 1 | -5/+9 | |
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -8/+8 | |
* Now dumping default value in config. * | |||||
2007-04-11 | (no commit message) | MW | 1 | -39/+44 | |
2007-04-11 | Added POST handler for /sims/ in the grid server | gareth | 1 | -63/+41 | |
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-04 | more work on Primitive2 | MW | 1 | -17/+16 | |
2007-04-04 | Added SimUUID | gareth | 1 | -2/+18 | |
Added empty POST for /sims in REST on gridserver | |||||
2007-04-03 | Temporary fix for the object taking bug | MW | 1 | -4/+4 | |
2007-04-02 | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵ | MW | 1 | -0/+229 | |
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig). |