Skip to content
Builds
No builds

Changes

#9 (Jun 3, 2024, 11:33:44 PM)

  1. Fix error in core for shell() and shell_adv() with empty command (commit: b570ce0) — Pieter12345 / githubweb
  2. Add psend_equipment() (commit: 3385a24) — PseudoKnight / githubweb
  3. Fix wrong target in exceptions for functions with function arguments (commit: a8eceaa) — Pieter12345 / githubweb
  4. Fix cooking/stonecutting recipes in 1.20.6 (commit: cdab9a0) — PseudoKnight / githubweb

#8 (May 9, 2024, 9:57:06 PM)

  1. Only grab the latest build in the Updater check (commit: acc50ac) — LadyCailin / githubweb
  2. Add support for not showing bad builds (commit: bca9230) — LadyCailin / githubweb
  3. Only throw exception when actually unexpected ClassType (commit: 5520430) — PseudoKnight / githubweb
  4. Persist environment between commands in in-game interpreter. (commit: 924498a) — LadyCailin / githubweb
  5. checkstyle (commit: 0bface4) — LadyCailin / githubweb
  6. Make transformation values optional in set_display_entity (commit: 2955b57) — LadyCailin / githubweb
  7. Add stop_sound_category() (commit: b92ea87) — PseudoKnight / githubweb
  8. Just run the code if x_run_on_main_thread_now is called on main thread, instead of crashing. (commit: 15b5e3e) — LadyCailin / githubweb
  9. Update class type rewriting (commit: 552f380) — Pieter12345 / githubweb
  10. Fix floats from math_const() (commit: 623a9bb) — PseudoKnight / githubweb
  11. Fix some empty statements in tests (commit: a1c7f5d) — PseudoKnight / githubweb
  12. Fix ArgumentValidation.getDouble32() (commit: e0ce000) — PseudoKnight / githubweb
  13. Fix ArgumentValidation.getDouble32() from last commit (commit: 715e720) — PseudoKnight / githubweb
  14. Add support replacement as closure in reg_replace (#1380) (commit: fa2eeb5) — noreply / githubweb
  15. Fix sqlite in cmdline (commit: eb3b3a0) — PseudoKnight / githubweb
  16. Add x_get_lock, synchronized changes (#1381) (commit: a019b99) — noreply / githubweb
  17. Fix recursive x_get_lock calls (commit: 9eaa7aa) — LadyCailin / githubweb
  18. Fix empty block comment support (commit: 4b063b0) — Pieter12345 / githubweb
  19. Fix crash when pitch is not finite. (commit: 986dadb) — LadyCailin / githubweb
  20. Add 'startinterpolation' and 'interpolationduration' for display entities (commit: 7ef66d9) — PseudoKnight / githubweb
  21. Don't use bukkit transformation matrix. (commit: b0171d2) — LadyCailin / githubweb
  22. checkstyle (commit: 1a6d305) — LadyCailin / githubweb
  23. checkstyle (commit: 1afa865) — LadyCailin / githubweb
  24. Add string_compare function and support integer return type in array_sort function (#1374) (commit: ab8b6c9) — noreply / githubweb
  25. Shade joml so cmdline/VSC doesn't break (commit: a4a8bdf) — LadyCailin / githubweb
  26. Add get_transformation_from_matrix (commit: 11f1b13) — LadyCailin / githubweb
  27. Add set_entity_rotation (commit: c67c16f) — LadyCailin / githubweb
  28. Allow one non-double in equals_epsilon (commit: 9bd7984) — LadyCailin / githubweb
  29. Use Versioning package instead of deprecated service version (commit: dbb0e39) — LadyCailin / githubweb
  30. Add support for Minecraft 1.20.6 (commit: 84f1af4) — PseudoKnight / githubweb
  31. Build with JDK 21 (commit: 27ad87d) — PseudoKnight / githubweb
  32. Add snapshot repo for adventure-api (commit: 303fb73) — PseudoKnight / githubweb
  33. Fix build against latest Spigot changes (commit: e51c79f) — PseudoKnight / githubweb
  34. Allow spectating non-living entities (commit: 0288d3f) — PseudoKnight / githubweb

#7 (Mar 29, 2024, 6:46:26 AM)

  1. Add a library of easing functions. (commit: ed6f397) — LadyCailin / githubweb
  2. Initialize extensions earlier during plugin load (commit: 5979012) — PseudoKnight / githubweb
  3. Improve bare string exceptions (commit: 84290d0) — PseudoKnight / githubweb
  4. Fix LogLevel.ALWAYS logging (commit: 3bd0f4f) — PseudoKnight / githubweb
  5. Cmdline interpreter mode improvements. (commit: f0bd0ba) — LadyCailin / githubweb
  6. Fix StaticAnalysis persisting over cmdline environment clear (commit: 017c0dd) — Pieter12345 / githubweb
  7. Support entity sound source in play_named_sound (commit: 50aae24) — LadyCailin / githubweb
  8. Fix entity source for named sound with no player arg (commit: 4c8f1de) — PseudoKnight / githubweb
  9. Add tests for "in" keyword (commit: a67b83d) — PseudoKnight / githubweb
  10. Handle exception when block displays are given bad blockdata format (commit: 65f154d) — PseudoKnight / githubweb
  11. Update dependency versions (commit: fd0913f) — LadyCailin / githubweb
  12. Revert hamcrest upgrade (commit: 308e188) — LadyCailin / githubweb
  13. Unrevert hamcrest upgrade (commit: cdff7f8) — LadyCailin / githubweb
  14. Upgrade some missed deps since they were in separate variables (commit: 34d8f52) — LadyCailin / githubweb
  15. Update azure-pipelines.yml for Azure Pipelines (commit: 00b9f6c) — LadyCailin / githubweb
  16. Update azure-pipelines.yml for Azure Pipelines (commit: 188bad0) — LadyCailin / githubweb
  17. Fix okio dependency shading (commit: 4d46b1b) — Pieter12345 / githubweb
  18. Swap from using openapi directly to using TypeSpec. (commit: 8eee562) — LadyCailin / githubweb
  19. Generate specific exceptions for using undefined types (commit: 7f8657d) — Pieter12345 / githubweb
  20. Move unresolved type errors to compile time when SA is disabled (commit: 2a1b2a1) — Pieter12345 / githubweb
  21. Support FQCN types in MethodScript code (commit: 0211c57) — Pieter12345 / githubweb
  22. Add FQCN typing tests (commit: 7c6bdd8) — Pieter12345 / githubweb
  23. Shade kotlin-stdlib for okio (commit: bed9686) — PseudoKnight / githubweb
  24. Further validate type format before rewrite (commit: c21762f) — PseudoKnight / githubweb

#6 (Mar 23, 2024, 6:50:14 AM)

  1. Add read timeout to http_request as well. (commit: 49c957f) — LadyCailin / githubweb
  2. Fix procedure arguments not being typechecked (commit: f8472ad) — Pieter12345 / githubweb
  3. Cache sorted prefilters (commit: 77376fd) — PseudoKnight / githubweb
  4. Update Extension Development page (commit: 483de30) — PseudoKnight / githubweb
  5. Add entity_in_water() (commit: 1a81140) — PseudoKnight / githubweb
  6. Provide additional extension hook point (commit: 42e7776) — noreply / githubweb
  7. Move onLoad to initialization (commit: 82a1cd0) — LadyCailin / githubweb

#5 (Mar 5, 2024, 1:39:26 PM)

  1. Add get_entity_transient_id (#1377) (commit: 6279947) — noreply / githubweb
  2. Add priority to event prefilters. (#1378) (commit: 416a628) — noreply / githubweb

#4 (Mar 1, 2024, 12:37:23 AM)

  1. Avoid val() when returning from MSC.execute() (commit: d607e9d) — PseudoKnight / githubweb
  2. Update book meta limits (commit: 170ebbb) — PseudoKnight / githubweb
  3. Add functions to hide entities from players (commit: 7c64252) — PseudoKnight / githubweb
  4. Update azure-pipelines.yml to java 17 (commit: 283e9f5) — LadyCailin / githubweb
  5. Update azure-pipelines.yml for Azure Pipelines (commit: fd53398) — LadyCailin / githubweb