phantasmal-world/src/quest_editor
2020-07-17 00:00:17 +02:00
..
actions - Events are now serialized in the order that they were deserialized 2019-12-31 20:00:43 +01:00
controllers Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
gui Removed unnecessary code. 2020-07-16 16:15:24 +02:00
loading Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
model Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
persistence Fixed bug in QuestEditorUiPersister config sanitization code. When removing old components results in empty containers, these containers are now also removed. 2020-07-14 22:08:36 +02:00
rendering 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
scripting Introduced Block concept to represent a continuous chunk of bytes. 2020-07-17 00:00:17 +02:00
stores Renamed "Debug Log" to "Debug" and moved all debugging related buttons to its toolbar. 2020-04-30 18:27:19 +02:00
index.ts Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again. 2020-07-14 21:50:35 +02:00
QuestRunner.ts Removed the ability to step in a yielded thread. 2020-05-01 23:45:32 +03:00