Space Engineers

Space Engineers

Chat History
16개 중 1~10개 표시 중
< 1  2 >
업데이트: 2016년 1월 14일 @ 오전 11시 03분

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

업데이트: 2015년 12월 19일 @ 오후 9시 13분

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

업데이트: 2015년 12월 19일 @ 오후 9시 08분

업데이트: 2015년 11월 20일 @ 오전 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.

업데이트: 2015년 9월 3일 @ 오전 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);

업데이트: 2015년 9월 2일 @ 오전 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;

업데이트: 2015년 3월 27일 @ 오전 6시 55분

- Fixed crashing due to recent API changes.

업데이트: 2015년 1월 25일 @ 오후 12시 17분

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

NOTE: This won't affect past messages.

업데이트: 2015년 1월 24일 @ 오전 7시 19분

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

업데이트: 2015년 1월 23일 @ 오후 3시 42분

Notifying clients when creating the chat block.