Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | Update spotless config to 0.2.2 | Raven Szewczyk | |
2023-01-30 | [ci skip] spotlessApply with the new settings | Jason Mitchell | |
2022-08-27 | Update buildscript & apply spotless (#1306) | Raven Szewczyk | |
* Update dependencies * Update buildscript, apply spotless | |||
2021-08-10 | Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod) | TimeConqueror | |
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 ``` | |||
2015-10-21 | Reformat code | Shawn Buckley | |
2015-10-18 | Move source directory | Shawn Buckley | |