- update to 1.0.0:
+ Disallowed a move, to be consistent with the original Fish Fillets. Pushing of partially supported objects is disallowed. The object has to be supported by wall or by a fish who isn't directly under it. You could switch back to the less restrictive rules by using "strict_rules=0" config option. + Provided music looping without fading - Set the correct datadir so it works again with fillets-ng-data - Update to 0.9.3: + Fixed compilation with the newer fribidi-0.19.2 - update to 0.9.2 * Fixed undefined behavior in the last levels. The outgoing objects could be stopped by obstacle * Fixed strange background colors on the F10 and F1 screens. SDL-1.2.14 would fix these too. * Used sound frequency 44100 to prevent crackles - updated to 0.9.0 * Level 'linux' (by Mirek Olsak). * Level 'electromagnet' (by Stephan Barth). * Embedded intro video (thanks to Mirek Olsak). * Faster undo (hold -) (thanks to Mirek Olsak). * Redo (hold +). * Czech spoken dialogs for level 'keys' (thanks to Mirek Olsak). * Updated Bulgarian translation (by Damyan Ivanov). * Updated Swedish translation (by Olov Gustavsson). * Enhanced graphics for the NG levels (by Fank Skalicky). OBS-URL: https://build.opensuse.org/package/show/games/fillets-ng?expand=0&rev=21
This commit is contained in:
parent
25b7fd32eb
commit
4e43b0aee3
3
fillets-ng-1.0.0.tar.bz2
Normal file
3
fillets-ng-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfcbe5f3891cbf783dfb50bb8c02df233e61fdae7916bbfd5938aa44e725eb63
|
||||
size 276291
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 7 20:18:42 UTC 2011 - lars@linux-schulserver.de
|
||||
|
||||
- update to 1.0.0:
|
||||
+ Disallowed a move, to be consistent with the original Fish
|
||||
Fillets. Pushing of partially supported objects is disallowed.
|
||||
The object has to be supported by wall or by a fish who isn't
|
||||
directly under it. You could switch back to the less restrictive
|
||||
rules by using "strict_rules=0" config option.
|
||||
+ Provided music looping without fading
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 18:49:15 UTC 2010 - cmorve69@yahoo.es
|
||||
|
||||
|
@ -15,11 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: fillets-ng
|
||||
Version: 0.9.3
|
||||
Release: 6
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL) - all versions
|
||||
Summary: Fish Fillets - Next Generation
|
||||
Url: http://fillets.sourceforge.net/
|
||||
@ -27,7 +25,7 @@ Group: Amusements/Games/Action/Arcade
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.png
|
||||
Patch0: %{name}-%{version}-datadir.patch
|
||||
Patch0: %{name}-0.9.3-datadir.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: SDL_image-devel
|
||||
BuildRequires: SDL_mixer-devel
|
||||
@ -37,8 +35,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
# There is no 0.9.3 data package, as this was a minor build fix only.
|
||||
Requires: %{name}-data = 0.9.2
|
||||
Requires: %{name}-data = %{version}
|
||||
|
||||
%description
|
||||
Fish Fillets is strictly a puzzle game. The goal in each of the 70
|
||||
|
Loading…
Reference in New Issue
Block a user