22 Commits

Author SHA1 Message Date
92892072e2 Fix entrypoint 2020-05-18 00:44:20 -04:00
06488a7bc1 Fixed art path 2020-05-18 00:40:31 -04:00
770833a836 Attach dialog 2020-05-18 00:22:32 -04:00
761b34ae55 More sections, more art, and slightly more gameplay 2020-05-18 00:20:31 -04:00
6fd53367c0 Animations & Movement tweaks 2020-05-17 20:48:11 -04:00
abe340f025 Added dirt! 2020-05-17 18:04:19 -04:00
e22d56d0df New sfx, credits overhaul, and feedback button 2020-05-17 17:07:52 -04:00
3614049c11 Add feedback template 2020-05-17 15:49:31 -04:00
23a13f349b Aura dialog 2020-05-17 11:02:12 -04:00
65e4fc6a48 Dev env & bugfixes 2020-05-17 08:30:31 -04:00
c39e44da3a Action changes
Action changes

Action changes

Action changes

Actions work

Delete error?

update addons

Test

Test

Fix exports
2020-05-16 22:31:46 -04:00
3dfff8793c Add version to title 2020-05-16 20:43:48 -04:00
8b93f60aa0 Technically a game 2020-05-16 20:35:08 -04:00
bea02afbc5 Changed project settings 2020-05-16 17:29:19 -04:00
28f8f493ea Enable progression 2020-05-16 17:07:13 -04:00
a26da07f43 Workers, lighting, and loading 2020-05-16 17:05:44 -04:00
7528cba7d7 Added progress & major dialog bugfix 2020-05-16 13:22:42 -04:00
afde971c17 Misc bugfixes 2020-05-16 11:31:16 -04:00
497f251376 Bugfixes and Beauty 2020-05-16 11:22:41 -04:00
86637e395f Added Grant Blevins 2020-05-16 09:20:41 -04:00
02197de5ab Work report issues button 2020-05-16 07:14:10 -04:00
4d75252638 Added issue templates 2020-05-16 07:12:25 -04:00
270 changed files with 7537 additions and 575 deletions

22
.github/ISSUE_TEMPLATE/1_bug_report.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: 🐞 Bug report
about: Report a bug that has been encountered.
labels: 'bug'
---
**Version:**
<!-- x.x.x -->
**Environment:**
<!-- Server? Docker/CentOS -->
<!-- Client? Linux/Windows -->
**Issue description:**
<!-- Clear description of the issue you are seeing. -->
**Steps to reproduce:**
<!-- Give others an idea on how you can replicate the issue. -->

View File

@ -0,0 +1,9 @@
---
name: 💡 Feature Request
about: Ideas to improve!
labels: 'enhancement'
---
**Description**
<!-- Clear description of what you'd like to see. -->

9
.github/ISSUE_TEMPLATE/3_question.md vendored Normal file
View File

@ -0,0 +1,9 @@
---
name: ❓ Question
about: Have a question? Ask it!
labels: 'question'
---
**Question**
<!-- Provide any details to help others better understand your question. -->

9
.github/ISSUE_TEMPLATE/4_guidance.md vendored Normal file
View File

@ -0,0 +1,9 @@
---
name: 🧭 Guidance
about: Lost? Maybe someone can help.
labels: 'help wanted'
---
**Description:**
<!-- Clear description of what is going on. -->

View File

@ -0,0 +1,16 @@
---
name: 📝 Feedback
about: Let me know what you thought!
title: "Feedback: [TITLE]"
labels: 'feedback'
---
<!-- This the recommended format, not required -->
### What did you like?
### What did you dislike?
### What could be improved?
### Any addtional thoughts?

View File

@ -16,7 +16,9 @@ jobs:
uses: actions/checkout@v2.1.0 uses: actions/checkout@v2.1.0
with: with:
submodules: 'true' submodules: 'true'
lfs: 'true'
token: ${{ secrets.GH_SECRET }} token: ${{ secrets.GH_SECRET }}
fetch-depth: 0
- name: Configure - name: Configure
env: env:
PLATFORM: ${{ matrix.platform }} PLATFORM: ${{ matrix.platform }}
@ -26,13 +28,6 @@ jobs:
else else
echo "::set-env name=EXPORT_NAME::the-connection" echo "::set-env name=EXPORT_NAME::the-connection"
fi fi
- name: Build
id: build
uses: josephbmanley/build-godot-action@v1.4.0
with:
name: ${{ env.EXPORT_NAME }}
preset: ${{ matrix.platform }}
projectDir: client
- id: get_tag - id: get_tag
name: Get Tag name: Get Tag
env: env:
@ -41,6 +36,17 @@ jobs:
run: | run: |
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH) TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
echo ::set-output name=TAG::$TAG echo ::set-output name=TAG::$TAG
cd $GITHUB_WORKSPACE/client
echo $TAG > VERSION.txt
- name: Build
id: build
uses: josephbmanley/build-godot-action@v1.4.0
with:
name: ${{ env.EXPORT_NAME }}
preset: ${{ matrix.platform }}
projectDir: client
debugMode: 'true'
- name: Push to Itch - name: Push to Itch
uses: josephbmanley/butler-publish-itchio-action@v1.0.1 uses: josephbmanley/butler-publish-itchio-action@v1.0.1
env: env:

