commit bstone for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-07-14 07:56:58

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.3060 (New)


Package is "bstone"

Tue Jul 14 07:56:58 2020 rev:9 rq:820460 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2020-07-08 
19:15:34.543656626 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.3060/bstone.changes  2020-07-14 
07:59:05.833752262 +0200
@@ -1,0 +2,7 @@
+Fri Jul 10 14:35:57 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.8
+  Fixed
+  * Disabled episodes 5 and 6 in static build.
+
+---

Old:

  bstone-1.2.7.tar.gz

New:

  bstone-1.2.8.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.FmxiyD/_old  2020-07-14 07:59:06.509754450 +0200
+++ /var/tmp/diff_new_pack.FmxiyD/_new  2020-07-14 07:59:06.513754463 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   bstone
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.2.7.tar.gz -> bstone-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/CHANGELOG.md 
new/bstone-1.2.8/CHANGELOG.md
--- old/bstone-1.2.7/CHANGELOG.md   2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/CHANGELOG.md   2020-07-10 15:58:35.0 +0200
@@ -1,6 +1,11 @@
 # BStone changelog
 
 
+## [1.2.8] - 2020-07-10
+### Fixed
+- Disabled episodes 5 and 6 in static build.
+
+
 ## [1.2.7] - 2020-07-07
 ### Fixed
 - Extraction of compressed texts.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/3d_menu.cpp 
new/bstone-1.2.8/src/3d_menu.cpp
--- old/bstone-1.2.7/src/3d_menu.cpp2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/3d_menu.cpp2020-07-10 15:58:35.0 +0200
@@ -6203,4 +6203,13 @@
 {
VL_FadeIn(0, 255, vgapal, 10);
 }
+
+void menu_enable_all_episodes()
+{
+   for (auto i = 1; i < 6; ++i)
+   {
+   NewEmenu[i].active = AT_ENABLED;
+   EpisodeSelect[i] = 1;
+   }
+}
 // BBi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/3d_menu.h 
new/bstone-1.2.8/src/3d_menu.h
--- old/bstone-1.2.7/src/3d_menu.h  2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/3d_menu.h  2020-07-10 15:58:35.0 +0200
@@ -169,5 +169,7 @@
 void CP_ViewScores(
std::int16_t temp1);
 
+void menu_enable_all_episodes();
+
 
 #endif // BSTONE_3D_MENU_INCLUDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/CMakeLists.txt 
new/bstone-1.2.8/src/CMakeLists.txt
--- old/bstone-1.2.7/src/CMakeLists.txt 2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/CMakeLists.txt 2020-07-10 15:58:35.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
-project(bstone VERSION 1.2.7 LANGUAGES CXX)
+project(bstone VERSION 1.2.8 LANGUAGES CXX)
 
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/jm_free.cpp 
new/bstone-1.2.8/src/jm_free.cpp
--- old/bstone-1.2.7/src/jm_free.cpp2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/jm_free.cpp2020-07-10 15:58:35.0 +0200
@@ -1227,21 +1227,13 @@
 
 // - Other general functions 
 
-extern CP_itemtype NewEmenu[];
-extern std::int16_t EpisodeSelect[];
-
-
 void CheckForEpisodes()
 {
const auto& assets_info = AssetsInfo{};
 
if (assets_info.is_aog_full())
{
-   for (int i = 1; i < 6; ++i)
-   {
-   NewEmenu[i].active = AT_ENABLED;
-   EpisodeSelect[i] = 1;
-   }
+   menu_enable_all_episodes();
}
 }
 




commit bstone for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-07-08 19:15:31

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.3060 (New)


Package is "bstone"

Wed Jul  8 19:15:31 2020 rev:8 rq:819295 version:1.2.7

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2020-07-03 
00:04:55.622579525 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.3060/bstone.changes  2020-07-08 
19:15:34.543656626 +0200
@@ -1,0 +2,16 @@
+Tue Jul  7 18:54:22 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.7
+  Fixed
+  * Extraction of compressed texts.
+  * Same texture for door type BIO.
+  * Player radius for item pickup.
+  * Missing test for pushwall in CheckLine.
+  * Fix sfx turning off when in-game sounds paused.
+  * Show option "Game Options -> Video -> Stretch UI".
+  Changed
+  * Replaced almost all fixed-point arithmetic with a
+floating-point one.
+  * Relay on CMake's PCH support if available.
+
+---

