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
|
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
|
82dee0ffd7
|
(7f0150165) Fixed exception in SteamManager.RefreshServerDetails when not connected to Steam.
|
2019-06-04 15:36:40 +03:00 |
|
Joonas Rikkonen
|
f6e6218bb1
|
(6736960da) Fixes to name-based item checks that wouldn't work correctly if playing in a language other than English: - Fixed Item.ReadSpawnData failing to find the correct prefab if the client is using a different language than the server, a couple of fixes to name-based item checks. - Fixed extra cargo spawning. - Fixed clients not getting correct ID card tags for the respawn shuttle.
|
2019-06-04 15:36:21 +03:00 |
|
Joonas Rikkonen
|
04f69dbe63
|
(b3c71807f) Updated to the latest version of GameAnalytics
|
2019-06-04 15:33:38 +03:00 |
|
Joonas Rikkonen
|
a3e67dd40a
|
(7163b300e) Added: Way for capitalizing / lowercasing replaced variables depending on the position in the sentence & some implementations
|
2019-06-04 15:32:59 +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
|
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
|
9ba0b9a006
|
(c8f08ef59) Changelog update, increment version number
|
2019-05-23 15:15:11 +03:00 |
|
Joonas Rikkonen
|
7c67b1f164
|
(57c46943d) Quick fix watchman graphics (not quite right yet, but better). Re-enable the variant 2.
|
2019-05-20 21:00:11 +03:00 |
|
Joonas Rikkonen
|
b71adc7589
|
(2e0e45e1f) Updated: Localization
|
2019-05-20 20:46:21 +03:00 |
|
Joonas Rikkonen
|
b8da5670c1
|
(220a59c65) Fixed nullref exception in AIObjectiveRescure.Act if the character has no FindSafety objective
|
2019-05-20 20:32:35 +03:00 |
|
Joonas Rikkonen
|
e5379257f4
|
(e731bd4ae) Fixed dedicated server overwriting existing crash reports
|
2019-05-18 17:44:33 +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
|
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
|
9155b404ea
|
(078e3646e) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-18 17:31:02 +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
|
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
|
f605651966
|
(683b11c00) High-res shuttle preview images + merge fix
|
2019-05-16 08:49:01 +03:00 |
|
Joonas Rikkonen
|
970a5a8732
|
(0b88fdd81) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-16 06:49:30 +03:00 |
|
Joonas Rikkonen
|
af7fcb823d
|
(63921aa0d) Implement GetVisibleHulls method.
|
2019-05-16 06:49:11 +03:00 |
|
Joonas Rikkonen
|
53d78d2a2a
|
(0f7b2ad10) Incremented version number & updated changelog
|
2019-05-16 06:47:40 +03:00 |
|
Joonas Rikkonen
|
69494dcde8
|
(d7a4efa97) Merge branch 'human-ai' into dev
|
2019-05-16 06:19:27 +03:00 |
|
Joonas Rikkonen
|
e8ee3f9d18
|
(18eb9f712) Fix bots stealing items if they happen to target them before somebody equips them.
|
2019-05-16 06:19:10 +03:00 |
|
Joonas Rikkonen
|
df89114850
|
(67f64fd23) Incremented version number
|
2019-05-16 06:18:53 +03:00 |
|
Joonas Rikkonen
|
e367f900b8
|
(2a4bd39c2) Merge branch 'dev' into human-ai
|
2019-05-16 05:33:13 +03:00 |
|
Joonas Rikkonen
|
3d7a113d75
|
(048b753e6) Merge branch 'dev' into human-ai
|
2019-05-16 05:20:29 +03:00 |
|
Joonas Rikkonen
|
82d74f7481
|
(a1ebc2642) Use lazy loading to ensure that the list is assigned when it's needed. Fixes null reference exceptions when pumping water or charging batteries.
|
2019-05-16 05:15:34 +03:00 |
|
Joonas Rikkonen
|
108e42edb0
|
(b5250291f) Merge branch 'dev' into human-ai
|
2019-05-16 05:15:16 +03:00 |
|
Joonas Rikkonen
|
b02565796a
|
(98f1dbf5e) Merge branch 'dev' into human-ai
|
2019-05-16 05:14:58 +03:00 |
|
Joonas Rikkonen
|
454dda56c7
|
(1762f02b3) Merge branch 'dev' into human-ai
|
2019-05-16 05:08:22 +03:00 |
|
Joonas Rikkonen
|
039d07f693
|
(a2943d8b7) Merge branch 'dev' into human-ai
|
2019-05-16 05:04:10 +03:00 |
|
Joonas Rikkonen
|
60f52375e6
|
(7788ec72a) Test issuing orders automatically.
|
2019-05-16 05:03:49 +03:00 |
|
Joonas Rikkonen
|
5af8170ac6
|
(372c6e60a) More automatic text scaling + merge fix
|
2019-05-06 14:15:40 +03:00 |
|
Joonas Rikkonen
|
029f5fccda
|
(8df97f638) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-05-06 11:35:46 +03:00 |
|
Joonas Rikkonen
|
26eaf244ed
|
(b17b66c5f) updated remora and drone
|
2019-05-06 11:35:29 +03:00 |
|
Joonas Rikkonen
|
f42a7c1ec6
|
(69d450d58) Initialize SteamManager before creating the GameMain instance
|
2019-05-06 11:34:36 +03:00 |
|
Joonas Rikkonen
|
0817f8b3ef
|
(ec2543ae9) Merge remote-tracking branch 'origin/x86-build' into dev
|
2019-05-06 11:30:17 +03:00 |
|
Joonas Rikkonen
|
cffaef3c3c
|
(4dba94638) Legacy save file support (= save files present in Data/Saves will still be usable)
|
2019-05-06 11:29:24 +03:00 |
|
Joonas Rikkonen
|
7b718673e8
|
(46e237b4f) Added x86 build configurations
|
2019-05-06 11:28:31 +03:00 |
|
Joonas Rikkonen
|
44001459c0
|
(ef6edf745) Fixed remote characters frequently getting stuck to the ragdoll state in multiplayer. Happened because the characters are forced to stay in ragdoll mode if they're moving more than 1 m/s, and if the character stops being ragdolled server-side and starts moving, the movement will prevent it from going back to normal state client-side. Now the client will simply determine the ragdoll state based on the ragdoll input from the server.
|
2019-05-06 11:24:37 +03:00 |
|
Joonas Rikkonen
|
2f0e7605c8
|
(b39fb8cf6) 32-bit freetype6.dll
|
2019-05-06 11:24:00 +03:00 |
|