328 Commits

Author SHA1 Message Date
David Vierra
963fd67f3b Make OpenGL errors non-fatal unless requested 2012-10-08 18:00:13 -10:00
David Vierra
dbb25bdbb0 Alternate FramebufferTexture implementation
For systems without GL_FRAMEBUFFER_EXT. Ought to fix the notorious "Intel Graphics Bug"
2012-10-08 18:00:13 -10:00
David Vierra
8439c48405 Ignore PyCharm project files 2012-10-08 18:00:12 -10:00
David Vierra
d3f877bd7c Copyright blocks were checked in with the wrong line endings, fix it 2012-10-08 18:00:12 -10:00
Tyler Kennedy
0fbd80af2c Merge pull request #134 from KaboPC/patch-2
Fix choiceButton with some string inputs
2012-10-07 07:36:25 -07:00
Tyler Kennedy
5495e273f0 Merge pull request #135 from Dezlad/master
Updated to add Textures for new blocks.
2012-10-07 07:32:29 -07:00
Derry Coffey
bbd61815df Updated some of the items, blocks and entities.
(Texture packs won't work for some new items)
2012-10-06 14:36:42 +01:00
KaboPC
ea1637e1a9 Fix choiceButton with some string inputs
Corrects an oversight which created a choiceButton input in addition to a string input field when using string input options "strValSize", "strVal", or "strSize".
2012-10-05 20:13:50 -03:00
Tyler Kennedy
feefa19118 Updating pymclevel 2012-09-18 05:18:59 -04:00
Tyler Kennedy
db44c6c437 Merge pull request #125 from KaboPC/patch2
Update filter.py and tab_panel.py to allow tabbed filter inputs
2012-09-18 02:10:52 -07:00
Tyler Kennedy
92ccddfe87 Merge pull request #122 from philippelatulippe/dni
Support dimensions with arbitrary directory names.
2012-09-18 02:08:01 -07:00
KaboPC
dbacc96773 Update tab_panel.py to support change in filter.py
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
2012-09-14 22:54:41 -03:00
KaboPC
e3328b2b71 Update filters.py to allow tabbed filter inputs
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
2012-09-14 22:49:19 -03:00
Tyler Kennedy
e962e60ac5 Merge pull request #123 from KaboPC/patch-1
Update filter.py to Allow String Input for Filters
2012-09-11 04:54:02 -07:00
KaboPC
2a2ddb344a Update filter.py to Allow String Input for Filters
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.
2012-09-11 04:41:49 -03:00
Philippe Latulippe
b618202340 Support dimensions with arbitrary directory names. 2012-09-09 19:55:18 -04:00
Tyler Kennedy
43cc541185 Added several of SethBling's filters to the default pack. 0.1.2 2012-08-07 04:39:58 -04:00
Tyler Kennedy
16c231246a Updating for 1.3.1 2012-08-07 04:26:47 -04:00
Tyler Kennedy
cdc15b800e Suppress bloody Finder caches. 2012-08-07 04:22:21 -04:00
Tyler Kennedy
0e9365ec8f Bump logging level to file. 2012-08-07 04:21:48 -04:00
Tyler Kennedy
abc277c258 Merge pull request #114 from Dezlad/master
1.3.1 Update
2012-08-07 01:19:32 -07:00
Derry Coffey
b1e6ff7ee7 Added 1.3.1 Block and "Auto-Rotate" on fill with cocoa plants and tripwire hooks
This is good because it adds texture-pack support for 1.3 and the new blocks.
2012-08-06 10:52:03 +01:00
Tyler Kennedy
41ea379fb2 Fix chunk exporting. 2012-04-17 18:20:16 -04:00
Tyler Kennedy
08e33ccbaf Merging in style changes, minor fixes, unused imports, pymclevel update. 0.1.1 2012-04-15 13:03:39 -04:00
Tyler Kennedy
18778d2f2b Merge branch 'master' of https://github.com/jedediah/mcedit 2012-04-15 12:41:57 -04:00
Jedediah Smith
634b263a42 remove a spurious apostrophe that confuses emacs 2012-04-13 06:43:32 -04:00
Jedediah Smith
c9604d768a fix mouse jump after regaining focus (without touching albow) 2012-04-13 06:40:55 -04:00
Jedediah Smith
4e604d5a5d revert changes to external library albow 2012-04-13 06:08:06 -04:00
Jedediah Smith
61754f3e16 fix mouse-look jumping after losing and regaining focus (probably only on Mac) 2012-04-10 03:09:39 -04:00
Tyler Kennedy
c2747e1734 Updated pymclevel 2012-04-10 02:32:03 -04:00
Tyler Kennedy
6db82ab8d9 Merge pull request #72 from FlukyPhoenix/99c5ed6a53008e2a9ad04f3661882b64b41a447a
Update terrain.png and pymclevel.
2012-04-01 19:35:46 -07:00
Tyler Kennedy
4ee68aa817 Merge pull request #71 from SpikeMeister/history-ctd
Fix a CTD from the mcedit main menu
2012-04-01 19:35:13 -07:00
FlukyPhoenix
99c5ed6a53 Updated pymclevel
Signed-off-by: FlukyPhoenix <git@flukyphoenix.com>
2012-04-02 02:10:03 +01:00
FlukyPhoenix
e775482a3c Update Terrain.png from 1.2.5 .
Signed-off-by: FlukyPhoenix <git@flukyphoenix.com>
2012-04-02 02:04:59 +01:00
Andrew Hughson
6ed7161b99 Change the 'Recent changes' button to open the history page on the wiki. 2012-04-02 10:40:30 +12:00
Andrew Hughson
50f6c93a5c Fix the 'Recent Changes' menu option to show the contents of 'history.txt' (currently does not exist) and not CTD if 'Show history.txt' is selected from the alert message. 2012-04-01 17:09:40 +12:00
Tyler Kennedy
d22791ff1d And that's what I get for rushing. 2012-03-28 11:30:28 -04:00
Tyler Kennedy
7043486d61 Missing deepcopy import 2012-03-26 21:25:50 -04:00
Tyler Kennedy
592e2121a4 Kludge around auto_update to prevent crashing without an internet connection. 2012-03-26 21:12:14 -04:00
Tyler Kennedy
e5ffd49808 Seperate stream + file logging (mcedit.log) 2012-03-26 21:07:09 -04:00
Tyler Kennedy
f3d7495dcd Updated pymclevel 2012-03-26 20:39:56 -04:00
David Sowder
343a9e4c70 Merge with git@github.com:zothar/mcedit.git 'master' 2012-03-21 17:41:57 -05:00
David Sowder
b366a331bd frustrum.py: GL.newaxis should be numpy.newaxis, so make it so 2012-03-21 17:39:23 -05:00
David Sowder
b11bbee6df shuffle module import style for OpenGL to import the module instead of the package in a few files 2012-03-21 17:39:22 -05:00
David Sowder
37ab31b777 Fix bad search/replace error for blockMaterials.clip() identified by codewarrior0 2012-03-21 17:37:28 -05:00
David Sowder
e6902af034 pull from pyflakes branch: unravel/mangle imports 2012-03-21 17:37:27 -05:00
David Sowder
8a87e19e21 Merge branch 'master' of https://github.com/mcedit/mcedit 2012-03-20 21:37:22 -05:00
David Sowder
6eed08c8f5 frustrum.py: GL.newaxis should be numpy.newaxis, so make it so 2012-03-20 21:28:56 -05:00
David Sowder
8b1d869c33 shuffle module import style for OpenGL to import the module instead of the package in a few files 2012-03-16 08:30:51 -05:00
David Sowder
e043aa4b7a Fix bad search/replace error for blockMaterials.clip() identified by codewarrior0 2012-03-14 19:41:38 -05:00