forked from pool/ddnet
Accepting request 946678 from home:Kieltux:branches:games
- Update to version 15.8.1 * [Client] Support GUI/Cmd key and use it as equivalent to Ctrl in default shortcuts * [Client] Add cl_run_on_join to set command to execute when joining server (e.g. "showall 1") * [Client] Fix Unicode path/link/argument handling * [Client] Remove ping filter in serverbrowser * [Client] Adopt vanilla scrollbar colors and sizes * [Client] Center timer in HUD * [Client] Add buttons to open settings file and config directory * [Client] Lower worst/best case frame time calculations * [Client] Fix text selection cursor position after moving window to different screen or resizing * [Client] Support cl_video_show_direction 2 to show your own key presses when recording * [Client] Remove gfx_asyncrender_old on macOS to crash less when resizing/moving window * [Editor] No wasd moving when dialog is open * [Editor] Fix enter behavior when creating new folder * [Editor] Fix save typing when server settings are open * [All] Skip UTF-8 BOM on all read text files * [All] Add console_enable_colors 0 to turn off colors * [All] Use dbg_asserts in Release builds again * [Server] Don't shut down server when SQL queries haven't finished * [Server] More fixes for /swap * [Server] Make /rescue handle switch freeze too * [Server] Consider initial chat delays as normal mutes, implement unmuteid * [Server] Fix badly cut-off user names when name is too long * [Server] Fix crash with switchers * [Server] Don't clear client version on map change * [Server] Some fixes for super * [Server] Add target clientid to antibot's OnHammerHit OBS-URL: https://build.opensuse.org/request/show/946678 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=10
This commit is contained in:
parent
bdbaa33c73
commit
890e53f7a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc2691fd3385f1208df7aaa1ec8ad8d232d8d066ddf419b91bc451fb1f6ced6
|
||||
size 33009584
|
3
ddnet-15.8.1.tar.gz
Normal file
3
ddnet-15.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62898162d9a3e758cf1c0e0b0a9b1c78fe875092692e6b2667fc2e4b82a2ca96
|
||||
size 33020207
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 16:58:41 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 15.8.1
|
||||
* [Client] Support GUI/Cmd key and use it as equivalent to Ctrl
|
||||
in default shortcuts
|
||||
* [Client] Add cl_run_on_join to set command to execute when
|
||||
joining server (e.g. "showall 1")
|
||||
* [Client] Fix Unicode path/link/argument handling
|
||||
* [Client] Remove ping filter in serverbrowser
|
||||
* [Client] Adopt vanilla scrollbar colors and sizes
|
||||
* [Client] Center timer in HUD
|
||||
* [Client] Add buttons to open settings file and config directory
|
||||
* [Client] Lower worst/best case frame time calculations
|
||||
* [Client] Fix text selection cursor position after moving window
|
||||
to different screen or resizing
|
||||
* [Client] Support cl_video_show_direction 2 to show your own key
|
||||
presses when recording
|
||||
* [Client] Remove gfx_asyncrender_old on macOS to crash less when
|
||||
resizing/moving window
|
||||
* [Editor] No wasd moving when dialog is open
|
||||
* [Editor] Fix enter behavior when creating new folder
|
||||
* [Editor] Fix save typing when server settings are open
|
||||
* [All] Skip UTF-8 BOM on all read text files
|
||||
* [All] Add console_enable_colors 0 to turn off colors
|
||||
* [All] Use dbg_asserts in Release builds again
|
||||
* [Server] Don't shut down server when SQL queries haven't
|
||||
finished
|
||||
* [Server] More fixes for /swap
|
||||
* [Server] Make /rescue handle switch freeze too
|
||||
* [Server] Consider initial chat delays as normal mutes,
|
||||
implement unmuteid
|
||||
* [Server] Fix badly cut-off user names when name is too long
|
||||
* [Server] Fix crash with switchers
|
||||
* [Server] Don't clear client version on map change
|
||||
* [Server] Some fixes for super
|
||||
* [Server] Add target clientid to antibot's OnHammerHit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 28 06:13:49 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ddnet
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 15.7
|
||||
Version: 15.8.1
|
||||
Release: 0
|
||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
License: Zlib AND CC-BY-SA-3.0 AND Apache-2.0 AND MIT AND SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user