Commit Graph

7 Commits

Author SHA1 Message Date
Joonas Rikkonen c463baed44 Made medical & toxic cabinets waterproof. Closes #578 2018-08-06 14:08:00 +03:00
Joonas Rikkonen 9b07171ba8 Fixed case-sensitivity issues, part six quadrillion and two 2018-07-06 20:21:31 +03:00
Joonas Rikkonen 76e8b078c3 Added missing railgun sprite & fixed indentation in the new item configs 2018-05-21 20:59:11 +03:00
ClasticM a71c10a2bc Railgun Shell Rack
Adds a rack capable of holding 3 Railgun shells,
so players / sub makers won't have to store shells on the floor anymore. Also helps the crew keep track of how many Railgun shells they sub have. 

Because the racks take up space, it also would help with balancing subs for PvP and so on.

texture located in "content/items/weapons/railgunetc2.png", which it shares with the new loaders and rear facing controller.
https://imgur.com/muAIF9P

This feature has been requested a lot lol, so I hope this will make a lot of people really happy
2018-05-18 20:13:12 -05:00
Joonas Rikkonen 8e8b8464af All items and structures have to define a sourcerect for the sprite because otherwise the dedicated server won't know the size of the entity. Closes #321 2018-03-06 13:55:30 +02:00
Joonas Rikkonen 7bbab35a0b Configured cargo containers for items, metal crates can be deconstructed, spears can be contained inside metal crates 2018-01-10 15:57:22 +02: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