| Commit message (Expand) | Author | Files | Lines |
2007-04-13 | Fixed weird XML/HTTP bugs | gareth | 1 | -2/+4 |
2007-04-12 | aaaaaaarrrrrrrrrggggghhhhhhhh why oh why? | gareth | 1 | -5/+9 |
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 4 | -18/+17 |
2007-04-11 | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 2 | -14/+14 |
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -1/+1 |
2007-04-11 | small improvement to the jvm and test script | MW | 1 | -0/+1 |
2007-04-11 | First basic test script now works in the jvm scripting engine. | MW | 2 | -5/+127 |
2007-04-11 | Changed so that a bin\ScriptEngines\ directory will be searched for scripting... | MW | 4 | -87/+117 |
2007-04-11 | (no commit message) | MW | 1 | -39/+44 |
2007-04-11 | Added POST handler for /sims/ in the grid server | gareth | 3 | -146/+123 |
2007-04-11 | * nant building again | lbsa71 | 1 | -1/+1 |
2007-04-11 | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 2 | -112/+107 |
2007-04-11 | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve... | Adam Frisby | 2 | -8/+8 |
2007-04-10 | (no commit message) | MW | 2 | -25/+30 |
2007-04-10 | And now clothes update and show for all users | gareth | 1 | -0/+16 |
2007-04-10 | Fixed avatar appearance not updating issue as per bug report #79 | gareth | 1 | -1/+2 |
2007-04-10 | Avatar now stands still and does the normal animation stuff | gareth | 1 | -1/+10 |
2007-04-10 | Fixed "teh bug" | gareth | 2 | -81/+83 |
2007-04-07 | Documentation! | Adam Frisby | 2 | -1/+31 |
2007-04-06 | compiles and works just weird terrain problem (and terrain saving is currentl... | MW | 1 | -1/+11 |
2007-04-06 | Now back to compiling, just no terrain generation at the moment | MW | 2 | -6/+6 |
2007-04-06 | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 5 | -58/+53 |
2007-04-06 | very very few changes, but just commiting so that svn it upto date with my lo... | MW | 3 | -2/+12 |
2007-04-04 | more work on Primitive2 | MW | 3 | -43/+152 |
2007-04-04 | no SimUUID in OpenSimMain | gareth | 1 | -3/+1 |
2007-04-04 | Added SimUUID | gareth | 2 | -16/+22 |
2007-04-04 | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 5 | -198/+237 |
2007-04-04 | Split Avatar class into three partial classes (hopefully will make it easier ... | MW | 8 | -286/+389 |
2007-04-04 | * Added Primitive2 to vs2005 solution (again) | lbsa71 | 2 | -0/+4 |
2007-04-04 | Seems that I didn't actually include the Primitive2.cs file in the earlier co... | MW | 1 | -0/+254 |
2007-04-04 | * Added Primitive2 to vs2005 solution | lbsa71 | 2 | -105/+96 |
2007-04-04 | Started to clean up/ rewrite Primitive class , currently the new version is c... | MW | 4 | -62/+64 |
2007-04-03 | Finished initial sim<>Grid login (kinda) | gareth | 2 | -78/+79 |
2007-04-03 | * The world can not contain ScriptFactories that creates unique instances of ... | lbsa71 | 6 | -60/+74 |
2007-04-03 | * Extended Script API with GetRandomAvatar | lbsa71 | 11 | -74/+159 |
2007-04-03 | Another temporary bug fix attempt, this time for the packet overflow problem,... | MW | 1 | -7/+11 |
2007-04-03 | attempt at a temporary fix to the shirt creation bug. (Its only temporary as ... | MW | 1 | -1/+1 |
2007-04-03 | Added easier way to add "scripts" to prims: to add Libsa71's test script, cre... | MW | 2 | -1/+88 |
2007-04-03 | * Script prototype | lbsa71 | 7 | -36/+213 |
2007-04-03 | Limited (hacked) object linking. Note: once you have linked a set of prims to... | MW | 2 | -3/+33 |
2007-04-03 | Temporary fix for the object taking bug | MW | 6 | -68/+28 |
2007-04-02 | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene... | MW | 5 | -20/+283 |
2007-04-02 | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con... | MW | 2 | -69/+70 |
2007-04-02 | Added /simstatus REST handler | gareth | 1 | -0/+5 |
2007-04-02 | Moved database storage of the world map to the Db4LocalStorage so its in the ... | MW | 3 | -191/+198 |
2007-04-02 | Added OpenUser.Config project | gareth | 1 | -186/+186 |
2007-04-02 | (no commit message) | MW | 1 | -0/+10 |
2007-04-02 | Fixed VS2005 solution/project files | MW | 1 | -186/+186 |
2007-04-02 | Added new REST protocol (partially complete) | gareth | 2 | -261/+255 |
2007-04-01 | More refactoring | MW | 5 | -69/+129 |