aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some Caps/LLSD cleaning up.MW2007-06-251-29/+25
|
* Some work in progress LLSD serialise / de-serialise functions.MW2007-06-251-9/+17
|
* Forgot theseMW2007-06-252-2/+2
|
* updated prebuild.xml.MW2007-06-257-108/+185
| | | | | Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
* Disabled the EventQueueGet CAPS as its not yet fully functional.MW2007-06-241-2/+2
|
* Hopefully enabled the OGS commsManagerMW2007-06-241-7/+45
|
* * Updating prebuild.xmlAdam Frisby2007-06-242-32/+27
|
* Refactoring:Adam Frisby2007-06-242-5/+6
| | | | | | | | * Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
* A bit more work on the AssetCache.MW2007-06-242-12/+7
|
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-246-47/+193
| | | | | | | | | Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
* More work on CAPS handler.MW2007-06-234-42/+47
|
* Deleted some comments being wrote to consoleMW2007-06-221-5/+10
|
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-224-27/+141
| | | | MapLayer requests are handled by CAPS.
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-222-5/+5
| | | | | To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
* Some refactoring.MW2007-06-218-281/+371
|
* Very Preliminary teleporting between regions added. MW2007-06-211-1/+14
|
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-214-21/+16
| | | | regions. (Code Needs cleaning up).
* * Terrain modification more robust, uses area sizes matching those employed ↵Adam Frisby2007-06-201-7/+44
| | | | | | | | | | | | by the client display. * Terrain tools now account for the duration the cursor was held for. * Terrain tools now support new brushes (completing the common set) ** Smooth brush ** Flatten brush ** Revert brush ** Noise brush
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-2013-75/+80
| | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-204-28/+28
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* * Removed ClientThreads from avatarlbsa712007-06-208-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 *
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-191-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)
* Fixed the flashing when crossing a border.MW2007-06-182-11/+20
|
* Fixed inverted map texture problem.MW2007-06-171-2/+23
| | | | | Added(from trunk) the loading of terrain files defined in the region.xml files.
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-173-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.
* * Added the two Sample Apps to the solutionlbsa712007-06-171-1/+1
| | | | | | | * Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-176-83/+187
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Some Rearranging of CommsManager.MW2007-06-161-3/+3
|
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't ↵MW2007-06-154-22/+148
| | | | have any backend ogs communication support yet so everything is Sandbox mode only )
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-153-36/+101
|
* and some moreMW2007-06-158-1282/+16
|
* some more rearrangingMW2007-06-156-0/+1266
|
* trying to clean up the namespaces.MW2007-06-1418-45/+2961
|
* trying to clean up the namespaces.MW2007-06-1419-2962/+50
|
* * Applied Prebuild fixes to Sugilitelbsa712007-06-142-22/+22
| | | | | | * Rebuilt project files * ignored some bins
* Commented out the Scene.Backup method for now as there isn't really anything ↵MW2007-06-141-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.
* Fixed the bug that makes a region use its water height as its name (in ↵MW2007-06-142-20/+24
| | | | | | | regionhandshake), which lead to most regions being called "20". (applied fix to sugilite) Rearranged some of the methods in ClientView.API.
* (no commit message)MW2007-06-124-5/+4
|
* Renamed World class to Scene classMW2007-06-1213-52/+52
|
* Renamed OpenSim.Region/World folder to Scene (classes renaming will follow)MW2007-06-1218-43/+31
|
* some more rearranging. MW2007-06-123-0/+0
|
* (no commit message)MW2007-06-126-179/+32
|
* Work on Primitive class.MW2007-06-123-7/+22
|
* did I say I was doing some rearranging? MW2007-06-123-29/+32
|
* Some rearranging of folders in OpenSim.RegionMW2007-06-128-17/+17
|
* Some Work on the Primitive classMW2007-06-124-59/+84
|
* *Removed missing file in csprojmingchen2007-06-113-79/+0
| | | | | *Removed Avatar.Client.cs (unused)
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-112-7/+7
| | | | | *Updated prebuild.xml
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-111-2/+2
|
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1119-0/+514
|