Space Engineers

Space Engineers

Chat History
Mostrando 1-10 de 16 aportaciones
< 1  2 >
Actualización: 14 ENE 2016 a las 11:03 a. m.

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

Actualización: 19 DIC 2015 a las 9:13 p. m.

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

Actualización: 19 DIC 2015 a las 9:08 p. m.

Actualización: 20 NOV 2015 a las 8:06 a. m.

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

Actualización: 3 SEP 2015 a las 8:58 a. m.

- 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);

Actualización: 2 SEP 2015 a las 7:30 a. m.

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;

Actualización: 27 MAR 2015 a las 6:55 a. m.

- Fixed crashing due to recent API changes.

Actualización: 25 ENE 2015 a las 12:17 p. m.

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

NOTE: This won't affect past messages.

Actualización: 24 ENE 2015 a las 7:19 a. m.

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

Actualización: 23 ENE 2015 a las 3:42 p. m.

Notifying clients when creating the chat block.