Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: v3 #120

Merged
merged 326 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
326 commits
Select commit Hold shift + click to select a range
78efe30
Merge pull request #174 from crashkonijn/feature/capability-builders
crashkonijn Jun 25, 2024
7dd83d8
Start of agent project split
crashkonijn Jun 26, 2024
0104aed
Improved distance cost calculation in the planner, prepared the plann…
crashkonijn Jun 27, 2024
676133b
Update GraphResolverJob.cs
crashkonijn Jun 27, 2024
0a9f52d
Improved resolving heuristics
crashkonijn Jun 27, 2024
a295a89
Merge branch 'feature/v2.2' into feature/heuristic-improvements
crashkonijn Jun 28, 2024
ccbab87
Fixed merge conflicts, fixed tests
crashkonijn Jun 28, 2024
38e5592
Merge pull request #172 from crashkonijn/feature/heuristic-improvements
crashkonijn Jun 28, 2024
1886151
Merge branch 'feature/v2.2' into feature/split-agent-projects
crashkonijn Jun 28, 2024
154aa51
Fixed merge issues
crashkonijn Jun 28, 2024
5883592
Temp
crashkonijn Jun 28, 2024
7f66517
Fixes #129
crashkonijn Jun 28, 2024
84102bf
Formatted code
crashkonijn Jun 28, 2024
45c43cc
Fixed certain extension method usage, improved editor namespaces
crashkonijn Jun 28, 2024
cafb730
Merge pull request #175 from crashkonijn/feature/split-agent-projects
crashkonijn Jun 28, 2024
dab5e57
Fixes #145
crashkonijn Jun 28, 2024
aa2504c
Start of improved goal handling
crashkonijn Jul 1, 2024
147005d
Update package.json
crashkonijn Jul 1, 2024
e9fb842
Updates
crashkonijn Jul 1, 2024
f744cdb
Update AgentTypeBuilder.cs
crashkonijn Jul 1, 2024
178bbbe
Update package.json
crashkonijn Jul 1, 2024
0a0da18
Update AgentTypeFactoryBaseEditor.cs
crashkonijn Jul 1, 2024
6622193
Update GraphResolverJob.cs
crashkonijn Jul 1, 2024
f8778dd
Update ClassGenerator.cs
crashkonijn Jul 1, 2024
4d584cf
Merge branch 'master' into fix/scriptable-config-not-using-correct-go…
crashkonijn Jul 2, 2024
d424ae0
Forward port of fix for #177
crashkonijn Jul 2, 2024
f39b04f
Merge pull request #176 from crashkonijn/fix/145
crashkonijn Jul 2, 2024
cb5f8ae
Merge pull request #183 from crashkonijn/fix/scriptable-config-not-us…
crashkonijn Jul 2, 2024
83aaf9e
Merge branch 'feature/v2.2' into feature/improved-goal-handling
crashkonijn Jul 2, 2024
7b5f0df
Improved goal handling!
crashkonijn Jul 3, 2024
b9099a8
Merge pull request #189 from crashkonijn/feature/improved-goal-handling
crashkonijn Jul 3, 2024
e232383
Updated code gen templates. Fixes #178
crashkonijn Jul 3, 2024
51a760f
Added goap set config upgrader. Fixes #190
crashkonijn Jul 3, 2024
642b68b
Fixed namespace allowed to be empty in generator. Fixes #180
crashkonijn Jul 3, 2024
d6d66af
Fixed editor breaking with recursive actions. Fixes #179
crashkonijn Jul 3, 2024
809eea5
Merge pull request #191 from crashkonijn/fix/various-v3-improvements
crashkonijn Jul 3, 2024
e3a1b44
Couple fixes, start of v3 docs
crashkonijn Jul 3, 2024
8c7603d
Update package.json
crashkonijn Jul 3, 2024
ca4e4c0
Added more setup validations
crashkonijn Jul 4, 2024
677a161
Improved docs
crashkonijn Jul 4, 2024
5ea412b
Added backwards capability to action
crashkonijn Jul 4, 2024
c646455
Improved backwards compatibility
crashkonijn Jul 4, 2024
e491ecf
Added obsolete methods for easier upgrading
crashkonijn Jul 4, 2024
43fa3b0
Update AgentEvents.cs
crashkonijn Jul 4, 2024
be869c8
Added another obsolete event
crashkonijn Jul 4, 2024
e4a562e
Various improvements
crashkonijn Jul 4, 2024
b519bdb
Various fixes
crashkonijn Jul 4, 2024
264ad8d
Style fixes, more v3 docs!
crashkonijn Jul 4, 2024
8c6c9f6
Removed MonoBehaviour requirement from IComponentReference
crashkonijn Jul 4, 2024
4f1a9de
Merge branch 'master' into feature/v2.2
crashkonijn Jul 4, 2024
713ee93
Update version to 3.0.3-beta
crashkonijn Jul 4, 2024
90a6550
Updated demo
crashkonijn Jul 4, 2024
8bcf6b5
Merge branch 'feature/v2.2' into update-version-3.0.3-beta
crashkonijn Jul 4, 2024
57b9ac9
Merge pull request #192 from crashkonijn/update-version-3.0.3-beta
crashkonijn Jul 4, 2024
cc03852
Minor docs update
crashkonijn Jul 4, 2024
502919c
Merge branch 'feature/v2.2' of github.com:crashkonijn/GOAP into featu…
crashkonijn Jul 4, 2024
040a750
Updated demo
crashkonijn Jul 4, 2024
2742703
Merge branch 'master' into feature/v2.2
crashkonijn Jul 8, 2024
b1f011f
Re-fixes #193 for v3
crashkonijn Jul 8, 2024
245102d
Update ResolveHandle.cs
crashkonijn Jul 15, 2024
16917dc
Merge pull request #196 from crashkonijn/fix/picked-goal-not-being-in…
crashkonijn Jul 15, 2024
59323cf
Added option to disable demo build
crashkonijn Jul 15, 2024
389186c
Update version to 3.0.4-beta
crashkonijn Jul 15, 2024
d66223c
Merge branch 'feature/v2.2' into update-version-3.0.4-beta
crashkonijn Jul 15, 2024
1230c26
Merge pull request #197 from crashkonijn/update-version-3.0.4-beta
crashkonijn Jul 15, 2024
dd4c83e
Fixed: V3 build not working
crashkonijn Jul 17, 2024
5c30e2d
Merge pull request #199 from crashkonijn/fix/v3-build-not-working
crashkonijn Jul 17, 2024
c56333f
Style fixes
crashkonijn Jul 17, 2024
dcc33b9
Update update-package.yml
crashkonijn Jul 17, 2024
0434192
Update update-package.yml
crashkonijn Jul 17, 2024
7b68067
Update release-drafter.yml
crashkonijn Jul 17, 2024
92081a8
Update version to 3.0.5-beta
crashkonijn Jul 17, 2024
90fd82d
Merge pull request #202 from crashkonijn/update-version-3.0.5-beta
crashkonijn Jul 17, 2024
fcdfe33
Corrected a few minor errors on the V3 upgrade docs
Jul 18, 2024
e178e99
Fixed no action bricking action runner
crashkonijn Jul 18, 2024
136e509
Merge pull request #204 from crashkonijn/fix/no-action-bricking-actio…
crashkonijn Jul 18, 2024
b8019b1
Update version to 3.0.6-beta
crashkonijn Jul 18, 2024
5589601
Merge pull request #205 from crashkonijn/update-version-3.0.6-beta
crashkonijn Jul 18, 2024
668371c
Merge pull request #203 from Layla-P/feature/v2.2
crashkonijn Jul 18, 2024
f2270bb
Fixes #206
crashkonijn Jul 24, 2024
0d5f1d6
Removed debug logs
crashkonijn Jul 24, 2024
ef68e53
Disabled target sensor re-run during action validation. Should fix #208
crashkonijn Jul 24, 2024
b4763a2
Added target status indicator
crashkonijn Jul 24, 2024
59eff03
Added graph viewer shortcut
crashkonijn Jul 24, 2024
a3bc9e6
Merge pull request #209 from crashkonijn/fix/sensor-bricking-from-dup…
crashkonijn Jul 24, 2024
f0cd766
Merge pull request #210 from crashkonijn/fix/removed-target-from-run-…
crashkonijn Jul 24, 2024
ea47a07
Merge pull request #211 from crashkonijn/feature/added-graph-viewer-s…
crashkonijn Jul 24, 2024
c54327c
Merge pull request #212 from crashkonijn/feature/added-target-state-i…
crashkonijn Jul 24, 2024
123bff2
Added distance information to agent editor
crashkonijn Jul 24, 2024
f2575bc
Merge pull request #213 from crashkonijn/feature/added-range-informat…
crashkonijn Jul 24, 2024
5551a50
Update version to 3.0.7-beta
crashkonijn Jul 24, 2024
b580efa
Merge pull request #214 from crashkonijn/update-version-3.0.7-beta
crashkonijn Jul 24, 2024
22472f6
Fix: ActionBuilder breaking from custom base classes
crashkonijn Jul 26, 2024
2c2b6c4
Update ActionBuilder.cs
crashkonijn Jul 26, 2024
16cd1d8
Merge pull request #215 from crashkonijn/fix/action-builder-breaking-…
crashkonijn Jul 26, 2024
0f95dd5
Update version to 3.0.8-beta
crashkonijn Jul 26, 2024
4d59fb6
Merge pull request #216 from crashkonijn/update-version-3.0.8-beta
crashkonijn Jul 26, 2024
d75d1a2
Add TargetLost event
SlayerDF Jul 29, 2024
f50338b
Fixes #217
crashkonijn Jul 29, 2024
764e81f
Fixed agent state not resetting correctly
crashkonijn Jul 29, 2024
911f73d
Merge pull request #219 from crashkonijn/fix/resolver-picking-complet…
crashkonijn Jul 29, 2024
004cb88
Merge pull request #220 from crashkonijn/fix/action-state-not-being-r…
crashkonijn Jul 29, 2024
10c0020
Update version to 3.0.9-beta
crashkonijn Jul 29, 2024
7d08d39
Merge pull request #221 from crashkonijn/update-version-3.0.9-beta
crashkonijn Jul 29, 2024
28f6008
Move TargetLost invocation in UpdateTarget
SlayerDF Jul 29, 2024
0003c51
Removed else statement
crashkonijn Jul 30, 2024
25e51f5
Merge pull request #218 from SlayerDF/feature/added-target-lost-event
crashkonijn Jul 30, 2024
4ffacf9
Updated demo move behaviours
crashkonijn Jul 30, 2024
2c8f9fc
Added docs about OnTargetLost
crashkonijn Jul 30, 2024
4d6e291
Update version to 3.0.10-beta
crashkonijn Jul 30, 2024
2ba1c6b
Merge pull request #222 from crashkonijn/update-version-3.0.10-beta
crashkonijn Jul 30, 2024
f7c02e0
Fixed: Custom IsValid not working
crashkonijn Aug 22, 2024
9f13b0a
Update GoapActionBaseTests.cs
crashkonijn Aug 22, 2024
6aab4bb
Merge pull request #225 from crashkonijn/fix/custom-isvalid-not-working
crashkonijn Aug 22, 2024
71a8807
Update version to 3.0.11-beta
crashkonijn Aug 22, 2024
d7e74a4
Merge pull request #226 from crashkonijn/update-version-3.0.11-beta
crashkonijn Aug 22, 2024
8e3b870
Fixed recursive stack
crashkonijn Aug 22, 2024
57f8e81
Merge pull request #227 from crashkonijn/fix/recursive-stack
crashkonijn Aug 22, 2024
278f7b6
Update version to 3.0.12-beta
crashkonijn Aug 22, 2024
59e5f22
Merge pull request #228 from crashkonijn/update-version-3.0.12-beta
crashkonijn Aug 22, 2024
bd4fc62
Added target to GetCost method. Fixes #232
crashkonijn Sep 13, 2024
0e25697
Merge pull request #234 from crashkonijn/feature/target-in-get-cost-m…
crashkonijn Sep 13, 2024
7aee645
GITBOOK-1: No subject
Crash-Konijn Sep 13, 2024
969a7fd
Update version to 3.0.13-beta
crashkonijn Sep 13, 2024
d18c4ae
Merge pull request #235 from crashkonijn/update-version-3.0.13-beta
crashkonijn Sep 13, 2024
d9e7d28
Fixed #238
crashkonijn Sep 17, 2024
84f3031
Merge pull request #239 from crashkonijn/fix/node-viewer-target-indic…
crashkonijn Sep 17, 2024
f9cd3dc
Fixes #236
crashkonijn Sep 17, 2024
3c66f2a
Merge pull request #240 from crashkonijn/fix/agents-not-enabling-disa…
crashkonijn Sep 17, 2024
731c196
Re-provide the previous target instance to reduce GC. See #152
crashkonijn Sep 17, 2024
7633f89
Implemented smarter sensor running, local sensors now only run for th…
crashkonijn Sep 17, 2024
7e2dd97
Merge pull request #241 from crashkonijn/feature/provide-previous-tar…
crashkonijn Sep 17, 2024
a4f5ce9
Fixed tests
crashkonijn Sep 17, 2024
a92dbbf
Merge pull request #242 from crashkonijn/feature/only-update-sensors-…
crashkonijn Sep 17, 2024
15c8c53
GITBOOK-2: No subject
Crash-Konijn Sep 17, 2024
0b9e237
Updated docs
crashkonijn Sep 17, 2024
173f042
Update version to 3.0.14-beta
crashkonijn Sep 17, 2024
46a239c
Merge pull request #243 from crashkonijn/update-version-3.0.14-beta
crashkonijn Sep 17, 2024
14998eb
Partial docs update
crashkonijn Sep 18, 2024
8573c35
Partial docs update
crashkonijn Sep 18, 2024
1bf3d0e
Update Setup.md
crashkonijn Sep 18, 2024
701e23e
Update of setup docs
crashkonijn Sep 18, 2024
637274e
Update of tutorial
crashkonijn Sep 18, 2024
2a56c9a
Added gif
crashkonijn Sep 18, 2024
b955d8a
Scene update
crashkonijn Sep 18, 2024
64b16f4
Update AgentCollection.cs
crashkonijn Sep 18, 2024
e48e2b0
Fixed AgentCollection accepting disabled agents
crashkonijn Sep 18, 2024
dc2e2aa
Fixed updating graph when ActionProvider is disabled
crashkonijn Sep 18, 2024
62e29d8
Merge pull request #244 from crashkonijn/fix/get-cost-getting-called-…
crashkonijn Sep 18, 2024
57dffde
Style fixes
crashkonijn Sep 18, 2024
917ff5b
Update version to 3.0.15-beta
crashkonijn Sep 18, 2024
51fc996
Merge pull request #245 from crashkonijn/update-version-3.0.15-beta
crashkonijn Sep 18, 2024
bd3ec0c
Added missing assembly definition names to docs
crashkonijn Sep 19, 2024
2648d14
Extended tutorial
crashkonijn Sep 19, 2024
db983a7
Update SUMMARY.md
crashkonijn Sep 19, 2024
0087de9
Update SUMMARY.md
crashkonijn Sep 19, 2024
e3fe233
temp
crashkonijn Sep 19, 2024
5d05ac2
asset changes for docs
crashkonijn Sep 24, 2024
4387881
Added sensor timers!
crashkonijn Sep 24, 2024
f313653
Fixes #251
crashkonijn Sep 24, 2024
d83ff50
Fixes #249
crashkonijn Sep 24, 2024
c9f94c7
Fixes #248
crashkonijn Sep 24, 2024
1dd1bbc
Fixes the sensor runner breaking when switching agent types #252
crashkonijn Sep 24, 2024
c9a7d56
Merge pull request #253 from crashkonijn/fix/unity-editor-reference-i…
crashkonijn Sep 24, 2024
ba89e83
Merge pull request #255 from crashkonijn/fix/graph-viewer-zoom-inverted
crashkonijn Sep 24, 2024
cacf656
Merge pull request #256 from crashkonijn/fix/expose-proactive-control…
crashkonijn Sep 24, 2024
16c728d
Merge pull request #257 from crashkonijn/fix/sensor-runner-breaking-w…
crashkonijn Sep 24, 2024
dcfda43
Caches GoalRequest key used by the sensor runner. Fixes #258
crashkonijn Sep 24, 2024
b9ebb96
Merge pull request #259 from crashkonijn/fix/sensor-runner-producing-gc
crashkonijn Sep 24, 2024
844285f
Fixed tests
crashkonijn Sep 25, 2024
7d080bc
Merge pull request #254 from crashkonijn/feature/add-timing-controll-…
crashkonijn Sep 25, 2024
a989ed3
Merge branch 'feature/v2.2' into fix/gc
crashkonijn Sep 25, 2024
597c263
Merge branch 'feature/v2.2' into fix/gc
crashkonijn Sep 25, 2024
bc37a8d
Lowered GC
crashkonijn Sep 25, 2024
758d3ee
Fixed tests
crashkonijn Sep 25, 2024
409ee0d
Reverted name change, removed commented code
crashkonijn Sep 25, 2024
a81c13d
Merge pull request #260 from crashkonijn/fix/gc
crashkonijn Sep 25, 2024
4ed64fc
Update version to 3.0.16-beta
crashkonijn Sep 25, 2024
e9d4d4a
Merge pull request #261 from crashkonijn/update-version-3.0.16-beta
crashkonijn Sep 25, 2024
30266e5
Hotfix
crashkonijn Sep 26, 2024
ff12a26
Update version to 3.0.17-beta
crashkonijn Sep 26, 2024
2726b03
Merge pull request #262 from crashkonijn/update-version-3.0.17-beta
crashkonijn Sep 26, 2024
b686754
Create .editorconfig
crashkonijn Sep 26, 2024
2829709
Chore: applied code-style
crashkonijn Sep 26, 2024
00628e4
Merge pull request #263 from crashkonijn/chore/code-style
crashkonijn Sep 26, 2024
4d13e00
Fix: Added readme.md
crashkonijn Oct 2, 2024
93bc60f
Merge pull request #265 from crashkonijn/fix/added-readme-md
crashkonijn Oct 2, 2024
a3ac13b
Fix: Re-added 2021 support
crashkonijn Oct 2, 2024
de147f8
Merge pull request #266 from crashkonijn/feature/re-add-2021-support-…
crashkonijn Oct 2, 2024
0a9df4b
Merge branch 'master' into feature/v2.2
crashkonijn Oct 2, 2024
924b413
Update version to 3.0.18-beta
crashkonijn Oct 2, 2024
ea3798c
Updated demo
crashkonijn Oct 2, 2024
cb02d70
Merge pull request #267 from crashkonijn/update-version-3.0.18-beta
crashkonijn Oct 2, 2024
3be945f
Removed UserSettings
crashkonijn Oct 3, 2024
49b0b99
Update .gitignore
crashkonijn Oct 3, 2024
65ff864
Fixed: GraphViewer throwing null error when selected object was destr…
crashkonijn Oct 3, 2024
2d3e10b
Trying to remove case differences in folders
crashkonijn Oct 4, 2024
d0aba33
Changed folder name back to Documentation
crashkonijn Oct 4, 2024
6180b0d
Disabled native leak detection during tests
crashkonijn Oct 4, 2024
3a3c9a0
Merge pull request #270 from crashkonijn/fix/pipeline-breaking
crashkonijn Oct 4, 2024
045088f
Merge pull request #268 from crashkonijn/fix/graph-viewer-null-when-s…
crashkonijn Oct 4, 2024
42ee82c
Merge branch 'master' into feature/v2.2
crashkonijn Oct 4, 2024
97d03c8
Fix #271
crashkonijn Oct 8, 2024
c6ec8a0
Merge pull request #272 from crashkonijn/fix/null-agent-type-config-f…
crashkonijn Oct 8, 2024
3807e21
Update version to 3.0.19-beta
crashkonijn Oct 8, 2024
0ac12e7
Merge pull request #273 from crashkonijn/update-version-3.0.19-beta
crashkonijn Oct 8, 2024
039b2af
Fixes #274
crashkonijn Oct 9, 2024
4ff2431
Fixes missing target warning with RequiresTarget set to false
crashkonijn Oct 9, 2024
5dbc79e
Fixes #250
crashkonijn Oct 9, 2024
2aeca39
Merge pull request #275 from crashkonijn/fix/goal-start-event-called-…
crashkonijn Oct 9, 2024
1103be6
Merge pull request #276 from crashkonijn/fix/target-missing-warning-w…
crashkonijn Oct 9, 2024
6622c69
Merge pull request #277 from crashkonijn/feature/added-config-callbacks
crashkonijn Oct 9, 2024
829e154
Update version to 3.0.20-beta
crashkonijn Oct 9, 2024
cd2941f
Updated demo
crashkonijn Oct 9, 2024
8639d56
Merge pull request #278 from crashkonijn/update-version-3.0.20-beta
crashkonijn Oct 9, 2024
70fde07
Docs update
crashkonijn Oct 11, 2024
ecc3830
Docs update
crashkonijn Oct 11, 2024
9f1f1f9
Docs update
crashkonijn Oct 11, 2024
320cb14
Fixes #284
crashkonijn Nov 6, 2024
9f1b33c
Added config to disable target validation. Fixes #285
crashkonijn Nov 6, 2024
b33e58d
Added various null checks. Fixes #287
crashkonijn Nov 6, 2024
88d4da4
Added docs about multi sensors and sensor timer control
crashkonijn Nov 6, 2024
31a56e3
Merge pull request #288 from crashkonijn/fix/added-various-null-checks
crashkonijn Nov 6, 2024
2f1936a
Merge pull request #289 from crashkonijn/feature/disable-target-valid…
crashkonijn Nov 6, 2024
948ffbd
Merge pull request #290 from crashkonijn/fix/graph-viewer-keeps-dragg…
crashkonijn Nov 6, 2024
f2bc77d
Merge pull request #291 from crashkonijn/docs/added-multi-sensor-docs
crashkonijn Nov 6, 2024
a51e878
Update version to 3.0.21-beta
crashkonijn Nov 6, 2024
16abeb1
Merge pull request #292 from crashkonijn/update-version-3.0.21-beta
crashkonijn Nov 6, 2024
bb91926
Update Sensors.md
crashkonijn Nov 6, 2024
08fd2d9
Removed Unity from display name
crashkonijn Nov 7, 2024
f7cf91c
Fixes multi-sensor missing keys warning
crashkonijn Nov 7, 2024
ffa8bd7
Merge pull request #293 from crashkonijn/fix/multi-sensor-missing-key…
crashkonijn Nov 7, 2024
6d66cda
Fixed tests
crashkonijn Nov 7, 2024
a8cf6ef
Merge pull request #294 from crashkonijn/fix/multi-sensor-missing-key…
crashkonijn Nov 7, 2024
95d450c
Actions can now be (temporarily) disabled per action instead of actio…
crashkonijn Nov 13, 2024
665074a
Merge pull request #295 from crashkonijn/feature/better-action-disabler
crashkonijn Nov 13, 2024
6b77091
Implemented IActionRunstate.MayResolve logic
crashkonijn Nov 13, 2024
b5b4574
Update version to 3.0.22-beta
crashkonijn Nov 13, 2024
341d286
Updated demo
crashkonijn Nov 13, 2024
d8d39a9
Update AgentTypeJobRunnerTests.cs
crashkonijn Nov 13, 2024
84be1b2
Merge pull request #296 from crashkonijn/feature/mayresolve
crashkonijn Nov 13, 2024
fa53a5d
Merge pull request #297 from crashkonijn/update-version-3.0.22-beta
crashkonijn Nov 13, 2024
0f2b692
Added turn based example
crashkonijn Nov 13, 2024
6c3bc8a
Merge pull request #298 from crashkonijn/feature/turn-based-example
crashkonijn Nov 13, 2024
90dd1cf
Fixed SetDistanceMultiplierSpeed with 0 breaking the resolver
crashkonijn Nov 14, 2024
14faa34
Merge pull request #299 from crashkonijn/fix/distance-multiplier-spee…
crashkonijn Nov 14, 2024
85e69e1
Update version to 3.0.23-beta
crashkonijn Nov 14, 2024
2c34c46
Merge pull request #300 from crashkonijn/update-version-3.0.23-beta
crashkonijn Nov 14, 2024
9e257d2
Updated sponsoring info
crashkonijn Nov 14, 2024
d9b39a6
Merge pull request #302 from crashkonijn/feature/sponsoring
crashkonijn Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ autolabeler:
- label: 'skip-changelog'
branch:
- '/develop/'
- '/update-version.+/'
exclude-labels:
- 'skip-changelog'
version-resolver:
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on:
version:
description: 'Version number to check for draft release'
required: true
build_demo:
description: 'Toggle the demo build step'
required: true
default: true
type: boolean
branch:
description: 'Branch to checkout'
required: true
default: 'master'

