Commit Graph

167 Commits

Author SHA1 Message Date
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
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
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
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
Daan Vanden Bosch
92017ca8ec Animated n.rel geometry is now parsed and rendered (without animations). 2021-04-09 16:08:38 +02:00
Daan Vanden Bosch
f20711296b Fixed bug in mesh order tweaks. 2021-04-08 21:34:07 +02:00
Daan Vanden Bosch
e4cbc38d4a "Show skeleton" checkbox is now disabled when the current viewer model doesn't have a skeleton. 2021-04-08 21:04:51 +02:00
Daan Vanden Bosch
5be29df0ac Upgraded to ThreeJS r127. The viewer can now load n.rel and c.rel geometry files. 2021-04-08 15:01:03 +02:00
Daan Vanden Bosch
60d0bc6116 Fixed XJ loading bug in the viewer. 2021-04-04 22:58:39 +02:00
Daan Vanden Bosch
0ff4752949 Fixed bug in NJ bone weight calculation. Improved NJ parser by avoiding reparsing of chunks. 2021-04-04 21:58:36 +02:00
Daan Vanden Bosch
47598a2670 Textures of type 3 are now correctly interpreted as D3DFMT_A1R5G5B5. 2021-03-31 15:28:33 +02:00
Daan Vanden Bosch
e180ac28c9 It's now possible to show the textured render geometry instead of the collision geometry. 2021-03-30 15:03:02 +02:00
Daan Vanden Bosch
969df2f371 Fixed Firefox issue with display of viewer animation list. 2021-03-26 21:00:13 +01:00
Daan Vanden Bosch
a0bf918e42 Fixed viewer animation bug: when loading a new animation, the frame rate would change back to 30 without any indication. 2021-03-26 20:27:23 +01:00
Daan Vanden Bosch
874cff7ae5 All viewer animation controls are now ported. 2021-03-26 19:56:48 +01:00
Daan Vanden Bosch
2ab0baa3b5 Added animation play/pause toggle to the viewer again. 2021-03-26 18:35:09 +01:00
Daan Vanden Bosch
610a2bb64a Added a "Clear animation" button to the viewer. 2021-03-26 18:22:35 +01:00
Daan Vanden Bosch
1c44ce4620 Light source now stays in place when rotating a model in the viewer. 2021-03-26 14:56:09 +01:00
Daan Vanden Bosch
7e5dea8e25 Character animations can be selected again in the viewer. 2021-03-26 14:49:48 +01:00
Daan Vanden Bosch
23716615bf Fixed bug that prevented a random model from being loaded when navigating to the viewer without /models or /textures or parameters. 2021-03-25 21:21:08 +01:00
Daan Vanden Bosch
6990aaca1b Viewer URL now contains path to Model and Textures tab again. 2021-03-25 20:57:07 +01:00
Daan Vanden Bosch
078cf7fb2e Ported viewer model, body and section_id URL parameters. 2021-03-25 17:03:12 +01:00
Daan Vanden Bosch
445878fb6e Name of "Seaside Area at Night" now becomes "West Tower" when the area variant is 1. Phantasmal World 4 and Lost heart breaker use this to have two tower maps. 2021-03-23 22:17:42 +01:00
Daan Vanden Bosch
a1d4e38a7c Fixed performance issue with drop table deserialization. 2021-03-23 21:18:00 +01:00
Daan Vanden Bosch
724e324fca Updated README and FEATURES to reflect Kotlin-related changes and bugfixes. 2021-03-23 17:01:17 +01:00
Daan Vanden Bosch
017232eb91 Upgraded to Kotlin 1.4.31. 2021-03-23 15:27:27 +01:00
Daan Vanden Bosch
b8edf35b30 Improved Ninja geometry to Three.js conversion speed by avoiding some GC. 2021-03-22 21:07:39 +01:00
Daan Vanden Bosch
f57de99577 Upgraded to three.js 0.126.0 and improved performance of quest renderer. 2021-03-22 20:31:24 +01:00
Daan Vanden Bosch
e6a7a5c3ed Pointer cancel events are now handled in the QuestInputManager. 2021-03-21 17:59:40 +01:00
Daan Vanden Bosch
45bf86018c The viewer can load animations again. 2021-03-21 16:54:49 +01:00
Daan Vanden Bosch
2c96d8cba0 Renamed ListValChangeEvent to ListChangeEvent and added some documentation. 2021-03-19 21:46:08 +01:00
Daan Vanden Bosch
b9339ac2b4 Added some observable unit tests and fixed a bug. Switched to junit 5 to support interfaces with @Test annotated concrete methods for "mixin" tests. 2021-03-19 21:32:57 +01:00
Daan Vanden Bosch
70d8e0f6af Fixed performance issue in events widget. 2021-03-17 20:55:08 +01:00
Daan Vanden Bosch
c0e42273ee Hunt optimizer result totals are now shown. Hunt optimizer is now fully ported to Kotlin. 2021-03-15 19:37:18 +01:00
Daan Vanden Bosch
478842ddab Hunt optimizer results are now calculated again. 2021-03-14 22:52:30 +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
93e57012e7 Fixed a bug that would result in blurry canvas. 2021-02-13 20:30:56 +01:00
Daan Vanden Bosch
871a61aa42 Ported addition and removal of wanted items to the hunt optimizer. 2020-12-29 20:07:17 +01:00
Daan Vanden Bosch
87ab6506cf Made most classes in lib mutable. 2020-12-22 23:21:15 +01:00
Daan Vanden Bosch
71669642ae Quests can be saved again. 2020-12-22 23:05:11 +01:00
Daan Vanden Bosch
0d07749705 Entity section is now automatically updated again when translating. Can optionally be turned off by holding ctrl while translating. 2020-12-22 10:43:31 +01:00
Daan Vanden Bosch
bc3979da11 Entity-specific properties are editable again. 2020-12-21 21:45:29 +01:00
Daan Vanden Bosch
d0a4dbd6c7 Improved DockWidget. 2020-12-21 17:05:27 +01:00
Daan Vanden Bosch
91f12d166a Ported script editor history. 2020-12-21 15:54:50 +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
2905fec830 Increased 3D view zoom speed and tweaked hunt method table style. 2020-12-21 14:25:09 +01:00
Daan Vanden Bosch
c6e43516ec Decreased font and control sizes for improved information density. 2020-12-21 13:46:19 +01:00
Daan Vanden Bosch
f9b4efccc5 Improved look of events. 2020-12-21 12:27:43 +01:00
Daan Vanden Bosch
577143c2d3 Finished porting all basic event features. 2020-12-20 17:48:35 +01:00
Daan Vanden Bosch
634bcc91df Added events widget and fixed several bugs. 2020-12-20 01:22:27 +01:00
Daan Vanden Bosch
20ccbfc587 Fixed a bug in the AssemblyWorker and tokenizer. Added several ASM-related tests. 2020-12-15 21:29:58 +01:00
Daan Vanden Bosch
c8c12f298f AsmAnalyser now delegates to a worker again. 2020-12-14 18:39:26 +01:00
Daan Vanden Bosch
520644cf2d Started porting the script VM to Kotlin. 2020-12-13 12:28:52 +01:00
Daan Vanden Bosch
0f7189ab33 Added character class options to the viewer again. 2020-12-12 13:39:04 +01:00
Daan Vanden Bosch
7433216982 It's now possible to view character class models again in the viewer. 2020-12-11 18:18:02 +01:00
Daan Vanden Bosch
c3927729ad Hunt method tables now show correct data again and times can be edited and persisted again. 2020-12-09 22:03:10 +01:00
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
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