ddnet/src
Robert Müller f3fbe891a6 Fix player input player flags translation with sixup
The sixup translated player flags were previously applied in `OnDirectInput` directly to the player input data.
However, the input data has already been copied at that point, so predicted inputs were using the incorrect flags.
This is fixed by moving the player flags translation to `OnClientPrepareInput`, which is called first and only once on each new player input before it is copied.
2022-07-01 00:00:17 +02:00
..
android More vector naming format 2022-06-15 19:37:37 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Fix more unsafe define 2022-06-29 23:52:03 +02:00
engine Fix player input player flags translation with sixup 2022-07-01 00:00:17 +02:00
game Fix player input player flags translation with sixup 2022-07-01 00:00:17 +02:00
macos Fix new Obj-C deprecation warnings 2022-05-26 00:37:33 +02:00
mastersrv mastersrv: Small convenience function 2022-06-13 17:00:54 +02:00
steam Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
test More vector naming format 2022-06-15 19:37:37 +02:00
tools Move twping to tools directory 2022-06-25 01:28:05 +02:00