rlbot-flatbuffers 0.17.0__tar.gz → 0.17.1__tar.gz

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.
Files changed (25) hide show
  1. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/Cargo.lock +27 -30
  2. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/Cargo.toml +1 -1
  3. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/PKG-INFO +1 -1
  4. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/matchconfig.fbs +18 -3
  5. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/src/lib.rs +1 -0
  6. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/LICENSE +0 -0
  7. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/README.md +0 -0
  8. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/class_inject.rs +0 -0
  9. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/enums.rs +0 -0
  10. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/generator.rs +0 -0
  11. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/main.rs +0 -0
  12. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/pyi.rs +0 -0
  13. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/structs.rs +0 -0
  14. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/codegen/unions.rs +0 -0
  15. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/color.fbs +0 -0
  16. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/comms.fbs +0 -0
  17. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/corepacket.fbs +0 -0
  18. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/gamedata.fbs +0 -0
  19. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/gamestatemanip.fbs +0 -0
  20. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/interfacepacket.fbs +0 -0
  21. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/misc.fbs +0 -0
  22. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/rendering.fbs +0 -0
  23. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/rlbot.fbs +0 -0
  24. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/flatbuffers-schema/schema/vector.fbs +0 -0
  25. {rlbot_flatbuffers-0.17.0 → rlbot_flatbuffers-0.17.1}/pyproject.toml +0 -0
