forked from pool/ddnet
Accepting request 1172163 from games
OBS-URL: https://build.opensuse.org/request/show/1172163 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=20
This commit is contained in:
commit
6c2ce9ba2b
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">ddnet-18.1</param>
|
||||
<param name="srcdir">ddnet-18.2</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40e3d72a59a5b403909b020bee6546a9cfb7375d82be3ec13e7fd108c62af58b
|
||||
size 45874932
|
3
ddnet-18.2.tar.gz
Normal file
3
ddnet-18.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f04f6165e56236e57854a16301b040e43781f6035974790b6d16267badf1fb63
|
||||
size 45897767
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 4 08:05:13 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 18.2:
|
||||
* [Client] Allow the vote creator to cancel the vote
|
||||
* [Client] Track country/type filters separately for
|
||||
internet/favorites tabs
|
||||
* [Client] Add a "No Login required" filter
|
||||
* [Server] Add /team0mode to have a team behave like team 0
|
||||
* [Server] Fix freeze not working during first 50 server ticks
|
||||
* [Client] Increase maximum number of favorite communities
|
||||
from 3 to 5
|
||||
* [Client] Improve layout of Appearance settings, overall
|
||||
settings menus and restart message
|
||||
* [Client] Show completion options for bind key names in console
|
||||
* [Client] Add sorting by number of friends to the
|
||||
server browser
|
||||
* [Client] Reset tuning of dummy and main when disconnecting
|
||||
* [Client] Improve performance when rendering menus
|
||||
* [Client] Show countdown message in player/tee settings
|
||||
for sv_info_change_delay
|
||||
* [Client] Add optional name argument to start_video command
|
||||
* [Client] Fix prediction errors and incorrect rendering after
|
||||
changing map
|
||||
* [Client] Fix tee briefly appearing at previous position
|
||||
when joining
|
||||
* [Client] Show Discord activity when offline
|
||||
* [Client] Include more options in appearance settings
|
||||
* [Client] cl_nameplates_strong improvements
|
||||
* [Client] Take serverlist age into account when choosing master
|
||||
* [Client] Fix race conditions in job state handling
|
||||
* [Client] Disconnect when we get map change with invalid
|
||||
parameters
|
||||
* [Client] Support overlapping scroll regions, always allow
|
||||
mouse scrolling
|
||||
* [Client] Fix crash when the serverlist request fails
|
||||
* [Client] Support clicking line color picker label to
|
||||
toggle checkbox
|
||||
* [Client] Fix recursive folder creation with mixed slashes
|
||||
and drive letters
|
||||
* [Client] Fix rcon username not reset when disconnecting
|
||||
while connecting
|
||||
* [Client] Render loading popup also while loading demo files
|
||||
* [Client] Update immediately when changing
|
||||
cl_background_entities
|
||||
* [Client] Fix demo player hotkeys not working when menu
|
||||
is inactive
|
||||
* [Client] Fix incorrect score kind in demos depending on
|
||||
last server
|
||||
* [Client] Fix alignment of labels in friends list
|
||||
* [Editor] Editor: Make embedded image popup bigger at all times
|
||||
* [Editor] Fix crash when trying to select autorule with
|
||||
arrow keys
|
||||
* [Editor] Allow saving empty quads & sounds layers
|
||||
* [Editor] Fix crash when constructing some game tiles
|
||||
* [Editor] Fix envelope points not clickable after opening
|
||||
bezier popup
|
||||
* [Editor] Fix bug where certain tiles would not work in Game
|
||||
tiles menu
|
||||
* [Server] Disallow /save on teams with practice enabled,
|
||||
teehistorian improvements
|
||||
* [Server] Refresh air jumps after teleporting [murpi]
|
||||
* [Server] Fix freeze bar not being correct after returning
|
||||
from pause
|
||||
* [Server] List all practice commands when enabling /practice
|
||||
* [Server] Fix practice mode not resetting after disconnect
|
||||
on solo servers
|
||||
* [Server] Ensure commands executed via FIFO/ECon/LineReader
|
||||
are valid UTF-8
|
||||
* [Server] Improve /timecp chat command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 18:29:00 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 18.1
|
||||
Version: 18.2
|
||||
Release: 0
|
||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
License: Apache-2.0 AND CC-BY-SA-3.0 AND Zlib AND MIT AND SUSE-Public-Domain
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be6d83ed485adf540ddefdf38dc242525d6142e7cf96b839d07d22e868a615d3
|
||||
size 497332
|
||||
oid sha256:0635c1ff6f786b38fa0ea34218e41c2745ecb17573452ee4fbcb906a9c17e756
|
||||
size 497372
|
||||
|
Loading…
Reference in New Issue
Block a user