MightyPirates / TIS-3D

TIS-100 inspired low-tech computing in Minecraft.
https://www.curseforge.com/minecraft/mc-mods/tis-3d
Other
108 stars 35 forks source link

1.7.10 Backports #64

Closed mpevner closed 7 years ago

mpevner commented 7 years ago

A friend was stuck with 1.7.10 for assorted reasons so I backported features. Then it snowballed including fixes/updates/&c. There will most likely also be an attempt to backport the Terminal module, but I am not much of a modmaker.

fnuecke commented 7 years ago

Github y u no notify me D:

Thanks a lot! Will review and test tomorrow!

mpevner commented 7 years ago

Awesome! I'll try and hack at the Terminal module over the weekend, though it's going to be a bit kludgy most likely.

mpevner commented 7 years ago

If I did my math right GlStateManager.disableTexture2D(); == GL11.glDisable(GL11.GL_TEXTURE_2D); and ditto for Enable. I've got the stragglers you've caught cleaned up; good catches! Commented out lines were to make sure I actually translated the call (and not forget it. Case in point, if you dont bind a texture, things render.... Interestingly.)

As for sound, that got overlooked. I'll have an edit shortish.

fnuecke commented 7 years ago

Sorry for the delay, had a pretty busy week. Looks good! I went ahead and backported what remained (looking at a diff with the 1.12 branch), such as side locking and a few small fixes. Thanks again for doing the bulk of the update!