Y-Less

Results 97 issues of Y-Less

I know there's #12, which is by far the best solution. But in the interim, a simple edit/help link in the footer that goes to this repository would at least...

### Issue description: So I've recently been using named parameters a lot more: ```pawn SomeFunction(7, .option = 9); ``` If you don't know, this is a way to only specify...

Some cmake options back-ported from open.mp, plus `-DsNAMEMAX` and `-DPAWN_CELL_SIZE`. **What this PR does / why we need it**: To pass sizes on the command line. **Which issue(s) this PR...

### Issue description: If you declare a native with an external name (i.e. `native A() = B;`) it is placed in the AMX native functions header even if never used....

I had a fork for a few fixes that have proven stable, this is just to merge them back to the main branch because the situation is confusing for absolutely...

`sNAMEMAX` was increased to `63` in open.mp. This bumps the value in crashdetect as well. I believe this change should be backwards-compatible with SA:MP - shorter function names are still...

It seems some people do not like that open.mp is directly based on fixes.inc. If you do not want its features, feel free to add a flag to disable them....

enhancement

Added some missing headers, and split the generic definitions for things like fighting styles and weapon slots out from the "IPlayer" structure file.

This doesn't make a difference at this stage, but is a precursor to some other changes intended to generally improve memory consumption. Most importantly bitset2 has one very important new...

draft

**Describe the bug** The `touch` utility is meant to merely update a file's modified time, or create it if it doesn't exist, with no changes to the contents. `ftouch` should...

bug
nightly