jak-project/goalc/compiler
Tyler Wilding 9fdf0bbc2f
tools: Add cutscene player / subtitle editor window (#1429)
* stash

* temp

* tools: subtitle tool works! just gotta fill out the db / polish UX

* tools: added configuration for every subtitle we have so far

* tools: add some colors to the editor, time for repl controls and make it run the code!

* tools: continuing polish of tool, getting very close

* tools: finished UX polish, just need to write deserializers

* tools: added deserializer for subtitle data

* tools: exported subtitle files, all data appears intact

* tools: more UX polish and test all the cutscenes, majority work

* assets: update subtitle files

* lint: formatting and cleanup

* lint: codacy lints
2022-06-11 16:32:27 +01:00
..
compilation [game] music player (#1416) 2022-06-04 14:53:49 -04:00
CodeGenerator.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
CodeGenerator.h [goalc] Address-to-line (#783) 2021-08-26 20:33:00 -04:00
Compiler.cpp tools: Add cutscene player / subtitle editor window (#1429) 2022-06-11 16:32:27 +01:00
Compiler.h goalc: Add TCP server socket in REPL process (#1335) 2022-05-06 18:19:37 -04:00
CompilerException.h Add some compiler features and documentation (#147) 2020-12-01 21:39:46 -05:00
CompilerSettings.cpp Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
CompilerSettings.h Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
ConstantValue.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Env.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Env.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
IR.cpp [decompiler] cleanup to get atomic ops working on jak2 inputs (#1426) 2022-06-08 18:34:52 -04:00
IR.h [goalc] fix mod bug and add div tests (#1296) 2022-04-11 20:53:24 -04:00
Label.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Lambda.h Add deftype (#48) 2020-09-17 21:47:52 -04:00
StaticObject.cpp [decompiler] automatically label things when possible (#784) 2021-08-29 11:13:06 -04:00
StaticObject.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
SymbolInfo.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Util.cpp [goalc] macro expansion in integer constants (#1282) 2022-04-07 19:13:22 -04:00
Val.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Val.h [goalc] macro expansion in integer constants (#1282) 2022-04-07 19:13:22 -04:00