jak-project/goal_src
water111 b56025412b
Recognize auto-generated inspect methods and create deftypes from them (#95)
- Recognize new type definitions/parents/type flags in the decompiler
- Analyze autogenerated inspect methods and dump guesses at fields to a file
- Utility functions for accessing static data by label
- Better ordering in the decompiler to go through functions in the order they appeared in the source
- Added a decent number of types to `all-types.gc` based on the new field analyzer
- Correct a few `int`/`integer` mistakes in `gcommon.gc` (this should really be a warning)
- Correct a few type issues in `gcommon` and `gkernel-h`
- Option in the decompiler to be strict about `define-extern` redefining a type of a symbol
- Add a test to check consistency in types between `all-types.gc` (used by decompiler) and `goal_src` (used by the compiler)
2020-10-24 22:51:40 -04:00
..
build Make decompiler naming consistent (#94) 2020-10-24 14:27:50 -04:00
engine add empty files for all obj files 2020-09-04 14:44:23 -04:00
kernel Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00
levels add empty files for all obj files 2020-09-04 14:44:23 -04:00
old/lava add empty files for all obj files 2020-09-04 14:44:23 -04:00
test Fix remaining failing tests 2020-10-09 19:44:16 -04:00
goal-lib.gc Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00
kernel-defs.gc Add more array stuff and clean up field access (#80) 2020-10-14 13:42:14 -04:00