Because we are open to change. If we see a way to improve the game, then we evaluate if it is worth to add an option.
So if that is the case, maybe a poll on that topic could be justified?And of that 50% there just isn't a significant amount of players complaining. If there were we'd also be questioning the decision ourselves
Obviously I understand that you guys are not getting paid and do it because of fun. But I still think a poll would do its job.
But as I said already, I'm just making suggestions since I'm perfectly fine on an older client version... :Dgit clone https://github.com/Jupeyy/teeworlds-fng2-mod.git --branch fng_06
if you want to run the 0.6 branchgit clone https://github.com/Jupeyy/teeworlds-fng2-mod.git
filepath.Ext(".foo")
returns .fooPath::new(".foo").extension())
std::bitset
with our use case to be sure.base/tl/bitmask.h
where we can add convenience masks and stuff like static constexpr all/none;
+ a typedef bitmask<MAX_CLIENTS> CClientMask;
but in principle I think 6293 is mergeableMask & (1<<5)
becoming O(CLIENT_MAX) would not be funny at all std::bitset::count
exists, that should be even fasterPOPCNT
POPCNT
0.45% callq 404560 <__popcountdi2@plt>
mov 0x8(%rsp),%rdi
movslq %eax,%rbx
0.10% callq 404560 <__popcountdi2@plt>
cltq
benchmark::DoNotOptimize(a.count());
is @Learath2 if that changes smth xd
benchmark::DoNotOptimize(a.count());
is @Learath2 if that changes smth xd benchmark::DoNotOptimize
makes it so the given argument is not optimized away when it's not used otherwise. I think it should work like you have itorigin/master is danielkempf/Tater-Client
upstream/master is sjrc6/TaterClient-ddnet
and upupstream/master is ddnet/ddnet
like a fork of a fork thing (edited) git alias
lolav = log --graph --all --format=format:'%C(yellow)%h%C(auto)%d %C(white)%s %C(green)(%cr) %C(white)par %C(bold blue)%an%C(reset)'
lola = log --graph --all --oneline --decorate
lold = log --graph --all --format=format:'%C(yellow)%h%C(auto)%d %C(white)%s %C(green)(%cs) %C(white)par %C(bold blue)%an%C(reset)'
oldest-ancestor = ! bash -c 'diff -u <(git rev-list --first-parent ${1:-master}) <(git rev-list --first-parent ${2:-HEAD}) | sed -ne "s/^ //p" | head -1'
alias = ! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /