| Commit message (Expand) | Author | Age | Files | Lines |
* | rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the ... | UbitUmarov | 2017-07-12 | 1 | -1/+1 |
* | some cleanup | UbitUmarov | 2017-06-13 | 1 | -3/+6 |
* | improve english on few messages (thx) | UbitUmarov | 2017-06-12 | 1 | -2/+2 |
* | fix a error message | UbitUmarov | 2017-06-11 | 1 | -2/+5 |
* | set optional group position and rotation before attach to scene | UbitUmarov | 2017-06-06 | 1 | -5/+5 |
* | do the same in the cases we are just moving parts around and not changing th... | UbitUmarov | 2017-05-04 | 1 | -1/+1 |
* | move deep effective permissions aggregation to first time use and not on cha... | UbitUmarov | 2017-05-04 | 1 | -1/+1 |
* | 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 strin... | UbitUmarov | 2017-04-04 | 1 | -0/+2 |
* | 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 usi... | UbitUmarov | 2017-01-19 | 1 | -1/+1 |
* | 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 is... | UbitUmarov | 2017-01-19 | 1 | -45/+16 |
* | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 2017-01-17 | 1 | -1/+1 |
* | start adding calls to effective permissions aggregation on changes; rearrange... | UbitUmarov | 2017-01-17 | 1 | -16/+11 |
* | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s... | UbitUmarov | 2017-01-16 | 1 | -2/+1 |
* | 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 |
* | 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. wh... | UbitUmarov | 2016-11-02 | 1 | -1/+1 |
* | fix linknumbers when unlink the root prim | UbitUmarov | 2016-09-24 | 1 | -67/+49 |
* | remove a redundant and potencially dangerous child.AbsolutePosition = child.A... | UbitUmarov | 2016-09-24 | 1 | -1/+2 |
* | 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 han... | UbitUmarov | 2016-09-16 | 1 | -40/+0 |
* | remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( s... | UbitUmarov | 2016-08-21 | 1 | -2/+2 |
* | 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 Updates... | UbitUmarov | 2016-07-03 | 1 | -2/+17 |
* | 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 pri... | Melanie Thielker | 2015-11-26 | 1 | -2/+4 |
* | 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 st... | UbitUmarov | 2015-10-22 | 1 | -0/+6 |
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -5/+10 |
|\ |
|
| * | In SceneGraph, use the property PhysicsScene instead of the variable _PhysSce... | Diva Canto | 2015-09-04 | 1 | -3/+3 |
| * | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 1 | -1/+6 |
| * | 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 lin... | UbitUmarov | 2014-09-22 | 1 | -3/+18 |
| * | 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 |
| |\ |
|