forked from pool/cdogs-sdl
Accepting request 808846 from home:mnhauke:games
- Update to version 0.8.0 * Custom tile classes and revamped Doom campaign Game * Fix string overflow for long weapon descriptions * Fix players sometimes spawning in locked rooms * Fix missing death animation * Fix leg animation when stationary shooting * Fix some bullet colors * Add button labels for PS3/PS4 controllers * Improve Doom campaign with multiple tile types, walk-through walls Editor * Fix background clearing * Add support for custom tile types for static maps * Add hair editing in char editor * Add native file open/save dialogs * Add support for drag/dropping guide image * Add hardware cursors * Improve guide image rendering speed OBS-URL: https://build.opensuse.org/request/show/808846 OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
680bd705b4
commit
c9f82e1fc8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a19a619dd02f647d680b245abc97359e04cdc4231a61b86397a37100907195c
|
||||
size 22333043
|
3
cdogs-sdl-0.8.0.tar.gz
Normal file
3
cdogs-sdl-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae5f493cfbbb5809824af79b164bd9a2ab7f7cfeb32468ff48f36b4a14982aba
|
||||
size 22479452
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 17:43:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.8.0
|
||||
* Custom tile classes and revamped Doom campaign
|
||||
Game
|
||||
* Fix string overflow for long weapon descriptions
|
||||
* Fix players sometimes spawning in locked rooms
|
||||
* Fix missing death animation
|
||||
* Fix leg animation when stationary shooting
|
||||
* Fix some bullet colors
|
||||
* Add button labels for PS3/PS4 controllers
|
||||
* Improve Doom campaign with multiple tile types, walk-through
|
||||
walls
|
||||
Editor
|
||||
* Fix background clearing
|
||||
* Add support for custom tile types for static maps
|
||||
* Add hair editing in char editor
|
||||
* Add native file open/save dialogs
|
||||
* Add support for drag/dropping guide image
|
||||
* Add hardware cursors
|
||||
* Improve guide image rendering speed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 19:28:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cdogs-sdl
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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: cdogs-sdl
|
||||
Version: 0.7.3
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Classic overhead run-and-gun game
|
||||
License: GPL-2.0-only AND BSD-2-Clause AND CC-BY-3.0 AND CC-BY-SA-3.0
|
||||
@@ -35,6 +35,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(SDL2_image)
|
||||
BuildRequires: pkgconfig(SDL2_mixer)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(physfs)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
|
||||
|
Reference in New Issue
Block a user