35 Commits

Author SHA256 Message Date
dd684c4795 Accepting request 1061668 from games
- update to 5.3.6:
  * https://github.com/Andrettin/Wyrmsun/compare/v5.3.5...v5.3.6

OBS-URL: https://build.opensuse.org/request/show/1061668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=13
2023-02-12 18:14:08 +00:00
f247c3c9c6 Accepting request 1040762 from home:dirkmueller:Factory
- update to 5.3.6:
  * https://github.com/Andrettin/Wyrmsun/compare/v5.3.5...v5.3.6

OBS-URL: https://build.opensuse.org/request/show/1040762
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=31
2022-12-06 22:19:29 +00:00
a511b8c18d Accepting request 974179 from games
OBS-URL: https://build.opensuse.org/request/show/974179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=12
2022-05-01 16:53:57 +00:00
b8000439f8 Accepting request 974178 from home:susnux:branches:games
Update to 5.3.5

OBS-URL: https://build.opensuse.org/request/show/974178
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=29
2022-05-01 11:29:54 +00:00
96632fad9e Accepting request 936003 from games
OBS-URL: https://build.opensuse.org/request/show/936003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=11
2021-12-06 23:00:11 +00:00
24aa3212e7 Accepting request 935998 from home:susnux:branches:games
Update to 5.2.4

OBS-URL: https://build.opensuse.org/request/show/935998
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=28
2021-12-06 13:19:45 +00:00
654716f2f2 Accepting request 927806 from games
- update to 5.2.3
  * Readme update
  * Revert "Added test random Earth"
- Update to version 5.2.0
  Map Editor
  + Setting a tile's terrain in the editor will now remove any
    units on it which are incompatible with the new terrain.
    Previously, they would be bumped to the nearest valid tile.
  + Fixed issue which caused hue-rotated terrain to not show up
    with the correct color in the map editor's tile selection menu.
  Maps
  + Fixed issue which could cause a settlement with no minimap
    color to be picked for settlement site generation in random
    maps.
  + Removed the obsolete Gardariki, Italy, Southern Baltic and
    Tanais custom maps.
  Miscellaneous
  + Fixed issue which could cause player data to not be cleared
    properly after a game.
  + Fixed visibility issue which could occur when destroying cave
    walls during a game.
  + Reworked how the minimap keeps track of unexplored/fog of war
    areas, improving performance (specially on larger maps).
  + The Steam launcher has been rewritten in C++, with QML being
    used for the UI. In order to prevent issues if both the
    launcher and Wyrmsun try to access the file in which persistent
    achievement data is contained at the same time, the launcher
    now only checks just before and just after the game runs.
  Pathfinding
  + Fixed a pathfinding issue involving land/fly-low units.
  Quests
  + Quest completion data is now stored in
    [AppData]/Wyrmsun/quests.txt, instead of in the game's
    directory.
  + Achievement data is now stored in
    [AppData]/Wyrmsun/achievements.txt, instead of in the game's
    directory.
  + Fixed crash which occurred when Lua scripts tried to create a
    new player during a game, which occurred e.g. for the
    introductory dialogue of the A Bargain is Struck legacy quest.
  Terrain
  + Fixed issue which caused forest regeneration to not trigger.
  + The cave floor, desert sand and ford transition graphics have
    been updated.
  + Added new cave floor, desert sand and ford decoration tiles.
  User Interface
  + Improved the performance of the code which identifies which
    unit is currently under the cursor.
  + Fixed key input issue which could cause command panel buttons
    without hotkeys to be triggered in a seemingly random fashion.
- Update to version 5.1.0
  Maps
  + Removed the obsolete Svarinshaug custom map.
  + Fixed issue which caused maps in the user map folder to not
    appear the Custom Game menu.
  + Removed the Aquitania custom map.
  Miscellaneous
  + Saved games are now stored in [AppData]/Wyrmsun/save, instead
    of in the game's directory.
  * Scenarios
  + Fixed issue which caused some of the Western Migration
    triggers to not work properly.
  Terrain
  + The dirt, dry mud, ice and mud transition graphics have been
    updated.
  + Added new dirt and ice decoration tiles.
  Units
  + Added Brown Bear, Black Bear and Polar Bear unit types. Brown
    bears are now generated in the Earth/Europe scenario map.
  User Interface
  + Fixed issue which caused dropdowns to gain keyboard focus
    when clicked.
  + Fixed issue which caused text fields to not lose keyboard
    focus when clicked away from.
  + Fixed issue which caused key events to be propagated to
    buttons even though a text field had focus.
  + Reworked the in-game menu to be QML-based.

OBS-URL: https://build.opensuse.org/request/show/927806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=10
2021-10-27 20:20:54 +00:00
f188e7183d update
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=27
2021-10-27 14:42:28 +00:00
f26fd3a480 Accepting request 922969 from home:mnhauke:games
- Update to version 5.2.0
  Map Editor
  + Setting a tile's terrain in the editor will now remove any
    units on it which are incompatible with the new terrain.
    Previously, they would be bumped to the nearest valid tile.
  + Fixed issue which caused hue-rotated terrain to not show up
    with the correct color in the map editor's tile selection menu.
  Maps
  + Fixed issue which could cause a settlement with no minimap
    color to be picked for settlement site generation in random
    maps.
  + Removed the obsolete Gardariki, Italy, Southern Baltic and
    Tanais custom maps.
  Miscellaneous
  + Fixed issue which could cause player data to not be cleared
    properly after a game.
  + Fixed visibility issue which could occur when destroying cave
    walls during a game.
  + Reworked how the minimap keeps track of unexplored/fog of war
    areas, improving performance (specially on larger maps).
  + The Steam launcher has been rewritten in C++, with QML being
    used for the UI. In order to prevent issues if both the
    launcher and Wyrmsun try to access the file in which persistent
    achievement data is contained at the same time, the launcher
    now only checks just before and just after the game runs.
  Pathfinding
  + Fixed a pathfinding issue involving land/fly-low units.
  Quests
  + Quest completion data is now stored in
    [AppData]/Wyrmsun/quests.txt, instead of in the game's

OBS-URL: https://build.opensuse.org/request/show/922969
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=26
2021-10-12 09:51:51 +00:00
fd042b61e1 Accepting request 913890 from games
OBS-URL: https://build.opensuse.org/request/show/913890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=9
2021-08-25 18:57:47 +00:00
4be75347d7 Accepting request 913878 from home:mnhauke:games
- Update to version 5.0.1
  * Maps
  + Updated the territory setup for the Tyrol area for the Earth
    map (scenario mode).
  * Miscellaneous
  + Updated the SDL library to SDL2
  + Fixed issue with the save game functionality.
  + Fixed issue with loading a saved game from within a game.
- Drop compat cruft for legacy openSUSE systems
- Drop patch (not longer needed)
  * fix-build.patch

OBS-URL: https://build.opensuse.org/request/show/913878
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=25
2021-08-23 20:01:29 +00:00
Matthias Mailänder
920141d375 Accepting request 913475 from home:mnhauke:games
- Update to version 5.0.0
  * Buildings
    + Town halls, strongholds, mines and hunting lodges no longer
      leave a destroyed building "corpse".
  * Encyclopedia
    + Added support for encyclopedia entries having links to each
      other.
    + Updated the literary texts for the encyclopedia, streamlining
      them (removing footnotes and the "|" character which denoted
      a caesura/break within a verse).
  * Factions
    + Fixed the requirements string for the Shadowcharm Clan
      faction.
    - Renamed the "Goth Tribe" to "Gothic Tribe", the
      "Ostrogoth Tribe" to "Ostrogothic Tribe" and the
      "Visigoth Tribe" to "Visigothic Tribe".
    - Renamed the "Swede Tribe" to "Swedish Tribe".
  * Heroes
    + It is no longer possible to start a custom game with a custom
      hero, they must now be recruited as other heroes are.
    + Updated the hero symbol icon to use a frame, to make it more
      visible on the map.
  * Items
    + Added "Curupira's" magic prefix for weapons (+3 fire damage).
    + Added Potion of Mana.
    + Made it so the Elixir of Vitality has a purple color
      (previously it was gray), to make it more distinct from the
      Elixir of Dexterity (which is black).
  * Map Editor
    + Fixed crash which occurred when pressing the "OK" button in

