Joonas Rikkonen
|
2b5e828716
|
(afc093585) Removed leftover debug message from whitelist
|
2019-06-13 11:46:23 +03:00 |
|
Joonas Rikkonen
|
a34a6bf1db
|
(31379c825) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-06-13 11:44:39 +03:00 |
|
Joonas Rikkonen
|
bd5c18aea2
|
(eeeb15d3d) Added: Platform collision for items
|
2019-06-13 11:44:18 +03:00 |
|
Joonas Rikkonen
|
a92e01b6af
|
(1256d7edc) Fixed servers using a local campaign save path sent by the client setupping the campaign. Closes #1564
|
2019-06-12 16:45:44 +03:00 |
|
Joonas Rikkonen
|
e3ca616fff
|
(869ac975f) Merge branch 'master' into dev
|
2019-06-12 16:43:56 +03:00 |
|
Joonas Rikkonen
|
eaf4f6afb8
|
(face37755) Fixed clients timing out when trying to connect to a server that has banned someone. Closes #1568
|
2019-06-12 16:43:34 +03:00 |
|
Joonas Rikkonen
|
5f497543a4
|
(1986bc0d3) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-06-11 21:46:21 +03:00 |
|
Joonas Rikkonen
|
dd1ce8bf2f
|
(df244251c) Fixed: Electric devices that are underwater and are broken by flooding being repairable forever, due to condition never staying at full condition for long enough for the repairing to stop
|
2019-06-11 21:46:02 +03:00 |
|
Joonas Rikkonen
|
7dfa6e89fe
|
(ffa166343) Workshop fixes: - Refresh content package file in the staging folder when adding/removing files, not just when publishing. - Allow multiselecting files in the "add files" dialog. - Fixed autoupdating workshop files not working because Workshop.GetItem doesn't query the time the item was modified. - Some extra exception handling.
|
2019-06-11 21:45:01 +03:00 |
|
Joonas Rikkonen
|
67086111a1
|
(a336a3189) Increased maximum file transfer size to 50 MB
|
2019-06-10 11:36:54 +03:00 |
|
Joonas Rikkonen
|
f455467765
|
(bcf4eea95) Allow muting players mid-round through the info menu
|
2019-06-09 17:46:07 +03:00 |
|
Joonas Rikkonen
|
772b39bd7b
|
(a0870be3a) Fixed all servers showing up as "Round has not started" in the server list
|
2019-06-09 17:45:32 +03:00 |
|
Joonas Rikkonen
|
a70319bbd2
|
(97e5bb5d1) Don't show the "kick / vote to kick" buttons when inspecting the owner of the server, or display the "x voted to kick" message if someone tries to vote kick the owner.
|
2019-06-09 17:38:20 +03:00 |
|
Joonas Rikkonen
|
c4584f7763
|
(d5505ed3d) Show the name of the server in the "connecting to..." popup instead of the IP address
|
2019-06-04 16:52:07 +03:00 |
|
Joonas Rikkonen
|
bea7b58ff3
|
(a410fd46c) Trying to help the merge script through a jungle of merges
|
2019-06-04 16:37:31 +03:00 |
|
Joonas Rikkonen
|
5208b922d8
|
(46e39d26c) v0.9.0.4
|
2019-06-04 16:12:45 +03:00 |
|
juanjp600
|
9364b3839a
|
(6eee2e437) Replaced OpenTK + replaced reference OpenAL implementation with soft_oal
|
2019-06-04 16:06:05 +03:00 |
|
Joonas Rikkonen
|
81dd2f3202
|
(0c86b4b28) Revert "Don't reset the los if there is no client (single player). Fixes los resetting between game sessions (less tedious debugging)."
|
2019-06-04 16:02:25 +03:00 |
|
Joonas Rikkonen
|
edccfe223d
|
(9a7d83a40) Fullscreen bug workarounds
|
2019-06-04 16:00:38 +03:00 |
|
Joonas Rikkonen
|
e592c49fa8
|
(221f9f2a6) Merge branch 'dev' into capitalizationfixes
|
2019-06-04 15:38:31 +03:00 |
|
Joonas Rikkonen
|
f797235bfd
|
(38d8117f7) Added: More routing of TextManager.Get().Replace -> TextManager.GetWithVariable(s), missing workshop-related localization tags to englishvanilla
|
2019-06-04 15:38:12 +03:00 |
|
Joonas Rikkonen
|
822322e669
|
(bb2624736) Don't keep running the end round cinematic if the player leaves the game screen. Otherwise the player can, for example, quickly start a new single player round or switch to the sub editor, and have the game crash when then end round cinematic finishes and unloads the sub.
|
2019-06-04 15:37:52 +03:00 |
|
Joonas Rikkonen
|
b31fbe23da
|
(618410bf9) Fixed clients crashing when opening the server settings menu
|
2019-06-04 15:36:58 +03:00 |
|
Joonas Rikkonen
|
feb32943c7
|
(be8059eff) Use RestSharp to download the existing preview image when editing published workshop items. WebClient doesn't seem to work in the Mac build
|
2019-05-23 15:18:31 +03:00 |
|
Joonas Rikkonen
|
4c3e5f324f
|
(29d49d21a) Fixed too small password input box
|
2019-05-23 15:17:37 +03:00 |
|
Joonas Rikkonen
|
d0c4b83de2
|
(3cd408e4a) Cancel Steam auth ticket when cancelling server connection (by clicking "Cancel" in either the "Connecting to..." popup or the password prompt). Fixes steam auth failed errors when attempting to reconnect after cancelling.
|
2019-05-23 15:17:18 +03:00 |
|
Joonas Rikkonen
|
eed0666879
|
(76909c3c7) Fixed "clowncostume" and "crewaway" achievements not unlocking in multiplayer, fixed being able to get the "killclown" achievement by committing suicide while wearing a clown costume. Closes #1478
+ merge fix
|
2019-05-18 18:24:03 +03:00 |
|
Joonas Rikkonen
|
6332cfd55f
|
(81d7f4c1c) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-18 17:44:13 +03:00 |
|
Joonas Rikkonen
|
71d1738498
|
(76e16f98e) Use outdoorsteering when far enough from the sub. Increase the wait until reachable time a bit.
|
2019-05-18 17:43:38 +03:00 |
|
Joonas Rikkonen
|
78b67de866
|
(e9f10995d) Merge branch 'bugreporterUI' into dev
|
2019-05-18 17:43:00 +03:00 |
|
Joonas Rikkonen
|
3a2310e547
|
(3ac5065f5) Fixed: Rendering order for Bugreporter window, OK button position
|
2019-05-18 17:42:41 +03:00 |
|
Joonas Rikkonen
|
da693c20fa
|
(7bfeac605) More space for the labels in the Pump interface
|
2019-05-18 17:42:20 +03:00 |
|
Joonas Rikkonen
|
11d08f4f70
|
(2df363efc) Refactor avoiding, because the previous method wasn't working well. It now should work better, but requires a heading vector. Add some notes on how to improve the method. TODO: revisit fishes.
|
2019-05-18 17:41:58 +03:00 |
|
Joonas Rikkonen
|
84b034b34d
|
(bf1f4d5e8) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-18 17:41:06 +03:00 |
|
Joonas Rikkonen
|
3635568b6a
|
(6ac5b80f0) Fixed: PauseOnFocusLost always treated as if being enabled
|
2019-05-18 17:40:49 +03:00 |
|
Joonas Rikkonen
|
a5e869ccd0
|
(cae84e234) Translate Lidgren's "no response from remote host" error message
|
2019-05-18 17:39:59 +03:00 |
|
Joonas Rikkonen
|
f1d794cb39
|
(86c9256b3) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-18 17:35:10 +03:00 |
|
Joonas Rikkonen
|
65a914e5ed
|
(0b29f1236) Added: Scaling to mouse cursor size
|
2019-05-18 17:34:53 +03:00 |
|
Joonas Rikkonen
|
e63ffe652e
|
(5e16139ed) Added "OrderGiver" field to AI orders, always show reports from the currently controlled character (even if the report is not targeted for the character's class)
|
2019-05-18 17:26:34 +03:00 |
|
Joonas Rikkonen
|
19b4caa576
|
(a7fed8657) More punctuation fixes
|
2019-05-16 07:01:26 +03:00 |
|
Joonas Rikkonen
|
cb83984e80
|
(4ca668169) Fixed: Conflict
|
2019-05-16 05:58:48 +03:00 |
|
Joonas Rikkonen
|
257889b9cc
|
(42b18ccca) Allow to return to the initial combat mode after retreating. Implement reloading (disabled because only reloads one ammunition) -> TODO: only load ammunition when found in the inventory. Implement a generic method for removing subobjectives and resetting the reference. Refuel the repair tool.
|
2019-05-16 05:58:15 +03:00 |
|
Joonas Rikkonen
|
412d46169e
|
(1621785a9) Size variants of labels, also reverts 995d492
|
2019-05-16 05:57:39 +03:00 |
|
Joonas Rikkonen
|
f8ca1444fd
|
(7765c6989) Only show a bunch of pathfinder errors and warnings in debug builds.
|
2019-05-16 05:57:22 +03:00 |
|
Joonas Rikkonen
|
1ae482a84d
|
(8c8a15639) Implemented new wall textures
|
2019-05-16 05:56:49 +03:00 |
|
Joonas Rikkonen
|
fe5f386358
|
(61f67c194) Fix the raycast and angle checks. use the weapon position instead of the character position.
|
2019-05-16 05:56:16 +03:00 |
|
Joonas Rikkonen
|
0bb541bce8
|
(2c8e14bca) Added edge variants for new environment base textures
|
2019-05-16 05:54:50 +03:00 |
|
Joonas Rikkonen
|
e9664d3639
|
(084340338) Add an aim timer before the weapon can be used. Fix a null reference exception.
|
2019-05-16 05:54:33 +03:00 |
|
Joonas Rikkonen
|
57302f7bb8
|
(4ff749939) Added new environment assets for implementation
|
2019-05-16 05:51:28 +03:00 |
|
Joonas Rikkonen
|
049d3ba795
|
(e7bd8839d) Remove unused parameters.
|
2019-05-16 05:51:12 +03:00 |
|