aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/World.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-02* Some commenting on asset server (needs completing)Adam Frisby1-0/+2
2007-05-27* Added ability to set default terrain to a file in region config. If unable ...Adam Frisby1-3/+20
2007-05-27* Terrain now resends when it's been tainted. This means you should be able t...Adam Frisby1-1/+8
2007-05-26* Semibug fix: Terrain should not save to database every time a packet is rec...Adam Frisby1-5/+1
2007-05-25First part of border crossing fix.MW1-7/+9
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that t...MW1-5/+15
2007-05-22More refactoring.MW1-0/+2
2007-05-21More work on adding Events to ClientView (and registering to handle those eve...MW1-0/+5
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,...MW1-8/+26
2007-05-21* minor refactoring for readability (and to lessen greed)lbsa711-21/+26
2007-05-19Border crossing back to mostly working, still seems a problem in that you nee...MW1-1/+1
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ...MW1-183/+119
2007-05-16* sing loud, sing proud, sing from the heartlbsa711-2/+1
2007-05-16* uncommented offending codelbsa711-7/+0
2007-05-16FIXED THE BUILD!gareth1-2/+2
2007-05-15Added RemoveAvatar() method to physics plugins, should be called on log out (...MW1-0/+4
2007-05-14Added some sanity checks to AddViewerAgent to prevent duplicate addition (now...Adam Frisby1-2/+16
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due to...MW1-2/+3
2007-05-1293 warnings in the compiler, 93 warnings appear, you fix one up, create two m...Adam Frisby1-31/+31
2007-04-30fixed the VS 2005 solution/ project files.MW1-1/+1
2007-04-27Major ass commitAdam Frisby1-0/+4
2007-04-26Mostly working again.MW1-1/+1
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ...MW1-1/+1
2007-04-25Small clean up of files and directoriesMW1-3/+3
2007-04-22Added mutex instead of lock for updateAdam Frisby1-37/+37
2007-04-22Needs testing.Adam Frisby1-2/+2
2007-04-22Added lock around World.Update to prevent multiple updates occuring simultane...Adam Frisby1-32/+37
2007-04-22Removed last references to ancient LandMap[] array.Adam Frisby1-2/+1
2007-04-22Commented first 50% of World.cs's functions with /// tagsAdam Frisby1-0/+64
2007-04-22Small fixAdam Frisby1-0/+1
2007-04-22Added exception handling to each function in World.cs - code is assumed stabl...Adam Frisby1-224/+369
2007-04-21Terrain / Physics / Storage:Adam Frisby1-2/+9
2007-04-17Hopefully undid the murder I committed in the last commitMW1-21/+22
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-3/+3
2007-04-15W00t! multiple sims!gareth1-13/+16
2007-04-11First basic test script now works in the jvm scripting engine. MW1-5/+5
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for scripting...MW1-4/+30
2007-04-11Major ass changes to terrain (now uses libTerrain-BSD!) and all-round improve...Adam Frisby1-6/+6
2007-04-06compiles and works just weird terrain problem (and terrain saving is currentl...MW1-1/+11
2007-04-06Now back to compiling, just no terrain generation at the momentMW1-5/+5
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-14/+16
2007-04-06very very few changes, but just commiting so that svn it upto date with my lo...MW1-0/+4
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-195/+29
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ...MW1-0/+4
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is c...MW1-24/+8
2007-04-03* The world can not contain ScriptFactories that creates unique instances of ...lbsa711-30/+19
2007-04-03* Extended Script API with GetRandomAvatarlbsa711-3/+3
2007-04-03Added easier way to add "scripts" to prims: to add Libsa71's test script, cre...MW1-1/+62
2007-04-03* Script prototypelbsa711-10/+27