OBS-URL: https://build.opensuse.org/request/show/913475
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=24
2021-08-21 15:49:48 +00:00
Richard Brown
f4620d5e96 Accepting request 875905 from games
OBS-URL: https://build.opensuse.org/request/show/875905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=8
2021-03-02 11:31:08 +00:00
f8ad9c61e2 Accepting request 875792 from home:mnhauke:games
- Update to version 4.1.4
  * AI
    + Fixed issue which resulted in AI players being able to hire
      units from any civilization from mercenary camps (no matter
      the civilization of the mercenary faction itself).
  * Maps
    + Fixed freeze/crash when starting the Southern Baltic map.
    + Fixed issue which caused settlement territories to not be
      generated on certain custom maps.
  * Miscellaneous
    + Fixed a potential crash cause when processing triggers.
    + Fixed issue which caused certain site positions (e.g. that
      where the Hlesey revealer should be created for the
      Thunraz's Servant scenario) to not be saved in a save game.
    + Fixed issue which could mistakenly cause under certain
      circumstances a removed settlement site to be saved (when
      saving a game) as the settlement head unit for a settlement,
      instead of the town hall which had been built on top of it.
    + The preferences.txt file is now saved in AppData instead of
      in the Documents folder.
    + Improved save/load performance and memory usage for player
      tile exploration.
    + Improved the performance of the database parsing and image
      scaling.
  * Resources
    + Added checks to prevent the stored resource quantity from
      becoming negative.
  * Units
    + Added Hobgoblin Warrior unit.

OBS-URL: https://build.opensuse.org/request/show/875792
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=22
2021-03-01 08:27:36 +00:00
Matthias Mailänder
a950c30600 Accepting request 867581 from home:mnhauke:games
- Update to version 4.1.3
  * AI
  + Fixed issue which made the AI be able to take quests even if
    it didn't have a town hall.
  * Items
  - Fixed issue which allowed magic prefixes to be generated as
    suffixes and vice-versa.
  * Interface
  - Renamed the "Quests" screen to "Legacy Quests", to better
    reflect that these are missions in an old format, and which are
    supposed to be eventually updated to the Scenario mode.
  - Fixed interface issues (e.g. incorrect button placement) which
    occurred after enabling the 2x scaled mode without restarting.
  - Added terrain-only minimap mode.
  - Added settlement territories (including non-land) minimap mode.
  * Map Editor
  - Fixed crash which could occur when clicking on the "OK" button
    in the player properties dialog.
  - Fixed the position of the editor tile tooltip in the
    bottom-left in the 2x scaled mode.
  * Multiplayer
  - Fixed a potential desync cause due to floating point operations.
  * Scenarios
  - Fixed crash when picking the option to seek an alliance with the
    Hersings in the Haimadala's Progeny scenario.
  * Units
  - When randomly moving, people-averse fauna units will no longer
    enter a tile with an owner if their current tile is in an
    unowned one. In effect, this means that e.g. wyrms will not
    wander into settled areas if they start off in an unsettled

OBS-URL: https://build.opensuse.org/request/show/867581
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=21
2021-01-29 14:49:16 +00:00
7b474b16ef Accepting request 863924 from games
OBS-URL: https://build.opensuse.org/request/show/863924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=7
2021-01-18 10:29:57 +00:00
Matthias Mailänder
afc68d7f06 Accepting request 863915 from home:mnhauke:games
- Update to version 4.1.2
  * Added firewyrm green-scaled variation
- Drop patch:
  * wyrmsun-dont-search-for-a-compiler.patch (included upstream)

OBS-URL: https://build.opensuse.org/request/show/863915
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=19
2021-01-17 22:55:37 +00:00
9d13f718c3 Accepting request 862232 from games
OBS-URL: https://build.opensuse.org/request/show/862232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=6
2021-01-11 16:15:00 +00:00
4b1862d638 Accepting request 862114 from home:mnhauke:games
- Update to version 4.1.1
  - See /usr/share/doc/packages/wyrmsun/readme.txt all changes

- Update to version 4.0.5
  * Buildings
    + Fixed the variation conditions for Germanic and Teutonic
      Docks.
  * Miscellaneous
    + Fixed a potential crash when exiting a loaded saved game.
  * Pathfinding
    + Fixed a resource-gathering pathfinding issue which occurred
      if e.g. wood piles were adjacent to the building to which
      the resource would be returned, and one of the adjacent
      wood piles were unreachable.
- Update to version 4.0.4
  * Maps
    + Fixed issue which caused a crash when starting the Italy
      custom map.
  * Miscellaneous
    + Fixed a save game load issue which occurred if a reference
      was held to a destroyed unit.
    + Fixed crash which occurred when right-clicking the portrait
      of e.g. stone piles.
    + Fixed issue which allowed the Anglo-Saxon civilization to be
      chosen for custom games even if they started at the most
      basic technological level (the bronze age), even though the
      Anglo-Saxons are an iron age civilization.
  * Pathfinding
    + Fixed a pathfinding issue which could cause minecarts to get
      stuck when looking for a place to return goods to.

OBS-URL: https://build.opensuse.org/request/show/862114
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=17
2021-01-11 09:22:53 +00:00
413733872c Accepting request 858859 from games
OBS-URL: https://build.opensuse.org/request/show/858859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=5
2021-01-07 20:21:41 +00:00
Ferdinand Thiessen
f263d3c51d Accepting request 858839 from home:mnhauke:games
- Update to version 4.0.3
  * Bugfix release

OBS-URL: https://build.opensuse.org/request/show/858839
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=15
2020-12-27 15:48:25 +00:00
Matthias Mailänder
867d6f6918 Accepting request 858391 from home:mnhauke:games
- Update to version 4.0.2
  * lots of new features and improvements
    see /usr/share/doc/packages/wyrmsun/readme.txt for the full
    changelog
-

OBS-URL: https://build.opensuse.org/request/show/858391
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=14
2020-12-24 12:04:49 +00:00
3f5062fbaf Accepting request 685473 from games
OBS-URL: https://build.opensuse.org/request/show/685473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=4
2019-04-23 12:34:24 +00:00
Ferdinand Thiessen
65067a7399 Accepting request 681109 from home:mnhauke:games
- Update to version 3.5.4
  * lots of new features and improvements
    see /usr/share/doc/packages/wyrmsun/readme.txt for the full
    changelog
- Run spec-cleaner
- Use cmake to install the game
- Add patch:
  * wyrmsun-dont-search-for-a-compiler.patch

OBS-URL: https://build.opensuse.org/request/show/681109
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=12
2019-03-15 21:46:09 +00:00
fbab4eb140 Accepting request 523373 from games
1

OBS-URL: https://build.opensuse.org/request/show/523373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=3
2017-09-13 20:33:28 +00:00
Matthias Mailänder
da9243b7d5 Accepting request 522888 from home:susnux:branches:games
- Update to 2.8.1
 * Minor update to terrain features
 * Fixed a bug which caused a crash when trying to create
   a human custom hero
 * Slight update to scenario hints
 * Added an option to re-generate the custom hero name in the
   custom hero creation menu
 * Units are now categorized by civilization in the encyclopedia
 * Added next/previous buttons for the building menu
 * Fix to the Northwards to the Sea quest

OBS-URL: https://build.opensuse.org/request/show/522888
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=10
2017-09-11 18:29:07 +00:00
b80c4ad103 Accepting request 490171 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/490171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=2
2017-05-06 16:27:40 +00:00
a97298d301 Accepting request 455298 from games
OBS-URL: https://build.opensuse.org/request/show/455298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wyrmsun?expand=0&rev=1
2017-04-17 08:25:01 +00:00
Ferdinand Thiessen
89f588ac00 Accepting request 455306 from home:Mailaender:branches:games
new upstream release

OBS-URL: https://build.opensuse.org/request/show/455306
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=7
2017-02-15 21:54:38 +00:00
Ferdinand Thiessen
9857e981b5 Accepting request 425147 from home:malcolmlewis:branches:games
Update to version 2.4.2 as 2.4.0 wasn't working

OBS-URL: https://build.opensuse.org/request/show/425147
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=6
2016-09-07 00:07:59 +00:00
Ferdinand Thiessen
af98960deb Accepting request 420941 from home:Mailaender:branches:games
new upstream release

OBS-URL: https://build.opensuse.org/request/show/420941
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=5
2016-08-22 19:34:28 +00:00
Dmitriy Perlow
55ac530b97 Accepting request 395997 from home:susnux:branches:games
Use bundled icons, use hicolor instead of pixmaps as requested

OBS-URL: https://build.opensuse.org/request/show/395997
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=4
2016-05-16 17:46:25 +00:00
Ferdinand Thiessen
6e13bac609 OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=3 2016-05-16 12:17:10 +00:00
Dmitriy Perlow
c848743e25 Accepting request 395651 from home:susnux:branches:games
Update to new version.
The engine update must be accepted before this.
https://build.opensuse.org/request/show/395648

OBS-URL: https://build.opensuse.org/request/show/395651
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=2
2016-05-15 19:37:11 +00:00
Ferdinand Thiessen
98aefe09bf Accepting request 350705 from home:Mailaender:branches:games
match the wyrmgus version

OBS-URL: https://build.opensuse.org/request/show/350705
OBS-URL: https://build.opensuse.org/package/show/games/wyrmsun?expand=0&rev=1
2015-12-24 19:38:18 +00:00