Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Meta: Use a bash shebang for text-to-cpp-string.sh | Linus Groh | |
Previously we had /bin/sh, which might be bash but is run in POSIX mode on some systems, causing read -r to not work correctly and inserting newlines when encountering literal "\n" in the source. Fixes #5040. | |||
2021-01-03 | TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some files | Emanuele Torre | |
2020-12-31 | Meta: Use a raw string delimiter in text-to-cpp-string.sh | Andreas Kling | |
Otherwise we can't have the sequence ')"' in GML :^) | |||
2020-09-14 | Meta: Make the text-to-cpp-string thingy pass shellcheck | Andreas Kling | |
2020-09-14 | Meta: Add helper for generating a C++ string from a text file | Andreas Kling | |