Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge patch into master #7661

Merged
merged 19 commits into from
Mar 1, 2025
Merged

Merge patch into master #7661

merged 19 commits into from
Mar 1, 2025

Conversation

sovdeeth
Copy link
Member

@sovdeeth sovdeeth commented Mar 1, 2025

Description


Target Minecraft Versions: any
Requirements: none
Related Issues: none

erenkarakal and others added 18 commits February 5, 2025 15:43
Bumps [org.joml:joml](https://github.com/JOML-CI/JOML) from 1.10.5 to 1.10.8.
- [Release notes](https://github.com/JOML-CI/JOML/releases)
- [Commits](JOML-CI/JOML@1.10.5...1.10.8)

---
updated-dependencies:
- dependency-name: org.joml:joml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sovdee <[email protected]>
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.4.0...easymock-5.5.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sovdee <[email protected]>
Bumps [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](Bastian/bstats-metrics@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: org.bstats:bstats-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sovdee <[email protected]>
….4 (#7545)

Bumps [net.kyori:adventure-text-serializer-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/KyoriPowered/adventure-platform/releases)
- [Commits](KyoriPowered/adventure-platform@v4.3.2...v4.3.4)

---
updated-dependencies:
- dependency-name: net.kyori:adventure-text-serializer-bungeecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sovdee <[email protected]>
* Initial Commit

* Fix

Thanks to @ShaneBeee

---------
* init commit

* fix reviews

---------
* Add example annotation.

* Support new annotation in documentation generators.

* Update src/main/java/ch/njol/skript/doc/Example.java
* switch timespan mult/div to use doubles until creating the timespan

* revert to /0 equaling null
… (#7558)

* Added spigot semi-equivalent of the "get chunk at async" method.

* Removed listening code as 'getChunkAt' is called synchronously.

* Removed unused imports.

* Switched to PaperLib method that handles chunk loading.

* Removed accidental boolean negation.

* Added requested changes

Requested from @sovdeeth

Co-authored-by: sovdee <[email protected]>

---------

Co-authored-by: sovdee <[email protected]>
Co-authored-by: Efnilite <[email protected]>
* Bump gradle/wrapper-validation-action from 2 to 3

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2 to 3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Migrate to gradle/actions/wrapper-validation@v4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pikachu920 <[email protected]>
* init commit

* Standardize

* add cancellable to events

* fix reviews

* add event-values

* make EventValueInfo public

* reviews

* oops

* forgot to add

* fix error on generate

* made convertToJsonArray return null if strings is empty, not null

* use getClassInfoName

* add semver

* add keywords, deprecated

* add cleaning patterns

* escape html

* fix links in patterns

* fix generating test-only functions

* add doc

* fix function parameters getting removed

* add times to event-values, remove duplicates

* remove eventvalues with empty name

* remove test elements from docs

* switch to class NoDoc check

* i forgor 💀

* fix method

* Delete .github/workflows/release-docs2.yml

* revert to using TestMode.ENABLED (oops)

* remove unnecessary testmode checks

* Update src/main/java/ch/njol/skript/test/runner/TestMode.java

Co-authored-by: sovdee <[email protected]>

---------

Co-authored-by: sovdee <[email protected]>
* Initial Commit

* Re-add private finals

Forgot to add them back when removing all finals

* fireball wand wither skull

* Add back additional finals

Lesson learned, never ctrl+f and replacing all again

* Update skript-aliases

* Update

* Fix Java21

* Update src/main/java/ch/njol/skript/entity/EntityData.java

Co-authored-by: sovdee <[email protected]>

---------
* replaced Bukkit's (broken) block iterator with own implementation

* checkstyle and fixed the overflowing max target block distance

* fixed block duplicates, mimics the behaviour of previous block line iterator (using grid traversal algorithm instead of Bresenham's)

* added documentation, changed some variable names so the code is easier to understand

* fixed epsilon calculation, small changes

* simplify calculations by removing Planes, add more tests

* sidestep weird JOML mistake (now fixed, but not in pre 1.21.4)

---------

Co-authored-by: sovdee <[email protected]>
Update release model to 4 features per year
@sovdeeth sovdeeth added the don't merge me !! For pull requests that should not be merged due to some outstanding dispute, conflict or dependency. label Mar 1, 2025
@sovdeeth sovdeeth removed the don't merge me !! For pull requests that should not be merged due to some outstanding dispute, conflict or dependency. label Mar 1, 2025
@Moderocky Moderocky merged commit e9c0f4d into master Mar 1, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants