phantasmal-world/src/core
Grayson Lorenz cee304e976 error cleanup, alert the error
Clean up the error to break out of sequence when we encounter an error for efficiency. Then for now use alert to show the user an error of some kind. This is temporary until I can style some kind of new module for errors.
2020-04-25 10:48:45 -05: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 Fixed issues with incorrectly transformed NJ model meshes. 2020-02-01 18:34:15 +01: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 Added experimental WebGL renderer. 2020-01-19 17:16:28 +01: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 loading of store data. 2019-09-05 20:30:11 +02:00
observable Quests can now be saved in GC format. 2020-01-16 21:45:20 +01:00
persistence - Moved Persister to core/persistence 2019-12-27 03:16:52 +01:00
rendering Orbital camera rotation sort of works. Translation happens after rotation instead of the other way around. 2020-02-20 14:57:19 +01: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 error cleanup, alert the error 2020-04-25 10:48:45 -05: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 error handling in viewer. 2020-01-06 23:32:14 +01:00
util.ts Quests can now be saved in GC format. 2020-01-16 21:45:20 +01:00