af50bb9e0e
(39e7f6d22) Fix a bunch of issues relating to steering through gaps. Especially when latched on to the sub.
Joonas Rikkonen
2019-04-29 21:08:48 +03:00
2554e17189
(621326f05) Don't flee when taking damage if part of a swarm.
Joonas Rikkonen
2019-04-29 21:08:32 +03:00
b3b1d1851d
(eda627512) Fixed MonoKickStart files needed by the dedicated server not being copied to the output directory in release builds
Joonas Rikkonen
2019-04-29 21:08:00 +03:00
1f3c6349ab
(961d41b31) Ragdoll syncing improvements: - Don't ignore platforms when correcting a ragdoll's position using Ragdoll.SetPosition. Otherwise forcing the character above a platform may cause it to drop down again if the feet don't end up above the platform. - Correct ragdoll position to server position immediately if the error is very large. - Force collider to stay upright after fixed rotation is enabled.
Joonas Rikkonen
2019-04-29 21:07:44 +03:00
fedde72056
(35fabe831) Fixed different EntitySpawner error messages having the same identifier (preventing successive errors from being reported to GameAnalytics after one has been reported)
Joonas Rikkonen
2019-04-29 21:07:28 +03:00
8f94ee1eed
(a0156ed0f) Fixed characters running more slowly when their torso is in a different hull than the feet (for example in Humpback's bilge). Happened because the surfaceY value (water level) in empty hulls is at the bottom of the hull, and in this case the character was partially below the bottom, which got interpreted as being waist-deep in water.
Joonas Rikkonen
2019-04-29 21:07:13 +03:00
2be015f6f6
(34e0d61d6) New versions of autodoors, using oscillators
Joonas Rikkonen
2019-04-29 21:06:58 +03:00
45e0d2f663
(99e6eb7c7) Fixed "attempted to access a potentially removed ragdoll" in SoundPlayer.Update, set Character.Controlled to null if the character is removed to prevent this from happening elsewhere
Joonas Rikkonen
2019-04-29 21:05:37 +03:00
33747a63b0
(3340f2f90) Don't do impact damage to structures in Structure.OnWallCollision. Impact damage was disabled when a character hits the sub from the outside (implemented in SubmarineBody), but should've been done here as well.
Joonas Rikkonen
2019-04-29 21:05:21 +03:00
69c4b9a74f
(8e2e25260) Spawn multiple monsters using the same spatial and temporal spreading logic as in events.
Joonas Rikkonen
2019-04-29 21:05:06 +03:00
42e541f3fa
(5ee41d152) Fixed damaged item sprites not updating client-side after being repaired.
Joonas Rikkonen
2019-04-29 21:04:51 +03:00
dfb664e10f
(d7ca2a2a8) Lock inventory when using a controller
Joonas Rikkonen
2019-04-29 21:04:36 +03:00
71d7d024e6
(029f124e6) Fixed ScalableFont.MeasureString giving incorrect results for texts with newlines
Joonas Rikkonen
2019-04-26 11:20:00 +03:00
a3ba709e92
(befc20623) Fixed extremely small objective texts on lower resolutions, don't scale objective texts (not needed because we change font sizes according to the resolution now)
Joonas Rikkonen
2019-04-26 11:19:46 +03:00
79c31d1a83
(0185896f9) More fixes to messagebox & tutorial info box scaling
Joonas Rikkonen
2019-04-26 11:19:32 +03:00
8919bf5c10
(2cf47ee24) Cherry pick some steering fixes from the human-ai branch: fix ladder usage while swimming.
Joonas Rikkonen
2019-04-26 11:18:47 +03:00
efca3a49fc
(ee33ee49f) reverted all doors back to original autodoors, reset prefabs for several doors to ensure correct repair messages, flipped stairs on humpback to ease AI steering issues.
Joonas Rikkonen
2019-04-26 11:17:44 +03:00
cb9f33dc68
(4e4b8532a) Fixed buttons overlapping with the text in some GUIMessageBoxes on large resolutions (I think, needs to be tested on resolutions higher than 1080p). Using relative scale on the texts and the button container caused them to upscale when scaling the message box (for example when making room for the link buttons in the editor disclaimer).
Joonas Rikkonen
2019-04-26 11:17:27 +03:00
1ffb969522
(45158b939) Fixed item scale not being taken into account when drawing item assembly icons or when placing them
Joonas Rikkonen
2019-04-26 11:17:11 +03:00
e3e9475c22
(c0e74e421) new autodoors, autohatches are broken for now
Joonas Rikkonen
2019-04-26 11:16:56 +03:00
0dba9947f3
(1d84e98c2) Forgot to revert some values back when fixing up the tutorial info windows
Joonas Rikkonen
2019-04-26 11:16:41 +03:00
1ed937299f
(8556f608e) Removed Berilia, Remora & RemoraDrone from the vanilla content package
Joonas Rikkonen
2019-04-26 11:16:25 +03:00
fa25735e9f
(3851196d8) Show the campaign disclaimer when entering the New Game or Tutorials tab for the first time.
Joonas Rikkonen
2019-04-26 11:15:37 +03:00
e90519ad2f
(2e347c6b4) Updated: Engineer's tutorial with a junction box that has only a single power connection
Joonas Rikkonen
2019-04-25 18:15:18 +03:00
c455bda37e
(6f4d8cd0e) Added: Dimmed background for info frames. Fixed: Highlight waits to be only a frame as it seems to be enough
Joonas Rikkonen
2019-04-25 18:11:27 +03:00
e11752276b
(9680a2a43) Moved tutorial sub and outpost to tutorial folder
Joonas Rikkonen
2019-04-25 18:11:11 +03:00
4ecda00b1f
(6c54b9b29) Slight improvements to tutorial windows
Joonas Rikkonen
2019-04-25 18:10:53 +03:00
f31114ea01
(9f6737ced) Fixed: Old text tag in sonar.cs
Joonas Rikkonen
2019-04-25 18:10:37 +03:00
f43bc25e2f
(6aaa50391) Added: Prevention of using the autotemp before the operating portion of the reactor tutorial is complete in engineer's tutorial
Joonas Rikkonen
2019-04-25 18:10:02 +03:00
87dd5042e6
(bc52b535a) Added: Highlighting to order options in Captain's tutorial
Joonas Rikkonen
2019-04-25 18:09:28 +03:00
64cf732dc6
(4f255a3b6) Modified: Video back button position
Joonas Rikkonen
2019-04-25 18:08:54 +03:00
1aa88d90cb
(ddcbb7983) Added: Disabling of SteamWorkshop on MacOS for now
Joonas Rikkonen
2019-04-25 18:08:37 +03:00
e83dba2959
(42d13c09f) Merge remote-tracking branch 'origin/tutorial-rework' into dev
Joonas Rikkonen
2019-04-25 18:07:37 +03:00
99344e4031
(b7893662b) Changed small font to Exo2 Medium (a bit more readable than the light version) + merge fix
Joonas Rikkonen
2019-04-25 17:51:10 +03:00
8be51d71bd
(444f7d53a) Added: Workaround for macOS not allowing editing the .app bundle, using Library/Barotrauma instead
Joonas Rikkonen
2019-04-25 17:50:35 +03:00
e4ac5434d7
(f1791560b) Switched back to old fonts (requested by art)
Joonas Rikkonen
2019-04-25 17:50:17 +03:00
3a83ac42c9
(dd2b3452f) Social center png added (was missing)
Joonas Rikkonen
2019-04-25 17:49:41 +03:00
47ef561a03
(ade7449ec) increase stun baton damage slightly, should take 6 or so hits to kill a crawler instead of 12.
Joonas Rikkonen
2019-04-25 17:49:23 +03:00
a90cdb7843
(c5ad20e76) Graphics for outposts: Added new backwalls for outpost rooms (shop,maintenance bay and social center) aswell as some corridor pieces
Joonas Rikkonen
2019-04-25 17:49:05 +03:00
9df0141640
(ca0e4bd45) When attempting to deconstruct an item that can't be deconstructed, put it in the output inventory instead of leaving it in the input
Joonas Rikkonen
2019-04-25 17:48:45 +03:00
ae33907727
(5bcbaf382) Improved campaign UI store search bar layout
Joonas Rikkonen
2019-04-25 17:48:28 +03:00
c69ebd8408
(35da84ff7) Fixed sub editor sub list filter area flickering on/off
Joonas Rikkonen
2019-04-25 17:47:54 +03:00
00586d26ce
(195c368ea) Fixed search bar layout and position for sub list and sub editor
Joonas Rikkonen
2019-04-25 17:47:35 +03:00
5aa433f582
(456e67c5d) Fixed: Missing comma when using release builds
Joonas Rikkonen
2019-04-25 17:46:59 +03:00
d98c245183
(714944a46) - Item triggers can be used to define areas that cause the item to be highlighted, not just areas that the player has to be inside to interact with the item. - Triggers take item scale into account. - Added triggers around the integrated buttons in the new hatch/window variants (-> fixes hatches not being highlighted by putting the cursor on the button when there's a ladder next to the player).
Joonas Rikkonen
2019-04-25 17:46:26 +03:00
7d65c53bb6
(090be439c) Fix the bots not reacting to enemy attacks.
Joonas Rikkonen
2019-04-25 17:46:08 +03:00
9b8d0ffc51
(17bb71ed5) Fix repair tool not being used if the repair target is not within interaction area. Fixes repairing items with the welding tool. Partial fix to #63 (dev).
Joonas Rikkonen
2019-04-25 17:45:33 +03:00
f71cb42894
(6d31fd774) Fixed case issues with AlienButton.ogg and AlienPump.ogg
Joonas Rikkonen
2019-04-25 17:44:41 +03:00
16bebd57be
(9d4f6093f) Standardize the console commands for switching to editors. Revisit the descriptions and add Level Editor, Sprite Editor, and Particle Editor in the debug console help. Reduce the variants for all the commands.
Joonas Rikkonen
2019-04-25 17:44:05 +03:00
d1695238f7
(ec2443ae2) Updated: EnglishVanilla with the proofreading #2
Joonas Rikkonen
2019-04-25 17:43:47 +03:00
f4f87b454d
(8e4f5cb03) Add a disclaimer for switching from game to character editor.
Joonas Rikkonen
2019-04-25 17:43:29 +03:00
4e20fe871f
(7f12d8742) More reliable firesource syncing: instead of just creating a network event when a firesource is created/removed and trusting that the fire behaves deterministically enough to stay in sync between the client and server, create events at 0.5 s intervals when there's fire in a hull. Closes#721
Joonas Rikkonen
2019-04-25 17:43:13 +03:00
907df8fa09
(bb8bbd4d3) Don't mute footstep sounds in the character editor
Joonas Rikkonen
2019-04-25 17:42:55 +03:00
c983e5fb36
(4ffec29f1) More reliable monster footstep sounds: instead of relying on the feet to hit the floor with enough force to trigger an impact sound, play the sounds manually at appropriate times in the walking cycle
Joonas Rikkonen
2019-04-24 11:50:24 +03:00
e938256488
(22afbf1e9) New footstep sounds for crawler, mudraptor & walking on water
Joonas Rikkonen
2019-04-24 11:50:04 +03:00
ba6a4450eb
(3f55858c9) Made the volume and range parameters of SoundPlayer.PlaySound optional: if they're omitted, the values defined in the sound xml are used.
Joonas Rikkonen
2019-04-24 11:49:27 +03:00
402e13e78a
(1ec677b1b) Added OutpostWall_A.png to the project
Joonas Rikkonen
2019-04-24 11:48:51 +03:00
e427981b86
(9d0bc3391) Fixed console error when attempting to publish a sub with no preview image in the workshop
Joonas Rikkonen
2019-04-23 17:24:06 +03:00
77d0b2aaab
(770423441) Fixed items being drawn at an incorrect scale when dragging in the editor
Joonas Rikkonen
2019-04-23 17:23:08 +03:00
5f3e23f75f
(1bd090dc7) Show the audio icon next to characters that are speaking in the single player crew menu
Joonas Rikkonen
2019-04-23 15:38:06 +03:00
544cc7ec08
(bad1f3738) Added search bars to sub lists in campaign setup UI and sub editor. Closes#1415
Joonas Rikkonen
2019-04-23 15:37:48 +03:00