Daan Vanden Bosch
|
cd67e214f1
|
Introduced Block concept to represent a continuous chunk of bytes.
|
2020-07-17 00:00:17 +02:00 |
|
jtuu
|
b03a421ab5
|
Removed the ability to step in a yielded thread.
Changed the way the thread select widget works to make the thread status text update properly.
|
2020-05-01 23:45:32 +03:00 |
|
jtuu
|
a31452e971
|
InstructionPointer.prototype.source_location now returns the source location for instructions whose mnemonic doesn't exist in the source code but have arguments that do.
|
2020-05-01 07:20:43 +03:00 |
|
jtuu
|
0f25781857
|
Improved clarity of code regarding pause ignoring in the VM.
|
2020-05-01 07:16:02 +03:00 |
|
jtuu
|
9d6ccb5267
|
Fixed VM unit tests.
They were broken in c7f4e3eb8e .
|
2020-05-01 04:29:14 +03:00 |
|
jtuu
|
07c3319803
|
Moved code regarding ignoring pauses from QuestRunner to VirtualMachine.
|
2020-04-29 05:13:25 +03:00 |
|
jtuu
|
876a4687a1
|
Fixed a bug where you would have to press step multiple times to move to the next instruction when switching debugging threads.
|
2020-04-29 05:13:25 +03:00 |
|
jtuu
|
e6bb183c46
|
Added a dropdown menu that selects which thread is currently being debugged.
|
2020-04-29 05:12:57 +03:00 |
|
jtuu
|
c7f4e3eb8e
|
Throw error if VM reaches EOF and call stack is not empty
|
2020-04-26 23:51:32 +03:00 |
|
jtuu
|
ab775f47de
|
Fixed jmp_on
|
2020-04-26 23:51:31 +03:00 |
|
jtuu
|
d1ffb69d4d
|
Fixed typo
|
2020-04-26 23:51:31 +03:00 |
|
Daan Vanden Bosch
|
599cab4b2b
|
Fixed all formatting and linting errors introduced by upgraded eslint and prettier.
|
2020-04-25 20:29:20 +02:00 |
|
Daan Vanden Bosch
|
50d1ff7f93
|
Fixed bug in object code writer. Strings in the object code are now written correctly when the format is DC/GC.
|
2020-01-16 22:55:47 +01:00 |
|
Daan Vanden Bosch
|
b276ba988e
|
Quests can now be saved in GC format.
|
2020-01-16 21:45:20 +01:00 |
|
Daan Vanden Bosch
|
542f61bf0c
|
Improved error handling in viewer.
|
2020-01-06 23:32:14 +01:00 |
|
Daan Vanden Bosch
|
70e6eef27c
|
Added support for map_designate and map_designate_ex to the VM.
|
2020-01-02 18:54:18 +01:00 |
|
Daan Vanden Bosch
|
93e05ea614
|
- Moved instructions/opcodes and DFA code to core to avoid dependency from core to quest_editor
- When the assembly worker updates map designations, it now takes map_designate and map_designate_ex into account
|
2020-01-02 18:42:08 +01:00 |
|
Daan Vanden Bosch
|
f4b8b30590
|
.bin and .dat files can now be loaded directly.
|
2020-01-02 15:26:40 +01:00 |
|
Daan Vanden Bosch
|
f968d0047c
|
GameCube .qst files are now parsed correctly.
|
2020-01-02 15:00:26 +01:00 |
|
Daan Vanden Bosch
|
2507d07fb5
|
Made RegistersView inputs larger again.
|
2019-12-31 21:48:59 +01:00 |
|
Daan Vanden Bosch
|
c8b0025096
|
- Moved Persister to core/persistence
- Simplified number_to_hex_string and reused it in disassembly.ts
- Fixed sporadic layout issue with ApplicationView
|
2019-12-27 03:16:52 +01:00 |
|
Daan Vanden Bosch
|
99d50d754d
|
Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements.
|
2019-12-25 00:17:02 +01:00 |
|
Daan Vanden Bosch
|
243638879c
|
Entity counts in area select are now updated when adding or removing entities. Added more unit tests.
|
2019-12-24 03:04:18 +01:00 |
|
Daan Vanden Bosch
|
89ed00718e
|
Don't advance the instruction pointer after jumping unconditionally.
|
2019-12-22 23:28:11 +01:00 |
|
Daan Vanden Bosch
|
66b8e808dd
|
Fixed bug in QuestRunner that prevented the correct episode from reaching the VM. Improved logging performance in several different components.
|
2019-12-22 23:15:05 +01:00 |
|
Daan Vanden Bosch
|
33026ce015
|
Improved golden layout config persistence. A prompt is now shown when the user tries to leave the page after making changes to the current quest. Set production log level to INFO.
|
2019-12-22 15:30:16 +01:00 |
|
Daan Vanden Bosch
|
2083793e67
|
Added basic test for application initialization.
|
2019-12-22 00:43:27 +01:00 |
|
Daan Vanden Bosch
|
202c01bf25
|
Added support for p_dead_v3 opcode.
|
2019-12-20 21:13:59 +01:00 |
|
Daan Vanden Bosch
|
02332929af
|
Fixed conditional jump instructions. Floor-local threads are now started up but not yet terminated when necessary.
|
2019-12-20 21:03:15 +01:00 |
|
Daan Vanden Bosch
|
c7cbc4a377
|
Stepping over sync calls works now.
|
2019-12-20 18:08:04 +01:00 |
|
Daan Vanden Bosch
|
027b50d3e4
|
Fixed sync calls and step out now works too.
|
2019-12-20 17:57:34 +01:00 |
|
Daan Vanden Bosch
|
714a2b500e
|
Removed unnecessary code.
|
2019-12-20 16:11:45 +01:00 |
|
Daan Vanden Bosch
|
663ad75435
|
Debugging now happens in the VM itself, this simplifies the code.
|
2019-12-20 16:10:50 +01:00 |
|
Daan Vanden Bosch
|
f8fc12c468
|
Fixed some bugs and added VM support for bb_map_designate.
|
2019-12-20 00:11:54 +01:00 |
|
Daan Vanden Bosch
|
aa0d398545
|
The floor handler for the initial area is now run when running a quest.
|
2019-12-19 22:14:59 +01:00 |
|
Daan Vanden Bosch
|
52f2ddccd2
|
Virtual machine now suspends instead of halts when there no threads anymore.
|
2019-12-19 20:45:02 +01:00 |
|
Daan Vanden Bosch
|
20885cb0f2
|
Simplified Widget.finalize_construction. Added game state to QuestRunner and modified execution flow to enable loading of area/entity models. Split QuestModelManager into two different classes so a different loading strategy can used in the quest runner view. Quest runner view is now automatically created when running a quest.
|
2019-12-19 18:54:01 +01:00 |
|
Daan Vanden Bosch
|
4d6bf4ba5c
|
Fixed VM unit tests.
|
2019-12-19 14:41:31 +01:00 |
|
Daan Vanden Bosch
|
0585bbacec
|
Removed VM dependency on QuestModel.
|
2019-12-19 14:35:13 +01:00 |
|
Daan Vanden Bosch
|
3714f5582a
|
Renamed ZeroableBuffer to Memory and put it into its own file.
|
2019-12-19 13:58:11 +01:00 |
|
Daan Vanden Bosch
|
3bd3be8c4a
|
Moved Thread to its own file and renamed vm/index.ts to vm/VirtualMachine.ts.
|
2019-12-18 23:40:38 +01:00 |
|
Daan Vanden Bosch
|
86187a0539
|
Fixed bug in script editor that would add breakpoints whenever a line was deleted.
|
2019-12-18 22:58:46 +01:00 |
|
Daan Vanden Bosch
|
46b62cfaf7
|
Stack arguments are now always popped, even if an opcode is not implemented.
|
2019-12-18 22:47:53 +01:00 |
|
Daan Vanden Bosch
|
2366cb3aa0
|
Refactored script debugging code to avoid circular dependencies and separate concerns.
|
2019-12-18 22:37:26 +01:00 |
|
jtuu
|
8c102976a8
|
Added a VM registers viewer.
|
2019-11-21 23:04:16 +02:00 |
|
jtuu
|
b24afee12a
|
Fixed VM threading in auto-advance mode.
Now when a thread is started at least one advance is required to have valid execution state.
|
2019-11-21 15:22:47 +02:00 |
|
jtuu
|
8582a25bc3
|
Lint
|
2019-11-16 18:07:21 +02:00 |
|
jtuu
|
f6f5fa7c3f
|
QuestRunner now works in inline args mode.
|
2019-11-16 17:08:09 +02:00 |
|
jtuu
|
c57595a7af
|
Simplified the way the VM manages the registers and the string argument store.
|
2019-11-16 00:16:09 +02:00 |
|
jtuu
|
24abf3ae7f
|
Modified QuestRunner's execution flow.
Now it goes like this:
1. Advance instruction pointer.
2. Check for breakpoints.
3. Execute instruction.
Also fixed some bugs.
|
2019-11-15 19:59:05 +02:00 |
|