Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | fix(textfiles): add missing neline at end of files | Léa Gris | |
git and diff tools will complain if text file does not end with a newline. Fixed all text files in the repository with Linux bash shell: ```sh git ls-files -z | while IFS= read -rd '' f; do mime="$(file --brief --mime "$f")"; if [ -z "${mime##text/*}" ]; then tail -c1 "$f" | read -r _ || printf '\n' >>"$f"; fi; done ``` | |||
2018-04-26 | fixed galactic greg & config differnce | bartimaeusnek | |
2017-11-24 | Feature complete. Ready for testing in multiple dimensions. | Richard Hendricks | |
2017-11-24 | Cascading worldgen is being caused by something in other worldgen, possibly ↵ | Richard Hendricks | |
small ores or stones? Don't know for sure, need to investigate. | |||
2017-11-24 | First pass at chunkifying oreveins | Richard Hendricks | |
2016-09-22 | Concurrent Hash maps and string vars | Muramasa | |
2016-09-22 | Worldgen and random changes | Muramasa | |
2015-10-21 | Reformat code | Shawn Buckley | |
2015-10-18 | Move source directory | Shawn Buckley | |