Commit graph

224 commits

Author SHA1 Message Date
ManDude 1a01c6c5a9
var renamer: work on variables with !, ?, +, /, * and % in the name (#104) 2022-09-20 00:14:11 -04:00
Tyler Wilding 440b58bb15
decomp: consolidate switching back from all-types to the same switch file command (#105) 2022-09-19 16:19:58 -04:00
dependabot[bot] c0e57a5e49
build(deps-dev): bump @types/glob from 7.2.0 to 8.0.0 (#101)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 01:47:39 -04:00
dependabot[bot] 0e7a8bb327
build(deps-dev): bump @types/node from 16.11.47 to 17.0.45 (#55)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 01:39:55 -04:00
dependabot[bot] 5ccc7c4cfe
build(deps): bump comment-json from 4.2.2 to 4.2.3 (#100)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 23:42:26 -04:00
dependabot[bot] e2e106935d
build(deps-dev): bump typescript from 4.7.4 to 4.8.3 (#102)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 23:42:18 -04:00
dependabot[bot] 89731e604f
build(deps-dev): bump vsce from 2.10.0 to 2.11.0 (#98)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 23:39:13 -04:00
dependabot[bot] 3931a07c95
build(deps-dev): bump @types/vscode from 1.69.0 to 1.71.0 (#81)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 22:01:25 -04:00
dependabot[bot] fcd249dfe4
build(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.37.0 (#92)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:59:18 -04:00
dependabot[bot] cf7f789240
build(deps): bump follow-redirects from 1.15.1 to 1.15.2 (#99)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:59:06 -04:00
dependabot[bot] 0862603329
build(deps-dev): bump eslint from 8.21.0 to 8.23.1 (#91)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:53:50 -04:00
dependabot[bot] 78599e5d70
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.37.0 (#93)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 21:39:44 -04:00
OpenGOALBot f495d07944 0.4.0 2022-09-13 05:22:21 +00:00
Tyler Wilding 235e92a25a
decomp: add a command to simplify block preservation (#97) 2022-09-13 01:21:45 -04:00
Tyler Wilding 06ba6aa7b1
decomp: add a command to increment all deftype's offsets by n (#96) 2022-09-13 01:17:55 -04:00
Tyler Wilding 113e0d4c0a
decomp: enforce decompile_code: true when decompiling code (#95) 2022-09-13 01:17:35 -04:00
Tyler Wilding ec41cc9b1c
decomp: add 1 to the end range of a type-cast (#94) 2022-09-13 01:17:14 -04:00
OpenGOALBot ab2545d6ac 0.3.5 2022-09-12 21:14:38 +00:00
ManDude 3ebade950d
make defun-debug work in the renamer (#88) 2022-09-12 17:14:02 -04:00
ManDude 802d35980c
make var rename work on methods that have decomp messages (#86) 2022-09-12 17:13:35 -04:00
OpenGOALBot 346e4c4cc8 0.3.4 2022-09-04 16:11:37 +00:00
Tyler Wilding 8c9603e496
lsp: fix default path (#84) 2022-09-04 12:11:00 -04:00
OpenGOALBot f438e7b0c9 0.3.3 2022-09-03 21:05:16 +00:00
Tyler Wilding f7157c7773
decomp: provide a list of valid object names when decomping (#79) 2022-09-03 17:04:39 -04:00
Tyler Wilding 65e3a8e139
decomp: support casting f\d+ registers (#78) 2022-09-03 17:04:32 -04:00
Tyler Wilding 8e221d14be
syntax: fix coloring for info/warn/error strings (#77) 2022-09-03 17:04:26 -04:00
OpenGOALBot b9ae944a8f 0.3.2 2022-08-29 01:59:56 +00:00
Tyler Wilding 9e74e1c2d9
decomp: name the reference test files properly when copying (#69) 2022-08-28 21:59:19 -04:00
Tyler Wilding 383769a4c9
decomp: update gsrc using the python script instead (#70) 2022-08-28 21:59:10 -04:00
Tyler Wilding 0da420ce9d
decomp: better handle decompilation errors (#71) 2022-08-28 21:59:03 -04:00
Tyler Wilding 2833d28425
decomp: add a unique color for the s6 register (#72) 2022-08-28 21:58:53 -04:00
OpenGOALBot e59867dcd5 0.3.1 2022-08-22 23:00:15 +00:00
Tyler Wilding c1a7356c39
Fix comments not being tokenized properly if the "head" of a form, show LSP version (#66) 2022-08-22 18:59:18 -04:00
OpenGOALBot 026133a7ae 0.3.0 2022-08-07 22:40:00 +00:00
Tyler Wilding 95a7f4b125
decomp: add some basic renaming support for _disasm.gc files (#54) 2022-08-07 18:28:42 -04:00
Tyler Wilding ad788257ec
ci: specify remote when pushing tag 2022-08-03 23:24:42 -04:00
OpenGOALBot d78877bb60 0.2.0 2022-08-04 03:19:30 +00:00
Tyler Wilding defab0a2ed
settings: write settings safely if they are unregistered (ie. vscode-icons) (#53) 2022-08-03 23:18:49 -04:00
Tyler Wilding c9c1a36f13
decomp: add inlay hints to easily see where casts have been applied in IR output (#52) 2022-08-03 23:08:11 -04:00
Tyler Wilding 74d427e913
ci: push tag during a release (#51) 2022-08-02 14:29:28 -04:00
OpenGOALBot 2367c874a8 0.1.1 2022-08-02 18:00:08 +00:00
Tyler Wilding 29fb231288
dist: ensure node_modules are included with extension until it's bundled properly (#48) 2022-08-02 13:59:30 -04:00
Tyler Wilding a4683d2e82
languages: fix GOOS syntax highlighting (#47) 2022-08-02 13:44:39 -04:00
Tyler Wilding 30da451043
version: bump to v0.1.0 2022-08-02 01:27:22 -04:00
Tyler Wilding a849703194
ci: add author information when publishing 2022-08-02 01:24:23 -04:00
Tyler Wilding b0f223b77d
ci: fix release workflow 2022-08-02 01:21:35 -04:00
Tyler Wilding c67c65f2bd
ci: add automated release workflow (#46) 2022-08-02 01:20:04 -04:00
dependabot[bot] d9842c4137
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.30.7 to 5.32.0 (#43)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 00:41:43 -04:00
Tyler Wilding ee6aeff54c
config: allow the user to customize the IR2 theme (#44) 2022-08-01 23:58:47 -04:00
dependabot[bot] a13b8d370b
build(deps-dev): bump typescript from 4.6.3 to 4.7.4 (#22)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 22:54:25 -04:00