MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.67k stars 1.34k forks source link

fix: make entity dump filename windows compatible #5145

Closed jdrueckert closed 11 months ago

jdrueckert commented 1 year ago

Contains

How to test

  1. Start any Terasology world on Windows with this branch checked out
  2. Open the in-game console (F1) and execute dumpEntities
  3. Verify that Terasology does not crash and that an entity dump file without colons in its name is created

Outstanding before merging

Fixes #5144