@@ -58,9 +58,9 @@ dependencies = [
58
58
 
59
59
  [[package]]
60
60
  name = "autocfg"
61
- version = "1.4.0"
61
+ version = "1.5.0"
62
62
  source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
63
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
64
64
 
65
65
  [[package]]
66
66
  name = "backtrace"
@@ -91,9 +91,9 @@ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
91
91
 
92
92
  [[package]]
93
93
  name = "bumpalo"
94
- version = "3.18.1"
94
+ version = "3.19.0"
95
95
  source = "registry+https://github.com/rust-lang/crates.io-index"
96
- checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
96
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
97
97
 
98
98
  [[package]]
99
99
  name = "bytes"
@@ -139,9 +139,9 @@ dependencies = [
139
139
 
140
140
  [[package]]
141
141
  name = "derive-where"
142
- version = "1.4.0"
142
+ version = "1.5.0"
143
143
  source = "registry+https://github.com/rust-lang/crates.io-index"
144
- checksum = "e73f2692d4bd3cac41dca28934a39894200c9fabf49586d77d0e5954af1d7902"
144
+ checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b"
145
145
  dependencies = [
146
146
  "proc-macro2",
147
147
  "quote",
@@ -588,9 +588,9 @@ dependencies = [
588
588
 
589
589
  [[package]]
590
590
  name = "libc"
591
- version = "0.2.173"
591
+ version = "0.2.174"
592
592
  source = "registry+https://github.com/rust-lang/crates.io-index"
593
- checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
593
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
594
594
 
595
595
  [[package]]
596
596
  name = "libz-rs-sys"
@@ -859,9 +859,9 @@ dependencies = [
859
859
 
860
860
  [[package]]
861
861
  name = "quinn-udp"
862
- version = "0.5.12"
862
+ version = "0.5.13"
863
863
  source = "registry+https://github.com/rust-lang/crates.io-index"
864
- checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
864
+ checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
865
865
  dependencies = [
866
866
  "cfg_aliases",
867
867
  "libc",
@@ -904,9 +904,9 @@ dependencies = [
904
904
 
905
905
  [[package]]
906
906
  name = "r-efi"
907
- version = "5.2.0"
907
+ version = "5.3.0"
908
908
  source = "registry+https://github.com/rust-lang/crates.io-index"
909
- checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
909
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
910
910
 
911
911
  [[package]]
912
912
  name = "rand"
@@ -993,7 +993,7 @@ dependencies = [
993
993
 
994
994
  [[package]]
995
995
  name = "rlbot_flatbuffers"
996
- version = "0.17.0"
996
+ version = "0.17.1"
997
997
  dependencies = [
998
998
  "flatbuffers",
999
999
  "get-size",
@@ -1026,9 +1026,9 @@ dependencies = [
1026
1026
 
1027
1027
  [[package]]
1028
1028
  name = "rustls"
1029
- version = "0.23.27"
1029
+ version = "0.23.28"
1030
1030
  source = "registry+https://github.com/rust-lang/crates.io-index"
1031
- checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
1031
+ checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
1032
1032
  dependencies = [
1033
1033
  "once_cell",
1034
1034
  "ring",
@@ -1135,12 +1135,9 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1135
1135
 
1136
1136
  [[package]]
1137
1137
  name = "slab"
1138
- version = "0.4.9"
1138
+ version = "0.4.10"
1139
1139
  source = "registry+https://github.com/rust-lang/crates.io-index"
1140
- checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1141
- dependencies = [
1142
- "autocfg",
1143
- ]
1140
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
1144
1141
 
1145
1142
  [[package]]
1146
1143
  name = "smallvec"
@@ -1172,9 +1169,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1172
1169
 
1173
1170
  [[package]]
1174
1171
  name = "syn"
1175
- version = "2.0.103"
1172
+ version = "2.0.104"
1176
1173
  source = "registry+https://github.com/rust-lang/crates.io-index"
1177
- checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8"
1174
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
1178
1175
  dependencies = [
1179
1176
  "proc-macro2",
1180
1177
  "quote",
@@ -1499,9 +1496,9 @@ dependencies = [
1499
1496
 
1500
1497
  [[package]]
1501
1498
  name = "webpki-roots"
1502
- version = "1.0.0"
1499
+ version = "1.0.1"
1503
1500
  source = "registry+https://github.com/rust-lang/crates.io-index"
1504
- checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
1501
+ checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
1505
1502
  dependencies = [
1506
1503
  "rustls-pki-types",
1507
1504
  ]
@@ -1629,18 +1626,18 @@ dependencies = [
1629
1626
 
1630
1627
  [[package]]
1631
1628
  name = "zerocopy"
1632
- version = "0.8.25"
1629
+ version = "0.8.26"
1633
1630
  source = "registry+https://github.com/rust-lang/crates.io-index"
1634
- checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
1631
+ checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
1635
1632
  dependencies = [
1636
1633
  "zerocopy-derive",
1637
1634
  ]
1638
1635
 
1639
1636
  [[package]]
1640
1637
  name = "zerocopy-derive"
1641
- version = "0.8.25"
1638
+ version = "0.8.26"
1642
1639
  source = "registry+https://github.com/rust-lang/crates.io-index"
1643
- checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
1640
+ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
1644
1641
  dependencies = [
1645
1642
  "proc-macro2",
1646
1643
  "quote",
@@ -1709,9 +1706,9 @@ dependencies = [
1709
1706
 
1710
1707
  [[package]]
1711
1708
  name = "zip"
1712
- version = "4.0.0"
1709
+ version = "4.2.0"
1713
1710
  source = "registry+https://github.com/rust-lang/crates.io-index"
1714
- checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
1711
+ checksum = "95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899"
1715
1712
  dependencies = [
1716
1713
  "arbitrary",
1717
1714
  "crc32fast",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "rlbot_flatbuffers"
3
- version = "0.17.0"
3
+ version = "0.17.1"
4
4
  edition = "2024"
5
5
  description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
6
6
  repository = "https://github.com/RLBot/flatbuffers-python"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlbot_flatbuffers
3
- Version: 0.17.0
3
+ Version: 0.17.1
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -205,7 +205,9 @@ enum BallTypeMutator: ubyte {
205
205
  Egg,
206
206
  PlayerSeeking,
207
207
  Dropshot,
208
- ScoreAbsorb
208
+ ScoreAbsorb,
209
+ Shoe,
210
+ PizzaPuck
209
211
  }
210
212
 
211
213
  /// Ball weight mutator options.
@@ -216,7 +218,8 @@ enum BallWeightMutator: ubyte {
216
218
  SuperLight,
217
219
  CurveBall,
218
220
  BeachBallCurve,
219
- MagnusFutBall
221
+ MagnusFutBall,
222
+ MagnusFutballLess
220
223
  }
221
224
 
222
225
  /// Ball size mutator options.
@@ -269,6 +272,8 @@ enum RumbleMutator: ubyte {
269
272
  BatmanRumble,
270
273
  GrapplingOnly,
271
274
  HaymakerOnly,
275
+ SpikeRushForce,
276
+ RPS,
272
277
  }
273
278
 
274
279
  /// Boost strength mutator options.
@@ -297,7 +302,9 @@ enum DemolishMutator: ubyte {
297
302
  OnContact,
298
303
  OnContactFF,
299
304
  OnBallContact,
300
- OnBallContactFF
305
+ OnBallContactFF,
306
+ OnBallContactSilent,
307
+ OnBallContactFFSilent
301
308
  }
302
309
 
303
310
  /// Respawn time mutator options.
@@ -398,6 +405,11 @@ enum InputRestrictionMutator: ubyte {
398
405
  Backwards
399
406
  }
400
407
 
408
+ enum ScoringRule: ubyte {
409
+ Default,
410
+ DisableGoalScoring
411
+ }
412
+
401
413
  /// All mutators options.
402
414
  table MutatorSettings {
403
415
  /// Duration of the match.
@@ -493,6 +505,9 @@ table MutatorSettings {
493
505
 
494
506
  /// Player input restriction mutator.
495
507
  input_restriction: InputRestrictionMutator;
508
+
509
+ /// Additional rules that apply to scoring goals
510
+ scoring_rule: ScoringRule;
496
511
  }
497
512
 
498
513
  enum DebugRendering: ubyte {
@@ -274,6 +274,7 @@ pynamedmodule! {
274
274
  RotatorPartial,
275
275
  RumbleMutator,
276
276
  ScoreInfo,
277
+ ScoringRule,
277
278
  ScriptConfiguration,
278
279
  SeriesLengthMutator,
279
280
  SetLoadout,