DevBlocky

Results 8 issues of DevBlocky

Improves CPU timings when turning on the PLD in Misc Settings. I moved many of the CPU-intensive tasks (like `World.GetStreetName(currentPos)` and `World.GetZoneLocalizedName(currentPos)`) to the 200ms loop instead of being called...

Adds a builder for webpack5 (`webpack` is stuck on webpack v4) With this, people can finally build with webpack v5 only configurations, like what is required by Vue3. I'm unfamiliar...

Add a convar to be able to stop console prints when a message is routed. This does not change default behavior without setting the convar to something non-zero. Usage for...

The types `__int16` and `__int64` do not exist within gcc, so you must include the `_mingw.h` header file to include macros for the integers if you're on windows.

CloNET has become depreciated and I can't really work on it while working on DispatchSystem. @dexslab is working on a WebSocket clone of CloNET that should replace it. I'm just...

This is just a public list of what I'm bug fixing and need to work on in the beta. Don't mind me unless you want to see what I am...

enhancement
Beta

Reports of terminals not working on FiveM servers. * Possible Communication issues? * CloNET issues? * Seems to be issue on the CloNET `Client.Connect(Config.IP.ToString(), Config.Port).Result` function * Problems with Tasks?...

bug

## Problem When hovering over menus (or really anything with a hover animation), it will re-render stuff in the wrong place making the program completely unusable. [Video](https://github.com/user-attachments/assets/952ee82d-2667-4c32-9d3e-d3631a2208cb) Logisim-evolution will work...