jak-project/common/goos
ManDude 89ccb8cbc7
[decomp] progress (#780)
* cleanup `main`

* whitespace

* start `progress` decomp pt1

* fill in more stuff

* Update label_types.jsonc

* run cheats

* clang

* make most of `progress` decompile

* `progress` pt 2

* [decompiler] support dynamic format strings

* Make `progress-draw` decompile and almost all `progress`

* make clang shut up

* fix unhandled format string

* fix `progress-draw`

* Update DecompilerTypeSystem.cpp

* fix?

* fixes

* fix a few functions

* make `language-enum`

* warn on weird floats

* fix minor pad bug

* dump stuff in `progress`

* make `progress-screen` enum

* progress progress

* update refs and fix stupid bug

* trying to get it to work

* it works!?

* disable sound functions

* fixes

* final touches

* tests

* tests

* add process allocations

* use the right register for windows

* another try for windows, counting is hard

* one more try

* use process allocations

Co-authored-by: water <awaterford111445@gmail.com>
2021-09-06 20:35:03 -04:00
..
Interpreter.cpp Compiler performance improvements and error clean-up (#782) 2021-08-24 22:15:26 -04:00
Interpreter.h Compiler performance improvements and error clean-up (#782) 2021-08-24 22:15:26 -04:00
Object.cpp Compiler performance improvements and error clean-up (#782) 2021-08-24 22:15:26 -04:00
Object.h Compiler performance improvements and error clean-up (#782) 2021-08-24 22:15:26 -04:00
ParseHelpers.cpp Support "game count" and v4 objects (#140) 2020-11-24 20:48:38 -05:00
ParseHelpers.h Support "game count" and v4 objects (#140) 2020-11-24 20:48:38 -05:00
PrettyPrinter.cpp [decomp] progress (#780) 2021-09-06 20:35:03 -04:00
PrettyPrinter.h support anonymous functions (#323) 2021-03-14 19:06:51 -04:00
Reader.cpp Compiler performance improvements and error clean-up (#782) 2021-08-24 22:15:26 -04:00
Reader.h Fix compiler crashes and improve return statements. (#652) 2021-06-30 00:11:46 -04:00
ReplUtils.cpp [compiler] fix warnings in repl lib and add macros to autocomplete (#317) 2021-03-11 12:54:16 -05:00
ReplUtils.h REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316) 2021-03-07 23:41:21 -05:00
TextDB.cpp [goalc] Address-to-line (#783) 2021-08-26 20:33:00 -04:00
TextDB.h [goalc] Address-to-line (#783) 2021-08-26 20:33:00 -04:00