[go: nahoru, domu]

Skip to content

Tags: QodotPlugin/Qodot

Tags

2024.1

Toggle 2024.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Mangle Check in Light for SpotLight Generation

Used to use a check for 0.005 exactly, but float imprecision would still trigger the SpotLight spawn instead of the OmniLight spawn. Modified the range to be slightly wider to allow room for imprecision.

2023.3.2

Toggle 2023.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Fix: Occluder Instance Entity Index Out of Range

`occluder_instance` is now properly assigned.

Changed check to `entity_index in entity_occluder_instances` due to it being a Dictionary and not an Array.

Occluder instances no longer indexing out of range on map build.

2023.3.1

Toggle 2023.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #117 from solarbearcub/main

Mend regression in parsing entity string values containing spaces

2023.3

Toggle 2023.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Choices / Dictionary Properties Without Descriptions

Fix for #115. The Choices / Dictionary property types get formatted in a specific way when no description is provided in the FGD format. The FGD Class Resource now accounts for this.

2023.2

Toggle 2023.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #85 from RhapsodyInGeek/RhapsodyInGeek-Node2D-Cont…

…rol-Support

Added support for Node2D and Control derived entities

2023.1

Toggle 2023.1's commit message
Update version string to 2023.1

2023.1-prerelease

Toggle 2023.1-prerelease's commit message
Merge branch 'main' of https://github.com/QodotPlugin/Qodot

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md