Commit graph

  • 51bd3733c4 feat: split end state callback into finished and failed Sara 2024-06-19 12:50:29 +0200
  • 58a717aec4 feat: added on-target-destroyed callback to unit world state Sara 2024-06-19 12:48:34 +0200
  • 6dddbced43 feat: changed distance check < to <= Sara 2024-06-19 12:05:38 +0200
  • a946f7f39b feat: renamed get_target_dead to get_is_target_dead Sara 2024-06-19 10:59:19 +0200
  • f940072312 feat: implemented basic "can_see_target" Sara 2024-06-19 10:58:50 +0200
  • 8cfbbcce27 feat: fully implemented click-to-move Sara 2024-06-11 09:08:49 +0200
  • 1ddfa17659 feat: implemented goal oriented action planning Sara 2024-06-04 21:42:09 +0200
  • 092ea840dc feat: registering classes Sara 2024-05-31 16:07:19 +0200
  • 2da424f934 feat: setup basic godot project files Sara 2024-05-31 16:07:15 +0200
  • b1057412cb feat: started defining game concepts Sara 2024-05-31 16:07:02 +0200
  • 9d687df553 feat: added src/goap to sources in SConstruct Sara 2024-05-31 16:06:50 +0200
  • 844b905174 feat: Started defining GOAP concepts Sara 2024-05-31 16:06:15 +0200
  • ad84556207 feat: created rts player class Sara 2024-05-28 16:30:05 +0200
  • da30f4bfa1 feat: initialized project Sara 2024-05-28 11:45:41 +0200
  • 27b2c2efbb Update README.md by removing typo Dragos Daian 2024-05-17 13:08:55 +0200
  • 19eda87006 Add .gdignore file to prevent editor from importing resources Hugo Locurcio 2024-02-07 23:29:43 +0100
  • 59f4cc9985 Add Godot .editorconfig Adam Scott 2023-10-08 13:53:41 -0400
  • 8c51cc70ce feat: updated godot-cpp to 4.3 stable Sara 2024-08-15 21:21:59 +0200
  • 70ef73e06f feat: updated src/utils to newest Sara 2024-08-15 21:21:11 +0200
  • 06650112a5 fix: added missing libgit_plugin.linux.* for git plugin Sara 2024-08-15 20:55:04 +0200
  • 1fce4436ef feat: added godot git addon Sara 2024-08-07 20:33:57 +0200
  • b6540b6f07 feat: Added optimize=none to debug make target Sara 2024-05-31 16:05:42 +0200
  • e5bfffce14 feat: added compiledb to makefile Sara 2024-05-28 20:06:44 +0200
  • c43edd3fd0 feat: updated utils Sara 2024-05-28 16:29:21 +0200
  • 8af2858e39 feat: removed uninitialize function completely Sara 2024-05-28 14:15:57 +0200
  • f91feba86d chore: updated utils Sara 2024-05-28 14:15:22 +0200
  • 6881f8e84a feat: added project.godot update as part of init.sh Sara 2024-05-28 11:41:16 +0200
  • fd0913dac2 chore: updated utils Sara 2024-05-24 17:40:53 +0200
  • 1b81f5686e feat: added makefile Sara 2024-04-02 15:50:56 +0200
  • ce5b207a07 feat: bumped target version of godot-cpp Sara 2024-04-02 15:47:51 +0200
  • 8e0ba99e6d Added init.sh script Sara 2024-03-07 20:48:46 +0100
  • 09035af13b Created game template Sara 2024-03-07 20:16:30 +0100
  • 3ec351897d
    Merge pull request from sdab/main Patrick Exner (FlameLizard) 2023-12-21 18:14:06 +0100
  • 682db5ae1a
    Merge pull request from Faless/fix/install_bin Patrick Exner (FlameLizard) 2023-11-27 23:14:10 +0100
  • ac1499baf4 Fix library copy command Fabio Alessandrelli 2023-11-27 20:55:30 +0100
  • e6323bdc32
    Merge pull request from adamscott/add-clang-format Patrick Exner (FlameLizard) 2023-11-19 22:24:53 +0100
  • 24a5efe8f7
    Update README.md Sebastien Dabdoub 2023-10-18 20:04:31 -0700
  • 843b2258a0
    Merge pull request from adamscott/copy-bin-to-projectdir Patrick Exner (FlameLizard) 2023-10-17 10:02:57 +0200
  • 54a177ce39
    Copy generated library to the projectdir Adam Scott 2023-10-15 13:50:01 -0400
  • 055ab32bc6
    Merge pull request from adamscott/add-compiledb-and-custom-support Patrick Exner (FlameLizard) 2023-10-15 22:52:50 +0200
  • fbd0021dec
    Add Godot project .clang-format file Adam Scott 2023-10-08 13:50:37 -0400
  • f836481b66
    Merge pull request from akien-mga/gh-fix-issue-template Rémi Verschelde 2023-10-05 14:52:42 +0200
  • 8aebbf12fa
    Fix GitHub issue template not being parsed as form Rémi Verschelde 2023-10-05 13:48:57 +0200
  • 7ea1d169d8
    Merge pull request from akien-mga/ci-fix-mingw-install Rémi Verschelde 2023-10-05 14:52:15 +0200
  • 18aa438af5
    CI: Pin MinGW version to 12.2.0 to fix install issue Rémi Verschelde 2023-10-05 13:44:43 +0200
  • 43d3b1181c
    Add compiledb, help and custom.py support Adam Scott 2023-08-17 10:25:50 -0400
  • 948cf4be33
    Merge pull request from AThousandShips/version_str Patrick Exner (FlameLizard) 2023-09-02 19:56:39 +0200
  • 9e8e06aac7 Fix formatting of compatibility_minimum A Thousand Ships 2023-08-31 16:54:16 +0200
  • aa093cd429
    Merge pull request from paddy-exe/add-instructions-readme Patrick Exner (FlameLizard) 2023-08-26 20:41:49 +0200
  • 6985cbaa88 Add/Clarify README instructions in main branch Patrick-FlameLizard 2023-08-26 20:10:19 +0200
  • 8fc98af6dd
    Merge pull request from adamscott/vscode-settings Patrick Exner (FlameLizard) 2023-08-26 20:04:26 +0200
  • 4c0556fcb8
    Merge pull request from paddy-exe/main Patrick Exner (FlameLizard) 2023-08-26 20:03:30 +0200
  • fb8e864dba Add class registration comment hint for main branch Patrick-FlameLizard 2023-08-26 19:59:37 +0200
  • b54f7475af
    Add vscode extension suggestions and ignore the rest Adam Scott 2023-08-17 08:31:03 -0400
  • 5eb763fff7
    Merge pull request from paddy-exe/4.1 Patrick Exner (FlameLizard) 2023-08-08 15:07:36 +0200
  • 498a9f99b0 Change project version to 4.1 Patrick 2023-08-08 01:55:15 +0200
  • 882ffb2726 Initial commit Patrick 2023-08-06 00:42:21 +0200