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