Commit Graph

15 Commits

Author SHA1 Message Date
Daan Vanden Bosch
1341dd76f5 Renamed lib subproject to psolib for clarity. 2021-07-25 17:24:42 +02:00
Daan Vanden Bosch
6cf0fdaf33 Upgraded to monaco-editor 0.26.1. 2021-07-25 00:05:45 +02:00
Daan Vanden Bosch
d7f0e536ec LogFormatter now doesn't print time anymore. It's not necessary since most browsers can add a timestamp to log messages. 2021-06-19 10:05:58 +02:00
Daan Vanden Bosch
12883de487 Fixed two bugs in Throttle. 2021-05-11 19:35:53 +02:00
Daan Vanden Bosch
c093cb813e Added semantic highlighting for labels to the ASM editor. 2021-04-26 15:38:34 +02:00
Daan Vanden Bosch
b973c99c6a All instructions using the same opcode are now highlighted when the cursor is on an opcode mnemonic in the ASM editor. 2021-04-24 23:04:59 +02:00
Daan Vanden Bosch
2f0ebd9443 Added go to symbol to ASM editor. 2021-04-24 13:19:19 +02:00
Daan Vanden Bosch
9494a70591 Added type definitions and documentation to completion suggestions. 2021-04-24 12:14:48 +02:00
Daan Vanden Bosch
f4d39afdee Improved AssemblyWorker performance. 2021-04-20 16:34:48 +02:00
Daan Vanden Bosch
a1d4e38a7c Fixed performance issue with drop table deserialization. 2021-03-23 21:18:00 +01:00
Daan Vanden Bosch
e21bce7695 Table can now have a changing amount of columns. 2021-03-13 15:39:56 +01:00
Daan Vanden Bosch
aeded71dde Only huntable items can now be added to the wanted list. 2021-03-12 21:53:49 +01:00
Daan Vanden Bosch
321fb3a475 Upgraded Kotlin to 1.4.30 and Gradle to 6.8.2. Set the Kotlin JVM version to 11. Added a subproject for offline asset generation which, at the moment, can generate the list of item types. Ported unitxt and ItemPMT parsing. 2021-03-06 13:33:04 +01:00
Daan Vanden Bosch
cd6b3dfd97 ASM problems are now shown again in the script editor. 2020-12-21 15:08:31 +01:00
Daan Vanden Bosch
c8c12f298f AsmAnalyser now delegates to a worker again. 2020-12-14 18:39:26 +01:00