Commit Graph

15 Commits

Author SHA1 Message Date
Daan Vanden Bosch
79a68a6b7b Added internet time to navigation menu. 2020-01-17 14:23:50 +01:00
Daan Vanden Bosch
606b0661f4 Only allow saving quest files in GC or BB format. 2020-01-16 23:07:39 +01: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
10d6eb68d9 Fixed bug in url path parsing. 2020-01-07 00:19:57 +01:00
Daan Vanden Bosch
b9b9a8568d The current model isn't cleared anymore before loading a new model to make transitions smoother. 2020-01-06 23:38:25 +01:00
Daan Vanden Bosch
3edc9b857d Improved FileButton behavior, opening the same file twice in a row will now work. Also simplified its implementation. 2020-01-05 23:20:53 +01:00
Daan Vanden Bosch
f87c2ecf84 - All views now have a View super type
- Widget now has a children array
- Widgets can be activated and deactivated (this recurses over child widgets)
- Renderers are now turned on and off in activate/deactivate methods
- It is now possible to set a tool-local path (this path is appended to the tool's base path)
- TabContainer can now automatically set a path based on paths given in its tab configuration
- It's now possible to directly link to subviews of the viewer and the hunt optimizer
2020-01-05 01:07:35 +01:00
Daan Vanden Bosch
1b5a9e9d3e Deployed version 43. 2020-01-03 23:15:48 +01:00
Daan Vanden Bosch
c9d4b6ab92 Bone weights are now normalized, this almost completely fixes the bone weight issues. 2020-01-03 12:05:51 +01:00
Daan Vanden Bosch
20d5b0d52d Added textures to character class models in model viewer. 2020-01-03 00:50:19 +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
2c12f47c4d Deployed version 37. 2020-01-02 00:57:31 +01:00
Daan Vanden Bosch
821b894a52 Made several widgets more keyboard-friendly. 2020-01-01 04:15:03 +01:00
Daan Vanden Bosch
40c5dc00f1 Events are not behind a feature flag anymore. 2019-12-31 22:08:27 +01:00
Daan Vanden Bosch
24161fbfa6 Improved deploy script. 2019-12-31 21:18:26 +01:00