Commit Graph

948 Commits

Author SHA1 Message Date
Daan Vanden Bosch
41f8e53efc Added hunt method tables with dummy data. 2020-12-08 21:13:29 +01:00
Daan Vanden Bosch
540e35ffc9 AsmAnalyser is now updated whenever text changes. 2020-12-08 15:41:43 +01:00
Daan Vanden Bosch
fb7aaf2906 Added DefinitionProvider and refactored AsmAnalyser to make it easier to delegate to a web worker or possibly an LSP server in the future. 2020-12-07 20:05:25 +01:00
Daan Vanden Bosch
0133e82d3f Ported several ASM editor features. 2020-12-06 16:48:13 +01:00
Daan Vanden Bosch
dc0615e1d2 Ported various features. 2020-12-05 21:48:26 +01:00
Daan Vanden Bosch
515cba5555 Entities can be dragged and dropped again. 2020-12-02 21:03:42 +01:00
Daan Vanden Bosch
0c0d6355f2 Added some small features and fixed various bugs. 2020-11-28 22:56:35 +01:00
Daan Vanden Bosch
d526c837fd Quest editor layout is now persisted again. Added entity list widgets. 2020-11-27 20:55:01 +01:00
Daan Vanden Bosch
969b9816e2 Added entity rotation and vertical translation. 2020-11-26 17:55:48 +01:00
Daan Vanden Bosch
325cdb935a Entities can now be highlighted by hovering over them again. 2020-11-25 21:21:57 +01:00
Daan Vanden Bosch
410f1c8bbc Entities can be selected and translated again. 2020-11-24 20:09:33 +01:00
Daan Vanden Bosch
2fac7dbc39 Converted from Babylon.js back to Three.js. Added texture viewer and entity textures. 2020-11-23 21:54:35 +01:00
Daan Vanden Bosch
d98b565766 Added Dialog and ResultDialog. 2020-11-16 20:00:26 +01:00
Daan Vanden Bosch
c82396326c Made basic quest properties editable and added the entity detail widget. 2020-11-15 20:41:30 +01:00
Daan Vanden Bosch
4e65cc1882 switch_jmp is a conditional jump after all. 2020-11-15 00:32:33 +01:00
Daan Vanden Bosch
cd70d22da2 Added script editor widget. 2020-11-14 22:18:10 +01:00
Daan Vanden Bosch
0983be905d Created gradle plugin with workaround for https://youtrack.jetbrains.com/issue/KT-42923. 2020-11-13 22:58:13 +01:00
Daan Vanden Bosch
44d5918a1e Added undo/redo and made entity translation undoable. 2020-11-11 22:01:00 +01:00
Daan Vanden Bosch
bb6f4aa352 Added horizontal entity translation. 2020-11-10 22:38:18 +01:00
Daan Vanden Bosch
990a8c144f Improved camera handling. 2020-11-09 21:39:15 +01:00
Daan Vanden Bosch
132cdccd0a Entities are now shown per area and area selection is now possible. Fixed some bugs. 2020-11-08 22:45:37 +01:00
Daan Vanden Bosch
db1149ddc0 Entities are now correctly rotated and positioned within their section. 2020-11-08 16:07:08 +01:00
Daan Vanden Bosch
346a2cb4f9 Added several unit tests and improved testing infra. 2020-11-08 14:27:02 +01:00
Daan Vanden Bosch
25f015dfbb Added minimal entity picking. 2020-11-07 23:53:17 +01:00
Daan Vanden Bosch
8de81c9cb4 Added area mesh loading. 2020-11-07 19:15:37 +01:00
Daan Vanden Bosch
8ec75f8b4a Added viewer, xj parsing and fixed several bugs. 2020-11-06 22:23:24 +01:00
Daan Vanden Bosch
bedc7b07a2 Ported several things and fixed some bugs. 2020-11-05 17:46:17 +01:00
Daan Vanden Bosch
17ef42fba7 Quest NPCs are now (poorly) shown in the 3D view. 2020-11-02 20:04:44 +01:00
Daan Vanden Bosch
c028c09ac9 Added TextArea, Menu and Select. Added some fields to InfoWidget and added the server select widget. 2020-10-30 21:42:29 +01:00
Daan Vanden Bosch
e6d6f292f4 Fixed an issue with the way CSS was added to the DOM. Moved @AfterTest checks to utility function so test failures aren't hidden by @AfterTest failures. 2020-10-29 21:15:57 +01:00
Daan Vanden Bosch
fdb3d5bbb6 Fixed various bugs. 2020-10-29 19:09:23 +01:00
Daan Vanden Bosch
2e6b3c9cdb Renamed object code to byte code. 2020-10-29 00:20:58 +01:00
Daan Vanden Bosch
924b084db4 Fixed various bugs. 2020-10-29 00:09:22 +01:00
Daan Vanden Bosch
bab01061f0 Added JVM support for core and lib. 2020-10-27 22:55:05 +01:00
Daan Vanden Bosch
0d05714730 Fixed some bugs in object code parsing. 2020-10-27 19:53:24 +01:00
Daan Vanden Bosch
3416ef5676 Added PRS compression code and fixed several bugs and performance issues. 2020-10-26 23:08:44 +01:00
Daan Vanden Bosch
b810e45fb3 Refactored the way Disposable is used and added QuestInfoWidget. 2020-10-25 22:16:47 +01:00
Daan Vanden Bosch
e75732ed9d Added getStackValue. 2020-10-23 19:48:19 +02:00
jtuu
bc13497b2a Fixed opcode get_num_kills definition. 2020-10-23 18:22:36 +03:00
jtuu
5fc7778fb0 Fixed read* opcode definitions. 2020-10-23 17:49:10 +03:00
jtuu
2cbee9acfb Added a definition for opcode get_num_kills aka unknown_f829. 2020-10-23 17:41:26 +03:00
jtuu
cb1cfeab96 Added documentation for opcode get_servernumber. 2020-10-23 17:41:06 +03:00
Daan Vanden Bosch
532a608e7a Added some more tests and getRegisterValue. 2020-10-22 23:03:23 +02:00
Daan Vanden Bosch
78690f9588 Added CFG and assembler. 2020-10-21 20:33:31 +02:00
Daan Vanden Bosch
40b8464eb0 Added PRS decompression code and object code parser. 2020-10-20 20:45:33 +02:00
Daan Vanden Bosch
f2532de792 Added .bin and .dat parsers and Buffer. 2020-10-19 17:40:33 +02:00
Daan Vanden Bosch
d94560c8e0 Added and tweaked some Cursor tests. 2020-10-18 19:54:15 +02:00
Daan Vanden Bosch
ce1c02ee40 Ported ArrayBufferCursor. 2020-10-17 18:38:12 +02:00
Daan Vanden Bosch
b78c516b0a Improved observable test setup. 2020-10-17 15:15:48 +02:00
Daan Vanden Bosch
18e01f17c7 Scope, Store and Controller now implement CoroutineScope. Added NJ parser and several basic widgets. 2020-10-17 00:28:35 +02:00