jak-project/decompiler/config
Tyler Wilding a0a85eb60a
repl: Add a few new quality of life improvements (#2030)
- You can define a `startup.gc` in your user folder, each line will be
executed on startup (deprecates the usefulness of some cli flags)
- You can define a `repl-config.json` file to override REPL settings.
Long-term this is a better approach than a bunch of CLI flags as well
- Via this, you can override the amount of time the repl will attempt to
listen for the target
- At the same time, I think i may have found why on Windows it can
sometimes take forever to timeout when the game dies, will dig into this
later
- Added some keybinds for common operations, shown here


https://user-images.githubusercontent.com/13153231/202890278-1ff2bb06-dddf-4bde-9178-aa0883799167.mp4
> builds the game, connects to it, attaches a debugger and continues,
launches it, gets the backtrace, stops the target -- all with only
keybinds.

If you want these keybinds to work inside VSCode's integrated terminal,
you need to add the following to your settings file
```json
"terminal.integrated.commandsToSkipShell": [
    "-workbench.action.quickOpen",
    "-workbench.action.quickOpenView"
  ]
```
2022-11-20 14:28:41 -05:00
..
jak1_jp PAL & NTSC-J support + updates (#1490) 2022-06-22 05:16:34 +01:00
jak1_ntsc_black_label d/jak2: finish drawable-group | drawable-inline-array | drawable-tree and path (#1899) 2022-09-24 12:27:02 -04:00
jak1_pal PAL & NTSC-J support + updates (#1490) 2022-06-22 05:16:34 +01:00
jak1_sced [decomp] cleanup default-menu, fix dangerous IOP bug, autoconvert ints in pairs to/from bintegers (#997) 2021-12-09 18:39:40 -05:00
jak2 repl: Add a few new quality of life improvements (#2030) 2022-11-20 14:28:41 -05:00
jak3 decomp: finish target-[util|darkjak|swim|gun] | water | water-anim | crates | dark-eco-pool, fix skelgroup detection, add failed store/load warnings and clean up jak 3 config (#1958) 2022-10-14 19:35:57 -04:00
all-types-demo.gc [Debugger] windows debugger and process drawable (#953) 2021-10-31 11:01:15 -04:00
all-types.gc [decompiler] nicer static giftags (#1970) 2022-10-15 10:59:09 -04:00
jak1_jp.jsonc Add a gltf level exporter (#1719) 2022-08-05 12:25:35 -04:00
jak1_ntsc_black_label.jsonc Add a gltf level exporter (#1719) 2022-08-05 12:25:35 -04:00
jak1_pal.jsonc Add a gltf level exporter (#1719) 2022-08-05 12:25:35 -04:00
jak1_sced.jsonc [decompiler] jak 1 PAL demo support + couple fixes (#934) 2021-10-23 19:03:19 -04:00
jak1_us2.jsonc Add a gltf level exporter (#1719) 2022-08-05 12:25:35 -04:00
jak2_ntsc_v1.jsonc d/jak2: cleanup more of editable and editable-player (#2029) 2022-11-19 23:28:20 -05:00
jak3_ntsc.jsonc decomp: finish target-[util|darkjak|swim|gun] | water | water-anim | crates | dark-eco-pool, fix skelgroup detection, add failed store/load warnings and clean up jak 3 config (#1958) 2022-10-14 19:35:57 -04:00