aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scene/Scene.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-14trying to clean up the namespaces.MW1-718/+0
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-0/+4
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-14Fixed the bug that makes a region use its water height as its name (in ↵MW1-1/+5
regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
2007-06-12(no commit message)MW1-1/+0
2007-06-12Renamed World class to Scene classMW1-2/+2
2007-06-12Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW1-0/+0
2007-06-12Work on Primitive class.MW1-2/+1
2007-06-12Some Work on the Primitive classMW1-3/+3
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW1-0/+21
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
2007-06-11Added AttachObject method to IClientAPI.MW1-0/+9
Added RequestAvatar(LLUUID avatarID) method to world.
2007-06-10Added InterSimComms (Likely to be renamed) to the commsManager and moved the ↵MW1-3/+3
InformClientOfNeighbours method into that.
2007-06-10Added SandBoxManager which in sandbox mode, acts as the backend server for ↵MW1-2/+2
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10Prim creation working.MW1-1/+22
2007-06-10More rearranging.MW1-0/+0
2007-06-10part two of the folder renaming fix.MW1-0/+0
2007-06-10Messed up the renaming of the folder, so part one of the fixMW1-0/+634