Commit Graph

  • ee137eaf34 Release 25. Daan Vanden Bosch 2019-10-06 15:58:57 +0200
  • 295bb71c15 Merge remote-tracking branch 'github/master' Daan Vanden Bosch 2019-10-05 21:12:11 +0200
  • 0583b7499e Added ASM editor history navigation with mouse buttons and keyboard. Daan Vanden Bosch 2019-10-05 21:11:58 +0200
  • f0d1d67b24 Lint and remove console.logs. jtuu 2019-10-04 14:21:51 +0300
  • 3a8b189b0a [VM] Implemented conditional jump opcodes. jmp_on, jmp_off, jmp_=, jmpi_=, jmp_!=, jmpi_!=, ujmp_>, ujmpi_>, jmp_>, jmpi_>, ujmp_<, ujmpi_<, jmp_<, jmpi_<, ujmp_>=, ujmpi_>=, jmp_>=, jmpi_>=, ujmp_<=, ujmpi_<=, jmp_<=, jmpi_<= jtuu 2019-10-04 00:18:57 +0300
  • f6f34e3f7c Release 24. Daan Vanden Bosch 2019-10-04 12:01:16 +0200
  • efed622e94 Fixed regression. Daan Vanden Bosch 2019-10-03 17:28:48 +0200
  • 421487e21f String segment strings are now displayed with "\n" escape sequence instead of "<cr>". Daan Vanden Bosch 2019-10-03 17:06:23 +0200
  • 3670df618b Monaco popups were obscured by golden layout. Daan Vanden Bosch 2019-10-03 16:42:04 +0200
  • 544ed46263 "Go to label definition" now works with arguments passed via the stack. Daan Vanden Bosch 2019-10-03 16:40:43 +0200
  • 6a6ab59c2c Release 23. Daan Vanden Bosch 2019-10-03 00:18:45 +0200
  • ee4a293d3e Fixed some bugs. Daan Vanden Bosch 2019-10-03 00:18:11 +0200
  • b85b7147a6 Removed an unnecessary todo and added a useful one. Daan Vanden Bosch 2019-10-03 00:07:40 +0200
  • f67752e277 "Go to label definition" now works fully for instructions with inline arguments. Daan Vanden Bosch 2019-10-02 23:59:24 +0200
  • 90f0e0f7bd Basic go to label definition functionality. Daan Vanden Bosch 2019-10-02 23:34:09 +0200
  • 971444f847 F5 keybinding for "Run in VM". Bugfix for feature flags. Daan Vanden Bosch 2019-10-02 21:15:35 +0200
  • f2d746642f
    Merge pull request #2 from jtuu/vm Daan Vanden Bosch 2019-10-02 20:53:41 +0200
  • 1a7e9ee9ac [VM] Put the "run in VM" button behind a feature flag called "vm". jtuu 2019-10-02 21:34:57 +0300
  • d9110f0041 [VM] Push entire Arg object to stack instead of just its value. jtuu 2019-10-02 20:16:54 +0300
  • 2e672c12b2 [VM] Implemented shift_left and shift_right opcodes. jtuu 2019-10-02 20:16:05 +0300
  • c628c30e1b [VM] Compare opcode numbers not the objects. jtuu 2019-10-02 18:52:59 +0300
  • 78ed5c8071 [VM] Implemented opcodes for basic numeric operations. jtuu 2019-10-02 18:26:45 +0300
  • bdd7e8b174 [VM] Assign arguments to variables to make accessing them terser. jtuu 2019-10-02 17:39:32 +0300
  • 806ab0ddd5 [VM] Implement arg_pushr, b, w, and s correctly. Remove arg_pusha and o because they are tricky and low priority. jtuu 2019-10-02 16:45:40 +0300
  • 98acdbf7f9 [VM] Added arg stack. jtuu 2019-09-15 23:20:49 +0300
  • 5458d06d8e [VM] Changed the icon for the VM button. jtuu 2019-09-14 21:58:15 +0300
  • 80a4aa784f [VM] Added a button to run the current quest in the VM. Made the VM work with output from the assembler. Added some comments to the VM and cleaned it up a little bit. jtuu 2019-09-14 19:50:03 +0300
  • bffd8f51d9 Fixed unit tests. Daan Vanden Bosch 2019-10-02 20:20:59 +0200
  • 6396eb1bdf Feature flags. Daan Vanden Bosch 2019-10-02 20:10:02 +0200
  • ed571b9061 Added asm meta data to IR. Daan Vanden Bosch 2019-10-02 19:57:43 +0200
  • 7bde9988e8 Tiny bugfix. Daan Vanden Bosch 2019-10-02 18:32:00 +0200
  • fc5a34946e Opcode is now structured cloning-safe. All IR is now structured cloning-safe. Daan Vanden Bosch 2019-10-02 14:25:47 +0200
  • 16b89a01d0 Param is now structured cloning-safe. Daan Vanden Bosch 2019-10-02 13:56:00 +0200
  • fa76002d1c Instruction is now structured cloning-safe. Daan Vanden Bosch 2019-10-02 13:44:55 +0200
  • 431c0545f2 Added the basic Monaco machinery for providing symbol definitions. Daan Vanden Bosch 2019-10-02 13:28:14 +0200
  • 9172f94b2a Release 22. Daan Vanden Bosch 2019-10-01 22:49:08 +0200
  • 825f14dc90 Fixed a disassembler bug: va list arg_push* instructions would not be output when in automatic stack management mode. Daan Vanden Bosch 2019-10-01 22:47:01 +0200
  • df2bb7a6ab Fixed an assembler and a disassembler bug. Daan Vanden Bosch 2019-10-01 22:18:14 +0200
  • edc6428a3d Fixed regression. Daan Vanden Bosch 2019-10-01 18:36:35 +0200
  • 9b3d280e4f Upgraded all dependencies and fixed linting warnings/errors resulting from eslint upgrade. Daan Vanden Bosch 2019-10-01 18:30:26 +0200
  • c64ba16c7a The ASM editor command palette can now be opened with ctrl-shift-p. Daan Vanden Bosch 2019-10-01 17:41:28 +0200
  • 75c19cf112 The 3D view is now focused when dropping an entity on it. Daan Vanden Bosch 2019-10-01 17:10:19 +0200
  • 2d7a06e772 Release 21. Daan Vanden Bosch 2019-09-30 21:21:53 +0200
  • f852333fd6 Fixed text area visual bug in Firefox. Daan Vanden Bosch 2019-09-30 12:23:13 +0200
  • b6619644d1 When the mouse leaves the 3D view while hovering over an entity it is now correctly de-highlighted. Daan Vanden Bosch 2019-09-29 18:58:32 +0200
  • 4bf2148b39 Entities can be rotated via the entity info view. Daan Vanden Bosch 2019-09-29 18:53:01 +0200
  • 1498b37f67 Reduced GC pressure while rotating entities. Daan Vanden Bosch 2019-09-28 21:31:04 +0200
  • cf72ed98a9 Release 20. Daan Vanden Bosch 2019-09-28 21:14:46 +0200
  • 9e2858dae2 Entities can now be rotated around their y-axis by right-click dragging. Daan Vanden Bosch 2019-09-28 21:11:57 +0200
  • 5d6f04c2c4 Small fix for bug in QuestEntityControls. Daan Vanden Bosch 2019-09-25 01:01:34 +0200
  • 83eade32dc Refactored QuestEntityControls to make it easier to add behavior. Daan Vanden Bosch 2019-09-25 00:53:06 +0200
  • d97872d528 The selected entity can now be deleted with the delete key. Daan Vanden Bosch 2019-09-24 19:47:22 +0200
  • ef82d848fb Release 19. Daan Vanden Bosch 2019-09-23 16:09:47 +0200
  • e57f095a49 All entities from the NPC and object lists are now scaled to fit nicely in their square. Daan Vanden Bosch 2019-09-23 16:07:46 +0200
  • 1fe3015ce5 All objects are now correctly filtered based on area. Daan Vanden Bosch 2019-09-23 14:47:14 +0200
  • 9859e15806 Objects area now filtered based on the selected area. Fixed some typos in object names. Daan Vanden Bosch 2019-09-22 16:14:38 +0200
  • f40b1fb168 NPCs in the NPC list are now filtered according to the selected area. Objects can now be added via drag and drop from the object list. Daan Vanden Bosch 2019-09-22 15:18:46 +0200
  • f0d474ad40 The EntityListView now shows renders of entities instead of green squares. Daan Vanden Bosch 2019-09-21 21:47:00 +0200
  • 3d9b003e39 Fixed regression: hovered entities are now highlighted again. Daan Vanden Bosch 2019-09-21 19:03:30 +0200
  • dbb5b65b74 Reduced garbage creation for increased performance. Daan Vanden Bosch 2019-09-21 14:54:42 +0200
  • 79b85fc859 Entity creation is now undoable. Fixed a bug that occurred when you started to translate an entity and then moved the cursor outside of the 3D-view. Daan Vanden Bosch 2019-09-21 14:39:04 +0200
  • a97b56cecc Simplified and deduplicated entity transformation code. Daan Vanden Bosch 2019-09-21 12:48:34 +0200
  • 6e666b0ea5 Entity drag and drop code doesn't use custom events anymore for increased performance and simplicity. Made code more typesafe and decoupled. Fixed some bugs. Daan Vanden Bosch 2019-09-20 22:27:19 +0200
  • 4293a3862b Fixed visual bug due to order of model loading. Daan Vanden Bosch 2019-09-19 22:30:39 +0200
  • 7ae4ad428c Basic entity creation via drag and drop. Daan Vanden Bosch 2019-09-19 22:20:17 +0200
  • 4e55f1b9fd Fixed bug in NavigationView. Daan Vanden Bosch 2019-09-17 17:32:17 +0200
  • 8622b07bde Added bind_children_to function to efficiently update child nodes of an HTML element based on the contents of a ListProperty. Daan Vanden Bosch 2019-09-17 17:26:25 +0200
  • 859d85da45 ASM editor view is now sized correctly again. Daan Vanden Bosch 2019-09-17 12:47:03 +0200
  • 3c6b28f536 Fixed bug that would disassemble arg_pushr arguments incorrectly in automatic stack management mode. Daan Vanden Bosch 2019-09-16 18:52:16 +0200
  • bdee123ee3 LabelledControl labels are now disabled again when their control is disabled. The now also have the same tooltip as their control. Daan Vanden Bosch 2019-09-15 23:28:48 +0200
  • 25c3c3b5b8 Removed unnecessary update_assembly_settings call. Daan Vanden Bosch 2019-09-15 23:25:18 +0200
  • 7d941aa0e4 Undo is now reset when toggling "Inline args mode". Daan Vanden Bosch 2019-09-15 23:16:11 +0200
  • 7fe508716c
    Merge pull request #1 from jtuu/script-editor-settings Daan Vanden Bosch 2019-09-15 22:37:24 +0200
  • fa78f5f95b Lint jtuu 2019-09-15 21:47:13 +0300
  • f1e6a31f0e Merge branch 'master' into script-editor-settings jtuu 2019-09-15 21:44:31 +0300
  • 3155cdb183 Transform existing quest script when inline args mode is toggled. jtuu 2019-09-15 21:38:30 +0300
  • 0618ca0b87 Added a checkbox for enabling inline arguments transformation mode to the script editor toolbar. jtuu 2019-09-15 20:59:51 +0300
  • 87c6ae37e4 Widget's element property is now abstract and is overridden in every concrete subclass. This often simplifies widget code. Daan Vanden Bosch 2019-09-15 19:32:34 +0200
  • da622aab61 Ctrl-Z and Ctrl-Shift-Z undo and redo commands now work more consistently. Daan Vanden Bosch 2019-09-15 18:34:24 +0200
  • 463685ffa1 Added a toolbar to the script view. jtuu 2019-09-14 23:25:21 +0300
  • 7ec05ac9a1 Fixed typo in QuestInfoView class name. Daan Vanden Bosch 2019-09-14 22:13:44 +0200
  • ddf5ff1bef Disabled native drag-and-drop globally. Daan Vanden Bosch 2019-09-14 21:14:38 +0200
  • 22bf650f04 Removed all reference to React and Mobx from the readme and added a note about linting/formatting. Daan Vanden Bosch 2019-09-14 18:04:28 +0200
  • 6f6bac6f3e Upgraded all dependencies to the most recent minor/patch release. Daan Vanden Bosch 2019-09-14 17:56:00 +0200
  • 1c5a6a03b3 Release 18. Daan Vanden Bosch 2019-09-14 17:45:23 +0200
  • aca71d1a17 Merge branch 'nui' Daan Vanden Bosch 2019-09-14 17:32:32 +0200
  • 4c09486f65 Removed all React-related dependencies and config. Daan Vanden Bosch 2019-09-14 17:31:03 +0200
  • 8411d75b7f Ported the DPS calc store to the new observables system. Daan Vanden Bosch 2019-09-14 17:13:08 +0200
  • d9b6c7015a The hunt method tables can be sorted again. There's no visual feedback in the table headers though. Daan Vanden Bosch 2019-09-14 16:11:45 +0200
  • 9906ea88a9 Added more finalize_construction calls where necessary. Daan Vanden Bosch 2019-09-14 15:20:36 +0200
  • 3a95e8a974 Added server select. Widget construction now happens in two phases with a finalize_construction method being called from the lowest subclass. Daan Vanden Bosch 2019-09-14 15:15:59 +0200
  • 944f72d1a7 Improved help text. Daan Vanden Bosch 2019-09-14 14:25:12 +0200
  • 20a1046053 Added a help tab in Hunt Optimizer. Daan Vanden Bosch 2019-09-14 14:23:06 +0200
  • 58939b2ff5 The ComboBox menu can now be filtered by typing. Daan Vanden Bosch 2019-09-14 13:16:13 +0200
  • c8ff72726e The OptimizationResultView is now completely ported to the new GUI system. Daan Vanden Bosch 2019-09-14 11:59:50 +0200
  • 8f8da79041 Up to four .qst headers are now parsed. This fixes parsing of The Value of Money. Daan Vanden Bosch 2019-09-13 22:47:50 +0200
  • f7010d75e0 Fixed visual bug in Select. Daan Vanden Bosch 2019-09-13 22:44:59 +0200
  • d6b1b3ca17 Added GitHub link. Daan Vanden Bosch 2019-09-13 21:20:26 +0200
  • fcf08e6f76 Menus and the various controls that use menus can now be controlled with the keyboard. Daan Vanden Bosch 2019-09-13 20:53:31 +0200
  • a933c5e4c1 Wanted items can now be added and removed. Daan Vanden Bosch 2019-09-13 14:30:29 +0200