Serhii Snitsaruk
|
1a192b6129
|
Port BBParam editor to GDExtension (#287)
|
2025-02-18 12:39:47 +01:00 |
Serhii Snitsaruk
|
8e3f37d46a
|
GHA: Update Godot version used in GDExtension workflow
|
2025-02-16 14:27:29 +01:00 |
Serhii Snitsaruk
|
98778c1645
|
GHA: Test with `strict_checks=yes`
|
2025-02-16 13:06:13 +01:00 |
Serhii Snitsaruk
|
7ca4c63191
|
Update demo due to 4.4 changes
|
2025-02-16 13:01:39 +01:00 |
Serhii Snitsaruk
|
8788d8bf12
|
Bump version to 1.4.0-dev
|
2025-02-16 12:59:26 +01:00 |
Serhii Snitsaruk
|
f31d722320
|
Merge pull request #223 from Rubonnek/support-godot-4.4
Support Godot 4.4
|
2025-02-16 12:52:15 +01:00 |
Wilson E. Alvarez
|
bbb4512437
|
Add guards around PROPERTY_HINT_NO_NODEPATH which is not available in GDExtension
|
2025-02-15 11:29:36 -05:00 |
Wilson E. Alvarez
|
43ec612949
|
Fix broken conversion: Ref<Script> to const String
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
998bf212b7
|
Fix unhandled PROPERTY_HINT_NO_NODEPATH warning
Due to upstream change:
6f7525c396
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
ec8eb4bf91
|
Override renamed EditorPlugin::get_name() method
Due to upstream change:
0ab3dc273e
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
05cd3e67b0
|
Refactor EditorHelpBit usage
Due to upstream change:
4e19ab8afe
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
ed9762e62f
|
Fix unhandled PROPERTY_HINT_ONESHOT warning
Due to upstream change:
761a20f7a7
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
ac0b68aa13
|
Fix forbidden comparisons between Ref and nullptr.
Necessary when compiling with strict_checks=yes.
Due to upstream change:
df29cc696f
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
c3da26caba
|
Fix internal Button set_icon calls to set_button_icon
Due to upstream change:
562c666e3d
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
e9f6a6fea5
|
Fix unhandled PROPERTY_HINT_TOOL_BUTTON warning
Due to upstream change:
85dfd89653
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
c3144875df
|
Fix unhandled PROPERTY_HINT_DICTIONARY_TYPE warning
Due to upstream change:
9853a69144
|
2025-02-15 09:48:16 -05:00 |
Wilson E. Alvarez
|
e37ff39641
|
Update EditorMainScreen calls after its extraction
Due to upstream change:
5e1c9d68aa
|
2025-02-15 09:48:16 -05:00 |
Serhii Snitsaruk
|
6292ee4404
|
chore: Move `update_rst` to `scripts/` dir
|
2025-02-15 13:40:54 +01:00 |
Serhii Snitsaruk
|
77dc9b3b85
|
GHA: Build editor targets for iOS & web GDExtension libs (#285)
Compile iOS & Web GDExtension libs with editor support.
|
2025-02-13 11:58:03 +01:00 |
Serhii Snitsaruk
|
88701e9f20
|
GDExtension: Build Android libs with editor features (#284)
Also, fix the macOS Vulkan SDK installation step in CI.
Resolves GH-282.
|
2025-02-12 12:05:50 +01:00 |
Serhii Snitsaruk
|
576df4092a
|
Bump version to 1.3.1
|
2025-02-02 21:22:51 +01:00 |
Serhii Snitsaruk
|
b8f266588a
|
Fix duplicate UI banners (#279)
During the editor launch, duplicate UI banners may appear in the LimboAI tab. Maybe in some other instances too. This PR fixes this issue.
|
2025-02-02 21:19:58 +01:00 |
Serhii Snitsaruk
|
eac7e56f42
|
Doc: Mention pre-built templates (#280)
|
2025-02-02 19:45:54 +01:00 |
namelessvoid
|
7aebed5897
|
Update Readme to accomodate new documentation structure
(cherry picked from commit fe87a87759 )
|
2025-01-22 01:18:37 +01:00 |
Steven Schoen
|
a6613c32f9
|
Navigate to subtree resource when clicked in editor (#276)
Co-authored-by: Steven Schoen <digisteve5@gmail.com>
|
2025-01-22 01:05:51 +01:00 |
Serhii Snitsaruk
|
76e02a75e5
|
Fix BTInstance not registered with debugger on BTPlayer.set_bt_instance() (#275)
|
2025-01-21 23:43:52 +01:00 |
Serhii Snitsaruk
|
1b9cf17339
|
Fix BTPlayer.set_behavior_tree() not populating Blackboard (#274)
|
2025-01-21 23:35:28 +01:00 |
Serhii Snitsaruk
|
0584b0401f
|
Bump version to 1.4.0-dev
|
2025-01-21 12:00:35 +01:00 |
Serhii Snitsaruk
|
98917a2055
|
Bump version to 1.3.0
|
2025-01-21 03:18:11 +01:00 |
Serhii Snitsaruk
|
10defe21a5
|
Update copyright notices across the project files & in LICENSE.md (#272)
* Include LimboAI contributors in the notice
* Clarify first year of publication as copyright year
|
2025-01-21 02:18:59 +01:00 |
Laurent Senta
|
3dcbee829c
|
doc: clarify scoping for BTState (#271)
|
2025-01-10 16:42:09 +01:00 |
Serhii Snitsaruk
|
e3be34670e
|
Doc: Clarify how to access objects on the blackboard that may be freed
|
2025-01-05 20:53:53 +01:00 |
Dave Palais
|
e3262108d7
|
Amend logic error in `BlackboardPlan` variable listing (#269)
|
2025-01-03 02:33:29 +01:00 |
Dave Palais
|
b144ebc7bc
|
Do not show warning for NIL type BlackboardPlan variables on BBParam. (#267)
Enable variable mapping for NIL type public BlackboardPlan variables.
|
2025-01-01 18:14:39 +01:00 |
Serhii Snitsaruk
|
672f92c87b
|
Update doc
|
2024-12-30 01:24:52 +01:00 |
Serhii Snitsaruk
|
e2e42b90a8
|
Fix documentation links in the editor
|
2024-12-29 16:03:21 -08:00 |
Serhii Snitsaruk
|
a952009293
|
Add `Blackboard.print_state()` (#264)
Method that prints values of all variables in each scope.
|
2024-12-29 23:45:59 +01:00 |
Pheubel
|
0982804a86
|
Remove arbitrary limit on user task directories (#263)
Resolves GH-256
|
2024-12-28 19:03:51 +01:00 |
Serhii Snitsaruk
|
dd427c25e2
|
Revert "Update Readme to accomodate new documentation structure"
This reverts commit fe87a87759 .
|
2024-12-18 21:18:08 +01:00 |
Serhii Snitsaruk
|
dddc713a3a
|
Merge pull request #261 from limbonaut/fix-crash-with-vscode-and-gdextension
Fix crash with VSCode and GDExtension
|
2024-12-17 23:54:21 +01:00 |
Serhii Snitsaruk
|
6fecc1e4b5
|
Merge pull request #262 from namelessvoid/re-arrange-documentation
Suggestion on re-arranging the docs
|
2024-12-17 23:35:56 +01:00 |
namelessvoid
|
fe87a87759
|
Update Readme to accomodate new documentation structure
|
2024-12-17 20:14:51 +01:00 |
Simon Kerler
|
0e0a4685f9
|
De-duplicated info about pros/cons of GDExtension vs Module
Co-authored-by: Serhii Snitsaruk <limbonaut@pm.me>
|
2024-12-17 19:47:45 +01:00 |
Simon Kerler
|
955da07652
|
Remove outdated info about built-in documentation
Co-authored-by: Serhii Snitsaruk <limbonaut@pm.me>
|
2024-12-17 19:42:27 +01:00 |
namelessvoid
|
90c0a9a4f6
|
Merge remote-tracking branch 'origin/master' into re-arrange-documentation
|
2024-12-17 00:51:05 +01:00 |
namelessvoid
|
1359f1e606
|
Merge BT debugging docs into 'Creating BT' chapter
|
2024-12-17 00:33:47 +01:00 |
namelessvoid
|
0d65c1117a
|
Remove now redundant page from documentation
|
2024-12-17 00:23:32 +01:00 |
Serhii Snitsaruk
|
a5118ebc1b
|
Fix crash while using callable_mp in GDExtension
|
2024-12-17 00:11:16 +01:00 |
Serhii Snitsaruk
|
17872e7048
|
Fix broken syntax in docs
|
2024-12-16 22:19:54 +01:00 |
Serhii Snitsaruk
|
f7a63ca673
|
Merge pull request #260 from limbonaut/doc-contributing
Doc: Add Contributing page
|
2024-12-16 22:04:00 +01:00 |