Eidolon

Results 29 issues of Eidolon

I have no idea where this is, but this will track that issue until I can look at it. ![](https://cdn.discordapp.com/attachments/269396182554509322/269397727169871872/error2.JPG) Addon in question: https://github.com/jakeprobst/psodropcheckaddon

### Description Merge the cinny-desktop tree into the main app tree, allowing the Tauri app to be built inside the tree with the app itself. Provides #1323 . This merge...

SDL2 doesn't delineate events between windows in the video subsystem, so when one Sdl2Window gets the event pump for polling events, it will capture events from all existing SDL2 Windows.

draft
discussion

This depends on correct handling of item unique IDs during transfer from a lobby to a party. This is a lot more complicated than simply being unique IDs between users:...

bug
game

A new optional, configurable subservice that provides a JSON API service for interfacing with the shipgate. This API should allow for account creation, deletion, management, querying ship and block information,...

enhancement

The large majority of server implementation code is currently in the main crate (`src`) and this results in fairly significant compile times. Each of the services could probably rest in...

infrastructure

Almost all of the message and file parsers are implemented as `Serial` trait implementations (`psoserial` subcrate). This is hard to maintain and fairly obnoxious to write initially because it requires...

infrastructure

This adds support for per-workspace configuration as was described as a TODO in the LayeredConfig struct. Like repo configuration in `.jj/repo/config.toml`, the workspace config goes in `.jj/config.toml` in the workspace...

By default, libssh2 uses Windows Cryptography Next Generation when targeting win32. The wincng backend does not support ED25519, which is a widely-used algorithm among git hosting services, and in some...

🪟Windows