shadowmage45 / AncientWarfare

Updated Ancient Warfare mod for Minecraft 1.5.2+
http://ancientwarfare.wikispaces.com/
Other
10 stars 8 forks source link

More GUI Cleanup #34

Closed shadowmage45 closed 10 years ago

shadowmage45 commented 10 years ago

--alpha blending on crafting guis for 'hint' items is currently non-functional --double-pass-rendering of tooltips -- need to correct location of 2nd pass --lost 'fake stack' display for 'hint' items --tooltip rendering is adjusting the lighting (not sure if it is my tooltip rendering, or the vanilla code)

shadowmage45 commented 10 years ago

--fixed alpha blending for hint items. --remove extra GLattribute stack push/pull from item-stack rendering -- should help with fps anytime item-stacks are rendered --enable push/pop attrib on tooltip rendering (once per frame is not so bad) -- fixes lighting w/tooltips displayed ****need to find proper solution for above fix...could probably examine the GL state-stack to see what gets flipped