aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-30Merge pull request #427 from leagris/masterBlood-Asp
Fix textures in wrong BMP format to PNG
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-24Create README.mdShawnBuckley
2015-10-21Merge pull request #257 from ShawnBuckley/forestry4_gradleShawnBuckley
Update forestry
2015-10-21Reformat codeShawn Buckley
2015-10-21Merge pull request #258 from ShawnBuckley/ic2nc_updateShawnBuckley
Update IC2 Nuclear control to 2.3.1a-Butt
2015-10-20Update IC2 Nuclear control to 2.3.1a-ButtShawn Buckley
2015-10-20Update forestryShawn Buckley
2015-10-20update apiBlood-Asp
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-20Merge pull request #252 from JonnyNova/char_comparisonBlood-Asp
Replace homegrown character comparision for builtin ones
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-20Merge pull request #250 from ShawnBuckley/gitignoreBlood-Asp
Add to .gitignore
2015-10-20Merge pull request #249 from ShawnBuckley/source-moveBlood-Asp
Move source directory
2015-10-20Merge pull request #248 from ShawnBuckley/gradleBlood-Asp
Update gradle dependencies
2015-10-19Remove unused subversion propertyShawn Buckley
2015-10-19Correct build.properties to use Forge 1481Shawn Buckley
2015-10-18Add to .gitignoreShawn Buckley
2015-10-18Move source directoryShawn Buckley
2015-10-18Organize build.propertiesShawn Buckley
2015-10-18Update dependenciesShawn Buckley
2015-10-18Merge pull request #232 from ShawnBuckley/jdgui-commentsBlood-Asp
Removed JD comments
2015-10-18Merge pull request #231 from ShawnBuckley/ore-loggerBlood-Asp
Update ore dictionary logger header language
2015-10-18GT5.08.31Blood-Asp
2015-10-14Removed JD commentsShawn Buckley
2015-10-14Update ore dictionary logger header languageShawn Buckley
2015-10-12first half of 5.08.31Blood-Asp
2015-10-04Another hotfixBlood-Asp
2015-10-03HotfixBlood-Asp
2015-10-03Update version 5.08.30Blood-Asp
2015-10-01Merge pull request #201 from TehporP/masterBlood-Asp
Create zh_CN.lang
2015-10-01Create zh_CN.langTehporP
2015-10-01Merge pull request #199 from pyure/patch-3Blood-Asp
Large Boilers now accept distilled water (w/o exploding)
2015-10-01Merge pull request #195 from mezz/masterBlood-Asp
Fix #194 Annoying sounds with Forestry Worktable
2015-10-01Merge pull request #193 from pyure/masterBlood-Asp
#186: Hatch names and descriptive tooltips
2015-10-01Merge pull request #176 from doushio9967/advcircuit-achievement-fix2Blood-Asp
Let GT AdvCircuits trigger the stepforward achievement.
2015-09-28Large Boilers now accept distilled water (w/o exploding)pyure
2015-09-25Fix #194 Annoying sounds with Forestry Worktablemezz
2015-09-25Really minor convention tweak in block_orespyure
Returning from the default clause of a switch stops eclipse from bitching about unhandled enums.
2015-09-23Tier acronym added to hatch namespyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure
2015-09-23Descriptive tooltip added for hatchpyure