| Commit message (Expand) | Author | Age | Files | Lines |
* | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 2007-04-11 | 48 | -1237/+1399 |
* | Well, it *appears* to compile. Initial SQLite Local Storage module (supports ... | Adam Frisby | 2007-04-11 | 25 | -0/+315 |
* | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve... | Adam Frisby | 2007-04-11 | 19 | -310/+70 |
* | (no commit message) | MW | 2007-04-10 | 1 | -0/+0 |
* | And ignore this one too | gareth | 2007-04-10 | 1 | -0/+0 |
* | ignore this commit | gareth | 2007-04-10 | 1 | -0/+0 |
* | (no commit message) | MW | 2007-04-10 | 2 | -25/+30 |
* | And now clothes update and show for all users | gareth | 2007-04-10 | 1 | -0/+16 |
* | Fixed avatar appearance not updating issue as per bug report #79 | gareth | 2007-04-10 | 1 | -1/+2 |
* | Avatar now stands still and does the normal animation stuff | gareth | 2007-04-10 | 1 | -1/+10 |
* | Fixed "teh bug" | gareth | 2007-04-10 | 23 | -1606/+1635 |
* | Documentation! | Adam Frisby | 2007-04-07 | 2 | -1/+31 |
* | ZOMG Comments! | Adam Frisby | 2007-04-07 | 2 | -0/+39 |
* | Terrain can now import from a specially formatted file. | Adam Frisby | 2007-04-07 | 1 | -0/+27 |
* | Added setHeights1D to allow importing from a 1D array | Adam Frisby | 2007-04-07 | 1 | -0/+9 |
* | Port to a 2D Heightmap complete | Adam Frisby | 2007-04-07 | 3 | -0/+85 |
* | I am a freaking idiot. | Adam Frisby | 2007-04-07 | 1 | -1/+1 |
* | compiles and works just weird terrain problem (and terrain saving is currentl... | MW | 2007-04-06 | 2 | -1/+13 |
* | Now back to compiling, just no terrain generation at the moment | MW | 2007-04-06 | 7 | -15/+16 |
* | Added getHeights1D() function to TerrainEngine | Adam Frisby | 2007-04-06 | 1 | -0/+10 |
* | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 2007-04-06 | 23 | -76/+299 |
* | And now for some solution files... | Adam Frisby | 2007-04-06 | 2 | -3/+9 |
* | Shelling out a basic terrain manager using the BSD parts of libTerrain, with ... | Adam Frisby | 2007-04-06 | 3 | -0/+93 |
* | Began adding POST handler for /sims REST stuff | gareth | 2007-04-06 | 1 | -3/+10 |
* | very very few changes, but just commiting so that svn it upto date with my lo... | MW | 2007-04-06 | 3 | -2/+12 |
* | more work on Primitive2 | MW | 2007-04-04 | 3 | -43/+152 |
* | no SimUUID in OpenSimMain | gareth | 2007-04-04 | 1 | -3/+1 |
* | Added SimUUID | gareth | 2007-04-04 | 3 | -16/+24 |
* | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 2007-04-04 | 13 | -604/+237 |
* | Split Avatar class into three partial classes (hopefully will make it easier ... | MW | 2007-04-04 | 9 | -404/+471 |
* | * Added Primitive2 to vs2005 solution (again) | lbsa71 | 2007-04-04 | 2 | -0/+4 |
* | Seems that I didn't actually include the Primitive2.cs file in the earlier co... | MW | 2007-04-04 | 1 | -0/+254 |
* | * Added Primitive2 to vs2005 solution | lbsa71 | 2007-04-04 | 23 | -1245/+1272 |
* | Started to clean up/ rewrite Primitive class , currently the new version is c... | MW | 2007-04-04 | 6 | -181/+160 |
* | Finished initial sim<>Grid login (kinda) | gareth | 2007-04-03 | 28 | -1145/+1165 |
* | * lovely. svn doesn't delete the files from disk on svn delete, so they show ... | lbsa71 | 2007-04-03 | 4 | -85/+117 |
* | * Fixad namespace clash | lbsa71 | 2007-04-03 | 5 | -181/+149 |
* | * The world can not contain ScriptFactories that creates unique instances of ... | lbsa71 | 2007-04-03 | 6 | -60/+74 |
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 12 | -155/+276 |
* | Another temporary bug fix attempt, this time for the packet overflow problem,... | MW | 2007-04-03 | 1 | -7/+11 |
* | attempt at a temporary fix to the shirt creation bug. (Its only temporary as ... | MW | 2007-04-03 | 1 | -1/+1 |
* | Added easier way to add "scripts" to prims: to add Libsa71's test script, cre... | MW | 2007-04-03 | 2 | -1/+88 |
* | * added script prototype intructions | lbsa71 | 2007-04-03 | 1 | -0/+12 |
* | * Script prototype | lbsa71 | 2007-04-03 | 12 | -47/+219 |
* | Limited (hacked) object linking. Note: once you have linked a set of prims to... | MW | 2007-04-03 | 2 | -3/+33 |
* | Temporary fix for the object taking bug | MW | 2007-04-03 | 8 | -69/+33 |
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene... | MW | 2007-04-02 | 11 | -207/+472 |
* | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con... | MW | 2007-04-02 | 30 | -1083/+1391 |
* | minor bug | gareth | 2007-04-02 | 1 | -1/+1 |
* | Added /simstatus REST handler | gareth | 2007-04-02 | 1 | -0/+5 |