aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-29Fix textures in wrong BMP format to PNGLé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-09merge of GT5.09 fixes into 5.08 branchBlood-Asp
2015-10-25Change if chains to switchesShawn Buckley
2015-10-24Fix version for stable buildShawn Buckley
2015-10-24fixed naquadah cell reverse processingBlood-Asp
2015-10-21Reformat codeShawn Buckley
2015-10-20Update IC2 Nuclear control to 2.3.1a-ButtShawn Buckley
2015-10-20Merge pull request #253 from JonnyNova/tf_squashBlood-Asp
Replace GT_Values.T/F with java primitive boolean values
2015-10-20update to forestry 4.0Blood-Asp
2015-10-19Replace GT_Values.T/F with java primitive boolean valuesShawn Buckley
2015-10-19Replace homegrown character comparision for builtin onesShawn Buckley
2015-10-18Move source directoryShawn Buckley