Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.10.6 docs update #9803

Merged
merged 13 commits into from
Feb 17, 2024
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ indent_style = unset
indent_style = space
indent_size = 2

# Copyright file
[copyright]
indent_style = space
indent_size = 1

# Credits file
[credits.txt]
indent_style = space
Expand Down
38 changes: 37 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Version 0.10.6
* Bug fixes:
* Content bugs:
* Typo fixes. (@AlexBassett, @alexrovw, @bene-dictator, @fingolfin, @opusforlife2, @tibetiroka, @warp-core)
* Gave the Gatling Turret and Javelin Turret 1 required crew each. (@Amazinite)
* The "Gemini Shipyards" jobs now check the correct conditions. (@bene-dictator)
* Uninhabited systems and Kaus Borealis will now correctly change governments in the course of the Free Worlds campaign. (@bene-dictator)
* Added the "ramming" personality to the timer ship in "Sad Archie" so it behaves more like it should. (@ziproot)
* Engine bugs:
* Animated ship and planet sprites are now correctly rendered in the hail panel. (@warp-core)
* Game content:
* New content:
* Expanded the descriptions of some Hai stations. (@roadrunner56)
* Some planet descriptions will now include references to abandoned Navy bases as they are captured in Free Worlds Checkmate. (@bene-dictator)
* Added Merchant hails about dumping cargo to distract pirates. (@tibetiroka)
* Balance:
* Gave Dreadnought back their fourth Torpedo Launcher. (@warp-core)
* And the 30 extra torpedoes this provides space for. They were previously removed when the launchers were made larger.
* Replaced the LP144a battery with an LP072a battery to make space.
* Made the Lasher Pistol more defensive and less offfensive. (@Amazinite)
* Capture attack: 2.6 -> 1.1
* Capture defense: 1.4 -> 2.8
* Other:
* Reduced the spawn rate of Astral Cetaceans and Embersylphs, and removed the large Embersylphs. (@Saugia)
* Added the "lingering" personality to the "Gegno Old" fleets, containing intra-systemm Protoliths. (@Saugia)
* User interface:
* Increased the padding between the energy and heat table and the list of installed outfits in the ship info display in the shipyard and outfitter. (@warp-core)
* Opening the menu panel with a credits scroll speed of 0 resets the scroll speed. (@TomGoodIdea)
* Under the hood:
* Removed the declaration of an undefined mmethod. (@warp-core)
* Corrected the order of some copyright entries, and removed spaces from file patterns (as they are not allowed there). (@ziproot)
* Added some missing color definitions for message text. (@TomGoodIdea, @Koranir, @warp-core)
* CI/CD and development environment:
* Added "GOG" as an option for "game source" in the bug report issue template. (@warp-core)
* Renamed the feature request issue template to "Feature/Balance/Change Request". (@Amazinite)

Version 0.10.5
* Big changes:
* Expanded the mechanics behind asteroid mining, including the addition of mining lasers that increase the yield of asteroids, tractor beams that pull ores toward your ship, and dedicated mining ships in human space. (@Amazinite, @bene-dictator, @Quantumshark, @Saugia)
Expand Down Expand Up @@ -471,7 +507,7 @@ Version 0.10.2
* New human news items. (@dorbarker)
* New jobs in Free Worlds space during the war that involve Military cargo. (@dorbarker)
* Mission changes:
* The "FW Pug 2C" missions now use autoconditions to ensure the appropriate one is offered instead of relying on MissionAction blocking. (@warp_core)
* The "FW Pug 2C" missions now use autoconditions to ensure the appropriate one is offered instead of relying on MissionAction blocking. (@warp-core)
* The "Street Swindle" mission is now invisible, and uses conversation actions to take credits from the player and is always declined. (@lumbar527)
* Small wording change to "Earth Retirement" mission. (@lumbar527)
* Various wording changes to Gegno intro missions. (@Saugia)
Expand Down
3 changes: 2 additions & 1 deletion credits.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to Endless Sky!
version 0.10.6-alpha
version 0.10.6

The player's manual and other
resources are available at:
Expand Down Expand Up @@ -224,6 +224,7 @@ contributed to Endless Sky:
fakepass
fcfort
Ferociousfeind
fingolfin
finite-galaxy
FixItYondu
flaviojs
Expand Down
2 changes: 1 addition & 1 deletion endless-sky.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH endless\-sky 6 "27 Jan 2024" "ver. 0.10.6-alpha" "Endless Sky"
.TH endless\-sky 6 "17 Feb 2024" "ver. 0.10.6" "Endless Sky"

.SH NAME
endless\-sky \- a space exploration and combat game.
Expand Down
15 changes: 15 additions & 0 deletions io.github.endless_sky.endless_sky.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@
</screenshot>
</screenshots>
<releases>
<release version="0.10.6" date="2024-2-17">
<description>
<p>This is a stable release, focused on fixing bugs and making some other small improvements.</p>
<p>These changes include:</p>
<ul>
<li>The Gatling Turret and Javelin Turret now each require one crew member.</li>
<li>The timer ship in "Sad Archie" has been given the "ramming" personality to improve its consistency.</li>
<li>Animated ship and planet sprites are now correctly rendered in the hail panel instead of not being rendered at all or being rendered at a high frame rate.</li>
<li>Gave the stock Dreadnought its fourth Torpedo Launcher back that it had lost in a previous release to make room for a bigger battery; it didn't need the bigger battery.</li>
</ul>
<p>There's much more in the changelog!</p>
<p>Special thanks to the 13 people who contributed to this release!</p>
</description>
<url>https://github.comm/endless-sky/endless-sky/blob/v0.10.6/changelog</url>
</release>
<release version="0.10.5" date="2024-1-27" type="development" urgency="low">
<description>
<p>This is an unstable release, containing big changes that may introduce new bugs.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void PrintHelp()
void PrintVersion()
{
cerr << endl;
cerr << "Endless Sky ver. 0.10.6-alpha" << endl;
cerr << "Endless Sky ver. 0.10.6" << endl;
cerr << "License GPLv3+: GNU GPL version 3 or later: <https://gnu.org/licenses/gpl.html>" << endl;
cerr << "This is free software: you are free to change and redistribute it." << endl;
cerr << "There is NO WARRANTY, to the extent permitted by law." << endl;
Expand Down
Loading