aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW13-75/+80
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby4-28/+28
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* Removed ClientThreads from avatarlbsa718-20/+24
* Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-1/+1
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-18Fixed the flashing when crossing a border.MW2-11/+20
2007-06-17Fixed inverted map texture problem.MW1-2/+23
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW3-20/+13
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17* Added the two Sample Apps to the solutionlbsa711-1/+1
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW6-83/+187
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-16Some Rearranging of CommsManager.MW1-3/+3
2007-06-15Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW4-22/+148
have any backend ogs communication support yet so everything is Sandbox mode only )
2007-06-15Preliminary movement added to sugilite, forwards walking only and no animations.MW3-36/+101
2007-06-15and some moreMW8-1282/+16
2007-06-15some more rearrangingMW6-0/+1266
2007-06-14trying to clean up the namespaces.MW18-45/+2961
2007-06-14trying to clean up the namespaces.MW19-2962/+50
2007-06-14* Applied Prebuild fixes to Sugilitelbsa712-22/+22
* Rebuilt project files * ignored some bins
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 ↵MW2-20/+24
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)MW4-5/+4
2007-06-12Renamed World class to Scene classMW13-52/+52
2007-06-12Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW18-43/+31
2007-06-12some more rearranging. MW3-0/+0
2007-06-12(no commit message)MW6-179/+32
2007-06-12Work on Primitive class.MW3-7/+22
2007-06-12did I say I was doing some rearranging? MW3-29/+32
2007-06-12Some rearranging of folders in OpenSim.RegionMW8-17/+17
2007-06-12Some Work on the Primitive classMW4-59/+84
2007-06-11*Removed missing file in csprojmingchen3-79/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2-7/+7
*Updated prebuild.xml
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen1-2/+2
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen19-0/+514
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW2-1/+22
(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 ↵MW2-5/+2
the CommsManager interfaces (commsManager.gridServer etc).
2007-06-10Added a Couple of summary commentsMW1-3/+87
2007-06-10Prim creation working.MW3-92/+82
2007-06-10Another bug fixMW1-1/+1
2007-06-10a few bug fixesMW1-68/+1
2007-06-10Deleted OpenSim.World project files.MW2-275/+0
2007-06-10More rearranging.MW21-0/+275
2007-06-10part two of the folder renaming fix.MW23-0/+4014