Skip to content
Success

Changes

Summary

  1. Fix stacktraces not being formatted correctly (commit: aea37ca) (details)
Commit aea37caa283f8c0fef315d50d299437065586278 by Geolykt
Fix stacktraces not being formatted correctly

This was caused by the space font not supporting horizontal tabs.
As such GDX's BitmapFont implementation would simply ignore these characters.
This behaviour is suboptimal - which is why we now replace these
horizontal tabs with 4 sucessive whitespace characters.
(commit: aea37ca)
The file was modifiedsrc/main/java/de/geolykt/starloader/impl/GalimulatorImplementation.java (diff)