Space Engineers

Space Engineers

Paint Gun - realistic painting for survival + special creative features
Viser 51-60 af 112 forekomster
< 1 ... 4  5  6  7  8 ... 12 >
Opdatering: 10. nov. 2019 kl. 23:01

- Added player name alongside steamId for all the lines in SkinTestServer logging.
- Added some debug log messages for skin ownership failures in offline worlds, to track down a bug.

Opdatering: 24. okt. 2019 kl. 13:48

- Fixed armor skin icons being as large as the selection (they used to be smaller with a transparent edge, keen changed that).

Opdatering: 24. okt. 2019 kl. 10:56

- Fixed crash caused by game armor icons being renamed.
- Added materials for the new armor icons to show up in this mods' GUI.

Opdatering: 22. okt. 2019 kl. 3:42

- Disabled grid inexisting errors, now only sender gets the message if grid doesn't exist server side.
- Fixed warning message not properly printing who it's from.
- Fixed clients not removing info of disconnected players.

Opdatering: 21. sep. 2019 kl. 5:19

- Potentially fixed an error in GetResults()
- Added various extra checks in GetResults() and extra logging for skin test.

Opdatering: 12. sep. 2019 kl. 15:13

- Fixed errors when aiming at blocks that have skins from mods that are no longer in the world.
- Fixed paintgun not having a spray cooldown after color pick mode gets turned off so that it doesn't instantly spray when you pick a color.
- Potentially fixed error in PaintGunItem.Init() happening in some cases in MP, added some checks there.
- Added hint on how to setup symmetry in the symmetry not set up message in the block info GUI.

Opdatering: 12. sep. 2019 kl. 0:59

- Palette is now read clientside (which should allow mods like Build Colors to work with this), still gets synchronized to other players so that they can see your paintgun spray color and they can pick your selected color.
- Skins can not be used until skin ownership test succeeds.
- Improved skin ownership test and now tries 3 times before showing a warning to client to reconnect.
- Improved skin selection HUD, if more than 7 are owned then it will only show 7 and scroll through them.
- Added light green and light red paint color's text color in the block info GUI to indicate if it's in your palette or not (useful for quick color pick to know if it will override the slot).
- Added skin name label on the HUD to identify them better.
- Improved mirror selection, each selection is now colore if it can be painted and main selected block can be yellow if its own color can't be changed but at least one mirrored block's can be.
- Fixed mirror selection showing up in color pick mode and replace all mode.
- Skins no longer hardcoded and retrieved automatically from definitions. However, skin icons still need to be manually defined because modAPI has no way to draw textures without a transparent material definition.
- Custom skin icons no longer used, using vanilla ones (but still need to be manually defined as said above).
- Mod skin support! Mods adding skins do not show up in vanilla UI but this mod can detect and use them, with some issues. See example/test mod: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1860860182
- Added server-side paint and skin validation, if it fails then server will tell player that it did and why.
- If skin ownership fails for a player, it will tell server in order to log the issue and hopefully server admins report it.
- Various memory and allocation improvements.
- Various logging of network and skin ownership test to help find issues.

Opdatering: 28. aug. 2019 kl. 10:51

- Fixed NRE at SendToPlayer_SendColorList() for DS when players (re)connected.

Opdatering: 22. aug. 2019 kl. 11:08

- Added the new skins that 1.192 introduced.

Opdatering: 20. aug. 2019 kl. 7:43

- Removed #pragma from code to avoid compile errors in next SE build.