Submodule pymclevel:
> 419a403 - Remove last remnant of old NBT code.
> fde247b - Change data type of computed heightmap arrays to signed integer to avoid unsigned overflow.
> 14967d4 - Increase default height of MCInfdevOldLevel to 256
Make sure error checking is disabled before any other modules get a chance to load the OpenGL module. Some Intel GMA chipset drivers will set an error condition when calling glGenRenderbufferEXT even though the framebuffer object is fully functional after initialization.
Submodule pymclevel:
> 87b97ab - Fix server generator when using MC Server 1.3.2.
> 7696ff9 - Split up tests into separate files
> 5e69394 - Correctly chain exception tracebacks when raising ChunkMalformed.
> 61017d6 - Fix `MCInfdevOldLevel.getWorldBounds` returning incorrect bounds.
> 5740ea3 - TestServerGen: Change to test against AnvilWorld to avoid a format mismatch between the server and the test world.
> f96f9fd - Updated to add some newer blocks.
> 4378e6a - Fix memory leak for Anvil chunks
> 3f76761 - Don't turn a MemoryError into a ChunkMalformed exception
> 96c1559 - Correct references to ChunkMalformed exception in dumpSigns/dumpChests
> 0e4399b - Use UTF-8 for decoding of sign text from world
Corrects an oversight which created a choiceButton input in addition to a string input field when using string input options "strValSize", "strVal", or "strSize".
tab_panel.py has been revised to draw glRects and draw text rendered on 2D surfaces to support 3D objects inside of filter panels.
These changes were made to support revisions in filter.py.
For more information: http://www.youtube.com/watch?v=NXN8R1BIIuk
Major revision to filter.py to allow the use of lists of tuples for which each tuple element on the list will produce a tab. Tuples are also acceptable values, so no changes are necessary to existing filters.
Relies on additional revisions in tab_panel.py
For more information: http://www.youtube.com/watch?v=NXN8R1BIIuk
The proposed change takes advantage of the TextField class in the albow package to allow filters to accept string input from the user. May be of use to filter creators.