Commit Graph

3940 Commits

Author SHA1 Message Date
Joonas Rikkonen
5dc3767a8e (6db19454d) Updated: Cursor with a higher resolution version 2019-05-18 17:36:47 +03:00
Joonas Rikkonen
32b6c64ed8 (f237856ca) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:36:31 +03:00
Joonas Rikkonen
be4db3ee12 (aa84bc3c8) Fixed: UI Scaling issues in 4k 2019-05-18 17:36:15 +03:00
Joonas Rikkonen
30eed1ed7c (247c9ca51) Updated alien item assemblies with localized strings 2019-05-18 17:35:58 +03:00
Joonas Rikkonen
25dc03a74d (8313e2529) Fixed server list being possible to re-refresh immediately after a server query has been sent to Steam, causing an extra "refreshing" text to appear in the list, minor layout changes 2019-05-18 17:35:42 +03:00
Joonas Rikkonen
9ae71136b1 (0af7a720d) Use directional voice chat by default 2019-05-18 17:35:26 +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
52f773027b (1da19b35c) Increased maximum voice chat volume 2019-05-18 17:34:37 +03:00
Joonas Rikkonen
3f3c16c7ba (0d9c3a3dc) Don't allow editing the LightComponent colors in any of the alien items 2019-05-18 17:34:21 +03:00
Joonas Rikkonen
038fc74b72 (2a8f78c27) Don't allow floating ice chunks to spawn near either end of the level 2019-05-18 17:34:04 +03:00
Joonas Rikkonen
d893f27dc2 (4c4f47cc2) Fixed reports by bots not being sent to clients in MP 2019-05-18 17:33:48 +03:00
Joonas Rikkonen
26c5f7a87e (8a9446ac2) Added larger GUIFrames w/ relative scale to alien containers 2019-05-18 17:33:30 +03:00
Joonas Rikkonen
ea6df7ce0d (ca59bc50f) Need to offset the sim position when not using the insidesteering. 2019-05-18 17:33:15 +03:00
Joonas Rikkonen
900ebc8993 (cd6fdc300) Lowered alien electric coil oscillator frequency in some item assemblies 2019-05-18 17:32:59 +03:00
Joonas Rikkonen
65019e8d19 (4ddd494a4) Add a todo note. 2019-05-18 17:32:43 +03:00
Joonas Rikkonen
82c735fcb9 (72ae6ed22) Use display name (translated) instead of room name. 2019-05-18 17:32:27 +03:00
Joonas Rikkonen
5774f8b1f9 (af0e86583) Reset steering while waiting. 2019-05-18 17:32:09 +03:00
Joonas Rikkonen
8a4f13a47f (06a085462) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:31:53 +03:00
Joonas Rikkonen
50e54bf8d4 (55318b678) Credits additions, made the "community actives" section a little more readable 2019-05-18 17:31:36 +03:00
Joonas Rikkonen
ff6b48110e (5cf36f4f1) Gave ruin walls a lot more health 2019-05-18 17:31:19 +03:00
Joonas Rikkonen
9155b404ea (078e3646e) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:31:02 +03:00
Joonas Rikkonen
1e85abf09d (8cbc4391a) Disable find safety while going somewhere in the sea with an order. 2019-05-18 17:30:46 +03:00
Joonas Rikkonen
7155525d5b (4d2ab0cd2) Reset the find safety priority when a safe hull has been reached or when there is no danger to flee from. Use wandering instead of resetting the steering (unfortunately doesn't work in very small hulls like airlocks). 2019-05-18 17:30:30 +03:00
Joonas Rikkonen
2945d103f9 (f825eae18) Fix follow objective not keeping the distance. 2019-05-18 17:30:12 +03:00
Joonas Rikkonen
3660df1906 (bdf4ed547) Store the last safe hull and use it if cannot find a new. 2019-05-18 17:29:56 +03:00
Joonas Rikkonen
9521f0ae2f (17fdbc9de) New path is also needed if the old becomes unreachable. Ignore the new path if it's unreachable. 2019-05-18 17:29:40 +03:00
Joonas Rikkonen
75640a321f (f4acd46ef) Don't enable the "report leaks" button inside ruins 2019-05-18 17:29:24 +03:00
Joonas Rikkonen
6463face3b (ad01c2907) Don't set the path unreachable if cannot press buttons, because we might just be too far (if the waypoint is so far). Happens when trying to enter Dugong. 2019-05-18 17:29:06 +03:00
Joonas Rikkonen
f304dab929 (67f76f467) Ignore submarine in the pathfinder raycasts, because it can prevent the bots to steer into the sub from outside of it. Doesn't seem to have any negative implications. 2019-05-18 17:28:51 +03:00
Joonas Rikkonen
3d91dfa76b (910c0c784) Use squared distance instead of distance. 2019-05-18 17:28:35 +03:00
Joonas Rikkonen
d84832296c (cd17ab725) Cleanup. 2019-05-18 17:28:18 +03:00
Joonas Rikkonen
c7ceed07c7 (7a7e715ad) Fixed report messages not going through to some clients when there are multiple clients on the server. Happened because the server would reuse the same OrderChatMessage instance for all clients, and it would get assigned the chat message ID according to the last recipient, which may not be the correct ID for other clients. 2019-05-18 17:28:01 +03:00
Joonas Rikkonen
382e05facd (75f4c1e5a) Apparently this case is already handled in the indoorssteering. 2019-05-18 17:27:44 +03:00
Joonas Rikkonen
0b8005f721 (5154265e6) Don't round ItemLabel text positions to the nearest pixel (causes weird looking "jitter" when the sub moves) 2019-05-18 17:27:25 +03:00
Joonas Rikkonen
a97e356b0a (fb0c73cf5) Added propeller damage to the shuttle engine 2019-05-18 17:27:09 +03:00
Joonas Rikkonen
c07d124315 (337c61e36) Fixed ruin walls being almost impossible to cut from inside the ruins due to the raycasts hitting colliders that prevent the subs from entering the ruins 2019-05-18 17:26:52 +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
4dfd5f6fa2 (4df232b6e) Show the campaign disclaimer also if the player goes directly to the multiplayer tabs. Closes #1468 2019-05-18 17:26:16 +03:00
Joonas Rikkonen
ac92260502 (9a949c645) Removed a minute of silence from the end of the "Objective Complete" track. Closes #1460 2019-05-18 17:26:00 +03:00
Joonas Rikkonen
b4919df766 (6bf70233b) Fixed invisible directional sonar indicators. Closes #1472 2019-05-18 17:25:43 +03:00
Joonas Rikkonen
fb206ee5a3 (71a7f5c3c) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:25:27 +03:00
Joonas Rikkonen
cb519b455d (e7e775e7b) Fixed non-translated "Toggle Battery Output" display text in Orca, increased the size of the docking labels in Bunyip to create more space for translated texts 2019-05-18 17:25:11 +03:00
Joonas Rikkonen
75b88e0c18 (33abbb810) Fixed: Interfaces that were too small on 4k by removing the use of maxsize & adding scale related multipliers to absolute values 2019-05-18 17:24:54 +03:00
Joonas Rikkonen
73bfd8d4a4 (186be436f) Use underwater scooter with LMB 2019-05-18 17:24:37 +03:00
Joonas Rikkonen
5fdc5f65f3 (d9779ffb1) Don't reset the language when resetting settings to defaults 2019-05-18 17:24:20 +03:00
Joonas Rikkonen
4bc665cc56 (c4499e07c) Changelog additions (not making the "real" 0.9.0.2 builds yet, just for the loca demo) 2019-05-18 17:24:04 +03:00
Joonas Rikkonen
5a26a06410 (37170bd95) Swapped Exo2-Medium with a little more readable Exo2-SemiBold 2019-05-18 17:23:48 +03:00
Joonas Rikkonen
4874c07d5e (6056b4603) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:23:31 +03:00
Joonas Rikkonen
d5594ee591 (ee3387a0d) Attempted fix for bots occasionally getting stuck between nodes and reversing to a previous node. Only replace the previous path when the cost of it is lower than the current path's cost (or if the target is not at the same place/ not yet assigned). Didn't have enough time to test, not sure if it works. 2019-05-18 17:23:13 +03:00