Opened 14 years ago
Closed 14 years ago
#366 closed task (fixed)
Filenames may not contain spaces
Reported by: | rgrieder | Owned by: | dafrick |
---|---|---|---|
Priority: | minor | Milestone: | Version 0.1 Codename: Arcturus |
Component: | misc | Version: | 0.0.4 |
Keywords: | filename space | Cc: | |
Referenced By: | References: |
Description
To avoid problems when working in a console, no filename should contain spaces (and forward slashes for that matter).
Please check the files in the data folder for filenames with spaces (like "The Time Machine" && "Fight in our Back") and change them. With the new LevelInfo class, we don't even loose the pretty print for level names.
Change History (4)
comment:1 Changed 14 years ago by scheusso
comment:2 Changed 14 years ago by dafrick
I agree, the thought had crossed my mind, too. I would go for CamelCase, because that's how the majority of our files in the data directory are named. I'll try to update the hopelessly outdated Content Creation Guide to making levels this weekend, then we could put the new naming in there, as well.
comment:3 Changed 14 years ago by dafrick
- Owner changed from nobody to dafrick
comment:4 Changed 14 years ago by dafrick
- Resolution set to fixed
- Status changed from new to closed
maybe we should think about a naming convention (e.g. camelcase "FightInOurBack" or with underscores "Fight_in_our_Back") for different data file types before we do this.