View File

@ -0,0 +1,3 @@
source_md5="9f3599f4ed5f050bd5c7966b39434aeb"
dest_md5="d8b8d051422c7cd9a641096cbf8c2f89"

View File

@ -0,0 +1,3 @@
source_md5="9f3599f4ed5f050bd5c7966b39434aeb"
dest_md5="d8b8d051422c7cd9a641096cbf8c2f89"

View File

@ -0,0 +1,3 @@
source_md5="3bfdad86a3348e10ad92dce7a0c7edfb"
dest_md5="b2215c68eec5e82ae3b199c3ebef6ca3"

View File

@ -0,0 +1,3 @@
source_md5="3bfdad86a3348e10ad92dce7a0c7edfb"
dest_md5="b2215c68eec5e82ae3b199c3ebef6ca3"

View File

@ -0,0 +1,3 @@
source_md5="0f187f924d66394184e7b3e6c957fb8c"
dest_md5="c9bfe92d419f5078052bb89139a81b80"

View File

@ -0,0 +1,3 @@
source_md5="424bc2e8a11a2373217678abda0df97e"
dest_md5="917df80dfa039af088b63b9a234e0ced"

View File

@ -0,0 +1,3 @@
source_md5="424bc2e8a11a2373217678abda0df97e"
dest_md5="917df80dfa039af088b63b9a234e0ced"

View File

@ -0,0 +1,3 @@
source_md5="8aef6de8412026e94480cc71d8d055b6"
dest_md5="f536ce724bbfd6d3eec9c9b681d8bd87"

View File

@ -0,0 +1,3 @@
source_md5="9d92358506b2f630f49d7186a984dda0"
dest_md5="4d5bf56017f00adbc80e9bf5a14a9f50"

View File

@ -0,0 +1,3 @@
source_md5="08fdfe746696263d9157f46fbf6bcae3"
dest_md5="663720fe7a6ed76fff5d90489304ad6b"

View File

@ -0,0 +1,3 @@
source_md5="6940d8b74a5d117d0f1394bc85a70f08"
dest_md5="26b29806d463d634a6663c71a6300823"

View File

@ -0,0 +1,3 @@
source_md5="e857b8bb76d4617adc95c76a5fb540c2"
dest_md5="27ac0f89acdd7606843ba589e23aa7f4"

View File

@ -0,0 +1,3 @@
source_md5="e857b8bb76d4617adc95c76a5fb540c2"
dest_md5="27ac0f89acdd7606843ba589e23aa7f4"

View File

@ -0,0 +1,3 @@
source_md5="385e8652393bf9a3fa82a062489c5435"
dest_md5="2ca28503838f7dd03b796000ec31111f"

View File

@ -0,0 +1,3 @@
source_md5="385e8652393bf9a3fa82a062489c5435"
dest_md5="2ca28503838f7dd03b796000ec31111f"

View File

@ -0,0 +1,3 @@
source_md5="34e50c915b51252660db4c26d6f61d92"
dest_md5="284c8f30177baaab7a71e88c2fa18e87"

View File

@ -0,0 +1,3 @@
source_md5="34e50c915b51252660db4c26d6f61d92"
dest_md5="284c8f30177baaab7a71e88c2fa18e87"

View File

@ -0,0 +1,3 @@
source_md5="9f8274a56b9edd5fe16c5dcae157c341"
dest_md5="723b7c3af22143822b4ea69f4a5e464d"

View File

@ -0,0 +1,3 @@
source_md5="9f8274a56b9edd5fe16c5dcae157c341"
dest_md5="723b7c3af22143822b4ea69f4a5e464d"

View File

@ -0,0 +1,3 @@
source_md5="92d246cc32866075f51865b0c9e4b50d"
dest_md5="9d219f887655916bb7f150706addfff2"

View File

@ -0,0 +1,3 @@
source_md5="5b41ef10ccf43be3d97758534e00a060"
dest_md5="0caff325d8ab4f8082321efcb4d4b513"

View File

@ -0,0 +1,3 @@
source_md5="a2e5738b2c3c72b7747d4619c999f663"
dest_md5="52ebec391e52938a37545ccc6f79cf74"

View File

@ -0,0 +1,3 @@
source_md5="a2e5738b2c3c72b7747d4619c999f663"
dest_md5="52ebec391e52938a37545ccc6f79cf74"

