James

Results 9 issues of James

# Upgrade to C++20 ## Must be merged after glfw It's time for an upgrade. The only requirement changed is that we must use at minimum: - Windows: MSVC 19.20...

Type: Maintenance

In Etterna's current state, the game **MUST** be built as an in-source build. While some may say this is not an in-source build since all the compilation obj files are...

Priority: Medium
Type: Maintenance

# GLFW to replace LowLevelWindow This was originally attempted in #1013 though, and due to insufficient testing on the input side, was deemed unable to be merged. This PR is...

Type: Enhancement
Platform: Mac
Platform: Windows
Platform: Linux
Type: Maintenance

# clang-format through CI This PR will introduce a consistent format across the codebase. # PR Changes - [ ] `.clang-format` has reached an agreed-upon format among etterna developers and...

Type: Enhancement
Priority: Low

## Description When I put HTML inside an indent filter, the HTML is escaped and becomes `<`, `>`, `"`, etc. ## Reproduction steps Here is a sample code that shows...

enhancement

- Added [jothepro/doxygen-awesome-css](https://github.com/jothepro/doxygen-awesome-css) with Etterna color scheme and logo. - Switched to [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) with Etterna color scheme. - Moved true documentation files from `Docs/*` into `Docs/docs/*`. Doxygen and mkdocs allow...

Type: Enhancement
Priority: Very Low

Hello. I've just installed this plugin, and I've been liking it so far. When I try to "Bulk insert missing fields" either by hotkey or modal, the items are inserted...

solved

# Change summary - [ ] Replace all instances of variables inside `lazy_static!` blocks with `LazyLock` Fixes #1503 Checklist - [x] This PR contains no AI generated code - [...

### Description on wasm, `window.surface_size()` returns `0x0` immediately after `create_window()`, even when the canvas has explicit dimensions and `with_surface_size()` is used. the size only updates after the first resize event....

B - bug
DS - web