Commit Graph

4640 Commits

Author SHA1 Message Date
Joonas Rikkonen
6e47589ae2 (7b464c5f7) Fix report intruders button flickering when it shouldn't. 2019-05-23 15:08:09 +03:00
Joonas Rikkonen
a965314b8f (15bea4eef) Only ask medical assistance if there is a character with the rescue all objective. Don't allow to add targets if the bot is dead. 2019-05-23 15:07:50 +03:00
Joonas Rikkonen
f3cb071b1d (2921cd18b) Fix potential null reference exceptions in the IsValidTarget of the rescue all method. 2019-05-23 15:07:32 +03:00
Joonas Rikkonen
6396b825f1 (d276173e6) Enable money cheat command for release builds, but make it client only. 2019-05-23 15:07:15 +03:00
Joonas Rikkonen
2d55a197eb Merge branch 'dev' 2019-05-20 21:04:00 +03:00
Joonas Rikkonen
9b56fa9832 (db31ead65) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-20 21:03:14 +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
c936558c7e (edeedf0ce) Updated: Chinese conversations 2019-05-20 20:59:17 +03:00
Joonas Rikkonen
b71adc7589 (2e0e45e1f) Updated: Localization 2019-05-20 20:46:21 +03:00
Joonas Rikkonen
5e77ed6507 (62f5afef3) Disable specular lighting (we don't have specular maps on practically any of the level graphics), set default lightmap scale to 1 2019-05-20 20:41:02 +03:00
Joonas Rikkonen
42cf9d3368 (da0d388a0) Fixed medical item usage occasionally failing even if the character has adequate skills to use it 2019-05-20 20:36:18 +03:00
Joonas Rikkonen
51c7c3c5e7 (829d1f980) changed repair requirement for fabricators to wrench. 2019-05-20 20:36:01 +03:00
Joonas Rikkonen
11d115cca4 (f33b03b1a) Remove the "repair job-specific"/"repair everything" options from the repair order and use "repair everything" by default. "Repair job-specific" isn't very useful anymore because the characters can prioritize what to fix based on their skills pretty well. 2019-05-20 20:35:44 +03:00
Joonas Rikkonen
0965401773 (7379abcea) Minor fixes to Typhon's exterior walls (misaligned/overlapping pieces, draw order issues) 2019-05-20 20:35:10 +03:00
Joonas Rikkonen
928ace7063 (c0f7f880e) Made the bug report button in the pause menu a little less prominent, more aliasing at the edges of the bug and notification icons 2019-05-20 20:34:52 +03:00
Joonas Rikkonen
32d14f97fc (9ecea1c75) Flipped some hatches in tutorial outpost to update selection range 2019-05-20 20:34:24 +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
97b095bd10 (0e668e083) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev (squashed together 20290af96..0e668e083 because the merge script shit itself due to the merges in between) 2019-05-20 20:25:12 +03:00
Joonas Rikkonen
d43b3737c8 (20290af96) Fixed: Security Officer tutorial highlights 2019-05-20 20:18:51 +03:00
Joonas Rikkonen
2dd6bac801 (33e7bf99e) Added: Missing repair button highlight to broken junction box in EngineerTutorial 2019-05-20 20:18:34 +03:00
Joonas Rikkonen
120dc39a9e (36d2ff935) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev 2019-05-20 20:18:17 +03:00
Joonas Rikkonen
1340780205 (18af6c22d) Fixed: On/Off switches not being highlighted in mechanic tutorial 2019-05-20 20:17:59 +03:00
Joonas Rikkonen
1101252ad2 (a652b4140) Added missing "dialognorescuetargets" to EnglishVanilla, don't attempt to say the line on languages other than English 2019-05-20 20:17:42 +03:00
Joonas Rikkonen
3cf514db97 (29fc2e4d4) Fixed AIObjectiveRescue throwing a nullref exception if the target is not the character itself, added null checks 2019-05-20 20:17:25 +03:00
Joonas Rikkonen
4aab2e27ce (885d9ff5f) Fixed "datastore not initialized" console warning when starting up the dedicated server (cannot add design events before GameAnalytics has been initialized) 2019-05-19 00:36:15 +03:00
Joonas Rikkonen
c307b74f57 (01fa60350) Hacky fix to private servers showing up in the server list: use an invalid pchVersionString ("-1"), which causes the server to be rejected from the server list. Closes #1455 2019-05-19 00:35:57 +03:00
Joonas Rikkonen
f24db4d3ae (77c9efbf8) Display the language names in the respective languages in the initial language selection screen. Closes #1467 2019-05-18 21:55:34 +03:00
Joonas Rikkonen
51e3e8d667 (2c8393f34) Fixed "The suitable treatments list may be inaccurate" overflowing in German & Russian, show item name tooltips when hovering over the treatment suggestions 2019-05-18 21:52:36 +03:00
Joonas Rikkonen
1dc05f04be (de1373e13) Fixed dedicated server logging an error message if the client executable is not found (client exe is not included when installing the dedicated server through SteamCMD) 2019-05-18 21:52:18 +03:00
Joonas Rikkonen
55d380d1f0 (3c067d94f) Removed: Holding onto unconcious characters after closing the health interface 2019-05-18 21:52:02 +03:00
Joonas Rikkonen
0b9cac7b96 (cd9ea8b04) Fixed: Missing yield return, patient1 AI toggle 2019-05-18 21:51:46 +03:00
Joonas Rikkonen
dfa584c2c5 (0b650589c) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev 2019-05-18 21:51:29 +03:00
Joonas Rikkonen
50f379086c (3b88adb46) Added: Highlighting to player health bar before the health interface has been opened for the first time 2019-05-18 21:51:12 +03:00
Joonas Rikkonen
1dc6dc861e (3d6f5e573) Improved text positioning in the campaign UI crew/store/repair buttons 2019-05-18 21:50:54 +03:00
Joonas Rikkonen
eed0666879 (76909c3c7) Fixed "clowncostume" and "crewaway" achievements not unlocking in multiplayer, fixed being able to get the "killclown" achievement by committing suicide while wearing a clown costume. Closes #1478
+ merge fix
2019-05-18 18:24:03 +03:00
Joonas Rikkonen
e17c8e5acb (1df765f1d) Set text displays inside outposts to be hidden in game 2019-05-18 18:22:06 +03:00
Joonas Rikkonen
0021a71d2d (4112b048e) Convert the name of the currently selected capture device to UTF8 in the settings menu, not just the available capture device names 2019-05-18 17:56:16 +03:00
Joonas Rikkonen
896dd9469c (b13f5d345) If the "mysteries lie ahead" text that pops up when clicking the location at the center of the map is not available in the selected language, show the campaign roadmap (which mentions the center location not being reachable) instead 2019-05-18 17:55:58 +03:00
Joonas Rikkonen
d06870c82a (05888a162) Added missing display name to alien coil's "activate" connection 2019-05-18 17:55:40 +03:00
Joonas Rikkonen
305fa484ad (3e2eaf696) Fixed "mission failed" text still appearing in other languages due to TextManager automatically returning an English text if a text cannot be found in the selected language 2019-05-18 17:55:21 +03:00
Joonas Rikkonen
8fec6cae81 (bf3994d49) Fixed save time being displayed in UNIX time in the right-hand panel in the campaign setup UI 2019-05-18 17:55:03 +03:00
Joonas Rikkonen
f0d8186c69 (fc5c8644d) Automatically enable user statistics if the "do you want to send statistics" prompt cannot be shown on the selected language 2019-05-18 17:54:46 +03:00
Joonas Rikkonen
c44d64df1b (a08a47a7f) Readded: Interval based reporting after entering the sub 2019-05-18 17:54:28 +03:00
Joonas Rikkonen
1146ecf3f3 (73fb25a43) Fixed: AI medic reporting by faking the reports 2019-05-18 17:54:12 +03:00
Joonas Rikkonen
c7efdbb0e3 (97afc6f16) Fixed: SubPatients list not cleared when restarting 2019-05-18 17:53:54 +03:00
Joonas Rikkonen
d36669c607 (7f6b8d538) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev 2019-05-18 17:53:38 +03:00
Joonas Rikkonen
b1326787f7 (32460d493) Fixed: Wait timers running in tutorials when pause menu is open 2019-05-18 17:53:18 +03:00
Joonas Rikkonen
419754ccf1 (6189d5b14) moved harpoon holder closer to the cabinet in security tutorial, removed more dangerous weapons from tutorial sub 2019-05-18 17:53:00 +03:00
Joonas Rikkonen
e7db219943 (89d59c16f) Highlight screwdriver at repair junction box objective 2019-05-18 17:52:43 +03:00
Joonas Rikkonen
a01729514b (deeaf479b) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:52:26 +03:00