View File

@ -0,0 +1,3 @@
source_md5="66ca8a87ea50ca711ae82b664f60a2a4"
dest_md5="369b1a9c914d86a94dc9b0795e76649f"

View File

@ -0,0 +1,3 @@
source_md5="66ca8a87ea50ca711ae82b664f60a2a4"
dest_md5="369b1a9c914d86a94dc9b0795e76649f"

View File

@ -0,0 +1,3 @@
source_md5="130412d800df4b7c2fc9747a6a5805ef"
dest_md5="94ec308054667a107722b55e2203ebfc"

View File

@ -0,0 +1,3 @@
source_md5="130412d800df4b7c2fc9747a6a5805ef"
dest_md5="94ec308054667a107722b55e2203ebfc"

View File

@ -0,0 +1,3 @@
source_md5="130412d800df4b7c2fc9747a6a5805ef"
dest_md5="94ec308054667a107722b55e2203ebfc"

View File

@ -0,0 +1,3 @@
source_md5="b5b713d18d62a88eb579db8fdc12c626"
dest_md5="3fa5aa738a28dc6cdeb9786d5398a721"

View File

@ -0,0 +1,3 @@
source_md5="b5b713d18d62a88eb579db8fdc12c626"
dest_md5="3fa5aa738a28dc6cdeb9786d5398a721"

View File

@ -0,0 +1,3 @@
source_md5="7dca0d73f2612d088326ffc420d70d33"
dest_md5="4441e90ddb4675a44bc124eeb8d327f5"

View File

@ -0,0 +1,3 @@
source_md5="7dca0d73f2612d088326ffc420d70d33"
dest_md5="4441e90ddb4675a44bc124eeb8d327f5"

View File

@ -1,3 +1,3 @@
source_md5="47313fa4c47a9963fddd764e1ec6e4a8" source_md5="6e103468c0ac9e27a0bd095c017a88fe"
dest_md5="2ded9e7f9060e2b530aab678b135fc5b" dest_md5="369df4dc1fce005b32f634b984bb3ad7"

View File

@ -0,0 +1,3 @@
source_md5="1c8d163e355ca2143cf1ee7539743095"
dest_md5="f4d70988d33daba683613005dd05abe5"

View File

@ -0,0 +1,3 @@
source_md5="1c8d163e355ca2143cf1ee7539743095"
dest_md5="f4d70988d33daba683613005dd05abe5"

View File

@ -0,0 +1,3 @@
source_md5="597fbe9ccf6ea4d6483499e0cf0b03d0"
dest_md5="44096b06df43545f31758f2c690ba4dd"

View File

@ -0,0 +1,3 @@
source_md5="3be96f8f0b1f368b29579f8fe6c79e53"
dest_md5="fb332b986c94f47353bb21064d61380b"

View File

@ -0,0 +1,3 @@
source_md5="3be96f8f0b1f368b29579f8fe6c79e53"
dest_md5="fb332b986c94f47353bb21064d61380b"

View File

@ -0,0 +1,3 @@
source_md5="3cf9c5ebe05a91b72f0aebb0ee407a93"
dest_md5="8bd975df2444464ff6174d81fef37888"

View File

@ -0,0 +1,3 @@
source_md5="3cf9c5ebe05a91b72f0aebb0ee407a93"
dest_md5="8bd975df2444464ff6174d81fef37888"

View File

@ -0,0 +1,3 @@
source_md5="46a58c40f5b6b62c3a59601b0fb55288"
dest_md5="6c83115f14a9c0acf967eb87bf07fe4b"

View File

@ -0,0 +1,3 @@
source_md5="46a58c40f5b6b62c3a59601b0fb55288"
dest_md5="6c83115f14a9c0acf967eb87bf07fe4b"

View File

@ -0,0 +1,3 @@
source_md5="9161b62a08022547a51cb144c79b83c2"
dest_md5="f5e5412b84c441a6c7bf7f80491ac049"

View File

@ -0,0 +1,3 @@
source_md5="9161b62a08022547a51cb144c79b83c2"
dest_md5="f5e5412b84c441a6c7bf7f80491ac049"

View File

@ -0,0 +1,3 @@
source_md5="53be14e4ad2f67df62927ebe16450b07"
dest_md5="6d3a87776838f14ee876321be0a815b3"

View File

@ -0,0 +1,3 @@
source_md5="d11fe17c538278732c370ff9a9299c13"
dest_md5="518d32294d74c6b89d656e11ba60fff3"

View File

@ -0,0 +1,3 @@
source_md5="4a4e86688ea9e233c2a97d2091f91210"
dest_md5="0b5f4549065c5a8e08ef3984540c93ea"

Some files were not shown because too many files have changed in this diff Show More