Tags: ShaRose/GuiAPI
Tags
Updated TWL. Added a file saying which revision of TWL we are currently using. Updated to 0.15.0 / 0.15.1 (1.4.4 / 1.4.5).
Updated to 1.3.1. Updated ModSettings.getMcinst() to just use Minecraft.getMinecraft() now. Also, because of this got rid of ModSettings.presetMcint(Minecraft) because it's not like anyone used it, and I honestly have no idea why the hell it was there in the first place tbh because it would just break stuff. Removed an unused import for WidgetItem2DRender, which shouldn't have been there anyways (It was a leftover from debugging stuff). WidgetItem2DRender now has to use reflection to get the isDrawing field from the tesselator because mojang made it a private field. If it can't get it, it will just print to console and that part of the protection will be removed, but it's not likely to happen so.
Removed what was left of the 'jar protection' code.
Updated to Minecraft 1.0.0 Added javadocs to GuiApiFontHelper Did some formatting Changed GuiApiHelper.genWidget to return WidgetSimplewindow instead of Widget Changed the location check from MinecraftImpl.class to EnumOS2.class just in case Fixed javadoc tag in ModAction Removed some code that I added and forgot about for an example that wasn't supposed to be there in the first place Updated mod_GuiApiTWLExamples