-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Hellzbellz123/development
update release branch with changes since v0.0.4
- Loading branch information
Showing
454 changed files
with
44,336 additions
and
36,619 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
.vscode/ra-cache | ||
target/ | ||
publish/ | ||
debug/ | ||
/statistics/* | ||
*.pdb | ||
.vscode/settings.json | ||
zmainschedulegraph.dot | ||
zappschedule.dot | ||
zrenderschedule.dot | ||
zrendergraph.dot | ||
debug.log | ||
crates/ | ||
gamedata/levels/homeworld32x32/backups | ||
package/ | ||
|
||
crates/aspenlib/src/utilities/.unused_utils | ||
crates/desktop/debug.log | ||
crates/desktop/config.toml | ||
crates/wasm/dist | ||
crates/*/assets/ | ||
assets/packs/asha/levels/aspenhallsLevelSet/backups | ||
Cargo.lock | ||
crates/*/config.toml | ||
crates/*/tiles.png | ||
crates/*/cyclic.dot | ||
config.toml | ||
gameuimockup.png~ | ||
cyclic.dot | ||
tiles.png | ||
zschedulegraph.dot | ||
Cargo.lock | ||
cyclic.dot | ||
tiles.png | ||
debug.log | ||
dungeon.dot | ||
pathmap.dot | ||
pathmap.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
*logs | ||
*actions | ||
*notifications | ||
*tools | ||
plugins | ||
user_trunk.yaml | ||
user.yaml | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Autoformatter friendly markdownlint config (all formatting rules disabled) | ||
default: true | ||
blank_lines: true | ||
bullet: true | ||
html: true | ||
indentation: true | ||
line_length: true | ||
spaces: true | ||
url: true | ||
whitespace: true |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
rules: | ||
quoted-strings: | ||
required: only-when-needed | ||
extra-allowed: ["{|}"] | ||
empty-values: | ||
forbid-in-block-mappings: true | ||
forbid-in-flow-mappings: true | ||
key-duplicates: {} | ||
octal-values: | ||
forbid-implicit-octal: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,46 @@ | ||
# This file controls the behavior of Trunk: https://docs.trunk.io/cli | ||
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml | ||
version: 0.1 | ||
runtimes: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
cli: | ||
version: 1.22.7 | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v0.0.14 | ||
ref: v1.6.4 | ||
uri: https://github.com/trunk-io/plugins | ||
cli: | ||
version: 1.8.1 | ||
runtimes: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
lint: | ||
disabled: | ||
- rustfmt | ||
- clippy | ||
enabled: | ||
- [email protected] | ||
- clippy@SYSTEM | ||
- git-diff-check@SYSTEM | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- rustfmt@SYSTEM | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
# definitions: | ||
# - name: clippy | ||
# type: clippy | ||
# files: | ||
# - rust | ||
# command: | ||
# - cargo | ||
# - clippy | ||
# - --message-format | ||
# - json | ||
# - --no-deps | ||
- git-diff-check | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
ignore: | ||
- linters: [ALL] | ||
paths: | ||
# ignore dependencies | ||
- deps | ||
actions: | ||
enabled: | ||
disabled: | ||
- git-lfs | ||
- trunk-announce | ||
- trunk-check-pre-push | ||
- trunk-fmt-pre-commit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.