Space Engineers
Chat History
Εμφάνιση 1-10 από 16 καταχωρίσεις
< 1  2 >
Ενημέρωση: 14 Ιαν 2016 στις 11:03

- Fixed not working in v01.117 due to API changes.

Ενημέρωση: 19 Δεκ 2015 στις 21:13

- Set chat message limit back to 50 because the UI window has been fixed.

Ενημέρωση: 19 Δεκ 2015 στις 21:08

Ενημέρωση: 20 Νοε 2015 στις 8:06

- Fixed message spam due to ModAPI changes.
- Temporarily lowered stored lines from 50 to 10 until the popup issue is fixed in the game.

Ενημέρωση: 3 Σεπ 2015 στις 8:58

- Fixed server not sending the messages to the proper client ID;
- Changed save file from world name to world's folder name for consistency between those two systems;
- Deletes old 'debug.log' file if exists since it now uses info.log (as all of my newer mods);

Ενημέρωση: 2 Σεπ 2015 στις 7:30

Code overhaul!

- Does not use a block anymore, clients send the messages to the server and the server to everybody else;
- Chat is saved in the Storage folder under the world name (unsupported filename characters are replaced with _ );
- Changed time format from exact to relative (now, 5s, 15mins, 4 days, etc);
- Deletes the old chat block automatically;

Ενημέρωση: 27 Μαρ 2015 στις 6:55

- Fixed crashing due to recent API changes.

Ενημέρωση: 25 Ιαν 2015 στις 12:17

Changed stored time to UTC instead of local for each player.

NOTE: This won't affect past messages.

Ενημέρωση: 24 Ιαν 2015 στις 7:19

Fixed not working properly on dedicated servers;
Added logger to send some info to debug.log;

Ενημέρωση: 23 Ιαν 2015 στις 15:42

Notifying clients when creating the chat block.