Old:

  bstone-1.2.6.tar.gz

New:

  bstone-1.2.7.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.9hn9SG/_old  2020-07-08 19:15:35.439659818 +0200
+++ /var/tmp/diff_new_pack.9hn9SG/_new  2020-07-08 19:15:35.443659832 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   bstone
-Version:1.2.6
+Version:1.2.7
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.2.6.tar.gz -> bstone-1.2.7.tar.gz ++
 11403 lines of diff (skipped)




commit bstone for openSUSE:Factory

2020-07-02 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-07-03 00:03:11

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.3060 (New)


Package is "bstone"

Fri Jul  3 00:03:11 2020 rev:7 rq:815877 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2020-02-04 
19:55:36.801400692 +0100
+++ /work/SRC/openSUSE:Factory/.bstone.new.3060/bstone.changes  2020-07-03 
00:04:55.622579525 +0200
@@ -1,0 +2,127 @@
+Thu Jun 18 19:00:42 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.6
+  Added
+  * Option snd_resampling_interpolation to specify interpolation
+method for resampling.
+  * Option snd_resampling_lpf to toggle low-pass filter for
+resampling.
+
+---
+Sat Jun 13 11:39:18 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.5
+  Fixed
+  * [AOG][E4L1] Removed unnecessary in-place level fix.
+- Update to version 1.2.4
+  Added
+  * [AOG] "Cursor" for elevetor panel.
+  * Option --extract_vga_palette to extract VGA palette.
+  * Pause game audio when in menu.
+  Changed
+  * Increased maximum actor count.
+  * Use floating point for audio mixing.
+  * Rewrite low-pass filter for PCM upsampling.
+  * Saved games are not compatible with previous version.
+  Fixed
+  * [AOG] Revised initial hitpoints for bosses.
+  * [AOG][E4L1] Added missing barrier switch for 100% points.
+  * [PS] Hide already pushed pushwall on auto-map.
+  * Pickup items while attacking.
+  * Sprite precache for Perscan Drone and Volatile Material
+Transport.
+  * Both games should be now completable with 100% rating.
+
+---
+Wed May 27 18:45:36 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.3
+  Added
+  * Input bindings to cycle weapons.
+  Changed
+  * Apply bonus queue after finishing the mission.
+  * Write data into temporary file and then rename it.
+  * Enable high score menu for debug build.
+  * Saved games are not compatible with previous version.
+  Fixed
+  * [AOG] Animation timings for some actors to match origin.
+  * [AOG] Bio-tech placed on special tile (E5L2; (18, 43)).
+  * Sprite precache for crate items.
+  * Sprite precache for morphed Dr. Goldfire.
+  * Level state after death when extra live is available.
+  * Add points for destroying projector generator.
+  * Displaying pushwalls after loading from saved game.
+  * Hit points table.
+  * Player's attack tracing.
+  * Zigzag movement when strafing along the wall.
+  Removed
+  * Default values for some input bindings.
+
+---
+Thu May 14 15:42:22 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.2
+  * Fix handling of file paths.
+
+---
+Wed May 13 14:53:04 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.1
+  * Auto-detect game content of GOG and Steam.
+  * Show message box with options if multiple game contents found.
+
+---
+Sat May  9 15:35:37 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.0
+  Added
+  * 3D-renderer (OpenGL backend).
+  * Menu to control video mode.
+  * Menu to control texturing.
+  * [RHW] Texture upscale filter (xBRZ).
+  * Option snd_is_disabled to ignore audio subsystem.
+  * Option vid_is_positioned to control position of the window.
+  * Option vid_is_widescreen to control widescreen mode.
+  * Option vid_is_ui_stretched to control UI stretching.
+  * Option vid_2d_texture_filter to control texturing filter for UI
+  * Option vid_3d_texture_image_filter to control texturing
+image filter for the scene.
+  * Option vid_3d_texture_mipmap_filter to control texturing
+mipmap filter for the scene.
+  * Option vid_3d_texture_anisotropy to control anisotropy filter
+for the scene.
+  * Option vid_texture_upscale_filter to select texturing upscale
+filter.
+  * Option vid_texture_upscale_xbrz_degree to control degree of
+xBRZ filter.
+  * Option vid_aa_kind to select anti-aliasing mode.
+  * Option vid_aa_degree to select anti-aliasing degree.
+  * Option calculate_hashes to calculate hashes of resource files.
+  * Option extract_walls to extract graphics resources (wall,
+flooring, etc.).
+  * Option extract_sprites to extract graphics resources (actors,
+decorations, etc.).
+  * Option extract_music to extract music resources.
+  * Option extract_sfx to extract sfx resources.
+  * Option extract_texts to extract text resources.
+  * Option extract_all to extract all resources.
+  * Generic instruction on how to compile on Linux-based system.
+  Removed
+  * Option vid_scale.
+  * Vanilla input bind

