[INC] Karyuu Library | Community Collection
> Description Essentially, I have created a collection of useful stocks and functions into one massive library, to fasten the developments. I want to upgrade the collection with the AlliedModders community, so if you can improve this library or attach other files or new stocks, throw me with a pull request and let's build/enhance it together! Every contributor and also people whose functions are used other than my own ones, gets credited.> Credits > Changelog
Spoiler
> Links Download > Click me |
Re: [INC] Karyuu Library | Community Collection
what a huge work, thanks for shareing
|
Re: [INC] Karyuu Library | Community Collection
Karyuu_IsValidClient
This stock and alternatives need to disappear out of existence. Code:
#define KARYUU_LOOP_CLIENTS(%1) for (int %1 = 0; %1 <= MaxClients; %1++) if (Karyuu_IsValidClient(%1)) Note that I think MAXPLAYERS is a wrote method to loop. |
Re: [INC] Karyuu Library | Community Collection
I think that having a library up that has useful stocks is awesome except I don't think people will use this repository often because everything has your username as a prefix.
|
Re: [INC] Karyuu Library | Community Collection
Quote:
Quote:
Also I appreciate any Pull Requests, if you guys want to modify anything. ❤️ |
Re: [INC] Karyuu Library | Community Collection
Quote:
|
Re: [INC] Karyuu Library | Community Collection
Using a prefix is the closest thing available to having a namespace. It makes sense to avoid potential collision with other includes or future first-party functions.
|
Re: [INC] Karyuu Library | Community Collection
Quote:
|
Re: [INC] Karyuu Library | Community Collection
If any idea comes up or anyone has any useful idea or recommendation, just send it to me and I implement it.
In the other hand, I was thinking about to rename the library to "Additional Additions", and the prefix of the stocks could be "AA_". Short and easy. However I stick to use prefixes, because we never know if any other required library uses a same stock name or not. I mostly develop to not to use prefixes in the plugin and use prefixes in libraries for better readability. Appreciate your feedbacks! |
Re: [INC] Karyuu Library | Community Collection
I have uploaded a new version, which contains 38 new stocks and also a duplication fix.
The full changelog is here: https://github.com/K4ryuu/Karyuu-Lib...re/V1.0...V1.1 New Stock list:
Spoiler
|
Re: [INC] Karyuu Library | Community Collection
New update is out with default knives support in weapon stocks.
The full changelog is here: https://github.com/K4ryuu/Karyuu-Lib...V1.1...Upgrade New Stock list:
Spoiler
|
Re: [INC] Karyuu Library | Community Collection
New version pushed with Karyuu_ShuffleString (requested) and new defines & bug fixes.
The full changelog is here: https://github.com/K4ryuu/Karyuu-Lib...re/V1.1...V1.2 |
Re: [INC] Karyuu Library | Community Collection
New patch with some useful new stock and upgrades.
Changes:
Spoiler
|
Re: [INC] Karyuu Library | Community Collection
I have uploaded a the new patch, with SM1.11 compatibility.
Some of the unused stocks has been deleted and some has been fixed. (There was lot of mistakes :( ) The full changelog is here: https://github.com/K4ryuu/Karyuu-Lib...re/V1.4...V1.5 |
All times are GMT -4. The time now is 12:49. |
Powered by vBulletin®
Copyright ©2000 - 2023, vBulletin Solutions, Inc.