phantasmal-world/src/core
2020-04-30 18:27:19 +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 Renamed "Debug Log" to "Debug" and moved all debugging related buttons to its toolbar. 2020-04-30 18:27:19 +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 Event view widgets are now correctly disabled while debugging. 2020-04-29 20:48:47 +02:00
math Orbital camera rotation sort of works. Translation happens after rotation instead of the other way around. 2020-02-20 14:57:19 +01:00
model Improved WebGPU renderer: 2020-04-26 22:19:26 +02:00
observable Fixed all formatting and linting errors introduced by upgraded eslint and prettier. 2020-04-25 20:29:20 +02:00
persistence - Moved Persister to core/persistence 2019-12-27 03:16:52 +01:00
rendering Improved WebGPU renderer: 2020-04-26 22:19:26 +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 Model viewer options are now stored in url parameters so you can link to a specific set of options. 2020-01-05 22:40:26 +01: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 Quests can now be saved in GC format. 2020-01-16 21:45:20 +01: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 Improved error handling in viewer. 2020-01-06 23:32:14 +01: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 Quests can now be saved in GC format. 2020-01-16 21:45:20 +01:00