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
71d1738498
(76e16f98e) Use outdoorsteering when far enough from the sub. Increase the wait until reachable time a bit.
2019-05-18 17:43:38 +03:00
Joonas Rikkonen
dc1dd454fd
(f900dfb1c) Added missing lines to EnglishVanilla
2019-05-18 17:43:19 +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
da693c20fa
(7bfeac605) More space for the labels in the Pump interface
2019-05-18 17:42:20 +03:00
Joonas Rikkonen
11d08f4f70
(2df363efc) Refactor avoiding, because the previous method wasn't working well. It now should work better, but requires a heading vector. Add some notes on how to improve the method. TODO: revisit fishes.
2019-05-18 17:41:58 +03:00
Joonas Rikkonen
3301bed442
409d4d9...aeafa16 (merge human-ai)
2019-03-18 22:52:17 +02:00
Joonas Rikkonen
6c0679c297
38f1ddb...178a853: v0.8.9.1, removed content folder
2019-03-18 20:39:27 +02:00
Joonas Rikkonen
d81ee1a27e
Added a bunch of checks to make sure a normalized zero vector (= NaN, NaN) is not used in any position/velocity/movement calculations. There were at least three places where it was causing problems according to error reports: when a character that can't enter a sub spawns at the center of a hull and when using an underwater scooter or throwing something while the cursor is at the position of the character, but there were tons of other places as well where it may have potentially caused physics errors.
2018-07-31 12:28:04 +03:00
Joonas Rikkonen
64ad5e5003
Removed unnecessary using directives
2017-07-05 18:35:09 +03:00
juanjp600
4d225c65f2
Updated to MonoGame 3.6 + Directory refactor
...
- Barotrauma's projects are in the Barotrauma directory
- All libraries are in the Libraries directory
- MonoGame is now managed by NuGet, rather than referenced from the installed files (TODO: consider using PCL for easier cross-platform development?)
- NuGet libraries are not included in the repo, as getting the latest versions automatically should be preferred
- Removed Content/effects.mgfx as it didn't seem to be used anywhere
- Removed some references to Subsurface directory
- Renamed Launcher2 to Launcher
2017-06-27 09:52:57 -03:00