Commit Graph

4640 Commits

Author SHA1 Message Date
Joonas Rikkonen
bc566ac0e7 (bc44f3622) Fixed credits not resizing when resolution is changed 2019-06-04 15:32:04 +03:00
Joonas Rikkonen
04932e960a (5b6f8ab90) Assign displayModeDD.OnSelected before adding items to it 2019-06-04 15:31:46 +03:00
Joonas Rikkonen
b3b9167c48 (034bb920b) Fixed selecting display resolution when using borderless on Linux 2019-06-04 15:31:27 +03:00
Joonas Rikkonen
adaa59a39b (e4191497a) Workaround to changing resolution in fullscreen + force borderless windowed to display resolution 2019-06-04 15:31:09 +03:00
Joonas Rikkonen
19eb50d4fb (99824fa09) Reallow changing resolution in fullscreen/borderless, 4 real now 2019-06-04 15:30:49 +03:00
Joonas Rikkonen
93e4767fb8 (657674526) Reallow changing resolution in fullscreen/borderless. TODO: test, disable in borderless because it seems to do nothing? 2019-06-04 15:30:32 +03:00
Joonas Rikkonen
88c4c9a248 (456804016) Handle exceptions thrown by GameAnalytics.SetEnabledInfoLog in debug builds 2019-06-04 15:30:14 +03:00
Joonas Rikkonen
bce99f2e6f (7e0adb991) Fixed legacy items failing to load if a sub is saved with a language other than English and the language then changed to something else. 2019-06-04 15:29:55 +03:00
Joonas Rikkonen
ebd916e95c (9a7d83a40) Fullscreen bug workarounds 2019-06-04 15:29:36 +03:00
Joonas Rikkonen
405cdf63a3 (a7543019c) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 17:04:47 +03:00
Joonas Rikkonen
304db988b1 (b63c9bf0c) Fixed OpenFileDialog not closing on Linux 2019-05-23 17:04:30 +03:00
Joonas Rikkonen
834ee2947b (32eb82193) Fix: bots not using the oxygen tanks found in their inventory when the find safety objective is active. 2019-05-23 16:28:22 +03:00
Joonas Rikkonen
e9d31ed0be (1241a5bd4) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 16:28:04 +03:00
Joonas Rikkonen
44a5c9e588 (81babbeac) Added Linux System.Windows.Forms 2019-05-23 16:27:46 +03:00
Joonas Rikkonen
2c22d6b6d7 (26f71bab4) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 16:27:27 +03:00
Joonas Rikkonen
90149b9435 (912383b95) Unequip the diving gear when the follow target unequips it. 2019-05-23 16:27:10 +03:00
Joonas Rikkonen
b8ebf34c38 (4c111302a) Fixed Shuttle Shell A01/A02 colliders not being resized according to the size of the wall 2019-05-23 16:26:51 +03:00
Joonas Rikkonen
aab7b3ff16 (c08201dee) Hide the texture scale for now, because currently you shouldn't edit it in the editor. 2019-05-23 16:26:31 +03:00
Joonas Rikkonen
48e8c62cae (97bf93407) Fix a typo in a function name. 2019-05-23 16:26:13 +03:00
Joonas Rikkonen
79bb912a53 (1da783d84) RepairTool fixes. Closes #1486 - Fixed Submarine.PickBodies only returning the closest body it hits (and the body the ray is inside, if any). - Welding tool raycasts can go through walls, but not fix other types of entities behind the walls. Now it's possible to weld multiple overlapping walls at the same time, but not doors/characters behind the wall. - Made the welding & plasma particles bigger to match the increased range of the tools better. 2019-05-23 16:07:47 +03:00
Joonas Rikkonen
a95f1b7186 (d7b8238d6) Don't show reports from breaches that are room to room (the bots should still target them). 2019-05-23 15:18:50 +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
c6f2125b4f (85a4d4243) Fixed Steam servers never refreshing their info on the master server (game started, settings, etc), report the currently selected sub to Steam. Closes #1489 2019-05-23 15:18:13 +03:00
Joonas Rikkonen
5c06210265 (c01fdfc22) Attempt to fix items dropping out of the inventory in multiplayer, part 527: Inventory.ServerRead first drops all items that are in incorrect slots from the inventory, and then places the current items into correct slots. I think the problem was that the items were not necessarily dropped at the exact position of the character, because the physics update is run between the item position update and reading the network event. This occasionally caused the item to end up in a position where the character can't pick it again when placing the items into correct slots. Now the position of the item is forced to the position of the character during the dropping, and the CanClientAccess check is not done on items that were already in the character's inventory. 2019-05-23 15:17:55 +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
5f4e6dc1a3 (8adbf4e54) Fixed hitscan projectiles going through walls if the weapon is fired while it's barrel is inside a collider 2019-05-23 15:16:59 +03:00
Joonas Rikkonen
65eb8f35c9 (7e8f246d2) Fixed clients not seeing turrets rotating at their end when another client is operating the turret. Happened because the cursor position was only synced when the aim key was pressed, and aiming is not required anymore when using turrets. 2019-05-23 15:16:42 +03:00
Joonas Rikkonen
5392a8b0d7 (fc1332bcb) Fixed structures getting scaled incorrectly when cloning a structure with a non-default scale in the sub editor 2019-05-23 15:16:23 +03:00
Joonas Rikkonen
950425174d (7aea3c20b) Fixed subs with the HideInMenus tag being hidden in debug builds but not in release builds (instead of the other way around) 2019-05-23 15:15:30 +03:00
Joonas Rikkonen
9ba0b9a006 (c8f08ef59) Changelog update, increment version number 2019-05-23 15:15:11 +03:00
Joonas Rikkonen
6ef3828ac1 (21d03e165) Increased maximum voice chat volume further 2019-05-23 15:14:54 +03:00
Joonas Rikkonen
cddc049a6a (c0e610a99) Ugly temporary workaround to OpenFileDialog crashing on some Linux systems. If instantiating the dialog fails, a message box pops up where the user can enter the path to the file manually. 2019-05-23 15:14:34 +03:00
Joonas Rikkonen
80a3a26fcd (eb8bec90d) Use RestSharp to download workshop preview images (WebClient seems to be unreliable on Linux & Mac) 2019-05-23 15:14:17 +03:00
Joonas Rikkonen
f0ea1c628b (7a81e1d9d) Changelog update 2019-05-23 15:13:58 +03:00
Joonas Rikkonen
aea21aa9d4 (1587318e9) Don't show the combat mission success text if it hasn't been translated 2019-05-23 15:13:40 +03:00
Joonas Rikkonen
88605bd060 (f95a5142b) Fixed: Game crashing when clicking on the 'No matchign servers found.' message in server list 2019-05-23 15:13:02 +03:00
Joonas Rikkonen
60c85a19f3 (511dc4358) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 15:12:44 +03:00
Joonas Rikkonen
ebd215df53 (6c4495e04) Fixed: Mechanic cabinet highlighting before deconstructing 2019-05-23 15:12:26 +03:00
Joonas Rikkonen
c237ffa982 (8a1744511) Removed duplicate swarm description. Closes #1490 2019-05-23 15:12:08 +03:00
Joonas Rikkonen
2a20b68f3c (33a87d5c8) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 15:11:49 +03:00
Joonas Rikkonen
b6a0cd3871 (7a85fb03d) Added: Possibility to access any tutorial in a debug build 2019-05-23 15:11:31 +03:00
Joonas Rikkonen
f7d2a61b6c (5acbb955e) Slice the overlay sprite of the connection panel to prevent it from overlapping with the connections on larger resolutions (TODO: test on resolutions higher than 1080p) 2019-05-23 15:11:13 +03:00
Joonas Rikkonen
827f54fcff (a13c74ce0) Fixed: Loading screen dismissable & escape usable when the game is not active 2019-05-23 15:10:38 +03:00
Joonas Rikkonen
1cd47a351e (0c95d9c7b) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 15:10:03 +03:00
Joonas Rikkonen
cd5d81c3f1 (e8befa230) Added: Unlocking of tutorials one by one. Fixed: EngineerTutorial's submarine reactor not starting properly in the off-state 2019-05-23 15:09:42 +03:00
Joonas Rikkonen
a359450b0d (e54e87ee6) Fixed mechanic tutorial deconstruct objective not triggering if hatch is closed and repair ui thresholds 2019-05-23 15:09:23 +03:00
Joonas Rikkonen
d3b60d3d6a (52b71b2f2) Fixed captain tutorial being impossible to complete due to the "all"/"job specific" options being removed from the "repair systems" order 2019-05-23 15:09:04 +03:00
Joonas Rikkonen
90b0c208fc (1343e66e3) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 15:08:45 +03:00
Joonas Rikkonen
1fb558d7ef (84593b8fb) Fixed: Oxygen levels of the patient on the submarine being adjusted too late 2019-05-23 15:08:27 +03:00