1775: Fix prediction of non-grabbed hook r=def- a=trml
Fix#1766.
Turns out the bug was not just in the rendering, but in the prediction itself (hooks were not predicted unless/until they grabbed on to something). I compared with an older client (and the old implementation) and this seems like it will restore the old behavior.
Co-authored-by: trml <trml@users.noreply.github.com>
1774: Remove the unused Skinstealaction r=heinrich5991 a=fokkonaut
As far as I know it was never in use and the only punishment is to force pinky skin, which doesnt really seem useful. Skin stealing is a very harmless kind of 'bots', which doesnt need punishment imo
Co-authored-by: fokkonaut <35420825+fokkonaut@users.noreply.github.com>
1773: Remove item invalidation logging for unknown UUIDs r=def- a=heinrich5991
This caused lags due to too much output during gameplay, demo playback
and demo cutting.
Fixes#1643.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
1770: Remove m_Weapon parameter from CProjectile r=heinrich5991 a=fokkonaut
It's the same as m_Type in every case, so it's useless. Seems like there is no reason for it being there.
Co-authored-by: fokkonaut <35420825+fokkonaut@users.noreply.github.com>
1732: Implement ISDDNET and Time Score cleanly r=def- a=Learath2
This is an attempt at implementing the two things in a cleaner way.
Deprecated #1320
Willfix #1622 soon(tm)
Co-authored-by: Learath <learath2@gmail.com>
Co-authored-by: Learath2 <learath2@gmail.com>
1747: Rerevert #1187 r=def- a=Learath2
Turns out this is right but with a catch, faster than vanilla projectiles get messed up.
@trml would you like to move the extrainfo bit up higher while at it?
Co-authored-by: Learath2 <learath2@gmail.com>
1742: fix particles, emote wheel, zoom and score for blockworlds r=Learath2 a=kpro998
fixes a few things that got broken for players using ddnet client in blockworlds
Co-authored-by: Kpro998 <kpro998@gmail.com>
Co-authored-by: Learath <learath2@gmail.com>
1739: Ignore binds in slice save menu r=Learath2 a=12pm
Should fix a bug reported in #1702
Co-authored-by: 12pm <30786226+12pm@users.noreply.github.com>