Skip to content

Commit

Permalink
Merge branch 'upcoming'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jan 14, 2024
2 parents 2011b1a + 29c097b commit c6a46de
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 4 deletions.
71 changes: 71 additions & 0 deletions content/blarg/2024-01-14_0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: 'Naev 0.11.1'
author: Naev DevTeam
tags: [ 'release' ]
blurb: The Naev DevTeam is proud to announce the release of Naev version 0.11.1.
---

The Naev DevTeam is proud to announce the release of Naev version 0.10.1. This
update fixes some issues on certain platforms with video memory corruption and
crashes, and a myriad of smaller issues here and there. It is highly
recommended to update to the newest version. We would like to thank all the
contributors who have participated and helped in the making of this release.

You can get the latest version from any of the following sources:

<%= badge( "github", "0.11.0" ) %>
<%= badge( "steam" ) %>
<%= badge( "itchio" ) %>
<%= badge( "flathub" ) %>

<br>

<%= video( @items['/videos/0.11.0_trailer.webm'], "Naev 0.11.0 official trailer.", "video720p" ) %>

### Full Changelog

* Give all ammo back to player after doing obelisk
* Fixed player being invincible after completing an obelisk
* Fixed a crash when loading games while a landing hook was running
* Fixed race condition in threadpool
* Fixed asteroids spawning in not proper shapes
* Fixed autonav wobble and overshooting
* Point defense won't shoot at disabled pilots anymore
* Fixed battery descriptions
* Discovering a hidden jump will make both directions known
* Fixed AI trying to scan hostile targets they lost track of
* Properly save and load `reward_value` to and from saves
* Fixed events and missions being able to trigger in obelisk tests
* Fixed beam weapons not hitting asteroids
* Properly compute weapon range with `launch_range` modifiers
* Fixed some range checks with inrange weapon sets
* Fixed Empire Pacifier mass being too low
* Fixed warning when looking at internal flow amplifier descriptions
* Removed Soromid Ira turret and forward weapon stats
* Fixed reality rip and avatar of sirichana abilities giving errors when the AI tries to use them
* Fixed issue on some systems with indexed images
* Fixed pirates and pilots that don't care being able to disable the fake transponder
* Can now see and target allies that are stealthed
* Pheromone emitter won't do anything in exclusively claimed systems
* Fixed some weapons such as beams not hitting targets other than selected one
* Fixed rendering order making it so most effects were below the player
* Fixed fallback switch weapon sets not being found properly
* Fixed bioship "Wanderer" perk giving absolute accel bonus instead of relative
* Increased Neural Accelerator Interface energy regen malus to -100%
* `zalek/blackhole/zbh09`: don't error out when a bioship ceases to exist
* `kidnapped/traffic_00`: fixed formatting string telling the player what system to go to
* `kidnapped/traffic_01`: ship should spawn if taking off in the same system, not just jumping in
* `tutorial/nelly01`: fixed derelict message not appearing
* `minerva/pirate4`: fixed save me spam only being print once
* `neutral/seek_n_destroy`: fixed warnings when taking off in the same system
* `sirius/achack/achack01`: fixed not being able to accept mission
* `dvaered/dv_diversion`: fixed not being able to accept mission
* `dvaered/dv_bikers`: don't allow the player to use escorts and properly update mission TODO
* `sirius/achack03`: fixed not being able to complete the mission
* `neutral/kidnapped`: fixed inconsistency in the name of the system to go to
* `shadow/shadowrun`: fixed VN issues not allowing mission completion
* `shadow/shadowrun`: changed locations to make it possible to do in the allotted time-frame
* `shadow/shadowvigil`: fixed Seiryuu not appearing
* `shiplover`: don't ask the player about ships they can't obtain
* Fixed many typos
* Translation updates
6 changes: 3 additions & 3 deletions content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Downloads

<%
# Set the version here
version = "0.11.0"
version = "0.11.1"
%>

Naev can be acquired from the following sources:
You can download Naev from the following sources:

<%= badge( "github", version ) %>
<%= badge( "steam" ) %>
Expand Down Expand Up @@ -57,7 +57,7 @@ If you are running MacOS Catalina or newer you may have to bypass Gatekeeper: Se
64-bit AppImages are available above, these can be marked as executable and bundle all dependencies and data required to play.
<!--Ubuntu users can install Naev through the [Playdeb package](http://www.playdeb.net/software/NAEV). If you’re unfamiliar, instructions can be found [here](http://www.playdeb.net/updates/Ubuntu/#how_to_install).-->

We have been packaged by Ubuntu, Debian, Gentoo, Arch Linux, openSUSE, Fedora, Manjaro, and OpenBSD as naev.
Naev has been packaged by Ubuntu, Debian, Gentoo, Arch Linux, openSUSE, Fedora, Manjaro, and OpenBSD as naev.

<!--If you’re using our official binaries, make sure to install the dependencies. -->
</div>
Expand Down
1 change: 0 additions & 1 deletion content/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ title: Media

<%= video( @items['/videos/0.11.0_trailer.webm'], "Naev 0.11.0 Trailer", "video720p" ) %>


<hr/>

### Screenshots
Expand Down

0 comments on commit c6a46de

Please sign in to comment.