Commit Graph

176 Commits

Author SHA1 Message Date
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
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
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
ebd215df53 (6c4495e04) Fixed: Mechanic cabinet highlighting before deconstructing 2019-05-23 15:12:26 +03:00
Joonas Rikkonen
827f54fcff (a13c74ce0) Fixed: Loading screen dismissable & escape usable when the game is not active 2019-05-23 15:10:38 +03:00
Joonas Rikkonen
1cd47a351e (0c95d9c7b) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-23 15:10:03 +03:00
Joonas Rikkonen
cd5d81c3f1 (e8befa230) Added: Unlocking of tutorials one by one. Fixed: EngineerTutorial's submarine reactor not starting properly in the off-state 2019-05-23 15:09:42 +03:00
Joonas Rikkonen
a359450b0d (e54e87ee6) Fixed mechanic tutorial deconstruct objective not triggering if hatch is closed and repair ui thresholds 2019-05-23 15:09:23 +03:00
Joonas Rikkonen
d3b60d3d6a (52b71b2f2) Fixed captain tutorial being impossible to complete due to the "all"/"job specific" options being removed from the "repair systems" order 2019-05-23 15:09:04 +03:00
Joonas Rikkonen
1fb558d7ef (84593b8fb) Fixed: Oxygen levels of the patient on the submarine being adjusted too late 2019-05-23 15:08:27 +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
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
1340780205 (18af6c22d) Fixed: On/Off switches not being highlighted in mechanic tutorial 2019-05-20 20:17:59 +03:00
Joonas Rikkonen
0b9cac7b96 (cd9ea8b04) Fixed: Missing yield return, patient1 AI toggle 2019-05-18 21:51:46 +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
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
e7db219943 (89d59c16f) Highlight screwdriver at repair junction box objective 2019-05-18 17:52:43 +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
82c735fcb9 (72ae6ed22) Use display name (translated) instead of room name. 2019-05-18 17:32:27 +03:00
Joonas Rikkonen
e63ffe652e (5e16139ed) Added "OrderGiver" field to AI orders, always show reports from the currently controlled character (even if the report is not targeted for the character's class) 2019-05-18 17:26:34 +03:00
Joonas Rikkonen
cb519b455d (e7e775e7b) Fixed non-translated "Toggle Battery Output" display text in Orca, increased the size of the docking labels in Bunyip to create more space for translated texts 2019-05-18 17:25:11 +03:00
Joonas Rikkonen
75b88e0c18 (33abbb810) Fixed: Interfaces that were too small on 4k by removing the use of maxsize & adding scale related multipliers to absolute values 2019-05-18 17:24:54 +03:00
Joonas Rikkonen
4874c07d5e (6056b4603) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-18 17:23:31 +03:00
Joonas Rikkonen
3cc0b65946 (b1fa1d68c) Fix stairs not being properly assigned due to a failing raycast. 2019-05-18 17:22:23 +03:00
Joonas Rikkonen
e7e794b070 (a9b331570) Fixed incorrect aim and shoot instructions in mechanic tutorial 2019-05-18 17:22:06 +03:00
Joonas Rikkonen
e00ad76042 (072db26c1) Shortened delay between radio messages and deconstruct objective in mechanic tutorial 2019-05-18 17:21:48 +03:00
Joonas Rikkonen
fefa1a067b (fa5639a1d) Added: Space in the beginning of tutorial info frames to have indenting on all paragraphs 2019-05-18 17:20:59 +03:00
Joonas Rikkonen
62b690cd94 (69f7a4d52) Fixed: Index out of range error in DoctorTutorial if proceeding too fast to the submarine. Added: Prevention of tooltip drawing when tutorial content is running 2019-05-18 17:19:02 +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
75b9ea6cce (cb3078117) Merged hulls to fix speech issue 2019-05-16 06:46:30 +03:00
Joonas Rikkonen
496ee1492c (1fe9abf75) Fix the GetAdjacentHulls method. 2019-05-16 06:45:36 +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
7ceba13e8f (deebc187d) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev 2019-05-16 06:25:48 +03:00
Joonas Rikkonen
e500ba2bdf (a17abe3fa) Remove a not so useful loop from a method, which might be used often. 2019-05-16 06:25:12 +03:00
Joonas Rikkonen
0a4a2aa35e (cdc3301a5) Fixed: Tutorial checkmark position 2019-05-16 06:22:53 +03:00
Joonas Rikkonen
0b837a6086 (1a3a48fee) Fixed: Tutorial stroke size 2019-05-16 06:22:36 +03:00
Joonas Rikkonen
cb83984e80 (4ca668169) Fixed: Conflict 2019-05-16 05:58:48 +03:00
Joonas Rikkonen
257889b9cc (42b18ccca) Allow to return to the initial combat mode after retreating. Implement reloading (disabled because only reloads one ammunition) -> TODO: only load ammunition when found in the inventory. Implement a generic method for removing subobjectives and resetting the reference. Refuel the repair tool. 2019-05-16 05:58:15 +03:00