e7b7494
Pulled some fixes for Polish language from Tran... - Dune-jrbind shift+s +toggle cl_dynamic_camera
no longer works after c4fbceb02e118ae370e02152e776d8c94ec1abd4
Also, I believe we could allow for
bind shift+s +fire
if nothing is bound to s
, only make sure that s
binds that start with +
are always triggered here:
https://github.com/teeworlds/teeworlds/blob/c4fbceb02e118ae370e02152e776d8c94ec1abd4/src/game/client/components/binds.cpp#L109cl_menu_map
to default :/
A fix would be to simply reset cl_menu_map
to "" when cl_show_menu_map
is 0
d514300
Fix french, german, spanish again - Dune-jrUiDoListboxNextItem
allows to disable inputs, while still displaying the selection.
Either of the two listboxes is always selected.
Fixes #1835