Vurv
Vurv
Have a ``menu.lua`` file that will be run when the game launches in all plugins Essentially could act as a replacement for https://github.com/glua/gmod-menu-plugins As well as for ROC (https://github.com/glua/gm_roc), except...
First step is to make a very barebones feature set to avoid all windows dependencies (winapi, trayicon). Gonna be pretty tough 🥲
There needs to be a general ``plugin`` command: - [x] ``list`` subcommand to list currently installed plugins - [ ] ``disable|enable`` subcommands to disable/enable. - [ ] ``remove`` subcommand to...
I apologize in advance as this isn't an issue with this repository exactly, but you don't have a repo dedicated for this. The dependency ``mmap-fixed`` is doubling my compile time...
### Details You can't use file.Find with files you ``resource.AddFile`` or ``resource.AddSingleFile`` on clientside. Not sure if this is documented anywhere or intended behavior, so sorry if this is a...
If you try and say a class implements an interface and it doesn't have certain fields, it will error with just ``Missing fields for ``, which isn't helpful.. I know...
PLEASE
**Short Description** The acf StarfallEx extension is missing: 1. Return value documentation. 2. Some parameter documentation. 3. Typed docs (Docs have been typed since like [2 months ago](https://github.com/thegrb93/StarfallEx/pull/1110)) Notably saw...
I noticed [you don't fill in the performancesettings](https://github.com/Joshua-Ashton/VPhysics-Jolt/blob/d923d9a5b57a11f263628000b4c4a52437f6d3ae/vphysics_jolt/vjolt_environment.cpp#L1177), leading to issues where using the values gives weird behavior: This is how the table looks for me using Volt (random garbage...
Considering the amount of people using `net.writeTable` in the discord I think there would be value in creating a library to type a predefined struct of data in order to...