commit bstone for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-02-04 19:55:36

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.26092 (New)


Package is "bstone"

Tue Feb  4 19:55:36 2020 rev:6 rq:769813 version:1.1.16

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2020-01-27 
00:23:07.753516545 +0100
+++ /work/SRC/openSUSE:Factory/.bstone.new.26092/bstone.changes 2020-02-04 
19:55:36.801400692 +0100
@@ -1,0 +2,6 @@
+Sat Feb  1 17:14:49 UTC 2020 - Martin Hauke 
+
+- Update to version 1.1.16
+  * Removed some checks on barriers
+
+---

Old:

  bstone-1.1.15.tar.gz

New:

  bstone-1.1.16.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.0AQsL0/_old  2020-02-04 19:55:37.929401350 +0100
+++ /var/tmp/diff_new_pack.0AQsL0/_new  2020-02-04 19:55:37.933401352 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   bstone
-Version:1.1.15
+Version:1.1.16
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.1.15.tar.gz -> bstone-1.1.16.tar.gz ++




commit bstone for openSUSE:Factory

2020-01-26 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-01-27 00:22:44

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.26092 (New)


Package is "bstone"

Mon Jan 27 00:22:44 2020 rev:5 rq:767256 version:1.1.15

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2019-12-04 
14:19:23.530388168 +0100
+++ /work/SRC/openSUSE:Factory/.bstone.new.26092/bstone.changes 2020-01-27 
00:23:07.753516545 +0100
@@ -1,0 +2,7 @@
+Sat Jan 25 17:37:49 UTC 2020 - Martin Hauke 
+
+- Update to version 1.1.15
+  * Changed: Number secret floor
+  * Fixed: Destination position for inter-floor teleporter
+
+---

Old:

  bstone-1.1.14.tar.gz

New:

  bstone-1.1.15.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.K4D8cN/_old  2020-01-27 00:23:10.213517704 +0100
+++ /var/tmp/diff_new_pack.K4D8cN/_new  2020-01-27 00:23:10.213517704 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bstone
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   bstone
-Version:1.1.14
+Version:1.1.15
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.1.14.tar.gz -> bstone-1.1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.14/CHANGELOG.md 
new/bstone-1.1.15/CHANGELOG.md
--- old/bstone-1.1.14/CHANGELOG.md  2019-11-09 11:08:15.0 +0100
+++ new/bstone-1.1.15/CHANGELOG.md  2020-01-25 12:07:38.0 +0100
@@ -1,5 +1,14 @@
 # BStone changelog
 
+
+## [1.1.15] - 2020-01-25
+### Changed
+- Number secret floor (by bibendovsky).
+
+### Fixed
+- Destination position for inter-floor teleporter (by bibendovsky).
+
+
 ## [1.1.14] - 2019-11-09
 ### Added
 - [Vita] Version 0.3 (by 01y).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.14/src/3d_debug.cpp 