jobs:
update_versions:
Expand All @@ -14,7 +23,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@v2
with:
ref: 'master'
ref: ${{ github.event.inputs.branch }}
fetch-depth: 0 # ensure you have the full history for branch creation

- name: Create new branch
Expand Down Expand Up @@ -63,12 +72,13 @@ jobs:
title: "Update package version to ${{ github.event.inputs.version }}"
body: |
Update package version to `${{ github.event.inputs.version }}`.
base: master # branch to create the PR against
base: ${{ github.event.inputs.branch }} # branch to create the PR against
branch: update-version-${{ github.event.inputs.version }} # branch with your changes

build_demo_files:
needs:
- update_versions
if: ${{ github.event.inputs.build_demo == 'true' }}
runs-on: ubuntu-latest
permissions:
# write permission is required to create a github release
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ sysinfo.txt
/CielaSpike/
/CielaSpike.meta
LICENSE.meta
README.md.meta
208 changes: 208 additions & 0 deletions Demo/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@

[*]
charset = utf-8-bom
end_of_line = crlf
trim_trailing_whitespace = false
insert_final_newline = false
indent_style = space
indent_size = 4

# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers = false
csharp_preferred_modifier_order = public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion
csharp_space_after_cast = true
csharp_style_prefer_utf8_string_literals = true:suggestion
csharp_style_var_elsewhere = true:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
dotnet_naming_rule.event_rule.import_to_resharper = True
dotnet_naming_rule.event_rule.resharper_description = Events
dotnet_naming_rule.event_rule.resharper_guid = 0c4c6401-2a1f-4db1-a21f-562f51542cf8
dotnet_naming_rule.event_rule.severity = warning
dotnet_naming_rule.event_rule.style = on_upper_camel_case_style
dotnet_naming_rule.event_rule.symbols = event_symbols
dotnet_naming_rule.private_constants_rule.import_to_resharper = True
dotnet_naming_rule.private_constants_rule.resharper_description = Constant fields (private)
dotnet_naming_rule.private_constants_rule.resharper_guid = 236f7aa5-7b06-43ca-bf2a-9b31bfcff09a
dotnet_naming_rule.private_constants_rule.severity = warning
dotnet_naming_rule.private_constants_rule.style = upper_camel_case_style
dotnet_naming_rule.private_constants_rule.symbols = private_constants_symbols
dotnet_naming_rule.private_instance_fields_rule.import_to_resharper = True
dotnet_naming_rule.private_instance_fields_rule.resharper_description = Instance fields (private)
dotnet_naming_rule.private_instance_fields_rule.resharper_guid = 4a98fdf6-7d98-4f5a-afeb-ea44ad98c70c
dotnet_naming_rule.private_instance_fields_rule.severity = warning
dotnet_naming_rule.private_instance_fields_rule.style = lower_camel_case_style_1
dotnet_naming_rule.private_instance_fields_rule.symbols = private_instance_fields_symbols
dotnet_naming_rule.private_instance_fields_rule_1.import_to_resharper = True
dotnet_naming_rule.private_instance_fields_rule_1.resharper_description = Instance fields (private)
dotnet_naming_rule.private_instance_fields_rule_1.resharper_guid = 4a98fdf6-7d98-4f5a-afeb-ea44ad98c70c
dotnet_naming_rule.private_instance_fields_rule_1.severity = warning
dotnet_naming_rule.private_instance_fields_rule_1.style = lower_camel_case_style_1
dotnet_naming_rule.private_instance_fields_rule_1.symbols = private_instance_fields_symbols_1
dotnet_naming_rule.private_instance_fields_rule_2.import_to_resharper = True
dotnet_naming_rule.private_instance_fields_rule_2.resharper_description = Instance fields (private)
dotnet_naming_rule.private_instance_fields_rule_2.resharper_guid = 4a98fdf6-7d98-4f5a-afeb-ea44ad98c70c
dotnet_naming_rule.private_instance_fields_rule_2.severity = warning
dotnet_naming_rule.private_instance_fields_rule_2.style = lower_camel_case_style_1
dotnet_naming_rule.private_instance_fields_rule_2.symbols = private_instance_fields_symbols_2
dotnet_naming_rule.private_static_fields_rule.import_to_resharper = True
dotnet_naming_rule.private_static_fields_rule.resharper_description = Static fields (private)
dotnet_naming_rule.private_static_fields_rule.resharper_guid = f9fce829-e6f4-4cb2-80f1-5497c44f51df
dotnet_naming_rule.private_static_fields_rule.severity = warning
dotnet_naming_rule.private_static_fields_rule.style = lower_camel_case_style
dotnet_naming_rule.private_static_fields_rule.symbols = private_static_fields_symbols
dotnet_naming_rule.private_static_readonly_rule.import_to_resharper = True
dotnet_naming_rule.private_static_readonly_rule.resharper_description = Static readonly fields (private)
dotnet_naming_rule.private_static_readonly_rule.resharper_guid = 15b5b1f1-457c-4ca6-b278-5615aedc07d3
dotnet_naming_rule.private_static_readonly_rule.severity = warning
dotnet_naming_rule.private_static_readonly_rule.style = upper_camel_case_style
dotnet_naming_rule.private_static_readonly_rule.symbols = private_static_readonly_symbols
dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True
dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field
dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef
dotnet_naming_rule.unity_serialized_field_rule.severity = warning
dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style_1
dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols
dotnet_naming_rule.unity_serialized_field_rule_1.import_to_resharper = True
dotnet_naming_rule.unity_serialized_field_rule_1.resharper_description = Unity serialized field
dotnet_naming_rule.unity_serialized_field_rule_1.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef
dotnet_naming_rule.unity_serialized_field_rule_1.severity = warning
dotnet_naming_rule.unity_serialized_field_rule_1.style = lower_camel_case_style_1
dotnet_naming_rule.unity_serialized_field_rule_1.symbols = unity_serialized_field_symbols_1
dotnet_naming_rule.unity_serialized_field_rule_2.import_to_resharper = True
dotnet_naming_rule.unity_serialized_field_rule_2.resharper_description = Unity serialized field
dotnet_naming_rule.unity_serialized_field_rule_2.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef
dotnet_naming_rule.unity_serialized_field_rule_2.severity = warning
dotnet_naming_rule.unity_serialized_field_rule_2.style = lower_camel_case_style_1
dotnet_naming_rule.unity_serialized_field_rule_2.symbols = unity_serialized_field_symbols_2
dotnet_naming_style.lower_camel_case_style.capitalization = camel_case
dotnet_naming_style.lower_camel_case_style.required_prefix = _
dotnet_naming_style.lower_camel_case_style_1.capitalization = camel_case
dotnet_naming_style.on_upper_camel_case_style.capitalization = pascal_case
dotnet_naming_style.on_upper_camel_case_style.required_prefix = On
dotnet_naming_style.upper_camel_case_style.capitalization = pascal_case
dotnet_naming_symbols.event_symbols.applicable_accessibilities = *
dotnet_naming_symbols.event_symbols.applicable_kinds = event
dotnet_naming_symbols.event_symbols.resharper_applicable_kinds = event
dotnet_naming_symbols.event_symbols.resharper_required_modifiers = any
dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities = private
dotnet_naming_symbols.private_constants_symbols.applicable_kinds = field
dotnet_naming_symbols.private_constants_symbols.required_modifiers = const
dotnet_naming_symbols.private_constants_symbols.resharper_applicable_kinds = constant_field
dotnet_naming_symbols.private_constants_symbols.resharper_required_modifiers = any
dotnet_naming_symbols.private_instance_fields_symbols.applicable_accessibilities = private
dotnet_naming_symbols.private_instance_fields_symbols.applicable_kinds = field
dotnet_naming_symbols.private_instance_fields_symbols.resharper_applicable_kinds = field,readonly_field
dotnet_naming_symbols.private_instance_fields_symbols.resharper_required_modifiers = instance
dotnet_naming_symbols.private_instance_fields_symbols_1.applicable_accessibilities = private
dotnet_naming_symbols.private_instance_fields_symbols_1.applicable_kinds = field
dotnet_naming_symbols.private_instance_fields_symbols_1.resharper_applicable_kinds = field,readonly_field
dotnet_naming_symbols.private_instance_fields_symbols_1.resharper_required_modifiers = instance
dotnet_naming_symbols.private_instance_fields_symbols_2.applicable_accessibilities = private
dotnet_naming_symbols.private_instance_fields_symbols_2.applicable_kinds = field
dotnet_naming_symbols.private_instance_fields_symbols_2.resharper_applicable_kinds = field,readonly_field
dotnet_naming_symbols.private_instance_fields_symbols_2.resharper_required_modifiers = instance
dotnet_naming_symbols.private_static_fields_symbols.applicable_accessibilities = private
dotnet_naming_symbols.private_static_fields_symbols.applicable_kinds = field
dotnet_naming_symbols.private_static_fields_symbols.required_modifiers = static
dotnet_naming_symbols.private_static_fields_symbols.resharper_applicable_kinds = field
dotnet_naming_symbols.private_static_fields_symbols.resharper_required_modifiers = static
dotnet_naming_symbols.private_static_readonly_symbols.applicable_accessibilities = private
dotnet_naming_symbols.private_static_readonly_symbols.applicable_kinds = field
dotnet_naming_symbols.private_static_readonly_symbols.required_modifiers = readonly,static
dotnet_naming_symbols.private_static_readonly_symbols.resharper_applicable_kinds = readonly_field
dotnet_naming_symbols.private_static_readonly_symbols.resharper_required_modifiers = static
dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = *
dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds =
dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field
dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance
dotnet_naming_symbols.unity_serialized_field_symbols_1.applicable_accessibilities = *
dotnet_naming_symbols.unity_serialized_field_symbols_1.applicable_kinds =
dotnet_naming_symbols.unity_serialized_field_symbols_1.resharper_applicable_kinds = unity_serialised_field
dotnet_naming_symbols.unity_serialized_field_symbols_1.resharper_required_modifiers = instance
dotnet_naming_symbols.unity_serialized_field_symbols_2.applicable_accessibilities = *
dotnet_naming_symbols.unity_serialized_field_symbols_2.applicable_kinds =
dotnet_naming_symbols.unity_serialized_field_symbols_2.resharper_applicable_kinds = unity_serialised_field
dotnet_naming_symbols.unity_serialized_field_symbols_2.resharper_required_modifiers = instance
dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:none
dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:none
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
dotnet_style_predefined_type_for_member_access = true:suggestion
dotnet_style_qualification_for_event = true:suggestion
dotnet_style_qualification_for_field = true:suggestion
dotnet_style_qualification_for_method = true:suggestion
dotnet_style_qualification_for_property = true:suggestion
dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion

# ReSharper properties
resharper_autodetect_indent_settings = true
resharper_braces_for_for = required
resharper_braces_for_foreach = required
resharper_braces_for_ifelse = required_for_multiline
resharper_braces_for_while = required
resharper_cpp_insert_final_newline = true
resharper_csharp_empty_block_style = together_same_line
resharper_csharp_insert_final_newline = true
resharper_csharp_int_align_comments = true
resharper_csharp_max_line_length = 300
resharper_csharp_wrap_after_declaration_lpar = true
resharper_csharp_wrap_before_declaration_rpar = true
resharper_csharp_wrap_lines = false
resharper_formatter_off_tag = @formatter:off
resharper_formatter_on_tag = @formatter:on
resharper_formatter_tags_enabled = true
resharper_indent_preprocessor_directives = normal
resharper_place_accessorholder_attribute_on_same_line = false
resharper_place_accessor_attribute_on_same_line = false
resharper_place_field_attribute_on_same_line = false
resharper_place_record_field_attribute_on_same_line = true
resharper_place_simple_anonymousmethod_on_single_line = false
resharper_place_simple_embedded_statement_on_same_line = false
resharper_trailing_comma_in_multiline_lists = true
resharper_use_indent_from_vs = false

# ReSharper inspection severities
resharper_arrange_redundant_parentheses_highlighting = hint
resharper_arrange_this_qualifier_highlighting = hint
resharper_arrange_type_member_modifiers_highlighting = hint
resharper_arrange_type_modifiers_highlighting = hint
resharper_built_in_type_reference_style_for_member_access_highlighting = hint
resharper_built_in_type_reference_style_highlighting = hint
resharper_mvc_action_not_resolved_highlighting = warning
resharper_mvc_area_not_resolved_highlighting = warning
resharper_mvc_controller_not_resolved_highlighting = warning
resharper_mvc_masterpage_not_resolved_highlighting = warning
resharper_mvc_partial_view_not_resolved_highlighting = warning
resharper_mvc_template_not_resolved_highlighting = warning
resharper_mvc_view_component_not_resolved_highlighting = warning
resharper_mvc_view_component_view_not_resolved_highlighting = warning
resharper_mvc_view_not_resolved_highlighting = warning
resharper_razor_assembly_not_resolved_highlighting = warning
resharper_suggest_var_or_type_built_in_types_highlighting = hint
resharper_suggest_var_or_type_elsewhere_highlighting = hint
resharper_suggest_var_or_type_simple_types_highlighting = hint
resharper_web_config_module_not_resolved_highlighting = warning
resharper_web_config_type_not_resolved_highlighting = warning
resharper_web_config_wrong_module_highlighting = warning

