@dcl/ecs 7.24.1-27387182535.commit-de44c20 → 7.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -6
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -30
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +0 -8
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +0 -9
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
- package/dist/components/generated/pb/google/protobuf/descriptor.gen.d.ts +1 -640
- package/dist/components/generated/pb/google/protobuf/descriptor.gen.js +4 -260
- package/dist/systems/triggerArea.js +2 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +0 -6
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +0 -30
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +0 -8
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +1 -10
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +0 -3
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +1 -10
- package/dist-cjs/components/generated/pb/google/protobuf/descriptor.gen.d.ts +1 -640
- package/dist-cjs/components/generated/pb/google/protobuf/descriptor.gen.js +5 -261
- package/dist-cjs/systems/triggerArea.js +2 -1
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.
|
|
6
|
+
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.FieldOptions_JSType = exports.FieldOptions_CType = exports.FileOptions_OptimizeMode = exports.FieldDescriptorProto_Label = exports.FieldDescriptorProto_Type = void 0;
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
const long_1 = __importDefault(require("long"));
|
|
9
9
|
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
@@ -13,45 +13,23 @@ const protobufPackageSarasa = "google.protobuf";
|
|
|
13
13
|
*/
|
|
14
14
|
var FieldDescriptorProto_Type;
|
|
15
15
|
(function (FieldDescriptorProto_Type) {
|
|
16
|
-
/**
|
|
17
|
-
* TYPE_DOUBLE - 0 is reserved for errors.
|
|
18
|
-
* Order is weird for historical reasons.
|
|
19
|
-
*/
|
|
20
16
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_DOUBLE"] = 1] = "TYPE_DOUBLE";
|
|
21
17
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FLOAT"] = 2] = "TYPE_FLOAT";
|
|
22
|
-
/**
|
|
23
|
-
* TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
|
|
24
|
-
* negative values are likely.
|
|
25
|
-
*/
|
|
26
18
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT64"] = 3] = "TYPE_INT64";
|
|
27
19
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT64"] = 4] = "TYPE_UINT64";
|
|
28
|
-
/**
|
|
29
|
-
* TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
|
|
30
|
-
* negative values are likely.
|
|
31
|
-
*/
|
|
32
20
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT32"] = 5] = "TYPE_INT32";
|
|
33
21
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED64"] = 6] = "TYPE_FIXED64";
|
|
34
22
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED32"] = 7] = "TYPE_FIXED32";
|
|
35
23
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BOOL"] = 8] = "TYPE_BOOL";
|
|
36
24
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_STRING"] = 9] = "TYPE_STRING";
|
|
37
|
-
/**
|
|
38
|
-
* TYPE_GROUP - Tag-delimited aggregate.
|
|
39
|
-
* Group type is deprecated and not supported in proto3. However, Proto3
|
|
40
|
-
* implementations should still be able to parse the group wire format and
|
|
41
|
-
* treat group fields as unknown fields.
|
|
42
|
-
*/
|
|
43
25
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_GROUP"] = 10] = "TYPE_GROUP";
|
|
44
|
-
/** TYPE_MESSAGE - Length-delimited aggregate. */
|
|
45
26
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_MESSAGE"] = 11] = "TYPE_MESSAGE";
|
|
46
|
-
/** TYPE_BYTES - New in version 2. */
|
|
47
27
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BYTES"] = 12] = "TYPE_BYTES";
|
|
48
28
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT32"] = 13] = "TYPE_UINT32";
|
|
49
29
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_ENUM"] = 14] = "TYPE_ENUM";
|
|
50
30
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED32"] = 15] = "TYPE_SFIXED32";
|
|
51
31
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED64"] = 16] = "TYPE_SFIXED64";
|
|
52
|
-
/** TYPE_SINT32 - Uses ZigZag encoding. */
|
|
53
32
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT32"] = 17] = "TYPE_SINT32";
|
|
54
|
-
/** TYPE_SINT64 - Uses ZigZag encoding. */
|
|
55
33
|
FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT64"] = 18] = "TYPE_SINT64";
|
|
56
34
|
})(FieldDescriptorProto_Type = exports.FieldDescriptorProto_Type || (exports.FieldDescriptorProto_Type = {}));
|
|
57
35
|
/**
|
|
@@ -59,22 +37,17 @@ var FieldDescriptorProto_Type;
|
|
|
59
37
|
*/
|
|
60
38
|
var FieldDescriptorProto_Label;
|
|
61
39
|
(function (FieldDescriptorProto_Label) {
|
|
62
|
-
/** LABEL_OPTIONAL - 0 is reserved for errors */
|
|
63
40
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_OPTIONAL"] = 1] = "LABEL_OPTIONAL";
|
|
64
41
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REQUIRED"] = 2] = "LABEL_REQUIRED";
|
|
65
42
|
FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REPEATED"] = 3] = "LABEL_REPEATED";
|
|
66
43
|
})(FieldDescriptorProto_Label = exports.FieldDescriptorProto_Label || (exports.FieldDescriptorProto_Label = {}));
|
|
67
|
-
/** Generated classes can be optimized for speed or code size. */
|
|
68
44
|
/**
|
|
69
45
|
* @public
|
|
70
46
|
*/
|
|
71
47
|
var FileOptions_OptimizeMode;
|
|
72
48
|
(function (FileOptions_OptimizeMode) {
|
|
73
|
-
/** SPEED - Generate complete code for parsing, serialization, */
|
|
74
49
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["SPEED"] = 1] = "SPEED";
|
|
75
|
-
/** CODE_SIZE - etc. */
|
|
76
50
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["CODE_SIZE"] = 2] = "CODE_SIZE";
|
|
77
|
-
/** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */
|
|
78
51
|
FileOptions_OptimizeMode[FileOptions_OptimizeMode["LITE_RUNTIME"] = 3] = "LITE_RUNTIME";
|
|
79
52
|
})(FileOptions_OptimizeMode = exports.FileOptions_OptimizeMode || (exports.FileOptions_OptimizeMode = {}));
|
|
80
53
|
/**
|
|
@@ -82,7 +55,6 @@ var FileOptions_OptimizeMode;
|
|
|
82
55
|
*/
|
|
83
56
|
var FieldOptions_CType;
|
|
84
57
|
(function (FieldOptions_CType) {
|
|
85
|
-
/** STRING - Default mode. */
|
|
86
58
|
FieldOptions_CType[FieldOptions_CType["STRING"] = 0] = "STRING";
|
|
87
59
|
FieldOptions_CType[FieldOptions_CType["CORD"] = 1] = "CORD";
|
|
88
60
|
FieldOptions_CType[FieldOptions_CType["STRING_PIECE"] = 2] = "STRING_PIECE";
|
|
@@ -92,29 +64,10 @@ var FieldOptions_CType;
|
|
|
92
64
|
*/
|
|
93
65
|
var FieldOptions_JSType;
|
|
94
66
|
(function (FieldOptions_JSType) {
|
|
95
|
-
/** JS_NORMAL - Use the default type. */
|
|
96
67
|
FieldOptions_JSType[FieldOptions_JSType["JS_NORMAL"] = 0] = "JS_NORMAL";
|
|
97
|
-
/** JS_STRING - Use JavaScript strings. */
|
|
98
68
|
FieldOptions_JSType[FieldOptions_JSType["JS_STRING"] = 1] = "JS_STRING";
|
|
99
|
-
/** JS_NUMBER - Use JavaScript numbers. */
|
|
100
69
|
FieldOptions_JSType[FieldOptions_JSType["JS_NUMBER"] = 2] = "JS_NUMBER";
|
|
101
70
|
})(FieldOptions_JSType = exports.FieldOptions_JSType || (exports.FieldOptions_JSType = {}));
|
|
102
|
-
/**
|
|
103
|
-
* Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
|
|
104
|
-
* or neither? HTTP based RPC implementation may choose GET verb for safe
|
|
105
|
-
* methods, and PUT verb for idempotent methods instead of the default POST.
|
|
106
|
-
*/
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
var MethodOptions_IdempotencyLevel;
|
|
111
|
-
(function (MethodOptions_IdempotencyLevel) {
|
|
112
|
-
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENCY_UNKNOWN"] = 0] = "IDEMPOTENCY_UNKNOWN";
|
|
113
|
-
/** NO_SIDE_EFFECTS - implies idempotent */
|
|
114
|
-
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["NO_SIDE_EFFECTS"] = 1] = "NO_SIDE_EFFECTS";
|
|
115
|
-
/** IDEMPOTENT - idempotent, but may have side effects */
|
|
116
|
-
MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENT"] = 2] = "IDEMPOTENT";
|
|
117
|
-
})(MethodOptions_IdempotencyLevel = exports.MethodOptions_IdempotencyLevel || (exports.MethodOptions_IdempotencyLevel = {}));
|
|
118
71
|
function createBaseFileDescriptorSet() {
|
|
119
72
|
return { file: [] };
|
|
120
73
|
}
|
|
@@ -452,7 +405,7 @@ var DescriptorProto;
|
|
|
452
405
|
DescriptorProto.decode = decode;
|
|
453
406
|
})(DescriptorProto = exports.DescriptorProto || (exports.DescriptorProto = {}));
|
|
454
407
|
function createBaseDescriptorProto_ExtensionRange() {
|
|
455
|
-
return { start: 0, end: 0
|
|
408
|
+
return { start: 0, end: 0 };
|
|
456
409
|
}
|
|
457
410
|
/**
|
|
458
411
|
* @public
|
|
@@ -466,9 +419,6 @@ var DescriptorProto_ExtensionRange;
|
|
|
466
419
|
if (message.end !== 0) {
|
|
467
420
|
writer.uint32(16).int32(message.end);
|
|
468
421
|
}
|
|
469
|
-
if (message.options !== undefined) {
|
|
470
|
-
ExtensionRangeOptions.encode(message.options, writer.uint32(26).fork()).ldelim();
|
|
471
|
-
}
|
|
472
422
|
return writer;
|
|
473
423
|
}
|
|
474
424
|
DescriptorProto_ExtensionRange.encode = encode;
|
|
@@ -491,12 +441,6 @@ var DescriptorProto_ExtensionRange;
|
|
|
491
441
|
}
|
|
492
442
|
message.end = reader.int32();
|
|
493
443
|
continue;
|
|
494
|
-
case 3:
|
|
495
|
-
if (tag !== 26) {
|
|
496
|
-
break;
|
|
497
|
-
}
|
|
498
|
-
message.options = ExtensionRangeOptions.decode(reader, reader.uint32());
|
|
499
|
-
continue;
|
|
500
444
|
}
|
|
501
445
|
if ((tag & 7) === 4 || tag === 0) {
|
|
502
446
|
break;
|
|
@@ -554,44 +498,6 @@ var DescriptorProto_ReservedRange;
|
|
|
554
498
|
}
|
|
555
499
|
DescriptorProto_ReservedRange.decode = decode;
|
|
556
500
|
})(DescriptorProto_ReservedRange = exports.DescriptorProto_ReservedRange || (exports.DescriptorProto_ReservedRange = {}));
|
|
557
|
-
function createBaseExtensionRangeOptions() {
|
|
558
|
-
return { uninterpretedOption: [] };
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* @public
|
|
562
|
-
*/
|
|
563
|
-
var ExtensionRangeOptions;
|
|
564
|
-
(function (ExtensionRangeOptions) {
|
|
565
|
-
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
566
|
-
for (const v of message.uninterpretedOption) {
|
|
567
|
-
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
568
|
-
}
|
|
569
|
-
return writer;
|
|
570
|
-
}
|
|
571
|
-
ExtensionRangeOptions.encode = encode;
|
|
572
|
-
function decode(input, length) {
|
|
573
|
-
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
574
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
575
|
-
const message = createBaseExtensionRangeOptions();
|
|
576
|
-
while (reader.pos < end) {
|
|
577
|
-
const tag = reader.uint32();
|
|
578
|
-
switch (tag >>> 3) {
|
|
579
|
-
case 999:
|
|
580
|
-
if (tag !== 7994) {
|
|
581
|
-
break;
|
|
582
|
-
}
|
|
583
|
-
message.uninterpretedOption.push(UninterpretedOption.decode(reader, reader.uint32()));
|
|
584
|
-
continue;
|
|
585
|
-
}
|
|
586
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
587
|
-
break;
|
|
588
|
-
}
|
|
589
|
-
reader.skipType(tag & 7);
|
|
590
|
-
}
|
|
591
|
-
return message;
|
|
592
|
-
}
|
|
593
|
-
ExtensionRangeOptions.decode = decode;
|
|
594
|
-
})(ExtensionRangeOptions = exports.ExtensionRangeOptions || (exports.ExtensionRangeOptions = {}));
|
|
595
501
|
function createBaseFieldDescriptorProto() {
|
|
596
502
|
return {
|
|
597
503
|
name: "",
|
|
@@ -604,7 +510,6 @@ function createBaseFieldDescriptorProto() {
|
|
|
604
510
|
oneofIndex: 0,
|
|
605
511
|
jsonName: "",
|
|
606
512
|
options: undefined,
|
|
607
|
-
proto3Optional: false,
|
|
608
513
|
};
|
|
609
514
|
}
|
|
610
515
|
/**
|
|
@@ -643,9 +548,6 @@ var FieldDescriptorProto;
|
|
|
643
548
|
if (message.options !== undefined) {
|
|
644
549
|
FieldOptions.encode(message.options, writer.uint32(66).fork()).ldelim();
|
|
645
550
|
}
|
|
646
|
-
if (message.proto3Optional === true) {
|
|
647
|
-
writer.uint32(136).bool(message.proto3Optional);
|
|
648
|
-
}
|
|
649
551
|
return writer;
|
|
650
552
|
}
|
|
651
553
|
FieldDescriptorProto.encode = encode;
|
|
@@ -716,12 +618,6 @@ var FieldDescriptorProto;
|
|
|
716
618
|
}
|
|
717
619
|
message.options = FieldOptions.decode(reader, reader.uint32());
|
|
718
620
|
continue;
|
|
719
|
-
case 17:
|
|
720
|
-
if (tag !== 136) {
|
|
721
|
-
break;
|
|
722
|
-
}
|
|
723
|
-
message.proto3Optional = reader.bool();
|
|
724
|
-
continue;
|
|
725
621
|
}
|
|
726
622
|
if ((tag & 7) === 4 || tag === 0) {
|
|
727
623
|
break;
|
|
@@ -780,7 +676,7 @@ var OneofDescriptorProto;
|
|
|
780
676
|
OneofDescriptorProto.decode = decode;
|
|
781
677
|
})(OneofDescriptorProto = exports.OneofDescriptorProto || (exports.OneofDescriptorProto = {}));
|
|
782
678
|
function createBaseEnumDescriptorProto() {
|
|
783
|
-
return { name: "", value: [], options: undefined
|
|
679
|
+
return { name: "", value: [], options: undefined };
|
|
784
680
|
}
|
|
785
681
|
/**
|
|
786
682
|
* @public
|
|
@@ -797,12 +693,6 @@ var EnumDescriptorProto;
|
|
|
797
693
|
if (message.options !== undefined) {
|
|
798
694
|
EnumOptions.encode(message.options, writer.uint32(26).fork()).ldelim();
|
|
799
695
|
}
|
|
800
|
-
for (const v of message.reservedRange) {
|
|
801
|
-
EnumDescriptorProto_EnumReservedRange.encode(v, writer.uint32(34).fork()).ldelim();
|
|
802
|
-
}
|
|
803
|
-
for (const v of message.reservedName) {
|
|
804
|
-
writer.uint32(42).string(v);
|
|
805
|
-
}
|
|
806
696
|
return writer;
|
|
807
697
|
}
|
|
808
698
|
EnumDescriptorProto.encode = encode;
|
|
@@ -831,18 +721,6 @@ var EnumDescriptorProto;
|
|
|
831
721
|
}
|
|
832
722
|
message.options = EnumOptions.decode(reader, reader.uint32());
|
|
833
723
|
continue;
|
|
834
|
-
case 4:
|
|
835
|
-
if (tag !== 34) {
|
|
836
|
-
break;
|
|
837
|
-
}
|
|
838
|
-
message.reservedRange.push(EnumDescriptorProto_EnumReservedRange.decode(reader, reader.uint32()));
|
|
839
|
-
continue;
|
|
840
|
-
case 5:
|
|
841
|
-
if (tag !== 42) {
|
|
842
|
-
break;
|
|
843
|
-
}
|
|
844
|
-
message.reservedName.push(reader.string());
|
|
845
|
-
continue;
|
|
846
724
|
}
|
|
847
725
|
if ((tag & 7) === 4 || tag === 0) {
|
|
848
726
|
break;
|
|
@@ -853,53 +731,6 @@ var EnumDescriptorProto;
|
|
|
853
731
|
}
|
|
854
732
|
EnumDescriptorProto.decode = decode;
|
|
855
733
|
})(EnumDescriptorProto = exports.EnumDescriptorProto || (exports.EnumDescriptorProto = {}));
|
|
856
|
-
function createBaseEnumDescriptorProto_EnumReservedRange() {
|
|
857
|
-
return { start: 0, end: 0 };
|
|
858
|
-
}
|
|
859
|
-
/**
|
|
860
|
-
* @public
|
|
861
|
-
*/
|
|
862
|
-
var EnumDescriptorProto_EnumReservedRange;
|
|
863
|
-
(function (EnumDescriptorProto_EnumReservedRange) {
|
|
864
|
-
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
865
|
-
if (message.start !== 0) {
|
|
866
|
-
writer.uint32(8).int32(message.start);
|
|
867
|
-
}
|
|
868
|
-
if (message.end !== 0) {
|
|
869
|
-
writer.uint32(16).int32(message.end);
|
|
870
|
-
}
|
|
871
|
-
return writer;
|
|
872
|
-
}
|
|
873
|
-
EnumDescriptorProto_EnumReservedRange.encode = encode;
|
|
874
|
-
function decode(input, length) {
|
|
875
|
-
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
876
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
877
|
-
const message = createBaseEnumDescriptorProto_EnumReservedRange();
|
|
878
|
-
while (reader.pos < end) {
|
|
879
|
-
const tag = reader.uint32();
|
|
880
|
-
switch (tag >>> 3) {
|
|
881
|
-
case 1:
|
|
882
|
-
if (tag !== 8) {
|
|
883
|
-
break;
|
|
884
|
-
}
|
|
885
|
-
message.start = reader.int32();
|
|
886
|
-
continue;
|
|
887
|
-
case 2:
|
|
888
|
-
if (tag !== 16) {
|
|
889
|
-
break;
|
|
890
|
-
}
|
|
891
|
-
message.end = reader.int32();
|
|
892
|
-
continue;
|
|
893
|
-
}
|
|
894
|
-
if ((tag & 7) === 4 || tag === 0) {
|
|
895
|
-
break;
|
|
896
|
-
}
|
|
897
|
-
reader.skipType(tag & 7);
|
|
898
|
-
}
|
|
899
|
-
return message;
|
|
900
|
-
}
|
|
901
|
-
EnumDescriptorProto_EnumReservedRange.decode = decode;
|
|
902
|
-
})(EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto_EnumReservedRange || (exports.EnumDescriptorProto_EnumReservedRange = {}));
|
|
903
734
|
function createBaseEnumValueDescriptorProto() {
|
|
904
735
|
return { name: "", number: 0, options: undefined };
|
|
905
736
|
}
|
|
@@ -1114,16 +945,10 @@ function createBaseFileOptions() {
|
|
|
1114
945
|
ccGenericServices: false,
|
|
1115
946
|
javaGenericServices: false,
|
|
1116
947
|
pyGenericServices: false,
|
|
1117
|
-
phpGenericServices: false,
|
|
1118
948
|
deprecated: false,
|
|
1119
949
|
ccEnableArenas: false,
|
|
1120
950
|
objcClassPrefix: "",
|
|
1121
951
|
csharpNamespace: "",
|
|
1122
|
-
swiftPrefix: "",
|
|
1123
|
-
phpClassPrefix: "",
|
|
1124
|
-
phpNamespace: "",
|
|
1125
|
-
phpMetadataNamespace: "",
|
|
1126
|
-
rubyPackage: "",
|
|
1127
952
|
uninterpretedOption: [],
|
|
1128
953
|
};
|
|
1129
954
|
}
|
|
@@ -1163,9 +988,6 @@ var FileOptions;
|
|
|
1163
988
|
if (message.pyGenericServices === true) {
|
|
1164
989
|
writer.uint32(144).bool(message.pyGenericServices);
|
|
1165
990
|
}
|
|
1166
|
-
if (message.phpGenericServices === true) {
|
|
1167
|
-
writer.uint32(336).bool(message.phpGenericServices);
|
|
1168
|
-
}
|
|
1169
991
|
if (message.deprecated === true) {
|
|
1170
992
|
writer.uint32(184).bool(message.deprecated);
|
|
1171
993
|
}
|
|
@@ -1178,21 +1000,6 @@ var FileOptions;
|
|
|
1178
1000
|
if (message.csharpNamespace !== "") {
|
|
1179
1001
|
writer.uint32(298).string(message.csharpNamespace);
|
|
1180
1002
|
}
|
|
1181
|
-
if (message.swiftPrefix !== "") {
|
|
1182
|
-
writer.uint32(314).string(message.swiftPrefix);
|
|
1183
|
-
}
|
|
1184
|
-
if (message.phpClassPrefix !== "") {
|
|
1185
|
-
writer.uint32(322).string(message.phpClassPrefix);
|
|
1186
|
-
}
|
|
1187
|
-
if (message.phpNamespace !== "") {
|
|
1188
|
-
writer.uint32(330).string(message.phpNamespace);
|
|
1189
|
-
}
|
|
1190
|
-
if (message.phpMetadataNamespace !== "") {
|
|
1191
|
-
writer.uint32(354).string(message.phpMetadataNamespace);
|
|
1192
|
-
}
|
|
1193
|
-
if (message.rubyPackage !== "") {
|
|
1194
|
-
writer.uint32(362).string(message.rubyPackage);
|
|
1195
|
-
}
|
|
1196
1003
|
for (const v of message.uninterpretedOption) {
|
|
1197
1004
|
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
1198
1005
|
}
|
|
@@ -1266,12 +1073,6 @@ var FileOptions;
|
|
|
1266
1073
|
}
|
|
1267
1074
|
message.pyGenericServices = reader.bool();
|
|
1268
1075
|
continue;
|
|
1269
|
-
case 42:
|
|
1270
|
-
if (tag !== 336) {
|
|
1271
|
-
break;
|
|
1272
|
-
}
|
|
1273
|
-
message.phpGenericServices = reader.bool();
|
|
1274
|
-
continue;
|
|
1275
1076
|
case 23:
|
|
1276
1077
|
if (tag !== 184) {
|
|
1277
1078
|
break;
|
|
@@ -1296,36 +1097,6 @@ var FileOptions;
|
|
|
1296
1097
|
}
|
|
1297
1098
|
message.csharpNamespace = reader.string();
|
|
1298
1099
|
continue;
|
|
1299
|
-
case 39:
|
|
1300
|
-
if (tag !== 314) {
|
|
1301
|
-
break;
|
|
1302
|
-
}
|
|
1303
|
-
message.swiftPrefix = reader.string();
|
|
1304
|
-
continue;
|
|
1305
|
-
case 40:
|
|
1306
|
-
if (tag !== 322) {
|
|
1307
|
-
break;
|
|
1308
|
-
}
|
|
1309
|
-
message.phpClassPrefix = reader.string();
|
|
1310
|
-
continue;
|
|
1311
|
-
case 41:
|
|
1312
|
-
if (tag !== 330) {
|
|
1313
|
-
break;
|
|
1314
|
-
}
|
|
1315
|
-
message.phpNamespace = reader.string();
|
|
1316
|
-
continue;
|
|
1317
|
-
case 44:
|
|
1318
|
-
if (tag !== 354) {
|
|
1319
|
-
break;
|
|
1320
|
-
}
|
|
1321
|
-
message.phpMetadataNamespace = reader.string();
|
|
1322
|
-
continue;
|
|
1323
|
-
case 45:
|
|
1324
|
-
if (tag !== 362) {
|
|
1325
|
-
break;
|
|
1326
|
-
}
|
|
1327
|
-
message.rubyPackage = reader.string();
|
|
1328
|
-
continue;
|
|
1329
1100
|
case 999:
|
|
1330
1101
|
if (tag !== 7994) {
|
|
1331
1102
|
break;
|
|
@@ -1423,16 +1194,7 @@ var MessageOptions;
|
|
|
1423
1194
|
MessageOptions.decode = decode;
|
|
1424
1195
|
})(MessageOptions = exports.MessageOptions || (exports.MessageOptions = {}));
|
|
1425
1196
|
function createBaseFieldOptions() {
|
|
1426
|
-
return {
|
|
1427
|
-
ctype: 0,
|
|
1428
|
-
packed: false,
|
|
1429
|
-
jstype: 0,
|
|
1430
|
-
lazy: false,
|
|
1431
|
-
unverifiedLazy: false,
|
|
1432
|
-
deprecated: false,
|
|
1433
|
-
weak: false,
|
|
1434
|
-
uninterpretedOption: [],
|
|
1435
|
-
};
|
|
1197
|
+
return { ctype: 0, packed: false, jstype: 0, lazy: false, deprecated: false, weak: false, uninterpretedOption: [] };
|
|
1436
1198
|
}
|
|
1437
1199
|
/**
|
|
1438
1200
|
* @public
|
|
@@ -1452,9 +1214,6 @@ var FieldOptions;
|
|
|
1452
1214
|
if (message.lazy === true) {
|
|
1453
1215
|
writer.uint32(40).bool(message.lazy);
|
|
1454
1216
|
}
|
|
1455
|
-
if (message.unverifiedLazy === true) {
|
|
1456
|
-
writer.uint32(120).bool(message.unverifiedLazy);
|
|
1457
|
-
}
|
|
1458
1217
|
if (message.deprecated === true) {
|
|
1459
1218
|
writer.uint32(24).bool(message.deprecated);
|
|
1460
1219
|
}
|
|
@@ -1498,12 +1257,6 @@ var FieldOptions;
|
|
|
1498
1257
|
}
|
|
1499
1258
|
message.lazy = reader.bool();
|
|
1500
1259
|
continue;
|
|
1501
|
-
case 15:
|
|
1502
|
-
if (tag !== 120) {
|
|
1503
|
-
break;
|
|
1504
|
-
}
|
|
1505
|
-
message.unverifiedLazy = reader.bool();
|
|
1506
|
-
continue;
|
|
1507
1260
|
case 3:
|
|
1508
1261
|
if (tag !== 24) {
|
|
1509
1262
|
break;
|
|
@@ -1721,7 +1474,7 @@ var ServiceOptions;
|
|
|
1721
1474
|
ServiceOptions.decode = decode;
|
|
1722
1475
|
})(ServiceOptions = exports.ServiceOptions || (exports.ServiceOptions = {}));
|
|
1723
1476
|
function createBaseMethodOptions() {
|
|
1724
|
-
return { deprecated: false,
|
|
1477
|
+
return { deprecated: false, uninterpretedOption: [] };
|
|
1725
1478
|
}
|
|
1726
1479
|
/**
|
|
1727
1480
|
* @public
|
|
@@ -1732,9 +1485,6 @@ var MethodOptions;
|
|
|
1732
1485
|
if (message.deprecated === true) {
|
|
1733
1486
|
writer.uint32(264).bool(message.deprecated);
|
|
1734
1487
|
}
|
|
1735
|
-
if (message.idempotencyLevel !== 0) {
|
|
1736
|
-
writer.uint32(272).int32(message.idempotencyLevel);
|
|
1737
|
-
}
|
|
1738
1488
|
for (const v of message.uninterpretedOption) {
|
|
1739
1489
|
UninterpretedOption.encode(v, writer.uint32(7994).fork()).ldelim();
|
|
1740
1490
|
}
|
|
@@ -1754,12 +1504,6 @@ var MethodOptions;
|
|
|
1754
1504
|
}
|
|
1755
1505
|
message.deprecated = reader.bool();
|
|
1756
1506
|
continue;
|
|
1757
|
-
case 34:
|
|
1758
|
-
if (tag !== 272) {
|
|
1759
|
-
break;
|
|
1760
|
-
}
|
|
1761
|
-
message.idempotencyLevel = reader.int32();
|
|
1762
|
-
continue;
|
|
1763
1507
|
case 999:
|
|
1764
1508
|
if (tag !== 7994) {
|
|
1765
1509
|
break;
|
|
@@ -203,7 +203,8 @@ function createTriggerAreaEventsSystem(engine) {
|
|
|
203
203
|
// Pass 2: synthesize per-tick onStay callbacks
|
|
204
204
|
// -----------------------------------------------------------------------
|
|
205
205
|
// Only run if an onStay callback is registered and there are tracked triggerers.
|
|
206
|
-
if (data.triggerCallbackMap.has(1 /* TriggerAreaEventType.TAET_STAY */) &&
|
|
206
|
+
if (data.triggerCallbackMap.has(1 /* TriggerAreaEventType.TAET_STAY */) &&
|
|
207
|
+
data.insideTriggerers.size > 0) {
|
|
207
208
|
const onStay = data.triggerCallbackMap.get(1 /* TriggerAreaEventType.TAET_STAY */);
|
|
208
209
|
const currentTimestamp = Date.now();
|
|
209
210
|
for (const [triggererEntity, cachedResult] of data.insideTriggerers) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/ecs",
|
|
3
3
|
"description": "Decentraland ECS",
|
|
4
|
-
"version": "7.24.1
|
|
4
|
+
"version": "7.24.1",
|
|
5
5
|
"author": "DCL",
|
|
6
6
|
"bugs": "https://github.com/decentraland/ecs/issues",
|
|
7
7
|
"files": [
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {},
|
|
35
35
|
"types": "./dist/index.d.ts",
|
|
36
36
|
"typings": "./dist/index.d.ts",
|
|
37
|
-
"commit": "
|
|
37
|
+
"commit": "558451f7deaac1ece95b58a178ab8b291e524479"
|
|
38
38
|
}
|