forked from pool/cdogs-sdl
Accepting request 909596 from home:mnhauke:games
- Update to 0.13.0 Game * Add weapon sprites * Add molotov glass break sound * Add AI waking to gunfire * Add AI peripheral vision * Add AI wake on seeing teammate under attack * Fix feet colors for classic campaigns * Fix sliding diagonally against map objects and getting stuck * Fix player not getting poisoned * Fix AI not waking when seeing player * Fix co-op AI not shooting * Fix missing bullet hole marks * Fix minor typo in campaign * Improve save file with saved weapons and ammo * Improve save file, saves individual missions completed * Improve gun dropping, limit gun drops after 2 are present * Improve ammo dropped by enemies by halving amount * Improve character previews by showing gun * Improve weapon selection screen with character rotation * Improve text particles by drawing above everything * Improve pulse animation by doubling its frequency Editor * Add character deafness flag * Add custom character item drops * Add separate bullet flesh/object hit properties (bullets can hit actors but not map objects) * Fix loading classic campaigns via drag-drop * Fix tooltip for immunity flag * Improve character previews by showing gun OBS-URL: https://build.opensuse.org/request/show/909596 OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
2623e72938
commit
5ff09bc41c
@@ -17,15 +17,13 @@
|
||||
|
||||
|
||||
Name: cdogs-sdl
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Classic overhead run-and-gun game
|
||||
License: BSD-2-Clause AND GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0
|
||||
Group: Amusements/Games/Action/Shoot
|
||||
URL: https://cxong.github.io/cdogs-sdl
|
||||
Source: https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM fix-multiple-definitions.patch -- Fix multiple definitions linking error in test file
|
||||
Patch0: fix-multiple-definitions.patch
|
||||
BuildRequires: cmake >= 3.12
|
||||
BuildRequires: enet-devel
|
||||
BuildRequires: fdupes
|
||||
@@ -48,7 +46,6 @@ from up to 11 weapons, and try over 100 user-created campaigns. Have fun!
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
# use system enet
|
||||
rm -rf src/cdogs/enet
|
||||
|
||||
|
Reference in New Issue
Block a user