forked from pool/ddnet
Accepting request 1159918 from home:Kieltux:branches:games
- Update to version 18.1: * [Client] Add tabs for favorite communities, separate country/type filters * [Editor] Better map settings input (autocompletion, validation) * [Client] Render loading message/indicator for vote options and rcon commands * [Client] Add flag search in settings * [Client] Add team-lock indicator to HUD * [Client] Use icons for Internet, LAN and Favorites server browser tabs, use star icon for favorite servers * [Client] More efficient HTTP usage * [Client] Add time scale to debug graphs for constant scrolling speed * [Client/Server] Improve Windows logger, add virtual terminal support * [Client] Show extra "Reset Filter" button when no servers match filter * [Client] Ensure client window is maximized and active after restarting * [Client] Random skin improvements * [Client] Improve voting HUD * [Client] Keep console scrolling position during text selection * [Client] Only write files when changed * [Client] Show warnings after client close instead of preventing quitting * [Client] Fix switch screen and blackscreen OpenGL + Window borderless * [Client] Add placeholder country/type for servers without community * [Client] Don't show FPS during demo rendering * [Client] Validate skin names when loading * [Client] Allow background jobs to be aborted * [Client] save_replay improvements * [Client] Pick bg entities map without file extension * [Client/Server] Search most fitting allocation, not first fitting * [Editor] Increase WASD pan speed while holding shift * [Editor] Add "View" button to tele/switch drop down * [Editor] Make "Clean up game tiles" undoable * [Editor] Allow finer grid * [Editor] Add parallax to layer selector * [Editor] Add plus/minus buttons to numeric value selectors * [Editor] Fix quads * [Editor] Fix FPS drop when editing tiles layer properties * [Server] Make chat command arguments case-insensitive * [Server] Add /tpxy to teleport to specific position * [Server] Fix 0.7 armor being snapped as health * [Server] Small /practice improvements * [Server] Show kill messages also for 0.7 clients * [Server] Add /solo and /deep as practice commands * [Server] Expire team invites on player disconnect * [Server] Respond to vital pings with vital pongs OBS-URL: https://build.opensuse.org/request/show/1159918 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=35
This commit is contained in:
parent
0a5137f14b
commit
e79537d87b
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">ddnet-18.0.3</param>
|
||||
<param name="srcdir">ddnet-18.1</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bbacc269d8d5ad1d7edf0622b334db42b2b737a9cf2c317c661bf0fe8ff1d47
|
||||
size 45795941
|
3
ddnet-18.1.tar.gz
Normal file
3
ddnet-18.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40e3d72a59a5b403909b020bee6546a9cfb7375d82be3ec13e7fd108c62af58b
|
||||
size 45874932
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 18:29:00 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 18.1:
|
||||
* [Client] Add tabs for favorite communities, separate
|
||||
country/type filters
|
||||
* [Editor] Better map settings input
|
||||
(autocompletion, validation)
|
||||
* [Client] Render loading message/indicator for vote options
|
||||
and rcon commands
|
||||
* [Client] Add flag search in settings
|
||||
* [Client] Add team-lock indicator to HUD
|
||||
* [Client] Use icons for Internet, LAN and Favorites server
|
||||
browser tabs, use star icon for favorite servers
|
||||
* [Client] More efficient HTTP usage
|
||||
* [Client] Add time scale to debug graphs for constant
|
||||
scrolling speed
|
||||
* [Client/Server] Improve Windows logger, add virtual
|
||||
terminal support
|
||||
* [Client] Show extra "Reset Filter" button when no servers
|
||||
match filter
|
||||
* [Client] Ensure client window is maximized and active
|
||||
after restarting
|
||||
* [Client] Random skin improvements
|
||||
* [Client] Improve voting HUD
|
||||
* [Client] Keep console scrolling position during text selection
|
||||
* [Client] Only write files when changed
|
||||
* [Client] Show warnings after client close instead of
|
||||
preventing quitting
|
||||
* [Client] Fix switch screen and blackscreen OpenGL + Window
|
||||
borderless
|
||||
* [Client] Add placeholder country/type for servers without
|
||||
community
|
||||
* [Client] Don't show FPS during demo rendering
|
||||
* [Client] Validate skin names when loading
|
||||
* [Client] Allow background jobs to be aborted
|
||||
* [Client] save_replay improvements
|
||||
* [Client] Pick bg entities map without file extension
|
||||
* [Client/Server] Search most fitting allocation, not first
|
||||
fitting
|
||||
* [Editor] Increase WASD pan speed while holding shift
|
||||
* [Editor] Add "View" button to tele/switch drop down
|
||||
* [Editor] Make "Clean up game tiles" undoable
|
||||
* [Editor] Allow finer grid
|
||||
* [Editor] Add parallax to layer selector
|
||||
* [Editor] Add plus/minus buttons to numeric value selectors
|
||||
* [Editor] Fix quads
|
||||
* [Editor] Fix FPS drop when editing tiles layer properties
|
||||
* [Server] Make chat command arguments case-insensitive
|
||||
* [Server] Add /tpxy to teleport to specific position
|
||||
* [Server] Fix 0.7 armor being snapped as health
|
||||
* [Server] Small /practice improvements
|
||||
* [Server] Show kill messages also for 0.7 clients
|
||||
* [Server] Add /solo and /deep as practice commands
|
||||
* [Server] Expire team invites on player disconnect
|
||||
* [Server] Respond to vital pings with vital pongs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 17:37:48 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 18.0.3
|
||||
Version: 18.1
|
||||
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:7b3e57a5c99fd8add60f82512aa30ab559a56ee4c43a943105645e7d2190bbc0
|
||||
size 497348
|
||||
oid sha256:be6d83ed485adf540ddefdf38dc242525d6142e7cf96b839d07d22e868a615d3
|
||||
size 497332
|
||||
|
Loading…
Reference in New Issue
Block a user