Commit Graph

  • 9abceaa204 Deploying to gh-pages from @ 9b6aea9c59 🚀 gh-pages DaanVandenBosch 2025-03-29 22:16:09 +0000
  • 9b6aea9c59
    Resolve the visual glitch of Mericus & Merikle. (#26) master warmonipa 2025-03-29 15:11:20 -0700
  • 6907b51220 Resolve the visual glitch of Mericus & Merikle. wangzhen 2025-03-29 04:49:50 -0700
  • 61949b2377 Undid temporary code change necessary for early versions of Kotlin 2. Daan Vanden Bosch 2025-03-21 14:14:37 +0100
  • 49149b46ef Deploying to gh-pages from @ 0bde9390a8 🚀 DaanVandenBosch 2025-03-21 13:00:47 +0000
  • 0bde9390a8 Increased Kotlin daemon max heap size. Daan Vanden Bosch 2025-03-21 13:51:34 +0100
  • 15bc398294 All code now compiles with Kotlin 2.1.20, all tests pass, development builds work and production builds work. kotlin2 Daan Vanden Bosch 2025-03-21 13:17:19 +0100
  • a8b1a00e06 All code now compiles with Kotlin 2.0.0 and all tests pass. Daan Vanden Bosch 2024-07-16 21:47:47 +0200
  • 0c5761279c Deploying to gh-pages from @ 22d01776d0 🚀 DaanVandenBosch 2024-07-14 11:04:53 +0000
  • 22d01776d0 Added world position to the entity info widget. Daan Vanden Bosch 2024-07-14 12:51:29 +0200
  • 62a49b067c Worked on mipmapping and anisotropy. Daan Vanden Bosch 2023-06-02 22:35:00 +0200
  • 423c3e252b Fixed camera reset bug in model viewer. Daan Vanden Bosch 2022-11-01 23:02:22 +0100
  • 9cbc12cc24 Fixed bug that would result in nested tabs "forgetting" which tab was active. Daan Vanden Bosch 2022-11-01 22:47:51 +0100
  • 4a2b859cad Added some observe extension methods, added a mutation test and removed old commented-out code. Daan Vanden Bosch 2022-11-01 21:55:48 +0100
  • c33d8c0b77 Added several cell extension methods. Removed RegularCellTests, extension tests are now run just once instead of for every "regular" cell implementation. Daan Vanden Bosch 2022-11-01 21:21:13 +0100
  • e10ac484d7 Made cell implementations internal and added some factory methods. Daan Vanden Bosch 2022-11-01 15:00:19 +0100
  • 2bcde67e18 Renamed LeafDependent.pull to LeafDependent.dependenciesChanged and added some documentation. Daan Vanden Bosch 2022-11-01 14:58:15 +0100
  • 33ccf90874 Fixed bug in short path of AbstractFilteredListCell.computeValueAndEvent. Daan Vanden Bosch 2022-11-01 12:26:58 +0100
  • e671e27c02 Added more FilteredListCell tests. Daan Vanden Bosch 2022-11-01 11:13:54 +0100
  • 597bf5390e List cells now internally change their backing list, this means that list cell values and events are no longer immutable. This does simplify the code and probably improves performance. Daan Vanden Bosch 2022-10-31 22:44:41 +0100
  • f5b1008c48 Filtered list cells now support changing multiple times in a single mutation. Daan Vanden Bosch 2022-10-31 20:59:13 +0100
  • c3be91a05e MutationManager now supports nested mutations. Deferred mutations are now actual mutations. Added several mutation-related tests, six of which fail at the moment. Daan Vanden Bosch 2022-06-05 13:29:40 +0200
  • e6ca3b9871 Moved dependency test to CellTests. Daan Vanden Bosch 2022-06-04 22:16:43 +0200
  • 82524f1f2d Removed Observable from observable project and renamed observable project to cell. Cell is now the most basic interface for users. Daan Vanden Bosch 2022-06-04 21:33:29 +0200
  • b389cb9521 Moved code shared between FlatteningDependentCell and FlatteningDependentListCell to supper class AbstractFlatteningDependentCell. Daan Vanden Bosch 2022-05-12 16:29:17 +0200
  • 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. Daan Vanden Bosch 2022-05-11 17:07:32 +0200
  • 9aa963fd3b Implemented most of the new observable algorithm. Daan Vanden Bosch 2022-05-10 14:00:43 +0200
  • 18d65a68f6 Deploying to gh-pages from @ 276ffcb80b 🚀 DaanVandenBosch 2022-05-09 13:59:15 +0000
  • 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. Daan Vanden Bosch 2022-04-23 22:14:10 +0200
  • 276ffcb80b Made some code in ViewerWidget clearer. Daan Vanden Bosch 2021-12-11 22:35:33 +0100
  • 89ea739c65 Improved observable API and slightly simplified implementation of some observables. Daan Vanden Bosch 2021-12-04 20:55:12 +0100
  • b84ef99e22 Optimized and improved code that would be buggy once we support multiple private servers. Daan Vanden Bosch 2021-12-04 14:56:57 +0100
  • 64fb12f985 Added more logging to Persister. Daan Vanden Bosch 2021-12-04 14:49:45 +0100
  • 4792dc1172 Slightly optimized bindChildrenTo for the frequent case where all list cell elements have been replaced. Daan Vanden Bosch 2021-12-03 22:08:04 +0100
  • e492b28aac Fixed bug that made some table cells unselectable when table controller had no loadingStatus. Daan Vanden Bosch 2021-12-03 21:16:40 +0100
  • 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. Daan Vanden Bosch 2021-12-03 15:35:29 +0100
  • f10a4ebe6c Improved LoadingStatusCell and its usage in Table, TableController and HuntMethodStore. Added a unit test for MethodsForEpisodeController. Daan Vanden Bosch 2021-12-02 22:08:26 +0100
  • 9807418435 Improved Karma config. The middleware now caches files in memory and sends the correct content-type header for json files. Daan Vanden Bosch 2021-12-02 17:25:18 +0100
  • 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. Daan Vanden Bosch 2021-11-30 22:17:59 +0100
  • 6374a3f054 Persisters now use an injected KeyValueStore to facilitate testing of persistence code. Added LocalStorage and in-memory implementation of KeyValueStore. Daan Vanden Bosch 2021-11-30 22:13:46 +0100
  • f629f56e3a Removed bug from bugs list because it was fixed. Daan Vanden Bosch 2021-11-30 16:07:33 +0100
  • 5c605fafbc Renamed StaticCell to ImmutableCell and StaticListCell to ImmutableListCell. Daan Vanden Bosch 2021-11-30 15:59:28 +0100
  • 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. Daan Vanden Bosch 2021-11-30 15:45:47 +0100
  • 9caeab579a Fixed bug related to ListCell.value by returning a lazy copy list. Daan Vanden Bosch 2021-11-29 22:50:45 +0100
  • ed0db920d1 Fixed bug in 3D view developer tool. Daan Vanden Bosch 2021-11-29 22:47:28 +0100
  • 9653a982c0 Improvements to JS-specific code and documentation and added a unit test. Daan Vanden Bosch 2021-11-28 19:11:16 +0100
  • ca572b29bc Simplified bug reproduction and upgraded to Kotlin 1.6.0. kotlin-jr-ir-bug Daan Vanden Bosch 2021-11-26 11:19:14 +0100
  • f4ad5b93f9 Suppress boolean literal warning in Opcodes.kt. Daan Vanden Bosch 2021-11-25 22:07:21 +0100
  • 973f96731c Added bug to list. Daan Vanden Bosch 2021-10-23 13:28:50 +0200
  • ab21cb25c2 Temporary fix for issue with incompatible webpack-cli and @webpack-cli versions. Daan Vanden Bosch 2021-10-16 11:28:54 +0200
  • 28ee405980 Upgraded Kotlin from 1.5.30 to 1.5.31. Daan Vanden Bosch 2021-10-16 11:28:48 +0200
  • fab0c5a77a Using fontawesome JS SVG core API instead of simple API. Daan Vanden Bosch 2021-09-17 16:05:55 +0200
  • decfc3e29a Removed more code that's not necessary for reproducing the JS IR bug. Daan Vanden Bosch 2021-09-17 14:02:23 +0200
  • e6781e3c95 Simplified project as much as possible while still producing kotlin JS bug. Daan Vanden Bosch 2021-09-17 13:44:49 +0200
  • 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. Daan Vanden Bosch 2021-09-06 14:17:20 +0200
  • 7cdeb1b816 Updated readme. Daan Vanden Bosch 2021-09-06 13:08:40 +0200
  • c2f50e6827 Added lobbies and party creation. Broadcast messages are now broadcast to other clients (without verification). Daan Vanden Bosch 2021-08-25 21:19:21 +0200
  • b038851a29 Added ping and broadcast messages to psoserv. Message flags are now logged when non-zero. psoserv-v0.0.1 Daan Vanden Bosch 2021-08-15 17:31:09 +0200
  • 2a05650ac8 Better disconnection logging in psoserv. Daan Vanden Bosch 2021-08-15 16:54:29 +0200
  • c11b84c950 Psoserv now outputs its version when starting up. Daan Vanden Bosch 2021-08-15 16:24:47 +0200
  • 2a510ec116 GraalVM native image build of psoserv. Daan Vanden Bosch 2021-08-15 15:36:35 +0200
  • 74938bb253 Added CreateParty message. Daan Vanden Bosch 2021-08-12 20:30:53 +0200
  • 5af76bac7c Improved psoserv locking strategy. Daan Vanden Bosch 2021-08-10 17:43:44 +0200
  • f1a0de715f Correctly pass char name to client. Daan Vanden Bosch 2021-08-08 20:35:33 +0200
  • 4db38f3457 Added AccountStore. Daan Vanden Bosch 2021-08-08 18:47:42 +0200
  • 010be59701 Removed some config options. Daan Vanden Bosch 2021-08-06 19:49:28 +0200
  • e6abad4f09 Block server now sends player to a lobby. Daan Vanden Bosch 2021-08-06 17:01:51 +0200
  • 21e9ebaaee Improved logging, especially for proxy servers. Daan Vanden Bosch 2021-08-05 15:54:05 +0200
  • bc3c3c19b2 Changed configuration format to HOCON. Daan Vanden Bosch 2021-08-04 15:27:47 +0200
  • f43e154bc7 Added block servers. Daan Vanden Bosch 2021-08-03 20:56:56 +0200
  • c627b33a51 Added ship servers and ship selection. Simplified configuration startup phase. Daan Vanden Bosch 2021-08-02 21:28:33 +0200
  • 810c1cb549 Simplified psoserv architecture. Daan Vanden Bosch 2021-08-01 20:34:51 +0200
  • f6e0ed06a9 Character selection on psoserv now works. Daan Vanden Bosch 2021-08-01 17:49:53 +0200
  • fccf2255d3 psoserv now serves all account data. Daan Vanden Bosch 2021-08-01 16:59:34 +0200
  • 73e53177a8 Renamed login server to auth and data to account. Daan Vanden Bosch 2021-08-01 16:03:20 +0200
  • a2285a5a03 psoserv game servers now use the same infrastructure as the proxy server. Daan Vanden Bosch 2021-08-01 14:04:24 +0200
  • d9f6869dd0 Made psoserv fully configurable and fixed a bug in the proxy server's encryption handling. Daan Vanden Bosch 2021-08-01 12:25:40 +0200
  • 089832c2fe Simplified proxy server code. Daan Vanden Bosch 2021-07-31 22:16:01 +0200
  • 6daddcfd65 Started psoserv, a PSO server and PSO proxy server. Daan Vanden Bosch 2021-07-31 21:53:41 +0200
  • 1d87b32986 Improved buffer copy method and added a copyInto and getStringAscii method. Added clamp to Math.kt. Daan Vanden Bosch 2021-07-31 21:52:23 +0200
  • 1341dd76f5 Renamed lib subproject to psolib for clarity. Daan Vanden Bosch 2021-07-25 17:24:42 +0200
  • 6cf0fdaf33 Upgraded to monaco-editor 0.26.1. Daan Vanden Bosch 2021-07-25 00:05:45 +0200
  • 295dd6a253 Removed some unused code, fixed some style issues. Daan Vanden Bosch 2021-07-24 21:37:33 +0200
  • 7a9af529e0 Upgraded kotlinx-datetime to version that's compatible with the newest kotlinx-serialization. Daan Vanden Bosch 2021-07-24 21:19:07 +0200
  • d130ff4bce Removed floorMod function that's now in the Kotlin standard library. Daan Vanden Bosch 2021-05-11 19:50:14 +0200
  • fab1f90975 Updated all code that used deprecated Kotlin APIs. Daan Vanden Bosch 2021-05-11 17:51:26 +0200
  • 89b88a0a2d Put all shared build logic in precompiled gradle conventions plugins. Daan Vanden Bosch 2021-07-24 20:13:02 +0200
  • 51ae313df2 Upgraded Gradle to 7.1.1 and Kotlin to 1.5.21. Daan Vanden Bosch 2021-07-24 12:14:43 +0200
  • be527eabc9 Deploying to gh-pages from @ a774ad4e00 🚀 DaanVandenBosch 2021-06-19 14:54:12 +0000
  • a774ad4e00 Temporarily disabled change sets until the bug is figured out. Daan Vanden Bosch 2021-06-19 16:34:47 +0200
  • f228fda979 Improvements to quest event create/delete behavior. Daan Vanden Bosch 2021-06-19 16:31:44 +0200
  • 88421d894c The "Event ID" field in the Entity view now has a "Go to event" button. Daan Vanden Bosch 2021-06-19 15:05:32 +0200
  • 403e03b0ee Event actions now have a "Go to event" button. Daan Vanden Bosch 2021-06-19 10:36:43 +0200
  • d7f0e536ec LogFormatter now doesn't print time anymore. It's not necessary since most browsers can add a timestamp to log messages. Daan Vanden Bosch 2021-06-19 10:05:58 +0200
  • 12e7d79863 Improvements to several observables and more unit tests. Daan Vanden Bosch 2021-06-19 10:04:06 +0200
  • 4928bb05d7 Deploying to gh-pages from @ 6d412b870d 🚀 DaanVandenBosch 2021-06-03 14:13:16 +0000
  • 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. Daan Vanden Bosch 2021-06-03 16:06:39 +0200
  • a8abd17e5e Added "invisible" property of Sinow Beat and Sinow Gold. Daan Vanden Bosch 2021-05-30 19:37:36 +0200
  • 424926e63c Deploying to gh-pages from @ e5c1c81be3 🚀 DaanVandenBosch 2021-05-30 13:30:14 +0000
  • e5c1c81be3 Propagation of changes to observables can now be deferred until the end of a code block. Daan Vanden Bosch 2021-05-30 15:16:58 +0200