new/bstone-1.1.15/src/3d_debug.cpp
--- old/bstone-1.1.14/src/3d_debug.cpp  2019-11-09 11:08:15.0 +0100
+++ new/bstone-1.1.15/src/3d_debug.cpp  2020-01-25 12:07:38.0 +0100
@@ -480,8 +480,6 @@
//
 
::Quit();
-
-   return true;
}
else if (::Keyboard[ScanCode::sc_o])
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.14/src/3d_game.cpp 
new/bstone-1.1.15/src/3d_game.cpp
--- old/bstone-1.1.14/src/3d_game.cpp   2019-11-09 11:08:15.0 +0100
+++ new/bstone-1.1.15/src/3d_game.cpp   2020-01-25 12:07:38.0 +0100
@@ -2997,12 +2997,16 @@
}
else
{
-   ::px = 13;
+   ::px = 16;
}
 
if (assets_info.is_secret_level(::gamestate.mapon))
{
-   ::ShPrint(" SECRET ", 0, false);
+   const auto secret_floor_index = 
assets_info.secret_floor_get_index(gamestate.mapon);
+   const auto index_string = 
std::to_string(secret_floor_index + 1);
+   const auto message = "SECRET " + index_string;
+
+   ShPrint(message.c_str(), 0, false);
}
else
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.14/src/3d_main.cpp 
new/bstone-1.1.15/src/3d_main.cpp
--- old/bstone-1.1.14/src/3d_main.cpp   2019-11-09 11:08:15.0 +0100
+++ new/bstone-1.1.15/src/3d_main.cpp   2020-01-25 12:07:38.0 +0100
@@ -8283,6 +8283,48 @@
 std::int8_t LS_current = -1;
 std::int8_t LS_total = -1;
 
