Commit Graph

4640 Commits

Author SHA1 Message Date
Joonas Rikkonen
4c4cac9c39 (b97c9eb63) Restore the escape velocity condition: don't run to walls. 2019-05-16 06:54:31 +03:00
Joonas Rikkonen
2a1ed98226 (872a8d1c7) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:54:13 +03:00
Joonas Rikkonen
7c2c31d8d8 (fbc73e63c) Fixed depth/scaling issues on Typhon 2019-05-16 06:53:55 +03:00
Joonas Rikkonen
dbc35568cd (69d6e11bf) shuttle tweaks 2019-05-16 06:53:38 +03:00
Joonas Rikkonen
f2e936e4d3 (39bf46af8) Don't wait when find safety or combat is active. 2019-05-16 06:53:21 +03:00
Joonas Rikkonen
5453518793 (238bbeef2) Fix find safety not working properly. Decrease the reaction times and cache the current hull safety when the hull safety is updated. 2019-05-16 06:53:04 +03:00
Joonas Rikkonen
2e3d3b2adf (69874bfe5) Fix bots loading only half of the target items in the contain item objective. 2019-05-16 06:52:46 +03:00
Joonas Rikkonen
1be99e4904 (700234d88) Fixed missing spacing in credits 2019-05-16 06:52:27 +03:00
Joonas Rikkonen
20b721a1db (9d5753aa6) Added Daedalic to the credits 2019-05-16 06:52:10 +03:00
Joonas Rikkonen
9a69c4ea60 (92fff3477) iterated shuttles 2019-05-16 06:51:51 +03:00
Joonas Rikkonen
d794d22de0 (78fa52fb7) Add a bunch of null checks, which should fix the issues with shuttles. 2019-05-16 06:51:34 +03:00
Joonas Rikkonen
a2f97bf303 (9cb944db7) Increase the priority modifier of extinguish fires for captain 2019-05-16 06:51:18 +03:00
Joonas Rikkonen
0ba5793b46 (3628de633) Use the visible hulls instead of the current hull in multiple cases. 2019-05-16 06:50:59 +03:00
Joonas Rikkonen
1e41ed6b63 (943a1e25b) Report all visible hulls, but add a dialogue line and icon only for current hull. 2019-05-16 06:50:42 +03:00
Joonas Rikkonen
437465690b (18165dcb9) Propagate hull safety once per second. 2019-05-16 06:50:23 +03:00
Joonas Rikkonen
4c0adb145d (d762b9ca6) Refresh visible hulls once per second. 2019-05-16 06:50:06 +03:00
Joonas Rikkonen
d81457e3ef (8348f0003) Report in all the visible hulls (test). 2019-05-16 06:49:48 +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
97b6888274 (5b2ce3831) Restart the credits sequence when re-selecting the credits tab, some changes to the credit texts 2019-05-16 06:48:53 +03:00
Joonas Rikkonen
3bb405bc9b (27f19e205) Replaced oxygen generator refill message with localized one 2019-05-16 06:48:35 +03:00
Joonas Rikkonen
58330e8ec9 (8a4fb72fa) ToHashSet compiler error fix part #2 2019-05-16 06:48:17 +03:00
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