forked from pool/ddnet
Accepting request 1113633 from games
OBS-URL: https://build.opensuse.org/request/show/1113633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=16
This commit is contained in:
commit
f582f12af7
2
_service
2
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">ddnet-17.2</param>
|
<param name="srcdir">ddnet-17.2.1</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
3
ddnet-17.2.1.tar.gz
Normal file
3
ddnet-17.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f62cd8585199ac7fa4d3fe82e46f459ac2374d3ad4c10628c621b9c9434407c
|
||||||
|
size 45654486
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abd320de623c8a24f6c163c43036cedf0e634622b47add8a94663a0b47cb4b8f
|
|
||||||
size 45652108
|
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 23 08:25:01 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 17.2.1:
|
||||||
|
* [Client] Multiview spectating
|
||||||
|
* [Client] Improved font selection using fonts/index.json,
|
||||||
|
updated fonts
|
||||||
|
* [Client] 100 times faster text rendering, better space use
|
||||||
|
* [Client] Add goto_switch and goto_tele commands
|
||||||
|
* [Client] Add Galician language
|
||||||
|
* [Client] Select storage locations in demo browser
|
||||||
|
* [Editor] Support bezier envelope curves in maps
|
||||||
|
* [Editor] Zoomable envelope editor
|
||||||
|
* [Editor] Multiple selection in envelope editor, add grid,
|
||||||
|
box selection
|
||||||
|
* [Client] Render message when qutting/restarting client
|
||||||
|
* [Client] Support ./DDNet "connect
|
||||||
|
tw-0.6+udp://ger2.ddnet.org:8303"
|
||||||
|
* [Client] Implement elasticity tuning values
|
||||||
|
(ground_elasticity_x/y)
|
||||||
|
* [Client] Execute CFGFLAG_GAME configs from map load on client
|
||||||
|
* [Client] No delay for direction arrows and aim line toggle
|
||||||
|
* [Client] Improve demo/video renderer UI
|
||||||
|
* [Client] Connect to server faster
|
||||||
|
* [Client] Fix HUD weapons rendering
|
||||||
|
* [Client] Make online clan friends removable
|
||||||
|
* [Client] Fix prediction of pickup
|
||||||
|
* [Client] Fix text wrapping with long strings
|
||||||
|
* [Client] Fix enter in server browser
|
||||||
|
* [Client] Fix invalid texture crash in Vulkan
|
||||||
|
* [Client] Don't load RGB images
|
||||||
|
* [Client] Support selecting text in both consoles
|
||||||
|
* [Client] Fix emotes being shown for other tee
|
||||||
|
* [Editor] Allow saving map which is running in server
|
||||||
|
* [Editor] Show message when player is moved ingame
|
||||||
|
* [Editor] Selectable quadpoints
|
||||||
|
* [Editor] Keep selection when moving layers
|
||||||
|
* [Editor] Use temporary file when saving map to prevent
|
||||||
|
corruption
|
||||||
|
* [Editor] Support deleting/renaming folders
|
||||||
|
* [Editor] Perform sanity check and show errors when loading map
|
||||||
|
* [Editor] Fix hookthrough not being fully removed when
|
||||||
|
filling selection
|
||||||
|
* [Editor] Fix crashes with popup menus
|
||||||
|
* [Editor] Improve font scaling and ellipsis
|
||||||
|
* [Editor] Fix hotkeys while editboxes are active
|
||||||
|
* [Editor] Fix quadpoint selection, easier point selection
|
||||||
|
* [Editor] Fix inaccurate envelope calculation
|
||||||
|
* [Editor] Set default name when saving map under new name
|
||||||
|
or as copy
|
||||||
|
* [Server & Client] Allow server to redirect clients
|
||||||
|
* [Server] Separate log levels for each output
|
||||||
|
(console/stdout_output_level)
|
||||||
|
* [Server] Fix killfeed for teams
|
||||||
|
* [Server] Prevent /swap with paused players
|
||||||
|
* [Server] Fix crash with DNSBL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 14 17:26:48 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
Mon Aug 14 17:26:48 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ddnet
|
Name: ddnet
|
||||||
Version: 17.2
|
Version: 17.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
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
|
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
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fd005dbd86241b5ed1ed630dc68094214a827962bf97879f69cfca611f243fad
|
oid sha256:d463b9addd1d396edcb245e16ca99f1317bd1a7c8bee6c6cb902ebd000c0ce84
|
||||||
size 497436
|
size 497268
|
||||||
|
Loading…
Reference in New Issue
Block a user