# Update 2020-06-18 # Client * "Mails" button gets highlighted & flashy when new mail is received * Updated Credits * Completed official localization for Chinese (Simplified) and Russian # Server * Added new option autoSavePerformanceData=true to server.ini which makes server save performance stats files automatically when performance goes awry ** Must have profiling=true enabled * Added new option performanceDataAutoSaveFiles=10 to server.ini that controls the amount of performance stats files that are kept around * Added new option timeBetweenPerformanceDataAutoSaves=30 to server.ini that controls the amount of minimum time between automatic performance stats saves * /profile command is now alternatively called /benchmark * Backups are now saved asynchronously # Update 2020-06-16 # Gameplay * Added a frame draw selection to galaxy map * Added some cutscenes to tutorial * Engines now flicker when low on energy or on wreckages # Client * Finalized Spanish localization * Improved readability of text of tracked mission # Server * Added new option autoSavePerformanceData=true to server.ini which makes server save performance stats files automatically when performance goes awry ** Must have profiling=true enabled * Added new option performanceDataAutoSaveFiles=10 to server.ini that controls the amount of performance stats files that are kept around * Added new option timeBetweenPerformanceDataAutoSaves=30 to server.ini that controls the amount of minimum time between automatic performance stats saves * /profile command is now alternatively called /benchmark # Scripting API * Added renderBorder function to UIRenderer # Bugfixes * [UBR] Fixed issue where assigning too few power units in turret factory could result in turrets that never fired * [UBR] Fixed trading instruction quest not advancing after relog * [UBR] Fixed an issue where cargo wasn't correctly transferred when founding a station * [UBR] Fixed an issue where fighters that cost negative credits could be built * Fixed several issues in scripts * Fixed several issues in new tutorial * Fixed several crashes * Fixed several issues in faction name generator * Fixed several typos