phantasmal-world/src/core
2020-09-24 16:59:58 +02:00
..
controllers Entity counts in area select are now updated when adding or removing entities. Added more unit tests. 2019-12-24 03:04:18 +01:00
data_formats Added all known object-specific properties. 2020-09-24 16:59:58 +02:00
dto Static data formats now conform to the rest of the project's code style. 2020-01-01 16:05:23 +01:00
gui Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
math Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again. 2020-07-14 21:50:35 +02:00
model Improved WebGPU renderer: 2020-04-26 22:19:26 +02:00
observable Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
persistence Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
rendering Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again. 2020-07-14 21:50:35 +02:00
stores Fixed bug in url path parsing. 2020-01-07 00:19:57 +01:00
undo Quests can now be saved in GC format. 2020-01-16 21:45:20 +01:00
Clock.ts Added internet time to navigation menu. 2020-01-17 14:23:50 +01:00
DisposablePromise.test.ts 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
DisposablePromise.ts Improved DisposablePromise disposal process. 2020-01-17 18:23:32 +01:00
enums.test.ts Split code into one module per tool + core and application module. 2019-08-10 22:09:06 +02:00
enums.ts Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
files.ts AFS archives with compressed XVM texture archives are now supported. 2020-01-06 14:04:05 +01:00
HttpClient.ts 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
Logger.ts Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
primitive_conversion.ts Undo/redo now works again in the quest editor. The NPC counts view is also ported. 2019-08-26 15:42:12 +02:00
Random.ts Its now possible to choose a section ID and body type in the model viewer. 2020-01-05 18:40:35 +01:00
Result.ts Upgraded all dependencies and fixed linting issues. 2020-07-14 20:57:50 +02:00
sequential.test.ts Started working on optimization result view. 2019-09-09 18:37:20 +02:00
sequential.ts Started working on optimization result view. 2019-09-09 18:37:20 +02:00
Severity.ts Improved WebGPU renderer: 2020-04-26 22:19:26 +02:00
util.ts Entity-specific properties are now shown in the entity info view for supported entities. 2020-09-23 21:37:20 +02:00