Serhii Snitsaruk
|
361eb3eb15
|
Fix compile-time errors with updated godot-cpp
|
2024-05-28 19:50:57 +02:00 |
Serhii Snitsaruk
|
dbb89e6883
|
Merge pull request #120 from limbonaut/improve-navigation
Implement tab navigation in the editor
|
2024-05-28 12:28:47 +02:00 |
Serhii Snitsaruk
|
fa3034d190
|
Remove old editor navigation code
|
2024-05-28 12:04:02 +02:00 |
Serhii Snitsaruk
|
9e0489a034
|
Editor: Tab button to inspect blackboard plan
|
2024-05-28 11:16:37 +02:00 |
Serhii Snitsaruk
|
a7d4b1e7f7
|
Editor: Use the full name for tabs if the short name is not unique
|
2024-05-28 09:46:21 +02:00 |
Serhii Snitsaruk
|
127fa678f4
|
Editor: Add tab context menu
|
2024-05-27 16:53:44 +02:00 |
Serhii Snitsaruk
|
e0d47ddf08
|
Fix closing last tab leads to crash on exit
|
2024-05-27 15:36:17 +02:00 |
Serhii Snitsaruk
|
57382e10a7
|
Editor: Show full filename in tabs for BTs saved as built-in resources
|
2024-05-27 15:06:35 +02:00 |
Serhii Snitsaruk
|
0a28feb7a9
|
Fix GDExtension compilation issues
|
2024-05-27 14:27:14 +02:00 |
Serhii Snitsaruk
|
6f8f95b5de
|
Editor: Replace BT resource button with tabs
|
2024-05-27 13:48:08 +02:00 |
Serhii Snitsaruk
|
e9eec23c3e
|
Update README.md
Put first steps earlier in the README
|
2024-05-26 12:39:04 +02:00 |
Serhii Snitsaruk
|
d0fcea5574
|
Merge pull request #118 from limbonaut/doc-first-steps
Doc: Add first steps
|
2024-05-26 12:36:42 +02:00 |
Serhii Snitsaruk
|
e059429760
|
Doc: Add first steps
|
2024-05-26 12:34:18 +02:00 |
Serhii Snitsaruk
|
918095622c
|
Merge pull request #117 from limbonaut/gha-toolchain-mirror
GHA: Use godotengine buildroot mirror
|
2024-05-26 12:16:14 +02:00 |
Serhii Snitsaruk
|
23c19c11e6
|
GHA: Use godotengine buildroot mirror
|
2024-05-26 09:32:49 +02:00 |
Serhii Snitsaruk
|
bc2c4a26ac
|
GHA: Restore toolchain links
Toolchain contents should be cached now.
|
2024-05-25 16:07:00 +02:00 |
Serhii Snitsaruk
|
83214fc93b
|
GHA: Temporarily change toolchain link while tuxfamily.org is down (32-bit)
|
2024-05-25 15:05:34 +02:00 |
Serhii Snitsaruk
|
e062669cf7
|
GHA: Temporarily change toolchain link while tuxfamily.org is down
|
2024-05-25 14:05:15 +02:00 |
Serhii Snitsaruk
|
2e94bf8bf2
|
Merge pull request #116 from limbonaut/gha-import-files
GHA: Generate .import files for GDExtension icons
|
2024-05-25 14:01:16 +02:00 |
Serhii Snitsaruk
|
e8816091e6
|
GHA: Verify toolchain checksum
|
2024-05-25 13:33:48 +02:00 |
Serhii Snitsaruk
|
fc1b99a5b1
|
GHA: Action that downloads & caches Linux toolchain
TuxFamily is often down lately, maybe caching could help.
|
2024-05-25 13:33:42 +02:00 |
Serhii Snitsaruk
|
04300e5222
|
GHA: Generate .import files for GDExtension icons
|
2024-05-22 22:33:21 +02:00 |
Serhii Snitsaruk
|
2f326e5b6f
|
Merge pull request #110 from limbonaut/type-validation
Editor: Check if variable is of correct type for BBParam subtypes
|
2024-05-18 15:33:39 +02:00 |
Serhii Snitsaruk
|
064d00fdfa
|
Editor: Check if variable is of correct type for BBParam subtypes
|
2024-05-18 14:12:00 +02:00 |
Serhii Snitsaruk
|
ff61d55c44
|
Merge pull request #106 from limbonaut/mapping
Mapping variables
|
2024-05-18 13:47:42 +02:00 |
Serhii Snitsaruk
|
7ab7a9d098
|
BlackboardPlan: Improve inspector update while manually typing in mappings
Fixes property glitches observed while a map variable is typed in.
|
2024-05-17 21:54:50 +02:00 |
Serhii Snitsaruk
|
b54f3696ff
|
Fix crash upon adding variable in the plan editor with empty default name
Also default to float when expected type is not specified.
|
2024-05-17 11:08:58 +02:00 |
Serhii Snitsaruk
|
dc77ecd2b2
|
Fix `parent_scope` argument in `create_blackboard` should have a default value
|
2024-05-17 10:36:25 +02:00 |
Serhii Snitsaruk
|
026272f7f7
|
Fix BBParam subtypes incorrectly display type error in inspector
|
2024-05-17 10:27:22 +02:00 |
Serhii Snitsaruk
|
d08018b7b1
|
BlackboardPlan: Update mapping after variable renamed
Currently, only for owned variables, not parent's.
|
2024-05-17 10:00:12 +02:00 |
Serhii Snitsaruk
|
00396dce61
|
Merge pull request #107 from limbonaut/steamdeck-support
GHA: Use older toolchain for SteamDeck compatibility
|
2024-05-16 17:48:33 +02:00 |
Serhii Snitsaruk
|
69201fa877
|
GHA: Use older toolchain for SteamDeck compatibility
|
2024-05-16 12:08:13 +02:00 |
Serhii Snitsaruk
|
d920060dee
|
Update class documentation
|
2024-05-15 20:58:38 +02:00 |
Serhii Snitsaruk
|
2718271bb1
|
Clean up & renames
|
2024-05-15 20:43:24 +02:00 |
Serhii Snitsaruk
|
3cf90f9387
|
BlackboardPlan: Don't show mapping in root plans
|
2024-05-15 13:13:27 +02:00 |
Serhii Snitsaruk
|
c6b1a40627
|
BlackboardPlan: Update inspector upon mapping editing finished
|
2024-05-15 12:52:50 +02:00 |
Serhii Snitsaruk
|
d36f8f1122
|
Fix variables missing from BTState blackboard
Non-overridden variables could be missing at runtime in the BTState blackboard due to a bug this commit fixes.
|
2024-05-15 11:43:31 +02:00 |
Serhii Snitsaruk
|
a572613001
|
BlackboardPlan: Utilize mapping in LimboHSM
Also changes how parent plan providing is implemented (used for editor hints).
|
2024-05-15 11:38:53 +02:00 |
Serhii Snitsaruk
|
c30c5a4d7a
|
BlackboardPlan: Auto-fill type info when adding a missing variable for a mapping
|
2024-05-14 22:55:25 +02:00 |
Serhii Snitsaruk
|
ef1c1e5192
|
Fix circular ref & non-tools compilation errors
|
2024-05-14 22:03:29 +02:00 |
Serhii Snitsaruk
|
3b12288ae0
|
BlackboardPlan: Serialize only non-empty mapping values
|
2024-05-14 20:25:18 +02:00 |
Serhii Snitsaruk
|
a1cdff2e2e
|
Fix issues with mapping in BTSubtree
|
2024-05-14 19:47:05 +02:00 |
Serhii Snitsaruk
|
e43bc25d82
|
BlackboardPlan: Provide editor hints for mappings
|
2024-05-14 13:29:04 +02:00 |
Ola S.
|
549d73b8fc
|
Add icons for empty & error variable statuses
|
2024-05-14 13:25:24 +02:00 |
Serhii Snitsaruk
|
0d1e846d93
|
BlackboardPlan: Use mapping with BTSubtree
|
2024-05-14 11:39:32 +02:00 |
Serhii Snitsaruk
|
2d493a76bd
|
BlackboardPlan: Improve mapping and serialize
|
2024-05-14 09:29:56 +02:00 |
Serhii Snitsaruk
|
bdfe5f52c2
|
BlackboardPlan: Implement rudimentary mapping
|
2024-05-13 23:21:55 +02:00 |
Serhii Snitsaruk
|
e55611a1a9
|
Bump doc version
|
2024-05-12 17:34:12 +02:00 |
Serhii Snitsaruk
|
ba467ad62c
|
Merge pull request #102 from limbonaut/btplayer-agent-property
Allow specifying agent in `BTPlayer` node via inspector
|
2024-05-12 17:29:05 +02:00 |
Serhii Snitsaruk
|
5e961ec6fa
|
Merge pull request #103 from limbonaut/pre-commit
Add pre-commit configuration
|
2024-05-03 01:31:25 +02:00 |