UbitUmarov
|
5728d634b5
|
cosmetics
|
2022-03-14 21:12:53 +00:00 |
|
UbitUmarov
|
9b33ef9c8c
|
a few more changes on vectors etc
|
2022-01-10 02:21:17 +00:00 |
|
UbitUmarov
|
da928d6099
|
!= UUID.Zero is slow
|
2022-01-09 02:28:51 +00:00 |
|
UbitUmarov
|
357f20eb14
|
== UUID.Zero is slow
|
2022-01-08 23:35:56 +00:00 |
|
UbitUmarov
|
852245d81c
|
a few more changes on script running flag
|
2021-11-20 04:39:29 +00:00 |
|
UbitUmarov
|
a99f09df92
|
duhhh argument name is direction_RootToChild not the oposite (just a rename to keep coerency with code logic)
|
2021-08-15 19:57:23 +01:00 |
|
UbitUmarov
|
03239dfbca
|
cosmetic change a argument name
|
2021-07-16 01:25:48 +01:00 |
|
UbitUmarov
|
011868adc7
|
mantis 8909: take number of npcs out of avatars limit check
|
2021-07-16 01:14:51 +01:00 |
|
UbitUmarov
|
c816c220af
|
scripts line per second is no longer used and was wrong
|
2021-04-22 13:33:00 +01:00 |
|
UbitUmarov
|
197877b450
|
unused var
|
2020-08-07 22:19:52 +01:00 |
|
UbitUmarov
|
fb54ca39d1
|
cosmetics ( i hope)
|
2020-08-07 22:10:53 +01:00 |
|
UbitUmarov
|
775420c46a
|
set object select on demand, not when it is created
|
2020-06-05 01:57:17 +01:00 |
|
UbitUmarov
|
3989dbac31
|
fix rez time on inworld object copy
|
2020-04-06 12:02:36 +01:00 |
|
UbitUmarov
|
0e6a7c3dac
|
cosmetics
|
2020-02-20 21:50:07 +00:00 |
|
UbitUmarov
|
39f73b82d4
|
dont try to backup a object in the middle of possible multipack link
|
2019-03-05 17:03:17 +00:00 |
|
UbitUmarov
|
e0b06d4b6b
|
cosmetics
|
2019-01-31 11:46:18 +00:00 |
|
UbitUmarov
|
27f5248d9f
|
Ooops fix bad locking
|
2019-01-25 03:19:48 +00:00 |
|
UbitUmarov
|
bef8ea8bcc
|
mantis 8458: don't forget prims on search map on link/unlink
|
2019-01-19 07:09:39 +00:00 |
|
UbitUmarov
|
950b605b42
|
more changes on scenegraph etc
|
2019-01-06 20:10:43 +00:00 |
|
UbitUmarov
|
3e49e13249
|
change scenegraph locking
|
2019-01-06 01:44:37 +00:00 |
|
UbitUmarov
|
c5604d3857
|
similar to sps array in scenegraph
|
2019-01-06 01:23:08 +00:00 |
|
UbitUmarov
|
9c043fe414
|
mantis 8438: work around null ref
|
2019-01-01 13:16:35 +00:00 |
|
UbitUmarov
|
ae00623b65
|
lost in updates
|
2018-12-31 13:33:00 +00:00 |
|
UbitUmarov
|
b156378819
|
changes on updates
|
2018-12-29 19:04:39 +00:00 |
|
UbitUmarov
|
4a73cc81dc
|
now break several things at same time... sog/sop updates, threads options,...
|
2018-12-28 13:52:59 +00:00 |
|
UbitUmarov
|
457551d069
|
rename SOG.UpdatePrimFlags as just UpdateFlags since this is relative to the group never individual prims/parts and so confusing
|
2017-07-12 10:28:11 +01:00 |
|
UbitUmarov
|
9526a96b4f
|
some cleanup
|
2017-06-13 13:22:01 +01:00 |
|
UbitUmarov
|
f62400c4ca
|
improve english on few messages (thx)
|
2017-06-12 13:34:39 +01:00 |
|
UbitUmarov
|
d0afd4335c
|
fix a error message
|
2017-06-11 22:32:56 +01:00 |
|
UbitUmarov
|
9011ca8461
|
set optional group position and rotation before attach to scene
|
2017-06-06 20:38:17 +01:00 |
|
UbitUmarov
|
3402819888
|
do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory)
|
2017-05-04 12:08:10 +01:00 |
|
UbitUmarov
|
3a8dd24fd1
|
move deep effective permissions aggregation to first time use and not on changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
|
2017-05-04 11:37:13 +01:00 |
|
UbitUmarov
|
9354e60df0
|
fix active objects count down, a path at least
|
2017-04-16 03:39:35 +01:00 |
|
UbitUmarov
|
e237e1b2fa
|
add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the string to linknumber map, cache invalidations may still be missing :(
|
2017-04-04 19:27:45 +01:00 |
|
UbitUmarov
|
cdc23bab74
|
remove unused and wrong methods
|
2017-01-26 19:51:50 +00:00 |
|
UbitUmarov
|
dac32c4e5a
|
change CanObjectEntry() to use a SOG
|
2017-01-20 14:26:24 +00:00 |
|
UbitUmarov
|
69bcbd856b
|
change CanDuplicateObject
|
2017-01-19 19:01:56 +00:00 |
|
UbitUmarov
|
97e6f21c6c
|
actually make use of it as viewers requested
|
2017-01-19 18:33:00 +00:00 |
|
UbitUmarov
|
6826ca9b57
|
fix the meaning of objectDuplicate[OnRay]() flags parameter but still not using it
|
2017-01-19 18:25:25 +00:00 |
|
UbitUmarov
|
984345a202
|
add CanEdit check for SOGs, iclients and SPs that need to be in scene and use it
|
2017-01-19 13:10:04 +00:00 |
|
UbitUmarov
|
673bd37219
|
object CanMove is for in scene SOGs Icleints and SPs and permitions module is NOT a shared module
|
2017-01-19 12:35:00 +00:00 |
|
UbitUmarov
|
db2fbf6516
|
add more calls to effective permissions aggregation, some paths may still be missing on objects changes, but remove the aggregation on check paths, so all can be tested.
|
2017-01-17 13:24:09 +00:00 |
|
UbitUmarov
|
a5c693e302
|
start adding calls to effective permissions aggregation on changes; rearrange code in DuplicateObject();
|
2017-01-17 00:41:30 +00:00 |
|
UbitUmarov
|
180add745c
|
replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() so owner is not changed twice on rootpart
|
2017-01-16 20:27:39 +00:00 |
|
Melanie Thielker
|
b16abc8166
|
Massive tab and trailing space cleanup
|
2017-01-05 19:07:37 +00:00 |
|
Mandarinka Tasty
|
7c566dca5a
|
The new Constant: integer OBJECT_REZZER_KEY = 32;
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-04 17:18:56 +00:00 |
|
UbitUmarov
|
53003db4cf
|
stop warning about integer division cast to float
|
2016-11-09 22:12:27 +00:00 |
|
UbitUmarov
|
9480da06b9
|
only add a prim to physics in PhysicsShapeType if changing from type none. when viewers change ExtraPhysics parameters, send back the new values.
|
2016-11-02 21:42:32 +00:00 |
|
UbitUmarov
|
6779f41e21
|
fix linknumbers when unlink the root prim
|
2016-09-24 22:21:51 +01:00 |
|
UbitUmarov
|
9e074988f0
|
remove a redundant and potencially dangerous child.AbsolutePosition = child.AbsolutePosition
|
2016-09-24 18:16:30 +01:00 |
|