| Commit message (Expand) | Author | Age | Files | Lines |
* | More refactoring. | MW | 2007-05-22 | 1 | -0/+2 |
* | More work on adding Events to ClientView (and registering to handle those eve... | MW | 2007-05-21 | 1 | -0/+5 |
* | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,... | MW | 2007-05-21 | 1 | -8/+26 |
* | * minor refactoring for readability (and to lessen greed) | lbsa71 | 2007-05-21 | 1 | -21/+26 |
* | Border crossing back to mostly working, still seems a problem in that you nee... | MW | 2007-05-19 | 1 | -1/+1 |
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ... | MW | 2007-05-17 | 1 | -183/+119 |
* | * sing loud, sing proud, sing from the heart | lbsa71 | 2007-05-16 | 1 | -2/+1 |
* | * uncommented offending code | lbsa71 | 2007-05-16 | 1 | -7/+0 |
* | FIXED THE BUILD! | gareth | 2007-05-16 | 1 | -2/+2 |
* | Added RemoveAvatar() method to physics plugins, should be called on log out (... | MW | 2007-05-15 | 1 | -0/+4 |
* | Added some sanity checks to AddViewerAgent to prevent duplicate addition (now... | Adam Frisby | 2007-05-14 | 1 | -2/+16 |
* | Added very basic support for maps (likely to only work in sandbox mode due to... | MW | 2007-05-13 | 1 | -2/+3 |
* | 93 warnings in the compiler, 93 warnings appear, you fix one up, create two m... | Adam Frisby | 2007-05-12 | 1 | -31/+31 |
* | fixed the VS 2005 solution/ project files. | MW | 2007-04-30 | 1 | -1/+1 |
* | Major ass commit | Adam Frisby | 2007-04-27 | 1 | -0/+4 |
* | Mostly working again. | MW | 2007-04-26 | 1 | -1/+1 |
* | updated to use lastest version of libsl but is currently broke when using SL ... | MW | 2007-04-25 | 1 | -1/+1 |
* | Small clean up of files and directories | MW | 2007-04-25 | 1 | -3/+3 |
* | Added mutex instead of lock for update | Adam Frisby | 2007-04-22 | 1 | -37/+37 |
* | Needs testing. | Adam Frisby | 2007-04-22 | 1 | -2/+2 |
* | Added lock around World.Update to prevent multiple updates occuring simultane... | Adam Frisby | 2007-04-22 | 1 | -32/+37 |
* | Removed last references to ancient LandMap[] array. | Adam Frisby | 2007-04-22 | 1 | -2/+1 |
* | Commented first 50% of World.cs's functions with /// tags | Adam Frisby | 2007-04-22 | 1 | -0/+64 |
* | Small fix | Adam Frisby | 2007-04-22 | 1 | -0/+1 |
* | Added exception handling to each function in World.cs - code is assumed stabl... | Adam Frisby | 2007-04-22 | 1 | -224/+369 |
* | Terrain / Physics / Storage: | Adam Frisby | 2007-04-21 | 1 | -2/+9 |
* | Hopefully undid the murder I committed in the last commit | MW | 2007-04-17 | 1 | -21/+22 |
* | A few fixes and stopped sim crossing being attempted in sandbox mode | MW | 2007-04-17 | 1 | -3/+3 |
* | W00t! multiple sims! | gareth | 2007-04-15 | 1 | -13/+16 |
* | First basic test script now works in the jvm scripting engine. | MW | 2007-04-11 | 1 | -5/+5 |
* | Changed so that a bin\ScriptEngines\ directory will be searched for scripting... | MW | 2007-04-11 | 1 | -4/+30 |
* | Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve... | Adam Frisby | 2007-04-11 | 1 | -6/+6 |
* | compiles and works just weird terrain problem (and terrain saving is currentl... | MW | 2007-04-06 | 1 | -1/+11 |
* | Now back to compiling, just no terrain generation at the moment | MW | 2007-04-06 | 1 | -5/+5 |
* | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 2007-04-06 | 1 | -14/+16 |
* | very very few changes, but just commiting so that svn it upto date with my lo... | MW | 2007-04-06 | 1 | -0/+4 |
* | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 2007-04-04 | 1 | -195/+29 |
* | Split Avatar class into three partial classes (hopefully will make it easier ... | MW | 2007-04-04 | 1 | -0/+4 |
* | Started to clean up/ rewrite Primitive class , currently the new version is c... | MW | 2007-04-04 | 1 | -24/+8 |
* | * The world can not contain ScriptFactories that creates unique instances of ... | lbsa71 | 2007-04-03 | 1 | -30/+19 |
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 1 | -3/+3 |
* | Added easier way to add "scripts" to prims: to add Libsa71's test script, cre... | MW | 2007-04-03 | 1 | -1/+62 |
* | * Script prototype | lbsa71 | 2007-04-03 | 1 | -10/+27 |
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene... | MW | 2007-04-02 | 1 | -3/+1 |
* | Moved database storage of the world map to the Db4LocalStorage so its in the ... | MW | 2007-04-02 | 1 | -3/+8 |
* | More cleaning up of SimClient and packet handling | MW | 2007-04-01 | 1 | -1/+2 |
* | Moved more packet types to handlers | MW | 2007-04-01 | 1 | -23/+53 |
* | More work on adding Packets handlers and tested the first handler. | MW | 2007-04-01 | 1 | -0/+45 |
* | Can now Rez and DeRez objects (take to and from inventory). | MW | 2007-03-31 | 1 | -19/+103 |
* | Some very basic terraforming, can raise and lower the terrain, but currently ... | MW | 2007-03-30 | 1 | -211/+250 |