forked from pool/ddnet
Accepting request 1070333 from games
OBS-URL: https://build.opensuse.org/request/show/1070333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=12
This commit is contained in:
commit
93d4276c4b
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">ddnet-16.7.2</param>
|
||||
<param name="srcdir">ddnet-16.8</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448bb4c4fa6720a4a13c3b89412c53bed27b65b8c14b0732da22e1fb6cc60ae9
|
||||
size 35917634
|
3
ddnet-16.8.tar.gz
Normal file
3
ddnet-16.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e6d619cae96c2be18e2ee47eee79b0e9a9c1dbc46007fef573400bb9dc031d
|
||||
size 35928199
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 20:46:11 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 16.8:
|
||||
* [Client] Add skin to serverbrowser's scoreboard
|
||||
* [Client] Add ingame and browser buttons to copy server info
|
||||
to clipboard
|
||||
* [Client] Better lists with smooth scrolling
|
||||
(ui_smooth_scroll_time)
|
||||
* [Client+Server] Implement FIFO on Windows using Named Pipes
|
||||
* [Client] Add tooltip to demo seekbar showing the currently
|
||||
hovered time
|
||||
* [Client] Fix client crash when echoing client message to chat,
|
||||
use em dash for client messages in chat
|
||||
* [Client] Make color pickers not change selected color as much
|
||||
* [Client] Support 4 and 8 digit RGBA color values in console
|
||||
* [Client] Merge entity textures to reduce memory usage
|
||||
* [Client] Increase relative joystick movement based on input
|
||||
update time, disable relative joystick when console is open
|
||||
or window not focused
|
||||
* [Client] For integrated and discrete GPUs always prefer what
|
||||
comes first in the list
|
||||
* [Client] Show error message when downloaded map cannot be saved
|
||||
* [Client] Add error message when saving screenshot fails
|
||||
* [Client] Save prediction margin
|
||||
* [Client] Fix text rendering over maximum line width with newline
|
||||
* [Client] Align color picker buttons on right side
|
||||
* [Editor] Support longer file/folder names
|
||||
* [Editor] Clear file browser search term when entering folder
|
||||
* [Editor] Add buttons to move envelopes left and right,
|
||||
improve envelope UI layout, add tooltips for editboxes
|
||||
* [Editor] Add a refresh button to the file browser
|
||||
* [Server] Add reset command to server
|
||||
* [Server] Fix sv_vanilla_antispoof for vanilla 0.6.5 clients
|
||||
* [Server] Remove projectiles on save and load
|
||||
* [Server] Remove projectiles on team change
|
||||
* [Server] Hand the client IP addresses to the antibot module
|
||||
* [Server] Fix announcement feature
|
||||
* [Server] Don't count (connecting) players for voting
|
||||
* [Server] Fix crash in team save/load
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 18:43:49 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 16.7.2
|
||||
Version: 16.8
|
||||
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
|
||||
@ -26,7 +26,6 @@ URL: https://ddnet.org/
|
||||
Source0: https://github.com/ddnet/ddnet/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
|
||||
BuildRequires: Mesa-libGLESv3-devel
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cargo
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e30835034b8f3aff524938e0268c386aec4309cac8c3c8987caedad19e89b87
|
||||
size 497380
|
||||
oid sha256:9a4e9c759da21956cd9978eb0642fb7d3a610556266c191dc78868bb3c58fee5
|
||||
size 497340
|
||||
|
Loading…
Reference in New Issue
Block a user