aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* long-lost fixes to physics -- proper physical avatar management on crossings, TPdan miller2007-09-242-2/+3
|
* * Purged 'Regions' code pending Agent layer grok.lbsa712007-09-236-110/+9
| | | | | | * Changed so prims aren't loaded until AFTER parcels. * The region startup flow is still an ungodly rats nest.
* Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵Tedd Hansen2007-09-222-18/+17
| | | | yet, will go through major reorganizing). Still a LOT of things needs to be solved...
* * There. I think this concludes todays work on moving stuff to Broadcast()lbsa712007-09-211-2/+2
|
* * Slowly but surely working my way towards Regionality...lbsa712007-09-213-44/+44
|
* * Yeah, I placed Close() in the wrong file. So sue me.lbsa712007-09-212-9/+5
|
* * Continued work on Region layerlbsa712007-09-215-45/+59
| | | | | | * Added Close() to ScenePresence to remove and destroy PhysicsActor
* * Removed unused RegenerateTerrain functionslbsa712007-09-211-54/+0
|
* * Removed unused LandRenegerated flaglbsa712007-09-213-26/+2
|
* * First example of moving stuff to a Region layerlbsa712007-09-218-65/+77
| | | | | * Also, changed RegionPresence to 'RegionSubscription' - let's just see where we land with this...
* * Continuing refactoring of presencelbsa712007-09-2115-179/+145
| | | | | | | | * Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
* physics-related fixes; should stabilize border crossingsdan miller2007-09-212-2/+18
|
* * Removed Unused 'Entity' superclasslbsa712007-09-212-114/+71
|
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-2011-93/+94
|
* * Some more presence refactoringlbsa712007-09-205-469/+469
|
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-209-81/+77
| | | | | * Refactored to prepare for some serious restructuring
* * moved SceneManager to RegionApplicationBaselbsa712007-09-202-0/+13
| | | | | | * Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
* * Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa712007-09-202-0/+16
|
* * Added TryGetAvatar to SceneManagerlbsa712007-09-203-443/+474
| | | | | * Refactored some names for clarity
* * Added AddToPhysicalScene and RemoveFromPhysicalScene and added to ↵lbsa712007-09-192-15/+30
| | | | | | | | MakeAvatar and MakeChildAgent respectively * Removed unused m_child from ClientView
* * Deleted unused RegionManager.cslbsa712007-09-191-3/+0
| | | | | * Deleted unused ModuleAPIMethod's
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-1946-1443/+1431
| | | | | * 'remove redundant this qualifier' ftw
* * Now at least we're not creating physActors for child agents.lbsa712007-09-181-9/+19
|
* * Merged ClientViewBase into ClientView for great justicelbsa712007-09-181-1/+0
|
* RemoveAvatar called from scene.cs; implemented in ODE. Still issues with ↵dan miller2007-09-181-0/+4
| | | | multi-region; see bug 410
* fixing me some line endingsSean Dague2007-09-1729-2636/+2636
|
* * Moved some commands from Scene into SceneManager so they could be used ↵lbsa712007-09-172-77/+30
| | | | | | | with 'root' * Removed some duplicated commands
* * CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712007-09-172-14/+232
| | | | | | | | | | | | | | | | * Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context) * 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain' * Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there. * In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context. * Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml" * Changed Disable/EnablePermissions to BypassPermissions = true/false; Also: * Removed unused and non-existent project ref
* * Wired up chat so that channel goes into OnChatFromViewer. However:lbsa712007-09-143-49/+63
| | | | | | | * There's no libsl reply packet field for it, I guess other channels than 0 makes no sense sending back to clients. * We do not currently support objects listening, so there's really no way of actually using this feature. So; somebody please wire chat all the way to the scripts.
* added ability to update group positionSean Dague2007-09-141-0/+7
|
* Backup is now optional on classeslbsa712007-09-132-24/+44
| | | | | | | | * Removed unused BackUp method on EntityBase * Added overridable InSceneBackup property on SceneObjectGroup * Refactored out AttachToBackup and DetachFromBackup * Normalized namespace OpenSim.DataStore.MonoSqliteStorage to OpenSim.DataStore.MonoSqlite
* Kill little green men on minimap if the avatar logs off.Dalien Talbot2007-09-111-0/+1
|
* Fixing namespace problems MW2007-09-111-0/+1
|
* Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. ↵MW2007-09-113-2/+46
| | | | If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
* Get rid of extra green men in minimap on region crossings (they were Dalien Talbot2007-09-111-2/+3
| | | | | | | child agents, not delirium tremens - thanks MW!); Get green men when connecting; Update the green men in the region you leave.
* Make grass and trees phantom by default. Same behavior as LL grid.Brian McBee2007-09-101-0/+6
|
* mass update of urls in source code to new websiteSean Dague2007-09-1012-12/+12
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-108-30/+75
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* added avatar updates for physics movement -- fixes gravity & avatar ↵dan miller2007-09-092-4/+16
| | | | collision (ODE)
* Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot2007-09-091-0/+38
| | | | | | pointing out that it is done by CoarseLocationUpdatePacket.
* ODE: added support for Phantom flag. Presently you need to add 1024 to ↵dan miller2007-09-092-14/+18
| | | | ObjectFlags by hand
* Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot2007-09-081-2/+7
| | | | | | | | is set correctly, but only with the movement of the avatar. The in-place rotation updates need a little bit of more thought, and will be in a separate commit.
* Added region console command "edit-scale". To use first use change-region to ↵MW2007-09-082-0/+29
| | | | set the active region as the one you want. Then use "edit-scale <primitivename> <xvalue> <yvalue> <zvalue>" so a example is "edit-scale myprimitive 30.0 25.0 35.0" [ Note the primitive name can't have spaces in it. Also if there is more than one primitive with that name in the region, then it will edit the first one it finds. Also it currently doesn't search through the sub primitives of linked groups. So the primitive needs to be either a single primitive object or the root prim of a group. ]
* Cut down on the number of compile warnings. Now down to 5: 4 are related to ↵MW2007-09-082-8/+16
| | | | unused events on IClientAPI and 1 is a unused variable in LSL_BuiltIn_Commands (which I'll leave to Tedd, as he will know if it will be used in the future or not).
* Converted the LSL scripting engine into a IRegionModule, so now all ↵MW2007-09-087-6/+211
| | | | | | | | | "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having. Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance. Some early work to prepare for improving the way clients are updated (about prims etc).
* added experimental method of trying to relieve missing prim problem (by ↵MW2007-09-064-13/+123
| | | | adding a limit of the number of prim update packets sent in each update loop).
* fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller2007-09-062-1/+12
|
* Added "force-update" console command (when a region is set as active), which ↵MW2007-09-051-0/+11
| | | | forces the region to send updates of all the prims to all clients. Not sure how well this is going to work with a few users on at the same time, but it might work as a temporary hack to relieve the problem of missing prims.
* Added "Local" and "Temporary" Fields to the AssetBase class.MW2007-09-051-1/+1
|
* Just trying to get more debug info from a exception that has been reported.MW2007-09-041-1/+1
|