Barnaby Keene
Barnaby Keene
No, this hasn't been implemented yet. Currently I'm not really focusing on new features for this project as it's rather stable and I have other projects and things to focus...
Just delete the cached copy, this occurs when the clone is cancelled half way through either by network drop or user closing the process.
Thanks for reminding me about this! So my plan for this is initially quite lazy: ensure-time plugins. These would behave similar to build-time plugins, simple shell commands you can specify...
I considered something like this in #49 - basically a way to pass build params but also provide more human-readable ones with full names (like `-l` for short and `--listing`...
Both, I think the ability to add these at build time quickly without editing the config is very useful.
I never thought of that, that's a pretty simple to implement but very useful feature! Given that fixes.inc is generally useful and (I assume) widely used, I'll make this default...
I'll need to do some tests to get this resolved: - Exit code for external process kill - Exit code for RCON exit - Exit code for crash/exception If there...
Out of interest, why should tabs be preferred? I didn't know there was a "standard", I've seen both in the wild.
My argument against tabs is most users set the width to 4 and GitHub renders them as 8. Yes, I know "don't use github" but in reality most users in...
Enjoy reading this: https://github.com/Southclaws/ScavengeSurvive/blob/master/gamemodes/sss/core/server/init.pwn#L1090 Compared to: https://github.com/Southclaws/ScavengeSurvive/blob/master/gamemodes/sss/core/server/init.pwn?ts=4#L1090 And no, people will never remember to add ?ts=4 to _every_ ***single*** link they share. Given that sampctl is primarily oriented at library...