+void player_fix_transported_position()
+{
+   if (playstate != ex_transported)
+   {
+   return;
+   }
+
+   if (gamestuff.level[gamestate.mapon].ptilex == 0 ||
+   gamestuff.level[gamestate.mapon].ptiley == 0)
+   {
+   return;
+   }
+
+   const auto tile_x = gamestuff.level[gamestate.mapon].ptilex;
+   const auto tile_y = gamestuff.level[gamestate.mapon].ptiley;
+   auto dir = 1 + (gamestuff.level[gamestate.mapon].pangle / 90);
+
+   const auto& assets_info = AssetsInfo{};
+
+   if (assets_info.is_aog())
+   {
+   dir -= 1;
+   }
+
+   player->tilex = static_cast(tile_x);
+   player->t

commit bstone for openSUSE:Factory

2019-12-04 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2019-12-04 13:50:05

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.4691 (New)


Package is "bstone"

Wed Dec  4 13:50:05 2019 rev:4 rq:750392 version:1.1.14

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2019-10-02 
11:58:01.495165595 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.4691/bstone.changes  2019-12-04 
14:19:23.530388168 +0100
@@ -1,0 +2,16 @@
+Wed Nov 20 23:15:31 UTC 2019 - Simon Lees 
+
+- %make_jobs is depricated replaced by %cmake_build
+
+---
+Sat Nov  9 14:28:48 UTC 2019 - Martin Hauke 
+
+- Update to version 1.1.14
+  * Removed Alt and Ctrl to handle menu item.
+  * Fixed Text typos
+  * Fixed SDL with two digit sub-version number
+  * Apply floor bonus correctly on percentage greater than 100%
+- Remove patch:
+  * Fix-SDL2W.patch (fixed by upstream)
+
+---

Old:

  Fix-SDL2W.patch
  bstone-1.1.13.tar.gz

New:

  bstone-1.1.14.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.c3JyPn/_old  2019-12-04 14:19:24.014388576 +0100
+++ /var/tmp/diff_new_pack.c3JyPn/_new  2019-12-04 14:19:24.014388576 +0100
@@ -18,15 +18,13 @@
 
 
 Name:   bstone
-Version:1.1.13
+Version:1.1.14
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later
 Group:  Amusements/Games/3D/Shoot
 URL:https://bibendovsky.github.io/bstone/
 Source: 
https://github.com/bibendovsky/bstone/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
-Patch0: Fix-SDL2W.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -50,12 +48,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 cd src/
 %cmake
-%make_jobs
+%cmake_build
 
 %install
 install -Dm0755 src/build/bstone %{buildroot}%{_bindir}/bstone

++ bstone-1.1.13.tar.gz -> bstone-1.1.14.tar.gz ++
 1754 lines of diff (skipped)




commit bstone for openSUSE:Factory

2019-10-02 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2019-10-02 11:57:59

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.2352 (New)


Package is "bstone"

Wed Oct  2 11:57:59 2019 rev:3 rq:734091 version:1.1.13

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2019-07-16 
08:41:20.463036574 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.2352/bstone.changes  2019-10-02 
11:58:01.495165595 +0200
@@ -1,0 +2,5 @@
+Mon Sep 30 13:28:05 UTC 2019 - Christophe Giboudeaux 
+
+- Add Fix-SDL2W.patch to fix the SDL2 detection.
+
+---

New:

  Fix-SDL2W.patch



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.bgSO4V/_old  2019-10-02 11:58:02.235163698 +0200
+++ /var/tmp/diff_new_pack.bgSO4V/_new  2019-10-02 11:58:02.235163698 +0200
@@ -25,6 +25,8 @@
 Group:  Amusements/Games/3D/Shoot
 URL:https://bibendovsky.github.io/bstone/
 Source: 
https://github.com/bibendovsky/bstone/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0: Fix-SDL2W.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cd src/

++ Fix-SDL2W.patch ++
>From c03573710bfbc504f4480f3e08ece77df5d4aece Mon Sep 17 00:00:00 2001
From: "Boris I. Bendovsky" 
Date: Sat, 27 Jul 2019 17:24:58 +0300
Subject: [PATCH] Fix SDL2W

---
 src/cmake/FindSDL2W.cmake | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cmake/FindSDL2W.cmake b/src/cmake/FindSDL2W.cmake
index bb6530b7..f3d70c13 100644
--- a/src/cmake/FindSDL2W.cmake
+++ b/src/cmake/FindSDL2W.cmake
@@ -164,17 +164,17 @@ if (SDL2_FOUND OR SDL2W_TMP_FOUND_VC_DEV)
if (EXISTS ${SDL2W_TMP_SDL_VERSION_H})
set(
SDL2W_TMP_MAJOR_REGEX
-   "^#define[ \t]+SDL_MAJOR_VERSION[ \t]+([0-9])$"
+   "^#define[ \t]+SDL_MAJOR_VERSION[ \t]+([0-9]+)$"
)
 
set(
SDL2W_TMP_MINOR_REGEX
-   "^#define[ \t]+SDL_MINOR_VERSION[ \t]+([0-9])$"
+   "^#define[ \t]+SDL_MINOR_VERSION[ \t]+([0-9]+)$"
)
 
set(
SDL2W_TMP_PATCH_REGEX
-   "^#define[ \t]+SDL_PATCHLEVEL[ \t]+([0-9])$"
+   "^#define[ \t]+SDL_PATCHLEVEL[ \t]+([0-9]+)$"
)
 
file(
@@ -224,7 +224,7 @@ if (SDL2_FOUND OR SDL2W_TMP_FOUND_VC_DEV)
 
set(
SDL2W_TMP_DIGIT_REGEX
-   "^[0-9]$"
+   "^[0-9]+$"
)
 
if (SDL2W_TMP_MAJOR_VERSION MATCHES 
${SDL2W_TMP_DIGIT_REGEX} AND



commit bstone for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2019-07-16 08:41:12

Comparing /work/SRC/openSUSE:Factory/bstone (Old)
 and  /work/SRC/openSUSE:Factory/.bstone.new.1887 (New)


Package is "bstone"

Tue Jul 16 08:41:12 2019 rev:2 rq:715340 version:1.1.13

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2019-07-11 
13:08:13.867001389 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.1887/bstone.changes  2019-07-16 
08:41:20.463036574 +0200
@@ -1,0 +2,7 @@
+Sun Jul 14 16:22:16 UTC 2019 - Martin Hauke 
+
+- Update to version 1.1.13
+  * [AOG] Allow to warp to level beyond the 10th one.
+  * Critical error if switch connected to non-activable object.
+
+---

Old:

  bstone-1.1.12.tar.gz

New:

  bstone-1.1.13.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.hkgo8F/_old  2019-07-16 08:41:21.115036792 +0200
+++ /var/tmp/diff_new_pack.hkgo8F/_new  2019-07-16 08:41:21.115036792 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package bstone
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,11 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   bstone
-Version:1.1.12
+Version:1.1.13
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.1.12.tar.gz -> bstone-1.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.12/.gitattributes 
new/bstone-1.1.13/.gitattributes
--- old/bstone-1.1.12/.gitattributes2019-02-09 17:16:45.0 +0100
+++ new/bstone-1.1.13/.gitattributes2019-07-14 18:17:38.0 +0200
@@ -1 +1,3 @@
 * text=auto
+
+README.md merge=ours
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.12/CHANGELOG.md 
new/bstone-1.1.13/CHANGELOG.md
--- old/bstone-1.1.12/CHANGELOG.md  2019-02-09 17:16:45.0 +0100
+++ new/bstone-1.1.13/CHANGELOG.md  2019-07-14 18:17:38.0 +0200
@@ -1,5 +1,11 @@
 # BStone changelog
 
+## [1.1.13] - 2019-07-11
+### Fixed
+- [AOG] Allow to warp to level beyond the 10th one.
+- Critical error if switch connected to non-activable object.
+
+
 ## [1.1.12] - 2019-02-09
 ### Fixed
 - [CMake] Dependency on TestBigEndian.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.1.12/README-PSVITA.md 
new/bstone-1.1.13/README-PSVITA.md
--- old/bstone-1.1.12/README-PSVITA.md  2019-02-09 17:16:45.0 +0100
+++ new/bstone-1.1.13/README-PSVITA.md  2019-07-14 18:17:38.0 +0200
@@ -1,27 +1,79 @@
 bstone-vita
 ===
 
-Vita port of BStone. Allowing you to play Blake Stone natively on that 
handheld.
+Vita port of BStone. Allowing you to play Blake Stone games natively on that 
handheld.
 
 Installing and Running
 ==
 
-Place the game assets at the root of ux0:/data/bstone/ and install the .vpk
+Install the `.vpk`.
+Then, in the root of `ux0:/data/bstone/`, place the game assets, which 
consist, depending on the intended version, of the following files:
 
-The full versions of Blake Stone: Aliens of Gold and Blake Stone: Planet 
Strike can both currently be obatined from the 3D Realms website in addition to 
Steam and GOG (in every case for much less than $29.95!)
+| Shareware| Registered   | Planet Strike |
+|--|--|---|
+| AUDIOHED.BS1 | AUDIOHED.BS6 | AUDIOHED.VSI  |
+| AUDIOT.BS1   | AUDIOT.BS6   | AUDIOT.VSI| 
+|  | EANIM.BS6| EANIM.VSI |
+|  | GANIM.BS6|   |
+| IANIM.BS1| IANIM.BS6| IANIM.VSI |
+| MAPHEAD.BS1  | MAPHEAD.BS6  | MAPHEAD.VSI   |
+| MAPTEMP.BS1  | MAPTEMP.BS6  | MAPTEMP.VSI   |
+| SANIM.BS1| SANIM.BS6|   |
+| VGADICT.BS1  | VGADICT.BS6  | VGADICT.VSI   |
+| VGAGRAPH.BS1 | VGAGRAPH.BS6 | VGAGRAPH.VSI  |
+| VGAHEAD.BS1  | VGAHEAD.BS6  | VGAHEAD.VSI   |
+| VSWAP.BS1| VSWAP.BS6| VSWAP.VSI |
 
-Planet Strike crashes frequently (a little less often without sound), so is 
not recommended at this point in time. Number keys, right quote, equals, and 
dash are hardcoded to the touch screen for easy weapon switching, elevator use, 
etc. Joystick sensitivity (and hence maximum s