27917ee3761f83c22617273221b78fe3aa2e246f
commit 483f2ad4fd9d91b9763d25df592a899cdf39ba67 Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 19:19:01 2019 +0200 Instead of making coilgun bolts continuously deteriorate to give them a lifetime of 5 seconds, simply create a delayed status effect that removes them after 5 seconds of being launched. commit 00b8d48d4d1d933e76a6c0d7df5320c50dc0a07d Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 19:16:40 2019 +0200 Wait at least 0.15 seconds before creating a new condition update event for an item. Some rapidly deteriorating items (e.g. coilgun bolt, faraday artifacts) would otherwise cause new events to be created at an excessively high rate. commit 84e6948a4898dd040b2a84eb5f1ad97c20dfc69f Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 19:14:58 2019 +0200 Server can send multiple network event packets per update if there's too many events to fit in one packet (up to 4 packets per update). commit 40797e91d67f965ac6d292367fef5386214abbdb Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 17:34:49 2019 +0200 NetEntityEvent changes: - Don't restrict the number of events per message, but instead write as many events as the packet can fit (up to a maximum of 1024 bytes to leave some space for other types of data (event IDs, chat messages and such)). - Decrease the delay after which events can be resent (RTT * 1.5 -> RTT). commit bfefbb5d7da3ce6a5fe9cb7ff733ec5df37a8a15 Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 14:31:03 2019 +0200 Fixed FixDurationLowSkill & FixDurationHighSkill parameters in Repairable being case-sensitive, causing almost none of the xml values to be used. + Moved client-specific repairable methods to the client project, and server-specific to the server project. commit 311f67c6c6b8d2cd9f4f4ca820e42316938c4f17 Author: Joonas Rikkonen <poe.regalis@gmail.com> Date: Sun Mar 24 14:09:10 2019 +0200 Fixed "trying to add a dead character to crewmanager" errors when attempting to revive a character killed by some other affliction than internal damage, bleeding or burns. Closes #1341
Barotrauma
Copyright © Undertow Games 2017-2019
Before downloading the source code, please read the EULA.
If you have a question or an issue to report, please check our Contribution Guideline.
If you're interested in working on the code, either to develop mods or to contribute something to the repository, you will also find instructions in the Contribution Guideline.
Links:
Official Website: www.barotraumagame.com
Forums: http://undertowgames.com/forum/
Wiki: http://barotrauma.gamepedia.com/Barotrauma_Wiki
Prerequisities:
Windows
- Visual Studio with C# 7.0 support (VS 2017 or later recommended)
Linux
macOS
Description
Languages
C#
63.2%
C
26.8%
C++
5.9%
Shell
1.1%
Makefile
0.8%
Other
1.9%