Phlosioneer

Results 12 issues of Phlosioneer

https://github.com/ThomasJaeger/VisualMASM/blob/be19c47740f1bfff0e95a534debd96276879d8de/uDM.pas#L2858 The command starts with two quotation marks, there should be a quote at the start of the flags. I think line 2855 is also wrong in the same way,...

We should have a contributing.md file with code style guidelines.

Fresh project, main.rs: ``` fn main() { println!("Hello, world!"); } #[test] fn demo_test() { println!("easy test"); } ``` Cargo.toml: ``` [package] name = "Rustish" version = "0.1.0" authors = ["Phlosioneer...

Currently, if your game crashes during a randomizer run and you last saved quite a while ago (more than 5 mins ago, for example), the tracker is left in limbo....

enhancement

In editorUpdateRow, a check is never performed to find non-printable characters. However, the function _should_ replace non-printable characters with '?'.

Over the course of a very long session, I noticed VS2019's understanding of function locations was starting to drift. It was saying that function `foo` started on line 90 and...

Encountered this bug on a sevtech server. I'm reporting this here because I think the issue is in immersive petroleum's multiblock state code, based on F3 stuff described below. I...

The "To launch from Tiled Map Editor" suggestion uses the default location for the executable. If you install in a different place (such as an external drive), it doesn't update....

So I figured out the issues I was having yesterday. I checked my sha1 against yours, and it matches perfectly with yours. Investigating further, I figured out that there was...

The \r isn't removed correctly.