Commit graph

198 commits

Author SHA1 Message Date
Hat Kid 92a1a1163a
Merge pull request #327 from open-goal/h/j3-decomp
decomp: jak 3 support
2024-01-18 20:32:46 +01:00
Hat Kid 3119c06513 tool to apply decompiler suggestions on define-externs 2024-01-18 20:05:29 +01:00
Hat-Kid 381a18f3d7 lint 2024-01-17 13:42:00 +01:00
Hat-Kid 595668a52a decomp: jak 3 support 2024-01-17 13:38:09 +01:00
dependabot[bot] c01fea6c72
build(deps): bump actions/checkout from 3 to 4 (#309)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 12:38:15 -04:00
dependabot[bot] 806917ebef
build(deps): bump the extension-dependencies group with 3 updates (#299)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:04:35 -04:00
dependabot[bot] 83cbb26f59
build(deps-dev): bump the extension-dependencies group with 3 updates (#298)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 21:44:11 -04:00
OpenGOALBot cdb934369d 0.15.2 2023-07-18 01:23:17 +00:00
Tyler Wilding 30151c5685
release: bundle the extension, hopefully this ensures deps are included (#297) 2023-07-17 21:22:38 -04:00
Tyler Wilding 0ff2fc10d8
Cleanup some simple issues (#295)
* decomp: force `print_cfgs` to true

* lsp: detect a dynamically linked LSP

* ci: fix release asset name
2023-07-13 20:04:42 -06:00
OpenGOALBot 9ba684ff95 0.15.1 2023-07-14 01:26:35 +00:00
Tyler Wilding 2ec82ceb0b
yarn: go back to yarn-v1 until vsce supports yarn-v2+ (#294)
* yarn: go back to v1 until `vsce` supports yarnv2+

* deps: switch to `fast-glob` and `glob` causes issues with eslint
2023-07-13 19:25:53 -06:00
dependabot[bot] ed5ce9d3eb
build(deps-dev): bump the frontend-dependencies group with 6 updates (#293)
* build(deps-dev): bump the frontend-dependencies group with 6 updates

Bumps the frontend-dependencies group with 6 updates:

| Package | Update |
| --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 17.0.45 to 20.4.2 |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | 1.79.0 to 1.80.0 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.59.9 to 6.0.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.59.9 to 6.0.0 |
| [eslint](https://github.com/eslint/eslint) | 8.42.0 to 8.44.0 |
| [typescript](https://github.com/Microsoft/TypeScript) | 5.1.3 to 5.1.6 |


Updates `@types/node` from 17.0.45 to 20.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/vscode` from 1.79.0 to 1.80.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

Updates `@typescript-eslint/eslint-plugin` from 5.59.9 to 6.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.9 to 6.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/parser)

Updates `eslint` from 8.42.0 to 8.44.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.44.0)

Updates `typescript` from 5.1.3 to 5.1.6
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.6)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: update lock file

* vscode: update engine

* lint: eslint and formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-07-12 22:18:21 -06:00
Tyler Wilding fe1d7db6bf
Fix package manager issues causing builds not to succeed (#292)
* ci: try omitting yarn, vsce doesn't support yarnV2 (yet)

* ci: consolidate dependency updates

* lint: formatting
2023-07-12 22:03:50 -06:00
Tyler Wilding 73d7d111ba
og: Preliminary nREPL support, auto ml file on save (#274) 2023-06-08 23:42:19 -04:00
dependabot[bot] 09efd159fa
build(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.8 (#270)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 01:24:37 -04:00
dependabot[bot] d21f0dc797
build(deps-dev): bump patch-package from 6.5.1 to 7.0.0 (#261)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 01:14:17 -04:00
dependabot[bot] 4e2deb05e0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.7 (#269)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 01:14:02 -04:00
OpenGOALBot b1249500d3 0.15.0 2023-05-21 21:49:07 +00:00
dependabot[bot] 6d9055d3c3
build(deps-dev): bump @types/vscode from 1.76.0 to 1.78.0 (#252)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-05-21 17:33:59 -04:00
dependabot[bot] a4b78115ce
build(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#259)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-21 17:32:15 -04:00
dependabot[bot] 82b43bacc4
build(deps-dev): bump typescript from 4.9.5 to 5.0.4 (#246)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-21 17:31:15 -04:00
dependabot[bot] 6bff619dbd
build(deps-dev): bump eslint from 8.38.0 to 8.40.0 (#253)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-21 17:31:00 -04:00
dependabot[bot] 8ac876501d
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.5 (#254)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-21 17:30:53 -04:00
Tyler Wilding 97f1c66f84
lsp: support OpenGOAL and improve the lsp local story (#258) 2023-05-21 17:30:42 -04:00
OpenGOALBot 1995dfb878 0.14.0 2023-04-14 02:42:50 +00:00
dependabot[bot] e7ea1ceaa8
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.58.0 (#242)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 22:41:21 -04:00
dependabot[bot] 09a55a261b
build(deps-dev): bump @typescript-eslint/parser from 5.54.0 to 5.58.0 (#241)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 22:39:49 -04:00
dependabot[bot] 8c8348f0bd
build(deps-dev): bump @types/glob from 8.0.1 to 8.1.0 (#221)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 22:38:41 -04:00
dependabot[bot] 730e15ea3f
build(deps-dev): bump eslint from 8.35.0 to 8.38.0 (#235)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 22:38:19 -04:00
dependabot[bot] ef4fdecf91
build(deps): bump glob from 9.2.1 to 10.0.0 (#236)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 22:38:13 -04:00
Tyler Wilding b3295f3826
tools/var-renamer: support providing type names when renaming variables (#240) 2023-04-13 22:37:55 -04:00
Tyler Wilding ba06f5baec
decomp: auto-decomp based on _disasm.gc tabs as well (#239) 2023-04-13 22:37:47 -04:00
OpenGOALBot 479cf18a6f 0.13.1 2023-03-09 05:07:08 +00:00
dependabot[bot] b4563858e0
build(deps): bump vscode-languageclient from 8.0.2 to 8.1.0 (#217)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-03-09 00:06:15 -05:00
dependabot[bot] 7c2e42b6a1
build(deps): bump glob from 8.1.0 to 9.2.1 (#216)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-03-08 22:35:13 -05:00
Tyler Wilding 68fa5e6dd2
decomp: adjust decompiling to use new --version flag (#218) 2023-03-08 22:33:18 -05:00
dependabot[bot] 9f8b76f109
build(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.54.0 (#215)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 22:29:40 -05:00
dependabot[bot] 581a8e8737
build(deps-dev): bump eslint from 8.33.0 to 8.35.0 (#210)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 17:11:27 -05:00
dependabot[bot] 8ad4917746
build(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#202)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 16:11:58 -05:00
dependabot[bot] 2b5483a178
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0 (#213)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 16:00:47 -05:00
dependabot[bot] dd98d0e721
build(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.53.0 (#212)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 15:37:51 -05:00
dependabot[bot] 07e54ebd52
build(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.49.0 (#198)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 14:17:02 -05:00
dependabot[bot] a8b2368268
build(deps-dev): bump @types/glob from 8.0.0 to 8.0.1 (#195)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 13:38:45 -05:00
dependabot[bot] c641884da9
build(deps-dev): bump eslint from 8.32.0 to 8.33.0 (#197)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 13:38:36 -05:00
dependabot[bot] 96fcc282bb
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 (#199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 13:38:20 -05:00
OpenGOALBot 03ec5a90fe 0.13.0 2023-01-19 06:54:59 +00:00
dependabot[bot] fa0d4f95fe
build(deps): bump glob from 8.0.3 to 8.1.0 (#187)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 01:53:59 -05:00
dependabot[bot] 1213a408df
build(deps-dev): bump eslint from 8.31.0 to 8.32.0 (#188)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 01:53:51 -05:00
dependabot[bot] 628010f00e
build(deps-dev): bump patch-package from 6.5.0 to 6.5.1 (#185)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 01:52:12 -05:00