Commit Graph

3860 Commits

Author SHA1 Message Date
Joonas Rikkonen c18f72e12e (13b4e32e2) Added a method that can be used to add punctuation between strings, while taking into account special rules in some languages (e.g. a breaking space before a colon in French). Removed colons from a bunch of menu labels where they're not necessary. 2019-05-16 07:01:08 +03:00
Joonas Rikkonen 63af8ddac8 (b207c589d) Translate the "privacy policy" text in the main menu (got the texts from Daedalic's privacy policy page, should be correct even though the didn't come from the translators) 2019-05-16 07:00:50 +03:00
Joonas Rikkonen 674b845e9b (8c44620c0) Optimized dynamic font loading (don't get existing texture date with GetData every time a new symbol needs to be rendered, but save the pixel buffer and add to it as needed) 2019-05-16 07:00:33 +03:00
Joonas Rikkonen 531c572216 (f6f86c3b6) Use relative scales in store UI, gave more space to the amount input box 2019-05-16 07:00:14 +03:00
Joonas Rikkonen 9ba7dee1d7 (e858408c2) Use localizable "signal_out_x" text in CustomInterface elements with an empty label (TODO: disable empty elements) 2019-05-16 06:59:56 +03:00
Joonas Rikkonen 8619135761 (1a67da748) Made more space for the cause of death descriptions in the RoundSummary panel 2019-05-16 06:59:39 +03:00
Joonas Rikkonen 7c61c5e179 (ad50d7e7a) Removed a dot from the end of afflictioncauseofdeath.oxygenlow in PT-BR 2019-05-16 06:59:21 +03:00
Joonas Rikkonen 61c5f52441 (bf7a77e38) Fixed monster names not being translated when hovered over 2019-05-16 06:59:03 +03:00
Joonas Rikkonen 86ddfb73d5 (874293f6d) Fixed incorrect reward amount in the "Chemical shipment" description 2019-05-16 06:58:45 +03:00
Joonas Rikkonen 501c3f9ae5 (e8cd7329b) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:58:26 +03:00
Joonas Rikkonen 42d4b5bfcd (5269b5857) tweaks 2019-05-16 06:58:09 +03:00
Joonas Rikkonen 3fc539d373 (935f68e00) Fix characters waiting when they shouldn't after being left uncontrolled by the player. 2019-05-16 06:57:50 +03:00
Joonas Rikkonen b97ecddf03 (da82264a0) Use ISpatialEntity as the target of "go to" objective to get rid of the reaching issues. Use display units instead of sim units. Don't calculate a standing point in "fix leak" objective, because it's handled in the AIOperate method when the bot get's near enough, 2019-05-16 06:57:32 +03:00
Joonas Rikkonen 308fe4da00 (e2c9d8c61) disabled horizontal rescaling of fin "Tail Fin D2 p2" to fix lighting weirdness. 2019-05-16 06:57:12 +03:00
Joonas Rikkonen a4b0a9abc9 (4b2d4213d) tweaks and fixes, part 777 2019-05-16 06:56:53 +03:00
Joonas Rikkonen 0cb7c1a5f7 (077a74edb) disabled "Tail Fin D3" rescale to prevent lighting bug 2019-05-16 06:56:36 +03:00
Joonas Rikkonen 112baf285d (291705dc5) updated drone 2019-05-16 06:56:19 +03:00
Joonas Rikkonen 89dc85adce (6e785d1ae) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:56:01 +03:00
Joonas Rikkonen f38aa90847 (546717195) Use the AIObjectiveFightIntruders.IsValidTarget for deciding whether or not the button should flash. 2019-05-16 06:55:43 +03:00
Joonas Rikkonen 5435adc9b4 (6c0663ce1) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:55:26 +03:00
Joonas Rikkonen 106c61ca9a (4d3ec7d3b) Fixed: Missing {0} variable from russian localization 2019-05-16 06:55:08 +03:00
Joonas Rikkonen 81fe275299 (c3a729b34) Fix ai reporting only working if there's someone with the appropriate objective. Use the target's hull instead of using the reporter's hull. Take bleeding into account when filtering rescue targets. 2019-05-16 06:54:49 +03:00
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