Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-29 | Fix textures in wrong BMP format to PNG | Léa Gris | |
Script to fix ```Bash list=$(find ./ -type f -name \*.png -exec grep -l BM6 {} \;) for v in $list do f=$(echo $v | sed -e 's/\(.*\)\.png/\1/g') mv "$f.png" "$f.bmp" convert "$f.bmp" "$f.png" find ./ -type f -name "$f.bmp" -delete done ``` | |||
2015-12-09 | merge of GT5.09 fixes into 5.08 branch | Blood-Asp | |
2015-10-25 | Change if chains to switches | Shawn Buckley | |
2015-10-24 | Fix version for stable build | Shawn Buckley | |
2015-10-24 | fixed naquadah cell reverse processing | Blood-Asp | |
2015-10-21 | Reformat code | Shawn Buckley | |
2015-10-20 | Update IC2 Nuclear control to 2.3.1a-Butt | Shawn Buckley | |
2015-10-20 | Merge pull request #253 from JonnyNova/tf_squash | Blood-Asp | |
Replace GT_Values.T/F with java primitive boolean values | |||
2015-10-20 | update to forestry 4.0 | Blood-Asp | |
2015-10-19 | Replace GT_Values.T/F with java primitive boolean values | Shawn Buckley | |
2015-10-19 | Replace homegrown character comparision for builtin ones | Shawn Buckley | |
2015-10-18 | Move source directory | Shawn Buckley | |