Skip to content

Commit

Permalink
v0.5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis committed Mar 6, 2017
1 parent 88a76f0 commit 5e9f69e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Subsurface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4.4")]
[assembly: AssemblyFileVersion("0.5.4.4")]
[assembly: AssemblyVersion("0.5.4.5")]
[assembly: AssemblyFileVersion("0.5.4.5")]
15 changes: 15 additions & 0 deletions Subsurface/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---------------------------------------------------------------------------------------------------------
v0.5.4.5
---------------------------------------------------------------------------------------------------------

- optimized light rendering
- switched fonts again, now to ones that support the cyrillic alphabet
- special symbols are allowed in player names again (unless there's already a player on the server
with a visually identical name)
- fixed monsters not appearing in the position indicated by the sonar in monster missions (or being desynced
whenever they did)
- fixed the game process staying active in the background after a crash
- players can't use headsets that are in the inventory
- the warning message about unlinked vents is only shown once when saving a sub (not for each vent)
- another attempt to fix AddToGUIUpdateList and SetTransformIgnoreContacts errors

---------------------------------------------------------------------------------------------------------
v0.5.4.4
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5e9f69e

Please sign in to comment.