Commit Graph

  • 46cd946d35 GHA: Fix inputs in test_builds.yml #15 Serhii Snitsaruk 2024-01-13 19:25:38 +0100
  • c875f9d5d6 Fix BTState virtuals not being called Serhii Snitsaruk 2024-01-13 19:08:34 +0100
  • f546e285b7 Refactor and clean up the code Serhii Snitsaruk 2024-01-13 17:10:42 +0100
  • eec085278a Fix name generation broken in module Serhii Snitsaruk 2024-01-13 13:35:16 +0100
  • 947e253bf9 Fix infinite call recursion crash due to virtual function workaround Serhii Snitsaruk 2024-01-12 23:20:39 +0100
  • 1d3cea6b2e GHA: Add Windows & macOS builds to GDExtension workflow Serhii Snitsaruk 2024-01-11 20:16:00 +0100
  • 8cb8f65469 GHA: Adjust versioning of GDExtension build Serhii Snitsaruk 2024-01-11 18:50:52 +0100
  • 392a2ac691 GHA: Add init_version action for GDExtension Serhii Snitsaruk 2024-01-11 18:08:55 +0100
  • c55c6553b2 GHA: Update setup script and make build workflow for GDExtension Serhii Snitsaruk 2024-01-11 17:06:06 +0100
  • 21b5053b72 Rename window wrapper Serhii Snitsaruk 2024-01-11 15:38:29 +0100
  • 3af6995fd0 Create a script to set up new GDExtension development environment Serhii Snitsaruk 2024-01-11 15:08:11 +0100
  • 52f218e6b9 Don't compile editor classes into template builds Serhii Snitsaruk 2024-01-11 11:22:02 +0100
  • e6c87be723 Fix various bugs and unit tests Serhii Snitsaruk 2024-01-10 23:26:24 +0100
  • 0e37d3dfa3 Fix module compilation Serhii Snitsaruk 2024-01-10 22:45:42 +0100
  • ac3da5ab90 Handle resource reloading (or for GDExtension - don't) Serhii Snitsaruk 2024-01-10 20:00:04 +0100
  • 8e9cc74857 Fix: User icons are not showing in the task palette Serhii Snitsaruk 2024-01-10 19:16:43 +0100
  • 1dfa3e9808 Fix: User tasks not showing in the Task Palette Serhii Snitsaruk 2024-01-10 17:50:02 +0100
  • 59537138bc Fix: Create script template not working as expected Serhii Snitsaruk 2024-01-10 15:23:04 +0100
  • 68b2aaf9d5 Fix IS_CLASS macro not working as expected Serhii Snitsaruk 2024-01-10 13:33:42 +0100
  • a8dc78765b Restore icons Serhii Snitsaruk 2024-01-10 01:17:09 +0100
  • 835d053c00 Add script to update icons in the extension config Serhii Snitsaruk 2024-01-10 00:41:27 +0100
  • 960f04b0ab Fix Forward button icon and crash Serhii Snitsaruk 2024-01-10 00:02:24 +0100
  • cdd5159a08 Move binaries to addon folder Serhii Snitsaruk 2024-01-09 22:58:22 +0100
  • 1b031dfea3 Fix CheckVar performs erroneous equality check Serhii Snitsaruk 2024-01-09 22:24:12 +0100
  • 5b475b3273 Fix: BB params convert to "Wrapped..." Serhii Snitsaruk 2024-01-09 22:23:38 +0100
  • 966199e8dc Fix: Weird name showing on the tasks Serhii Snitsaruk 2024-01-09 22:06:56 +0100
  • c1d0353798 Don't show "Open debugger" in GDExtension Serhii Snitsaruk 2024-01-09 21:59:09 +0100
  • a9a38bbffb Port debugger Serhii Snitsaruk 2024-01-09 21:47:22 +0100
  • b07fb71359 Fix documentation related crash Serhii Snitsaruk 2024-01-09 16:25:28 +0100
  • d1030b877c Project config file macro Serhii Snitsaruk 2024-01-09 15:23:02 +0100
  • 59a8ab97d8 chore: Rename macro LSNAME to LW_NAME Serhii Snitsaruk 2024-01-09 13:42:54 +0100
  • 9645baeb30 Port LimboAI plugin and editor Serhii Snitsaruk 2024-01-09 13:34:24 +0100
  • bb346ef5f2 Port TaskTree Serhii Snitsaruk 2024-01-07 21:04:18 +0100
  • 97daa29eda Port TaskPalette Serhii Snitsaruk 2024-01-07 17:33:05 +0100
  • 73497b1908 Port ModSwitchButton Serhii Snitsaruk 2024-01-07 13:45:27 +0100
  • f9ad9cc794 Port ActionBanner Serhii Snitsaruk 2024-01-07 13:36:59 +0100
  • 3d86a76db9 Port BehaviorTreeView Serhii Snitsaruk 2024-01-07 06:51:34 +0100
  • f5b1b52f67 Port LimboHSM, LimboState and BTState Serhii Snitsaruk 2024-01-07 05:54:17 +0100
  • 0767c0eee1 Port BTPlayer and LimboDebugger (game-side part) Serhii Snitsaruk 2024-01-07 02:40:51 +0100
  • 4f97c1bd24 Post the rest of the BT tasks (massive changes) Serhii Snitsaruk 2024-01-07 00:47:46 +0100
  • 8eed672213 Port BBParam classes Serhii Snitsaruk 2024-01-06 21:05:08 +0100
  • 2c4e343a48 Port the first core classes to get started Serhii Snitsaruk 2024-01-06 21:04:34 +0100
  • c18fc2abf6 Merge branch 'expand-test-builds' Serhii Snitsaruk 2023-12-29 19:11:07 +0100
  • c364378e30 GHA: In test builds, build also a macOS arm64 binary and make a bundle Serhii Snitsaruk 2023-12-29 16:09:26 +0100
  • fb36b6902d GHA: Include Windows .NET editor in test builds Serhii Snitsaruk 2023-12-29 15:22:33 +0100
  • 6ed5bc8203 GHA: Fix wrong binary name in unit tests Serhii Snitsaruk 2023-12-29 15:16:26 +0100
  • 56c3c26572 GHA: Add a macOS build to test builds workflow Serhii Snitsaruk 2023-12-29 14:58:45 +0100
  • 6bcffe712d GHA: Refactor Linux build workflow for the test builds Serhii Snitsaruk 2023-12-29 14:40:10 +0100
  • 044de6eea0 GHA: Add a Windows editor build to test builds Serhii Snitsaruk 2023-12-29 13:10:26 +0100
  • 7fc3831384 Fix various class documentation issues. Serhii Snitsaruk 2023-12-28 17:00:32 +0100
  • 4cf5a18721 Fix another potential crash related to debugger not being active Serhii Snitsaruk 2023-12-28 14:41:58 +0100
  • 9e33b81f50
    Merge pull request #11 from Rubonnek/fix-limbodebugger-crash Serhii Snitsaruk 2023-12-28 14:37:00 +0100
  • 22bfb9e3ab Improve BTCallMethod Serhii Snitsaruk 2023-12-28 14:26:39 +0100
  • 8af747c599
    Merge pull request #9 from Rubonnek/pass-callmethod-delta Serhii Snitsaruk 2023-12-28 12:36:22 +0100
  • 56d7fb91c6
    Fix LimboDebugger crash when EngineDebugger is not active #11 Wilson E. Alvarez 2023-12-27 20:45:56 -0500
  • ab311c5770
    Allow BTCallMethod to include its delta as an argument #9 Wilson E. Alvarez 2023-12-27 13:43:54 -0500
  • 586cdb24bd
    Update getting-started.md Serhii Snitsaruk 2023-12-24 01:16:53 +0100
  • 3d9426c515
    Update README.md Serhii Snitsaruk 2023-12-23 12:41:24 +0100
  • 3f61204961 Open BehaviorTree in the BT editor when its property is clicked in the inspector Serhii Snitsaruk 2023-12-18 15:49:20 +0100
  • e03887cdde Fix LimboExtractSubtree.svg exported incorrectly Serhii Snitsaruk 2023-12-18 01:22:55 +0100
  • 4c93ddabb4 Make LimboSpecifyValue.svg smaller Serhii Snitsaruk 2023-12-18 01:09:57 +0100
  • a00f370805 Replace icon: LimboExtractSubtree.svg Serhii Snitsaruk 2023-12-18 01:05:03 +0100
  • 35f1dabe93 Editor: Add "Extract Subtree" action Serhii Snitsaruk 2023-12-17 15:24:38 +0100
  • a2a2ba1f7b TaskPalette: Shift+Click to add task after the selected and on the same level as the selected task. Serhii Snitsaruk 2023-12-17 14:26:38 +0100
  • c20e0dfc2d Don't focus on buttons in Task Palette Serhii Snitsaruk 2023-12-17 13:58:42 +0100
  • eccbfc6a0e
    Update README.md Serhii Snitsaruk 2023-12-16 22:30:17 +0100
  • 239f6bd94d
    Merge pull request #7 from limbonaut/gha-executable-bit-fix Serhii Snitsaruk 2023-12-16 22:14:56 +0100
  • 1fb92ca412 Blackboard: Refactor prefetching Serhii Snitsaruk 2023-12-16 16:54:42 +0100
  • df231e3f2c GHA: Double zip editor artifacts for MacOS and Linux (fix for #6). #7 Serhii Snitsaruk 2023-12-16 14:03:34 +0100
  • 9abf8a084f Fix debugger's "elapsed" column not always has enough space for decimals Serhii Snitsaruk 2023-12-16 11:12:47 +0100
  • 0f902041e0
    Merge pull request #4 from limbonaut/change-type Serhii Snitsaruk 2023-12-15 00:14:27 +0100
  • ed72784766 Add a header label for "Change Type" popup #4 Serhii Snitsaruk 2023-12-14 23:51:48 +0100
  • 08a8ef9c77 Disable some task palette functionality when it is in dialog mode Serhii Snitsaruk 2023-12-14 23:38:02 +0100
  • f94aca4433 Add "Change Type" popup and menu action Serhii Snitsaruk 2023-12-14 23:18:44 +0100
  • 0e6c83d07c GHA: Update default Godot version to 4.2.1-stable Serhii Snitsaruk 2023-12-13 00:07:02 +0100
  • fb8585282d Debugger: Add the resource header control with a path to the BehaviorTree for the currently debugged instance. Serhii Snitsaruk 2023-12-12 23:37:28 +0100
  • a3594e173c Merge branch 'bbparam-editor' Serhii Snitsaruk 2023-12-10 16:40:20 +0100
  • dfa332490a Add object(resource) support for variant param editor Serhii Snitsaruk 2023-12-10 16:32:41 +0100
  • 678df76c65 Hide type choice when editing variable name Serhii Snitsaruk 2023-12-10 15:58:57 +0100
  • 2fc5732ed8 Fix param type button not updated when property is reset Serhii Snitsaruk 2023-12-10 15:50:03 +0100
  • 949583a6b4 Change type choice position, appearance and tooltip Serhii Snitsaruk 2023-12-10 14:41:00 +0100
  • 106abe0b5a Add support for variant param editing and fix bug with ModeSwitchButton Serhii Snitsaruk 2023-12-10 14:35:28 +0100
  • 7bce63fbcb Remove separation in param editor Serhii Snitsaruk 2023-12-09 21:28:20 +0100
  • 91ed8bfe3d Implement mode switch button for BB parameters Serhii Snitsaruk 2023-12-09 19:31:51 +0100
  • b4bef31df5 Add property editor for blackboard parameters Serhii Snitsaruk 2023-12-08 21:56:14 +0100
  • b94428b35b GH: Update docs Serhii Snitsaruk 2023-12-02 14:44:10 +0100
  • 76b3098ce7
    Update getting-started.md Serhii Snitsaruk 2023-12-01 18:24:48 +0100
  • 5979166c1e Restore the missing icon for LimboAI workspace Serhii Snitsaruk 2023-12-01 18:20:11 +0100
  • 8c7b19ea12 GHA: Use tag instead of sha when available v0.5 Serhii Snitsaruk 2023-12-01 14:17:02 +0100
  • ada246acf9 GHA: Target godot 4.2-stable Serhii Snitsaruk 2023-12-01 12:57:12 +0100
  • 948e99a9ef Generate version.txt for template build jobs Serhii Snitsaruk 2023-11-29 14:32:30 +0100
  • 71909648b7 Add "inline" optimizations Serhii Snitsaruk 2023-11-22 13:41:28 +0100
  • 60012d984b Fix drag & drop position in the same branch Serhii Snitsaruk 2023-11-22 13:05:55 +0100
  • 6347311749 Merge branch 'setagentprop-operations' Serhii Snitsaruk 2023-11-20 15:36:39 +0100
  • cc38d257cc Update tests for BTSetAgentProperty Serhii Snitsaruk 2023-11-20 15:26:22 +0100
  • 548ff374ee Update class docs Serhii Snitsaruk 2023-11-20 15:14:55 +0100
  • caf1ff86b0 SetAgentProperty: Operation feature Serhii Snitsaruk 2023-11-20 15:02:18 +0100
  • 3108a9d44b Fix errors in LimboUtility Serhii Snitsaruk 2023-11-19 16:26:00 +0100
  • c48eeef081 BTSetVar: Cover operations in unit tests & fix bugs Serhii Snitsaruk 2023-11-15 16:35:56 +0100
  • 554ae5a165 Update class docs and refactor SetVar enums Serhii Snitsaruk 2023-11-15 15:40:07 +0100