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 |
|
Tyler Kennedy
|
d4972276bf
|
Fixes title issues.
|
2012-03-13 09:45:36 -04:00 |
|
Tyler Kennedy
|
bcf7ea8cb0
|
Small windows build fix. Filter and schematic fix.
|
2012-03-13 07:11:32 -04:00 |
|
Tyler Kennedy
|
a0894380b3
|
Added OS X app icon.
|
2012-03-13 06:14:32 -04:00 |
|
Tyler Kennedy
|
f3efb83d43
|
Extremely basic auto updating.
|
2012-03-13 06:03:19 -04:00 |
|
Tyler Kennedy
|
bf2b842e4b
|
Changed match pattern
|
2012-03-13 05:49:09 -04:00 |
|
Tyler Kennedy
|
0eb42afb61
|
Updating pymclevel head
|
2012-03-13 04:19:01 -04:00 |
|
Tyler Kennedy
|
aa4616f006
|
Don't display tile ticks by default, confusing to novice users and generates an annoying number of complaints.
|
2012-03-13 03:53:33 -04:00 |
|
Tyler Kennedy
|
ef91839844
|
Removed more unneeded prints, converted others to logging.
|
2012-03-13 03:49:08 -04:00 |
|
Tyler Kennedy
|
0041b8c23a
|
Replaced stray print in settings
|
2012-03-13 03:40:35 -04:00 |
|
Tyler Kennedy
|
f840fb4786
|
Fixed missing methods. release.py reads RELEASE-VERSION.py
|
2012-03-13 03:38:00 -04:00 |
|
Tyler Kennedy
|
1032d1492a
|
Added auto-versioning to setup.py, if git is available. As part of this process, building on Windows requires git in your PATH to get a valid version (otherwise your build will be labeled unknown.)
|
2012-03-13 03:20:12 -04:00 |
|
Tyler Kennedy
|
19bb2f6b2f
|
Updating pymclevel head
0.1.0
|
2012-03-13 02:53:10 -04:00 |
|
David Vierra
|
6b11355182
|
Merge pull request #57 from jedediah/master
Use pure Python PNG loader instead of pygame.load
|
2012-03-11 18:33:57 -07:00 |
|
Jedediah Smith
|
ac79f0610d
|
Merge branch 'master' of https://github.com/mcedit/mcedit
|
2012-03-07 09:22:07 -05:00 |
|
Jedediah Smith
|
60bdbbe75d
|
use pure python PNG loader instead of pygame.load (which was broken for me anyway)
|
2012-03-07 09:19:56 -05:00 |
|
Jedediah Smith
|
75b226d658
|
remove reference to non-existant history.txt in setup.py
|
2012-03-07 09:18:52 -05:00 |
|
Tyler Kennedy
|
a8ad2a5186
|
Merge pull request #54 from Cralex/patch-1
Changed wording on line 48 of readme.
|
2012-03-06 13:09:10 -08:00 |
|
Cralex
|
58247820ba
|
Changed wording on line 48.
|
2012-03-05 15:01:46 -07:00 |
|
Tyler Kennedy
|
2a4e6dc57f
|
Merge pull request #53 from zothar/master
tempfile import fixes
|
2012-03-05 13:10:29 -08:00 |
|
David Sowder
|
7e921a4229
|
More import related fixes similar to those in pull request/issue #53
|
2012-03-04 21:08:55 -06:00 |
|
David Sowder
|
f4cc898145
|
import tempfile locally rather than relying on it being available through our import of pymclevel
|
2012-03-04 19:14:21 -06:00 |
|
Tyler Kennedy
|
61b90b3ac6
|
Merge branch 'master' of github.com:mcedit/mcedit
|
2012-03-04 19:23:19 -05:00 |
|
Tyler Kennedy
|
122b2480b1
|
Show exception trace on unhandled exceptions. Updated logging format.
|
2012-03-04 19:22:21 -05:00 |
|
Tyler Kennedy
|
21d4395949
|
Merge pull request #52 from zothar/master
main.py to mcedit.py fixes
|
2012-03-04 15:51:17 -08:00 |
|
David Sowder
|
a4cfe1da42
|
Adjust setup.py and README.md for replacement of usage of main.py with usage of mcedit.py
|
2012-03-04 17:26:45 -06:00 |
|
Tyler Kennedy
|
39c5dfa58b
|
print statements now use logging instead.
|
2012-03-04 13:41:54 -05:00 |
|
Tyler Kennedy
|
ade95b0829
|
Cleaning up imports. Removing all debugging/tracing as found. Will likely break files depending on previews files making imports (which is good, those need to be found and fixed.)
|
2012-03-04 10:28:01 -05:00 |
|
Tyler Kennedy
|
7c1873bcd5
|
PEP8'd mcedit.py
|
2012-03-03 22:33:25 -05:00 |
|
Tyler Kennedy
|
a1b208cae8
|
Removed unneeded text files (history can be moved to wiki). Requirements already on wiki. Main.py just confuses people, you can run mcedit.py. Added shebang to mcedit.py
|
2012-03-03 22:21:11 -05:00 |
|
Tyler Kennedy
|
8e8cb0f9be
|
Merge pull request #47 from Kyso/master
Fixed README typo.
|
2012-03-02 13:00:37 -08:00 |
|
Kyle
|
c007e01f61
|
Fixed a simple README typo.
|
2012-03-01 14:00:54 -06:00 |
|
Tyler Kennedy
|
1ead1b5b83
|
Merge pull request #46 from zothar/pep8
PEP8 compliance changes for filters/
|
2012-02-24 03:08:34 -08:00 |
|
David Sowder
|
6c0543b73a
|
pep8 compliance: E261 at least two spaces before inline comment
|
2012-02-23 18:04:33 -06:00 |
|
David Sowder
|
d2716596f5
|
pep8 compliance: E302 expected 2 blank lines
|
2012-02-23 18:04:02 -06:00 |
|
David Sowder
|
8c8aea6b11
|
pep8 compliance: W602 deprecated form of raising exception
|
2012-02-23 18:03:37 -06:00 |
|
David Sowder
|
523abd8b70
|
pep8 compliance: W291 trailing whitespace
|
2012-02-23 18:03:03 -06:00 |
|
David Sowder
|
878d113b45
|
pep8 compliance: E202 whitespace before ')'
|
2012-02-23 17:58:31 -06:00 |
|
David Sowder
|
b4aba540ee
|
pep8 compliance: E201 whitespace after '('
|
2012-02-23 17:57:53 -06:00 |
|
David Sowder
|
df197af13e
|
pep8 compliance: E222 multiple spaces after operator
|
2012-02-23 17:57:19 -06:00 |
|
David Sowder
|
77aa28b4bf
|
pep8 compliance: E251 no spaces around keyword / parameter equals
|
2012-02-23 17:56:51 -06:00 |
|
David Sowder
|
b981afecbc
|
pep8 compliance: E225 missing whitespace around operator
|
2012-02-23 17:55:41 -06:00 |
|
David Sowder
|
1a0c6bedbc
|
pep8 compliance: E231 missing whitespace after ':'
|
2012-02-23 17:44:57 -06:00 |
|
David Sowder
|
380c4a112b
|
pep8 compliance: E231 missing whitespace after ','
|
2012-02-23 17:43:15 -06:00 |
|
David Sowder
|
56b1ac5e91
|
pep8 compliance: E261 at least two spaces before inline comment
|
2012-02-23 17:37:15 -06:00 |
|
David Sowder
|
aa8b179261
|
pep8 compliance: E301 expected 1 blank line
|
2012-02-23 17:36:00 -06:00 |
|
David Sowder
|
84b133f4e9
|
pep8 compliance: W391 blank line at end of file
|
2012-02-23 17:34:48 -06:00 |
|