[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,.ws-context,jest.config}]
indent_style = space
indent_size = 2

[{*.yaml,*.yml}]
indent_style = space
indent_size = 2

[*.asmdef]
indent_style = space
indent_size = 2

[*.asmref]
indent_style = space
indent_size = 2

[*.{appxmanifest,asax,ascx,aspx,axaml,blockshader,build,c,c++,c++m,cc,ccm,cginc,compute,cp,cpp,cppm,cs,cshtml,cu,cuh,cxx,cxxm,dtd,fs,fsi,fsscript,fsx,fx,fxh,h,h++,hh,hlsl,hlsli,hlslinc,hp,hpp,hxx,icc,inc,inl,ino,ipp,ixx,master,ml,mli,mpp,mq4,mq5,mqh,mxx,nuspec,paml,razor,resw,resx,shader,shaderFoundry,skin,tcc,tpp,urtshader,usf,ush,uxml,vb,xaml,xamlx,xoml,xsd}]
indent_style = space
indent_size = 4
tab_width = 4
1 change: 1 addition & 0 deletions Demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[Bb]uild/
[Bb]uilds/
Assets/AssetStoreTools*
UserSettings/

Logs/
.idea/
Expand Down
4 changes: 4 additions & 0 deletions Demo/Assembly-CSharp-Editor.csproj.DotSettings
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap_005Cdemos/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap_005Cdemos_005Ccomplex/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Cpackages/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
5 changes: 5 additions & 0 deletions Demo/Assembly-CSharp.csproj.DotSettings
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap_005Cdemos/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Ccrashkonijn_005Cgoap_005Cdemos_005Ccomplex/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Cdocs/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=assets_005Cpackages/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
29 changes: 0 additions & 29 deletions Demo/Assets/CrashKonijn/GOAP/Demos/Compatibility.cs

This file was deleted.

Loading
Loading