phantasmal-world/src/core
2019-12-26 20:20:42 +01: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 Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +01:00
dto Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting. 2019-09-02 14:41:46 +02:00
gui Added flat_map function for flat mapping over multiple properties. 2019-12-26 20:20:42 +01:00
model Improved loading of store data. 2019-09-05 20:30:11 +02:00
observable Added flat_map function for flat mapping over multiple properties. 2019-12-26 20:20:42 +01:00
rendering Added basic test for application initialization. 2019-12-22 00:43:27 +01:00
stores Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +01:00
undo Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +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 Simplified DisposablePromise. 2019-12-26 18:10:23 +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 Ported part of the hunt optimizer to the new GUI system. The methods tab is now working except for sorting. 2019-09-02 14:41:46 +02: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 Improved application startup test. 2019-12-25 00:53:17 +01:00
math.ts Entities can be rotated via the entity info view. 2019-09-29 18:53:01 +02:00
Persister.ts Replaced js-logger. Improved testability with mocks, improved test configuration and code improvements. 2019-12-25 00:17:02 +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
read_file.ts Split code into one module per tool + core and application module. 2019-08-10 22:09:06 +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
util.ts NPC wave numbers are now shown in the entity info view. 2019-12-21 15:56:24 +01:00