Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix active objects count down, a path at least | UbitUmarov | 2017-04-16 | 1 | -2/+7 |
| | |||||
* | add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the ↵ | UbitUmarov | 2017-04-04 | 1 | -0/+2 |
| | | | | string to linknumber map, cache invalidations may still be missing :( | ||||
* | remove unused and wrong methods | UbitUmarov | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | change CanObjectEntry() to use a SOG | UbitUmarov | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | change CanDuplicateObject | UbitUmarov | 2017-01-19 | 1 | -2/+1 |
| | |||||
* | actually make use of it as viewers requested | UbitUmarov | 2017-01-19 | 1 | -6/+1 |
| | |||||
* | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not ↵ | UbitUmarov | 2017-01-19 | 1 | -1/+1 |
| | | | | using it | ||||
* | add CanEdit check for SOGs, iclients and SPs that need to be in scene and use it | UbitUmarov | 2017-01-19 | 1 | -10/+10 |
| | |||||
* | object CanMove is for in scene SOGs Icleints and SPs and permitions module ↵ | UbitUmarov | 2017-01-19 | 1 | -45/+16 |
| | | | | is NOT a shared module | ||||
* | add more calls to effective permissions aggregation, some paths may still be ↵ | UbitUmarov | 2017-01-17 | 1 | -1/+1 |
| | | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested. | ||||
* | start adding calls to effective permissions aggregation on changes; ↵ | UbitUmarov | 2017-01-17 | 1 | -16/+11 |
| | | | | rearrange code in DuplicateObject(); | ||||
* | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() ↵ | UbitUmarov | 2017-01-16 | 1 | -2/+1 |
| | | | | so owner is not changed twice on rootpart | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -29/+29 |
| | |||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+1 |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | stop warning about integer division cast to float | UbitUmarov | 2016-11-09 | 1 | -2/+2 |
| | |||||
* | only add a prim to physics in PhysicsShapeType if changing from type none. ↵ | UbitUmarov | 2016-11-02 | 1 | -1/+1 |
| | | | | when viewers change ExtraPhysics parameters, send back the new values. | ||||
* | fix linknumbers when unlink the root prim | UbitUmarov | 2016-09-24 | 1 | -67/+49 |
| | |||||
* | remove a redundant and potencially dangerous child.AbsolutePosition = ↵ | UbitUmarov | 2016-09-24 | 1 | -1/+2 |
| | | | | child.AbsolutePosition | ||||
* | change spinobject math, and a few minor things | UbitUmarov | 2016-09-16 | 1 | -26/+0 |
| | |||||
* | move SpinObject funtions from Scenegraph to PacketHandlers, close to grab ↵ | UbitUmarov | 2016-09-16 | 1 | -40/+0 |
| | | | | handles, since they are related operations (possible should be moving to graph, not clear this files roles) | ||||
* | remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( ↵ | UbitUmarov | 2016-08-21 | 1 | -2/+2 |
| | | | | scene.PacketHandlers) where it belongs | ||||
* | remove more code related to Mega regions | UbitUmarov | 2016-07-28 | 1 | -37/+34 |
| | |||||
* | add missing prim count for stats | UbitUmarov | 2016-07-13 | 1 | -0/+8 |
| | |||||
* | scale down position X and Y acording to region size on sending coarse ↵ | UbitUmarov | 2016-07-03 | 1 | -2/+17 |
| | | | | Updates. Viewers need to scale up by same amount. | ||||
* | Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventory | Diva Canto | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵ | Melanie Thielker | 2015-11-26 | 1 | -2/+4 |
| | | | | | | prior functionality. Avination code wasn't designed for deep building. | ||||
* | dont find parts of groups marked as Deleted | UbitUmarov | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Make physics engines finish internal representation of loaded prims before ↵ | UbitUmarov | 2015-10-22 | 1 | -0/+6 |
| | | | | starting simulation so it does start for all at same time. Currently only in use by ubOde | ||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | In SceneGraph, use the property PhysicsScene instead of the variable ↵ | Diva Canto | 2015-09-04 | 1 | -3/+3 |
| | | | | | | | | _PhysScene, so that it gets properly initialized before being dereferenced. | ||||
| * | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 1 | -1/+6 |
| | | | | | | | | | | Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | ||||
| * | More namespace and dll name changes. Still no functional changes. | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | Renamed the namespaces too | Diva Canto | 2015-08-30 | 1 | -1/+1 |
| | | |||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -58/+2 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -130/+366 |
|\ \ | |/ |/| | |||||
| * | some code reorder/minor changes | UbitUmarov | 2014-10-25 | 1 | -50/+40 |
| | | |||||
| * | debug show stack trace | UbitUmarov | 2014-09-22 | 1 | -1/+1 |
| | | |||||
| * | a few more changes on link/unlink | UbitUmarov | 2014-09-22 | 1 | -10/+7 |
| | | |||||
| * | same in a few more spots | UbitUmarov | 2014-09-22 | 1 | -3/+10 |
| | | |||||
| * | send to world or backup, after setting finding information | UbitUmarov | 2014-09-22 | 1 | -4/+6 |
| | | |||||
| * | update scenegraph group find by part information in sog link, so script ↵ | UbitUmarov | 2014-09-22 | 1 | -3/+18 |
| | | | | | | | | link functions do update that also. | ||||
| * | limit number of prims on physical objects. Not all cases covered still | UbitUmarov | 2014-09-08 | 1 | -1/+9 |
| | | |||||
| * | Merge branch 'master' into careminster | Melanie | 2013-09-01 | 1 | -28/+6 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Region/RestartModule.cs OpenSim/Region/Framework/Scenes/SceneGraph.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | ||||
| * \ | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -0/+24 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | ||||
| * \ \ | Merge branch 'avination' into careminster | Melanie | 2012-10-17 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Fix perms when linking an object. Set root part perms to the perms | Melanie | 2012-10-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | of the link set to make the build floater behave consistently. Fixes permissions exploit introduced on 23 August. | ||||
| * | | | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminster | Melanie | 2012-08-25 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-08-18 | 1 | -6/+3 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs | ||||
| * | | | | | Remove AreUpdatesSuspended flag because it does nothing | Melanie | 2012-08-16 | 1 | -7/+0 |
| | | | | | | |||||
| * | | | | | Change case of areUpdatesSuspended to upper case as is proper for a property | Melanie | 2012-08-16 | 1 | -7/+7 |
| | | | | | |