Commit Graph

3816 Commits

Author SHA1 Message Date
Joonas Rikkonen
a4bb8efa79 (bfd04acda) Fixed compiler error on Mac (I think)? 2019-05-16 06:47:58 +03:00
Joonas Rikkonen
53d78d2a2a (0f7b2ad10) Incremented version number & updated changelog 2019-05-16 06:47:40 +03:00
Joonas Rikkonen
58d60c9162 (ee53e1507) Fixed crashing when a StatusEffect causes an item to be used on a target. Closes #1466 2019-05-16 06:47:23 +03:00
Joonas Rikkonen
4b7458cc44 (53c2ee2d5) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:47:06 +03:00
Joonas Rikkonen
9f99113dd4 (608be52a4) optimized hulls and gaps 2019-05-16 06:46:47 +03:00
Joonas Rikkonen
75b9ea6cce (cb3078117) Merged hulls to fix speech issue 2019-05-16 06:46:30 +03:00
Joonas Rikkonen
10d219f935 (c249eaee6) Add a filter callback in the GetLinkedEntities method. 2019-05-16 06:46:13 +03:00
Joonas Rikkonen
ce02152130 (ef2a86a63) Add a null check. 2019-05-16 06:45:53 +03:00
Joonas Rikkonen
496ee1492c (1fe9abf75) Fix the GetAdjacentHulls method. 2019-05-16 06:45:36 +03:00
Joonas Rikkonen
3318fd8e14 (fea9b6c97) Updated: Localization 2019-05-16 06:45:18 +03:00
Joonas Rikkonen
08ade4a262 (12cfc8a35) Fixed doctor tutorial attempting to find the Doctor job based on the name instead of identifier 2019-05-16 06:45:02 +03:00
Joonas Rikkonen
3b5ae37a1a (a275d7aba) Use NotoSans instead of NotoSansCJK as an override for BebasNeue in Russian (NotoSansCJK is a chinese/japanese/korean font that has a ridiculous number of symbols) 2019-05-16 06:44:44 +03:00
Joonas Rikkonen
ff83e3fe38 (4ceb463a2) Fixed medic tutorial crashing on languages other than English due to RoomNames being used to find specific hulls (now uses cargo spawnpoints) 2019-05-16 06:44:27 +03:00
Joonas Rikkonen
38b7d326d6 (774a92f5e) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:44:10 +03:00
Joonas Rikkonen
49b0ee7c50 (de26bb46c) AutoScale CustomInterface texts to prevent overflows 2019-05-16 06:43:54 +03:00
Joonas Rikkonen
3153771cc7 (6f231d0fc) Add generic methods for getting linked map entities. TODO: memory-optimized overload for hulls. 2019-05-16 06:43:33 +03:00
Joonas Rikkonen
3d7b229385 (267e53638) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:43:15 +03:00
Joonas Rikkonen
b7e8407df5 (b130881e0) Added: Overriding of the BebasNeue-Regular.otf in Russian due to missing characters 2019-05-16 06:42:59 +03:00
Joonas Rikkonen
02723c661c (fb09fec10) Credits changes 2019-05-16 06:42:42 +03:00
Joonas Rikkonen
8fe2f74969 (b2fcca59f) Changed navconsole custom fields to use translated strings 2019-05-16 06:42:24 +03:00
Joonas Rikkonen
114fada396 (779fe50ee) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:42:08 +03:00
Joonas Rikkonen
42f287e254 (59629f0e1) Fixed: ContentPackage path not being valid on MacOS 2019-05-16 06:41:51 +03:00
Joonas Rikkonen
464aa46980 (359537369) Don't do visibility checks in ChatMessage.GetGarbleAmount if the listener and the speaker are in the same hull 2019-05-16 06:41:33 +03:00
Joonas Rikkonen
1b4957d2e6 (15f884096) Remora HQ preview pic 2019-05-16 06:41:13 +03:00
Joonas Rikkonen
f01747e822 (773ace2cd) Fixed RagdollParams/AnimationParams GetDefaultPath failing if there are multiple installed content packages that define characters with the same name. TODO: take custom ragdoll/anim paths into account when calculating content package hashes 2019-05-16 06:40:57 +03:00
Joonas Rikkonen
2b95c55070 (5f20d1b76) Remove custom steering logic for stairs, because most of the waypoints going over the stairs don't have stairs assigned to them. Bots shouldn't drop the diving suit if any of the nodes in the path has stairs. Doesn't work well, but it's a minor issue. Don't want to do raycasts here. 2019-05-16 06:40:39 +03:00
Joonas Rikkonen
113e17a409 (4cbb13747) Humpback: added waypoints to bilge manually 2019-05-16 06:40:21 +03:00
Joonas Rikkonen
5e61e476c8 (4ff7c12d2) removed colliders from tail fins 2019-05-16 06:40:04 +03:00
Joonas Rikkonen
4690c441e3 (985be28e4) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:39:48 +03:00
Joonas Rikkonen
5a4f50cfd2 (a6aea4ada) Fixed clients failing to spawn items when using a different language than the server 2019-05-16 06:39:31 +03:00
Joonas Rikkonen
82a3e21510 (e40e55726) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:39:14 +03:00
Joonas Rikkonen
f4c4fd2a23 (70a10e3f3) added supplies 2019-05-16 06:38:55 +03:00
Joonas Rikkonen
2a3c4a5796 (9edc98796) Fix a bug where the bots is stuck next to a stairway. 2019-05-16 06:38:38 +03:00
Joonas Rikkonen
fb21fe7b44 (00d1e066a) Take also the previous node into account when determining if the bot is using stairs or not. Should fix bots occasionally dropping the diving suit in stairs. 2019-05-16 06:38:19 +03:00
Joonas Rikkonen
83cb848ecd (2095f9490) Changed remora drone door button and component placement 2019-05-16 06:38:01 +03:00
Joonas Rikkonen
5e8800c1e1 (54efef38f) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:37:45 +03:00
Joonas Rikkonen
17f036e587 (ab793636c) Don't show an error message when creating a save folder 2019-05-16 06:37:28 +03:00
Joonas Rikkonen
96af576da3 (88b6f8fbc) Remora: fixed gap between sub and drone, added medical supplies and hq pic again 2019-05-16 06:37:12 +03:00
Joonas Rikkonen
d21ccf5ecd (566a98ad3) Fixed docking button usage not being synced 2019-05-16 06:36:55 +03:00
Joonas Rikkonen
037ef71ce9 (e11cddb22) Fixed waypoints at Humpback's upper airlock 2019-05-16 06:36:35 +03:00
Joonas Rikkonen
8d155d8bdd (34738e4a9) Waypoint fixes (nodes at the hatches not connecting outside, outside nodes going through exterior wall pieces and turrets). TODO: improve the waypoint generation so this kind of manual fixes aren't needed 2019-05-16 06:36:18 +03:00
Joonas Rikkonen
a8b1da225b (487a00f40) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:36:01 +03:00
Joonas Rikkonen
420a673653 (725b0f956) nerfed mudraptor swim speeds to offset the mess they make if they do catch up with the player 2019-05-16 06:35:44 +03:00
Joonas Rikkonen
2145a50b1a (d33badbc4) Fixed crashing if AIObjectiveGoTo targets an entity that's part of a submarine but not inside a hull 2019-05-16 06:35:28 +03:00
Joonas Rikkonen
71582afbbc (66c7e4e6a) Reupdated orca preview image with correct BG 2019-05-16 06:35:12 +03:00
Joonas Rikkonen
425795b937 (3741d2b63) Updated: Orca prewview image 2019-05-16 06:34:53 +03:00
Joonas Rikkonen
72adf9e4f7 (e1251872a) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:34:36 +03:00
Joonas Rikkonen
8bf054ef2a (8e85e4405) updated compartment names 2019-05-16 06:34:19 +03:00
Joonas Rikkonen
d57f851dc2 (a35fe28dc) Use ToLowerInvariant when checking hull names during submarine loading (otherwise it may not work correctly on some locales) 2019-05-16 06:34:03 +03:00
Joonas Rikkonen
3d354e32b2 (b3c12523f) Added a higher-res preview image to Orca 2019-05-16 06:33:46 +03:00