Daan Vanden Bosch
|
15bc398294
|
All code now compiles with Kotlin 2.1.20, all tests pass, development builds work and production builds work.
|
2025-03-21 13:17:19 +01:00 |
|
Daan Vanden Bosch
|
a8b1a00e06
|
All code now compiles with Kotlin 2.0.0 and all tests pass.
|
2024-07-18 18:24:10 +02:00 |
|
Daan Vanden Bosch
|
22d01776d0
|
Added world position to the entity info widget.
|
2024-07-14 12:51:29 +02:00 |
|
Daan Vanden Bosch
|
62a49b067c
|
Worked on mipmapping and anisotropy.
|
2023-06-02 22:35:00 +02:00 |
|
Daan Vanden Bosch
|
423c3e252b
|
Fixed camera reset bug in model viewer.
|
2022-11-01 23:02:22 +01:00 |
|
Daan Vanden Bosch
|
9cbc12cc24
|
Fixed bug that would result in nested tabs "forgetting" which tab was active.
|
2022-11-01 22:47:51 +01:00 |
|
Daan Vanden Bosch
|
e10ac484d7
|
Made cell implementations internal and added some factory methods.
|
2022-11-01 17:41:48 +01:00 |
|
Daan Vanden Bosch
|
82524f1f2d
|
Removed Observable from observable project and renamed observable project to cell. Cell is now the most basic interface for users.
|
2022-06-04 21:33:29 +02:00 |
|
Daan Vanden Bosch
|
9cc6c51b9c
|
Added mutateDeferred and made some other changes to avoid having to use setTimeout to change observables in response to observables changing. This fixes some unit tests.
|
2022-05-11 17:07:32 +02:00 |
|
Daan Vanden Bosch
|
9aa963fd3b
|
Implemented most of the new observable algorithm.
|
2022-05-10 14:00:43 +02:00 |
|
Daan Vanden Bosch
|
0cea2d816d
|
Renamed FilteredListCell to SimpleFilteredListCell. Added a more complex version of FilteredListCell with bugs which highlighted a fundamental problem with the observable system. Various other improvements to the observable system.
|
2022-04-23 22:14:10 +02:00 |
|
Daan Vanden Bosch
|
276ffcb80b
|
Made some code in ViewerWidget clearer.
|
2021-12-11 22:35:33 +01:00 |
|
Daan Vanden Bosch
|
89ea739c65
|
Improved observable API and slightly simplified implementation of some observables.
|
2021-12-04 20:55:12 +01:00 |
|
Daan Vanden Bosch
|
b84ef99e22
|
Optimized and improved code that would be buggy once we support multiple private servers.
|
2021-12-04 15:44:03 +01:00 |
|
Daan Vanden Bosch
|
64fb12f985
|
Added more logging to Persister.
|
2021-12-04 14:49:45 +01:00 |
|
Daan Vanden Bosch
|
ecb95b5f5e
|
Turned most cell convenience methods into extension methods to avoid circular dependencies between different cell implementations. Added simple implementation of ListCell<E>.sortedWith and ListCell<E>.filtered with predicate cell.
|
2021-12-03 22:22:26 +01:00 |
|
Daan Vanden Bosch
|
f10a4ebe6c
|
Improved LoadingStatusCell and its usage in Table, TableController and HuntMethodStore. Added a unit test for MethodsForEpisodeController.
|
2021-12-02 22:08:26 +01:00 |
|
Daan Vanden Bosch
|
3e17865346
|
Added LoadingStatusCell, a cell that shows the status of some loadable data. Table and TableController make use of it to show a notification on the first load and on errors.
|
2021-11-30 22:17:59 +01:00 |
|
Daan Vanden Bosch
|
6374a3f054
|
Persisters now use an injected KeyValueStore to facilitate testing of persistence code. Added LocalStorage and in-memory implementation of KeyValueStore.
|
2021-11-30 22:13:46 +01:00 |
|
Daan Vanden Bosch
|
b7fc6a260b
|
The 3-D view now becomes focussed when dropping an entity on it. This is done mainly so that the main undo stack becomes active.
|
2021-11-30 15:45:47 +01:00 |
|
Daan Vanden Bosch
|
ed0db920d1
|
Fixed bug in 3D view developer tool.
|
2021-11-29 22:47:28 +01:00 |
|
Daan Vanden Bosch
|
9653a982c0
|
Improvements to JS-specific code and documentation and added a unit test.
|
2021-11-28 19:11:16 +01:00 |
|
Daan Vanden Bosch
|
19d3030d20
|
Upgraded Kotlin from 1.5.21 to 1.5.30. Also upgraded kotlinx.coroutines and kotlin logging. Now using languageSettings.optIn everywhere instead of compiler options.
|
2021-09-06 14:17:20 +02:00 |
|
Daan Vanden Bosch
|
2a510ec116
|
GraalVM native image build of psoserv.
|
2021-08-15 15:36:35 +02:00 |
|
Daan Vanden Bosch
|
1341dd76f5
|
Renamed lib subproject to psolib for clarity.
|
2021-07-25 17:24:42 +02:00 |
|
Daan Vanden Bosch
|
6cf0fdaf33
|
Upgraded to monaco-editor 0.26.1.
|
2021-07-25 00:05:45 +02:00 |
|
Daan Vanden Bosch
|
295dd6a253
|
Removed some unused code, fixed some style issues.
|
2021-07-24 21:37:33 +02:00 |
|
Daan Vanden Bosch
|
7a9af529e0
|
Upgraded kotlinx-datetime to version that's compatible with the newest kotlinx-serialization.
|
2021-07-24 21:19:07 +02:00 |
|
Daan Vanden Bosch
|
d130ff4bce
|
Removed floorMod function that's now in the Kotlin standard library.
|
2021-07-24 21:06:27 +02:00 |
|
Daan Vanden Bosch
|
fab1f90975
|
Updated all code that used deprecated Kotlin APIs.
|
2021-07-24 21:06:22 +02:00 |
|
Daan Vanden Bosch
|
89b88a0a2d
|
Put all shared build logic in precompiled gradle conventions plugins.
|
2021-07-24 20:13:02 +02:00 |
|
Daan Vanden Bosch
|
f228fda979
|
Improvements to quest event create/delete behavior.
|
2021-06-19 16:31:44 +02:00 |
|
Daan Vanden Bosch
|
88421d894c
|
The "Event ID" field in the Entity view now has a "Go to event" button.
|
2021-06-19 15:05:32 +02:00 |
|
Daan Vanden Bosch
|
403e03b0ee
|
Event actions now have a "Go to event" button.
|
2021-06-19 11:17:17 +02:00 |
|
Daan Vanden Bosch
|
d7f0e536ec
|
LogFormatter now doesn't print time anymore. It's not necessary since most browsers can add a timestamp to log messages.
|
2021-06-19 10:05:58 +02:00 |
|
Daan Vanden Bosch
|
6d412b870d
|
Warp destinations are now shown in the 3D view. When a warp is selected, a line is drawn from the warp to its destination.
|
2021-06-03 16:06:39 +02:00 |
|
Daan Vanden Bosch
|
e5c1c81be3
|
Propagation of changes to observables can now be deferred until the end of a code block.
|
2021-05-30 15:16:58 +02:00 |
|
Daan Vanden Bosch
|
327dfe79bb
|
Observables will now always see a consistent view of their dependencies when they change.
|
2021-05-27 15:00:19 +02:00 |
|
Daan Vanden Bosch
|
dceb80afec
|
Fixed sorting bug in hunt optimizer methods tables. Tables were sorted incorrectly after changing method times.
|
2021-05-15 17:16:50 +02:00 |
|
Daan Vanden Bosch
|
12883de487
|
Fixed two bugs in Throttle.
|
2021-05-11 19:35:53 +02:00 |
|
Daan Vanden Bosch
|
1923be4b3f
|
Upgraded three.js, file-loader webpack plugin and monaco-editor-webpack-plugin.
|
2021-05-11 18:20:21 +02:00 |
|
Daan Vanden Bosch
|
3af3f65c43
|
Renamed Val to Cell.
|
2021-05-02 18:46:42 +02:00 |
|
Daan Vanden Bosch
|
b5a6ca6dc3
|
Added semantic highlighting for registers to the ASM editor.
|
2021-04-27 19:58:44 +02:00 |
|
Daan Vanden Bosch
|
2c6f9ba680
|
Added generic instruction argument visitor to ASM analyser.
|
2021-04-26 20:56:34 +02:00 |
|
Daan Vanden Bosch
|
1a8e2e6b2b
|
Fixed assembly unit test bugs.
|
2021-04-26 19:33:43 +02:00 |
|
Daan Vanden Bosch
|
c093cb813e
|
Added semantic highlighting for labels to the ASM editor.
|
2021-04-26 15:38:34 +02:00 |
|
Daan Vanden Bosch
|
797c5a298e
|
Fixed bugs in ASM editor signature help. The bytecode IR now contains all ASM instruction arguments, even when they are the wrong type or there are too many.
|
2021-04-25 16:53:26 +02:00 |
|
Daan Vanden Bosch
|
b973c99c6a
|
All instructions using the same opcode are now highlighted when the cursor is on an opcode mnemonic in the ASM editor.
|
2021-04-24 23:04:59 +02:00 |
|
Daan Vanden Bosch
|
2f0ebd9443
|
Added go to symbol to ASM editor.
|
2021-04-24 13:19:19 +02:00 |
|
Daan Vanden Bosch
|
9494a70591
|
Added type definitions and documentation to completion suggestions.
|
2021-04-24 12:14:48 +02:00 |
|