Mervill

Results 10 issues of Mervill

With respect to time and timing in the circuit, there are two major things to be aware of (as I understand it): 1. The **time step** is the value set...

documentation

## About the PR The phrase `The station time is:` has been replaced with `The round time is:` since "station time" is a bit of a misnomer (aside: everyone just...

Status: Needs Review

## About the PR I broke them in the last pr sorry. Chargers and Weapon Chargers now properly get the battery they need to charge.

## About the PR Closes #7192 Fixes an untracked issue where the map name in the lobby screen is sometimes incorrect ### changed behavior: - cvar `mapforced` is depreciated -...

Status: Needs Review

`QueryResultFlags` is the object of interest in this function call

bug

The return type is currently `IntPtr[]`, it should be `byte[]` [Spec reference](https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#pipelines-cache)

bug

Incorrectly generated as an `IntPtr[]`, it should be an array of bytes [Spec refrence](https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#pipelines-cache)

bug

Vulkan spec §2.5. Threading Behavior: ``` All commands support being called concurrently from multiple threads, but certain parameters, or components of parameters are defined to be externally synchronized. This means...

help wanted
roadmap

![2024-09-06 22_10_55-Space Station 14](https://github.com/user-attachments/assets/d103aedb-cd15-4fd7-970d-c9f49e699597) ## Overview Adds code that can read the xml files generated by C# [documentation comments](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/) and display those comments (currently the `` block) below types and...

One way to have fewer warnings is to turn some warnings into errors. I have one suggestion to start off: `CS0105` which is the **duplicate** `using` warning. I don't think...