Joonas Rikkonen
|
bcfd8d6da8
|
(d837f5034) Fixed wall damage not being visible due to e695ea7
|
2019-05-03 13:55:23 +03:00 |
|
Joonas Rikkonen
|
9bd0706c43
|
(00eb16887) Workaround to missing location change texts: use texts that are meant for a different location type change but still fit (e.g. use "ruins.changeto.military" when an outpost becomes a military outpost, because the actual text is just "a military outpost has been established in x")
|
2019-05-03 13:53:05 +03:00 |
|
Joonas Rikkonen
|
809fa5adb0
|
(ef2bdb136) Fixed "biome "none" not found" console error when loading level generation params
|
2019-05-03 13:51:22 +03:00 |
|
Joonas Rikkonen
|
8c678e3977
|
(9f9b86b9b) Fixed tutorial level generation params being used in normal levels.
|
2019-05-03 13:50:49 +03:00 |
|
Joonas Rikkonen
|
5d9c61598b
|
(e695ea73c) Changes to draw order logic. Fixes background lights bleeding through background walls that can only be resized on one axis.
|
2019-05-03 13:50:14 +03:00 |
|
Joonas Rikkonen
|
8d3a48584b
|
(92fc1380e) Allow interacting with items inside outposts (only prevent deattaching items from walls)
|
2019-05-03 13:48:15 +03:00 |
|
Joonas Rikkonen
|
088f7e5485
|
(d3c10117b) Fixed nullref exception if there are no texts defined for a location type change
|
2019-05-03 13:47:58 +03:00 |
|
Joonas Rikkonen
|
1ff1584be5
|
(53f9210d1) Check the line of sight before fixing leaks or extinguishing fires.
|
2019-05-03 13:47:22 +03:00 |
|
Joonas Rikkonen
|
d1dd0c6043
|
(d3791496e) FireSource implements ISpatialEntity.
|
2019-05-03 13:47:05 +03:00 |
|
Joonas Rikkonen
|
953b5690ec
|
(2a7829fab) Add ISpatialEntity as a common interface for everything that has a position in the game world. Would have used IMapEntity, but there's already MapEntity, which inherits Entity, so that would be confusing. Declare the inheritance only in the shared class (Character).
|
2019-05-03 13:45:41 +03:00 |
|
Joonas Rikkonen
|
fb21005258
|
(6f4bea467) Updated doors
|
2019-05-03 13:43:47 +03:00 |
|
Joonas Rikkonen
|
fbb7daed00
|
(0c3442136) Merge branch 'dev' into docking-interface
|
2019-05-03 13:41:23 +03:00 |
|
Joonas Rikkonen
|
2199a0f97f
|
(276dcf6d2) Docking indicator changes color when the docking port is within the sector
|
2019-05-03 13:40:12 +03:00 |
|
Joonas Rikkonen
|
b551ae7999
|
(c1468d39d) Overhauled docking interface (WIP)
|
2019-05-03 13:39:54 +03:00 |
|
Joonas Rikkonen
|
ad298c69c2
|
(118683d11) Fixed crashing when generating levels in the level editor.
|
2019-04-29 21:13:20 +03:00 |
|
Joonas Rikkonen
|
d3ef770243
|
(9122340aa) Fixed inability to enable content packages if some of the files included in the package are already in the game folder (which may happen, for example, if enabling a content package fails)
|
2019-04-29 21:10:20 +03:00 |
|
Joonas Rikkonen
|
67a0636470
|
(b21318728) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-29 21:09:50 +03:00 |
|
Joonas Rikkonen
|
e583f570ff
|
(c29165793) Increase the gap seeking distance, because some walls are thicker than 200 pixels.
|
2019-04-29 21:09:03 +03:00 |
|
Joonas Rikkonen
|
2554e17189
|
(621326f05) Don't flee when taking damage if part of a swarm.
|
2019-04-29 21:08:32 +03:00 |
|
Joonas Rikkonen
|
c5452048d7
|
(d88b2f1f7) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-29 21:08:16 +03:00 |
|
Joonas Rikkonen
|
b3b1d1851d
|
(eda627512) Fixed MonoKickStart files needed by the dedicated server not being copied to the output directory in release builds
|
2019-04-29 21:08:00 +03:00 |
|
Joonas Rikkonen
|
788c51143b
|
(55f425031) Tutorial outpost visual pass
|
2019-04-29 21:06:26 +03:00 |
|
Joonas Rikkonen
|
205f808f84
|
(5b377538a) Adjust crawler attacks a bit.
|
2019-04-29 21:05:53 +03:00 |
|
Joonas Rikkonen
|
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.
|
2019-04-29 21:05:21 +03:00 |
|
Joonas Rikkonen
|
46f5bd5b15
|
(99a5e8cf8) Fix bots not using the ladders when swimming on the water surface. + merge fix
|
2019-04-26 11:29:14 +03:00 |
|
Joonas Rikkonen
|
e83dba2959
|
(42d13c09f) Merge remote-tracking branch 'origin/tutorial-rework' into dev
|
2019-04-25 18:07:37 +03:00 |
|
Joonas Rikkonen
|
501a26ef0b
|
(e93fc83e0) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-25 17:44:24 +03:00 |
|
Joonas Rikkonen
|
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.
|
2019-04-25 17:44:05 +03:00 |
|
Joonas Rikkonen
|
d1695238f7
|
(ec2443ae2) Updated: EnglishVanilla with the proofreading #2
|
2019-04-25 17:43:47 +03:00 |
|
Joonas Rikkonen
|
f4f87b454d
|
(8e4f5cb03) Add a disclaimer for switching from game to character editor.
|
2019-04-25 17:43:29 +03:00 |
|
Joonas Rikkonen
|
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
|
2019-04-25 17:43:13 +03:00 |
|
Joonas Rikkonen
|
f774694154
|
(4246de267) Fixed saving a submarine with a new name causing the previous sub file to disappear from sub lists until saved subs are refreshed, fixed new subs appearing at the end of the list (instead of being sorted alphabetically)
|
2019-04-23 11:17:20 +03:00 |
|
Joonas Rikkonen
|
e0fe737c3b
|
(60001519f) Fixed clients not being able to see other characters in spectator if they've died far away from the sub. + Increased position update interval for spectators. Closes #1421
+ Merge fix
|
2019-04-16 17:16:14 +03:00 |
|
Joonas Rikkonen
|
2b11c79a4c
|
(ac9d10462) Take entity scale and flipping into account when dragging
|
2019-04-16 17:13:34 +03:00 |
|
Joonas Rikkonen
|
9dc29965f6
|
(602bf4ba6) Implemented structure scaling. TODO: draw with correct scale when dragging
|
2019-04-16 17:13:18 +03:00 |
|
Joonas Rikkonen
|
3c147c1653
|
(cb10c219e) Allow to set the vitality for a character without afflicting damage. Make a bunch of properties of Attack class publicly accessible.
|
2019-04-16 17:13:01 +03:00 |
|
Joonas Rikkonen
|
0c42ad1572
|
(22ec3a281) Add a boolean that controls whether or not the enemy attacks outposts and the characters inside it.
|
2019-04-16 17:12:43 +03:00 |
|
Joonas Rikkonen
|
707d9ed398
|
(9d7465a38) New alien item sounds
|
2019-04-16 17:12:27 +03:00 |
|
Joonas Rikkonen
|
6262b3ea54
|
(ce8e185aa) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-16 17:12:09 +03:00 |
|
Joonas Rikkonen
|
bd07acf26d
|
(052ab6307) Use MonoKickstart on Linux so installing Mono is not required, fixed division by zero if the width of the server console window is 0
|
2019-04-16 17:11:49 +03:00 |
|
Joonas Rikkonen
|
b8b61ebb02
|
(a405d1aed) Check volume validity in SoundPlayer.UpdateWaterAmbience (there was a report on GameAnalytics about the method setting the gain to an invalid value) + Merge fix
|
2019-04-15 14:12:14 +03:00 |
|
Joonas Rikkonen
|
53f9202909
|
(8f7813f79) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-15 13:43:50 +03:00 |
|
Joonas Rikkonen
|
e839260a9d
|
(a3d3d1671) Health interface layout tweaking, change "drop" to "use as treatment" when dragging an item to the health interface
|
2019-04-15 13:43:35 +03:00 |
|
Joonas Rikkonen
|
4fae57916a
|
(0ac981d7a) Fixed wrong sprites on weapons and ballast icon labels
|
2019-04-15 13:43:21 +03:00 |
|
Joonas Rikkonen
|
8f310256b5
|
(2bbea6767) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev
|
2019-04-15 13:43:07 +03:00 |
|
Joonas Rikkonen
|
ffa6192377
|
(655499f68) Add new variants for some classes (wip). The female textures are placeholders. Rename a bunch of files to support the variants and to organize the files a bit better. Also moved the item definitions around and created dedicated xmls for all the classes.
|
2019-04-15 13:42:51 +03:00 |
|
Joonas Rikkonen
|
fe235eb37a
|
(2fc766fe5) Add support for wearable item variants. Not used yet. Not synced (not sure if it should).
|
2019-04-15 13:42:37 +03:00 |
|
Joonas Rikkonen
|
70a92425d0
|
(77c7a4df9) Small fix to mudraptor sprite sourcerect (adjacent limb was bleeding into the sprite)
|
2019-04-15 13:42:22 +03:00 |
|
Joonas Rikkonen
|
918fac9e5e
|
(6c6831abf) Some new sounds, fixed damage sounds not being played if no damage modifiers are applied
|
2019-04-15 13:42:08 +03:00 |
|
Joonas Rikkonen
|
3e0d4f5122
|
(16b390a10) Remove an empty line.
|
2019-04-15 13:41:55 +03:00 |
|