Y-Less

Results 405 comments of Y-Less

> This project was the first step of the death of Discord, because Discord is in itself a proprietary platform. However, we know that most of our friends and relatives...

Most things have issues.

Which is slightly odd, because the EXE is already extracted.

My suggestion in discord (for posterity here) was a path field instead. Have the user point to a directory with the compiler executable in on their machine, instead of a...

Speaking of, it would be even nicer if there was a way (plugin?) to correctly load plugins at run-time from `#pragma library` constructs. Currently the only plugin that supports that...

You could use forwards: ```pawn forward RequiredUIFunc1(string[]); forward RequiredUIFunc2(colour); ``` Then if there is nothing that implements that you get native errors.

How would you not require define checks? For some things they aren't needed, but at some point you are going to need to branch based on available other includes.

I don't know if this was @BigETI meant, if so I agree, but custom file templates too! This is my new.pwn from pawno: ```pawn //#pragma option -a //#pragma option -l...

Actually, it isn't QUITE that many builds since `-l` doesn't need all the `-O`/`-d` variants, but still a lot.

It isn't just used by fixes.inc, but that is a major one.