Nebulaxin

Results 6 issues of Nebulaxin

When PICO-8 boots up print 2014-*year* instead of 2014-16

For example: ```cs // A.cs public class A { public string Name { get; set; } } ``` ```cs // Program.cs A a = new(); a.Name = "Name"; System.Console.WriteLine(a.Name); ```...

I hope these are useful changes This pull request includes changes from https://github.com/ChevyRay/crunch/pull/2, https://github.com/ChevyRay/crunch/pull/8 and https://github.com/ChevyRay/crunch/pull/10 Added: - binary string variants - using file's last write time for hashing -...

This should fix #8304

Blocked
.NET runtime

Right now shared code in MonoGame.Framework is limited to C# 5, making it impossible to use common features like string interpolation This limitation, however, can be lifted; instead cheking against...

Small fix based on #8030 Because of the order of SDL calls, when going fullscreen and `GraphicsDeviceManager.HardwareModeSwitch` is true, fullscreen mode is enabled before resizing And because of that resolution...