Daan Vanden Bosch
|
8b8e87c8c5
|
Quest entities are now backed by an ArrayBufferBlock so that a "custom entity properties" feature can be added later.
|
2020-07-18 23:00:48 +02:00 |
|
Daan Vanden Bosch
|
2d4fee542c
|
Fixed bug that allowed selection of quest entities via the 3D view that were invisible (by selecting an event).
|
2020-07-16 17:16:41 +02:00 |
|
Daan Vanden Bosch
|
767397d26d
|
Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again.
|
2020-07-14 21:50:35 +02:00 |
|
Daan Vanden Bosch
|
78c18eb1e9
|
Improved rendering of entities that use additive blending in NPCs/Objects panels.
|
2020-04-25 22:17:26 +02:00 |
|
Daan Vanden Bosch
|
eb5b539b6d
|
Fixed rendering of Saint-Milion and veriants in NPCs pane.
|
2020-04-25 21:40:47 +02: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
|
3230268962
|
Started working on pure WebGL model viewer.
|
2020-01-26 23:13:09 +01:00 |
|
Daan Vanden Bosch
|
85ccdbb0a6
|
Added experimental WebGL renderer.
|
2020-01-19 17:16:28 +01:00 |
|
Daan Vanden Bosch
|
f4d9cb290e
|
Additive blending now also works for xj models. Darkened the collision geometry to better accommodate additive blending.
|
2020-01-18 21:26:49 +01:00 |
|
Daan Vanden Bosch
|
06e1a8e60b
|
Added "additive" blending for the materials that need it.
|
2020-01-18 20:01:22 +01:00 |
|
Daan Vanden Bosch
|
8118ac006b
|
When an NPC is added while an event is selected, the new NPC will be created with the event's wave.
|
2019-12-29 23:06:12 +01:00 |
|
Daan Vanden Bosch
|
596bd103da
|
Events can now be selected by clicking anywhere on the event and the selected event can be deleted by pressing the delete key.
|
2019-12-29 23:00:09 +01:00 |
|
Daan Vanden Bosch
|
030a77aa65
|
Bugfix: after setting the current wave, deleting an NPC would make all NPCs visible again.
|
2019-12-29 16:37:59 +01:00 |
|
Daan Vanden Bosch
|
de20e7b82f
|
- Bugfix: FlatMappedListProperty wouldn't recompute its value and emit an event when it's computed property changed
- Event section IDs are now immutable
- Top level events can now be added
|
2019-12-27 23:33:34 +01:00 |
|
Daan Vanden Bosch
|
5b5ce69d07
|
You can now view just the NPCs of a specific wave by clicking a button next to the wave ID in the events view.
|
2019-12-27 16:56:48 +01:00 |
|
Daan Vanden Bosch
|
994afa7387
|
Refactored HTML element creation code. Removed PropertyChangeEvent, properties don't emit their old value anymore. Added an EventsController and moved some code from EventsView and QuestEditorStore to it.
|
2019-12-27 00:55:32 +01:00 |
|
Daan Vanden Bosch
|
2808983add
|
Added DisposablePromise to facilitate cancelling promises that are underway when a component is disposed. Added EntityInfoController with unit test and added tests for EntityInfoView.
|
2019-12-26 00:44:30 +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
|
2083793e67
|
Added basic test for application initialization.
|
2019-12-22 00:43:27 +01:00 |
|
Daan Vanden Bosch
|
05c9f3ce81
|
All code now uses HttpClient interface instead of fetch for improved testability.
|
2019-12-21 22:49:41 +01:00 |
|
Daan Vanden Bosch
|
8ce19fac62
|
Most dependencies are now injected to improve testability.
|
2019-12-21 19:40:42 +01:00 |
|
Daan Vanden Bosch
|
f8a9c65086
|
NPC wave numbers are now shown in the entity info view.
|
2019-12-21 15:56:24 +01:00 |
|
Daan Vanden Bosch
|
88a60a9223
|
Area selection is now enabled even when running a quest.
|
2019-12-19 20:11:12 +01:00 |
|
Daan Vanden Bosch
|
c1b733cadf
|
Entity controls are now disabled when running a quest.
|
2019-12-19 20:02:52 +01:00 |
|
Daan Vanden Bosch
|
1c48ca15ec
|
Removed unnecessary console.log statement.
|
2019-12-19 18:54:38 +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
|
b9ca58ee16
|
Fixed bug in area mesh loading. Put new VM views behind feature flag.
|
2019-12-17 22:09:15 +01:00 |
|
Daan Vanden Bosch
|
b2c8a56a7b
|
Fixed bug in QuestEntityControls that resulted in entities being positioned incorrectly when transitioning between sections.
|
2019-12-17 22:03:17 +01:00 |
|
jtuu
|
8582a25bc3
|
Lint
|
2019-11-16 18:07:21 +02:00 |
|
Daan Vanden Bosch
|
4a755a884f
|
Entity world-relative rotation now stays constant while translating manually.
|
2019-11-04 18:02:30 +01:00 |
|
Daan Vanden Bosch
|
d6ebb8e21a
|
Added simple transparency to entities. Seems to work for most entities except for those that use translucent texture to emulate light rays etc.
|
2019-10-27 16:45:30 +01:00 |
|
Daan Vanden Bosch
|
345c9ab0dc
|
Improved typing of ListProperty.
|
2019-10-07 18:26:45 +02:00 |
|
Daan Vanden Bosch
|
9b3d280e4f
|
Upgraded all dependencies and fixed linting warnings/errors resulting from eslint upgrade.
|
2019-10-01 18:30:26 +02:00 |
|
Daan Vanden Bosch
|
75c19cf112
|
The 3D view is now focused when dropping an entity on it.
|
2019-10-01 17:10:19 +02:00 |
|
Daan Vanden Bosch
|
b6619644d1
|
When the mouse leaves the 3D view while hovering over an entity it is now correctly de-highlighted.
|
2019-09-29 18:58:32 +02:00 |
|
Daan Vanden Bosch
|
9e2858dae2
|
Entities can now be rotated around their y-axis by right-click dragging.
|
2019-09-28 21:11:57 +02:00 |
|
Daan Vanden Bosch
|
5d6f04c2c4
|
Small fix for bug in QuestEntityControls.
|
2019-09-25 01:01:34 +02:00 |
|
Daan Vanden Bosch
|
83eade32dc
|
Refactored QuestEntityControls to make it easier to add behavior.
|
2019-09-25 00:53:06 +02:00 |
|
Daan Vanden Bosch
|
d97872d528
|
The selected entity can now be deleted with the delete key.
|
2019-09-24 19:47:22 +02:00 |
|
Daan Vanden Bosch
|
e57f095a49
|
All entities from the NPC and object lists are now scaled to fit nicely in their square.
|
2019-09-23 16:07:46 +02:00 |
|
Daan Vanden Bosch
|
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.
|
2019-09-22 15:18:46 +02:00 |
|
Daan Vanden Bosch
|
f0d474ad40
|
The EntityListView now shows renders of entities instead of green squares.
|
2019-09-21 21:47:00 +02:00 |
|
Daan Vanden Bosch
|
3d9b003e39
|
Fixed regression: hovered entities are now highlighted again.
|
2019-09-21 19:03:30 +02:00 |
|
Daan Vanden Bosch
|
dbb5b65b74
|
Reduced garbage creation for increased performance.
|
2019-09-21 14:54:42 +02:00 |
|
Daan Vanden Bosch
|
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.
|
2019-09-21 14:39:04 +02:00 |
|
Daan Vanden Bosch
|
a97b56cecc
|
Simplified and deduplicated entity transformation code.
|
2019-09-21 12:48:34 +02:00 |
|
Daan Vanden Bosch
|
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.
|
2019-09-20 22:27:19 +02:00 |
|
Daan Vanden Bosch
|
4293a3862b
|
Fixed visual bug due to order of model loading.
|
2019-09-19 22:30:39 +02:00 |
|
Daan Vanden Bosch
|
7ae4ad428c
|
Basic entity creation via drag and drop.
|
2019-09-19 22:20:17 +02:00 |
|
Daan Vanden Bosch
|
3fd4d7c882
|
Quest entity view is now ported to the new GUI system.
|
2019-08-27 14:50:16 +02:00 |
|