Commit graph

12 commits

Author SHA1 Message Date
Léa Gris
af5cef9c05 Fix textures in wrong BMP format to PNG
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
```
2016-01-29 15:09:07 +01:00
Blood-Asp
d415df7ea2 merge of GT5.09 fixes into 5.08 branch 2015-12-09 00:52:00 +01:00
Shawn Buckley
46f4473de6 Change if chains to switches 2015-10-25 09:27:29 -04:00
Shawn Buckley
756e7edc64 Fix version for stable build 2015-10-24 13:45:06 -04:00
Blood-Asp
2d7a108727 fixed naquadah cell reverse processing 2015-10-24 13:41:56 -04:00
Shawn Buckley
123aa6ed28 Reformat code 2015-10-21 22:15:09 -04:00
Shawn Buckley
ad473b9ac0 Update IC2 Nuclear control to 2.3.1a-Butt 2015-10-20 21:23:33 -04:00
Blood-Asp
57efa552e7 Merge pull request #253 from JonnyNova/tf_squash
Replace GT_Values.T/F with java primitive boolean values
2015-10-20 22:47:09 +02:00
Blood-Asp
70c116c3df update to forestry 4.0 2015-10-20 22:46:18 +02:00
Shawn Buckley
49e6015068 Replace GT_Values.T/F with java primitive boolean values 2015-10-19 20:48:52 -04:00
Shawn Buckley
7150103150 Replace homegrown character comparision for builtin ones 2015-10-19 19:49:28 -04:00
Shawn Buckley
85c804fa11 Move source directory 2015-10-18 23:04:39 -04:00