Skip to content

Commit

Permalink
v0.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Feb 21, 2018
1 parent b4582b6 commit 42179f6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Barotrauma/BarotraumaClient/BarotraumaClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Barotrauma</RootNamespace>
<AssemblyName>BarotraumaClient</AssemblyName>
<AssemblyName>Barotrauma</AssemblyName>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
Expand Down
6 changes: 3 additions & 3 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.1")]
[assembly: AssemblyFileVersion("0.7.0.1")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
6 changes: 3 additions & 3 deletions Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.0.1")]
[assembly: AssemblyFileVersion("0.7.0.1")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaShared/README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BAROTRAUMA

www.undertowgames.com/barotrauma
Copyright © Undertow Games 2017
Copyright © Undertow Games 2018

Default controls:
WASD - move
Expand Down Expand Up @@ -71,4 +71,4 @@ Sound effects:
------------------------------------------------------------------------

Textures from the PK01, PK02 and Ancient Collection Texture packages by Philip Klevestav are used in some of the sprites in the game.
The texture packages are licensed under a Creative Commons Attribution 3.0 Unported License (https://creativecommons.org/licenses/by/3.0/).
The texture packages are licensed under a Creative Commons Attribution 3.0 Unported License (https://creativecommons.org/licenses/by/3.0/).
11 changes: 7 additions & 4 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Multiplayer additions:
- Cutting and repairing walls is included in server logs.

Multiplayer bugfixes:
- Fixed clients getting disconnected due to desync when a new monster is spawned mid-round by a repeating
monster event.
- Fixed clients getting disconnected due to desync when a new monster is spawned mid-round by
a repeating monster event.
- Fixed modified clients being able to chat while unconscious due to the lack of server-side checks.
- Fixed modified clients being able to disconnect locked wires due to the lack of server-side checks.
- Fixed chat messages being assigned to the wrong sender when their bodies have been eaten.
Expand All @@ -110,8 +110,8 @@ Multiplayer bugfixes:
- Fixed "selected mode" and "mission type" settings not being saved.
- Level seed randomization can be toggled on and off via the debug console.
- Fixed dedicated server not randomizing the submarine or game mode even if randomization is enabled.
- Lighting is forced back on when a client starts a round (-> can't disable lighting by using the console
command before joining a server).
- Lighting is forced back on when a client starts a round (-> can't disable lighting by using the
console command before joining a server).

Bugfixes:
- Fixed wire connections being lost when copy-pasting in the submarine editor.
Expand All @@ -124,6 +124,9 @@ Bugfixes:
- Fixed damage modifiers being applied multiple times when wearing an item that takes up multiple slots.
Meaning that items such as the diving suit gave the players an excessive protection against damage.
- Messagebox overflow fixes.
- Fixed status effects not being able to decrease stun timers.
- Fixed anti-husk medicine being able to reduce husk infection state after the infection has reached
the active state.
- Fixed monsters being able to spawn right next to the spawnpoint of the sub.
- Fixed hulls not being linked to gaps if the center of the gap is exactly at the edge of the adjacent
hulls.
Expand Down
2 changes: 1 addition & 1 deletion Barotrauma/Launcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 42179f6

Please sign in to comment.