Commit Graph

914 Commits

Author SHA1 Message Date
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
12e7d79863 Improvements to several observables and more unit tests. 2021-06-19 10:04:06 +02:00
Daan Vanden Bosch
6d412b870d Warp destinations are now shown in the 3D view. When a warp is selected, a line is drawn from the warp to its destination. 2021-06-03 16:06:39 +02:00
Daan Vanden Bosch
a8abd17e5e Added "invisible" property of Sinow Beat and Sinow Gold. 2021-05-30 19:37:36 +02:00
Daan Vanden Bosch
e5c1c81be3 Propagation of changes to observables can now be deferred until the end of a code block. 2021-05-30 15:16:58 +02:00
Daan Vanden Bosch
327dfe79bb Observables will now always see a consistent view of their dependencies when they change. 2021-05-27 15:00:19 +02:00
Daan Vanden Bosch
dceb80afec Fixed sorting bug in hunt optimizer methods tables. Tables were sorted incorrectly after changing method times. 2021-05-15 17:16:50 +02:00
Daan Vanden Bosch
12883de487 Fixed two bugs in Throttle. 2021-05-11 19:35:53 +02:00
Daan Vanden Bosch
1923be4b3f Upgraded three.js, file-loader webpack plugin and monaco-editor-webpack-plugin. 2021-05-11 18:20:21 +02:00
Daan Vanden Bosch
c4772eec40 Fixed JVM compilation error. 2021-05-02 19:54:48 +02:00
Daan Vanden Bosch
3af3f65c43 Renamed Val to Cell. 2021-05-02 18:46:42 +02:00
Daan Vanden Bosch
4c37e8f741 Added track and untrack methods to TrackedDisposable's companion object so that disposables that don't extend TrackedDisposable can still take part in tracking and memory leak detection. 2021-05-02 16:51:24 +02:00
Daan Vanden Bosch
b5a6ca6dc3 Added semantic highlighting for registers to the ASM editor. 2021-04-27 19:58:44 +02:00
Daan Vanden Bosch
2c6f9ba680 Added generic instruction argument visitor to ASM analyser. 2021-04-26 20:56:34 +02:00
Daan Vanden Bosch
1f3f888ea1 Cache more things in GH actions. 2021-04-26 19:47:25 +02:00
Daan Vanden Bosch
1a8e2e6b2b Fixed assembly unit test bugs. 2021-04-26 19:33:43 +02:00
Daan Vanden Bosch
cd830a7388 Fixed two bugs in assembler. 2021-04-26 16:08:05 +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
797c5a298e Fixed bugs in ASM editor signature help. The bytecode IR now contains all ASM instruction arguments, even when they are the wrong type or there are too many. 2021-04-25 16:53:26 +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
5210792a3e Simplified opcode definitions and improved ASM editor type signatures. 2021-04-23 18:03:45 +02:00
Daan Vanden Bosch
3122bb4666 Added opcode checks. Joined RegTufRefType and RegRefType. Improved type definitions. 2021-04-21 21:36:18 +02:00
Daan Vanden Bosch
949af36381 The assembler now detects when too few arguments are passed to an opcode again. 2021-04-21 16:36:31 +02:00
Daan Vanden Bosch
60147f3c7a Improved script ASM tokenization performance. 2021-04-20 22:00:44 +02:00
Daan Vanden Bosch
f4d39afdee Improved AssemblyWorker performance. 2021-04-20 16:34:48 +02:00
Daan Vanden Bosch
955d7dad29 Greatly improved script assembly performance. 2021-04-19 21:53:15 +02:00
Daan Vanden Bosch
feec12b308 Improved assembly performance in JS. 2021-04-18 21:35:02 +02:00
Daan Vanden Bosch
5c0b7a20f0 Upgraded Gradle, Kotlin and some libraries. 2021-04-18 20:10:10 +02:00
Daan Vanden Bosch
2d56e7830f Bytecode segments of unknown type are now interpreted as instructions segments if they can be heuristically determined to be code. 2021-04-18 15:14:50 +02:00
Daan Vanden Bosch
de8aef4cca The 3D view camera now resets when a different area variant is configured for the current area. 2021-04-18 12:02:24 +02:00
Daan Vanden Bosch
147c910209 Added more manual fixes for Mine 2 render geometry. 2021-04-18 11:18:24 +02:00
Daan Vanden Bosch
78e1da3ebd Added more manual fixes for area render geometry. 2021-04-17 13:04:14 +02:00
Daan Vanden Bosch
fc64f62285 The 3D view now updates when a different area variant is configured for the current area. Undo/redo of entity translations now works more or less correctly even when a different area variant is now active. Fixed a bug that resulted in double onChange calls when editing an input field. 2021-04-17 11:37:16 +02:00
Daan Vanden Bosch
ecdf7cafb8 Updated features/bugs list. 2021-04-16 22:23:37 +02:00
Daan Vanden Bosch
0112281b1a "Save" now works as expected after "Saving as". 2021-04-16 20:47:02 +02:00
Daan Vanden Bosch
a823e96f68 The save button is now disabled when there are no changes to save. The beforeunload dialog is now only shown when there are unsaved changes. 2021-04-16 15:36:42 +02:00
Daan Vanden Bosch
bc660b23e9 Fixed unit test. 2021-04-15 21:50:52 +02:00
Daan Vanden Bosch
5133235040 "Save" and "Save as..." buttons are now disabled while saving, mainly as visual feedback that a save happened. 2021-04-15 21:40:43 +02:00
Daan Vanden Bosch
4b8241ba80 Existing files can now be saved directly with the "Save" button or Ctrl-S. 2021-04-15 16:16:00 +02:00
Daan Vanden Bosch
329e067a17 The file system access API is now used for opening files when supported by the browser. 2021-04-14 20:35:59 +02:00
Daan Vanden Bosch
d6751b0151 You can now force panning/rotating mode by holding ctrl while clicking and dragging the mouse. 2021-04-13 21:35:07 +02:00
Daan Vanden Bosch
585ce44667 Context menu no longer pops up when dragging and releasing the pointer outside of the 3D view. 2021-04-13 20:49:46 +02:00
Daan Vanden Bosch
b9036f56d3 Fixed unit tests. 2021-04-13 18:41:10 +02:00
Daan Vanden Bosch
85df1015f8 A default new quest is now loaded when the quest editor starts up. 2021-04-13 17:52:20 +02:00
Daan Vanden Bosch
b856a22851 Added dev mode and added more manual tweaks for the render geometry. 2021-04-13 17:42:37 +02:00
Daan Vanden Bosch
29192e5684 Added manual area render geometry culling code. 2021-04-11 21:43:34 +02:00
Daan Vanden Bosch
126b50cb00 Fixed bug in Ninja geometry mesh caching and improved Ninja to Three.js conversion performance. 2021-04-09 22:12:28 +02:00
Daan Vanden Bosch
6003797f15 Textures can now be turned off in the viewer. 2021-04-09 20:56:51 +02:00