1386 Commits

Author SHA1 Message Date
David Vierra
7a421bac5d Mirror icon 2017-03-28 04:21:32 -10:00
David Vierra
56cd05fea0 Use element size as default UV coords if not given 2017-03-27 16:16:24 -10:00
David Vierra
c9b7bec86b Handle bad "cullface" values that MC also handles 2017-03-27 16:16:00 -10:00
David Vierra
354888c099 Fix #309 - Unbounded texture variable lookup 2017-03-27 16:08:40 -10:00
David Vierra
f85b441041 Fix #309 - Squelch paranoid users 2017-03-27 14:57:20 -10:00
David Vierra
f0547b61b8 Fix #306 - Bad default value handling in SpinSlider 2017-03-23 14:56:14 -10:00
David Vierra
6234f25226 Fix #307 - Nonsense value for LastPlayed? 2017-03-23 14:27:36 -10:00
David Vierra
9c2b991289 Add CI status badges to readme [ci skip] 2017-03-23 01:21:25 -10:00
David Vierra
cd6e4b633b OS X CI: Install pyside+qt from third party source 2.0.0-beta7 2017-03-23 00:23:11 -10:00
David Vierra
b3c41cf81b Use 1.11 block defs 2017-03-23 00:22:26 -10:00
David Vierra
68168e2292 Add tripwire rendering 2017-03-23 00:22:26 -10:00
David Vierra
fd0e8dafa7 Fix broken multipart models 2017-03-23 00:22:25 -10:00
David Vierra
d6ae0040b1 Dump 1.11 blocks 2017-03-23 00:22:24 -10:00
David Vierra
0505ca0a8c Fix #289 - Clarify "source folder" and explain virtualenv 2017-03-13 17:04:01 -10:00
David Vierra
2b4beb6551 Fix #298 - Cope with irregularly shaped imports (e.g. entire worlds) 2017-03-13 16:59:15 -10:00
David Vierra
db38556357 Fix #291 - FillCommandWidget cached globally instead of per-session 2017-03-13 16:54:58 -10:00
David Vierra
b5d0553129 Fix #295 - Cope with broken texture references in mod/respack models 2017-03-13 16:44:12 -10:00
David Vierra
2adc7c3491 Fix #302 - TypeError when selecting MC install 2017-03-13 16:39:07 -10:00
David Vierra
c50827d157 Add "Prune World" command 2017-02-26 13:27:20 -10:00
David Vierra
119caaeb20 Add Patreon supporter 2017-01-13 16:56:12 -10:00
David Vierra
2b7c458129 Add Patreon supporter 2016-10-30 05:04:38 -10:00
David Vierra
55cd86cf4b Fix integer signedness mismatch in analyze.py
Fixes #283
2016-10-24 04:36:52 -10:00
David Vierra
4652e537ae Merge pull request #277 from nikitakit/nikita/py3
Allow read-only use of mceditlib in python3
2016-10-15 15:23:18 -10:00
Nikita Kitaev
08da5a36c6 Limited support for writing nbt files 2016-10-06 21:56:45 -07:00
David Vierra
55a83b17fd Fix integer width mismatch in analyze.py
Fixes #278
2.0.0-beta6
2016-10-05 06:35:29 -10:00
Nikita Kitaev
ef0572b351 Allow installing mceditlib in python3 using 2to3 2016-10-04 16:34:46 -07:00
Nikita Kitaev
bf8aed514f Read-only python3 codepath in nbt.pyx 2016-10-04 16:34:46 -07:00
Nikita Kitaev
5250b2800f Remove parameter unpacking that was confusing 2to3 2016-10-04 16:34:46 -07:00
Nikita Kitaev
14d1b83068 Use floor division in regionfile.py 2016-10-04 16:34:45 -07:00
Nikita Kitaev
dcdda83817 Replace file constructor with open throughout mceditlib 2016-10-04 16:34:45 -07:00
David Vierra
07439715ce Implement cobblestone wall rendering 2016-09-30 12:00:17 -10:00
David Vierra
412f1fcae0 Fix None parts being passed to BlockModels.loadModelParts 2016-09-30 11:20:09 -10:00
David Vierra
cca4cc71eb Fix NBTUUIDAttr not creating tags if missing 2016-09-30 11:18:26 -10:00
David Vierra
356565a0b4 Fix TAG_String value returned as str (should be unicode) 2.0.0-beta5 2016-09-22 20:01:11 -10:00
David Vierra
f1224f62b4 Fix "Save" command not usable after certain (very few) actions. 2016-09-22 20:00:32 -10:00
David Vierra
314334b3aa Fix AnvilWorldAdapter selecting the wrong revision during saveChanges 2.0.0-beta4 2016-09-16 04:20:24 -10:00
David Vierra
8a65da661c Rewrite a docstring in RevisionHistory 2016-09-16 04:19:38 -10:00
David Vierra
dd4e271a6b Add button to error dialog for post mortem debugging (src checkout only) 2016-09-16 03:59:54 -10:00
David Vierra
9620b8603a showErrorDialog defaults to the current exc_info if none is given 2016-09-16 03:59:32 -10:00
David Vierra
4aff8bbf58 Split placeSchematic from importSchematic for already-loaded schematics 2016-09-16 03:58:58 -10:00
David Vierra
4ed9d10174 Fix move tool adding spurious "Move Object" undos in many cases 2016-09-16 03:58:21 -10:00
David Vierra
d2268a35af Fix move tool adding spurious "Rotate Object" undo entries in some cases 2016-09-16 03:58:03 -10:00
David Vierra
66e9046ee7 Add function to convert some filter options to simple command options 2016-09-16 03:57:31 -10:00
David Vierra
add129b7e4 Catch and display errors while instantiating command plugins
Should generalize for all plugin types
2016-09-16 03:57:07 -10:00
David Vierra
5314a2c554 Add increment key to simple options 2016-09-16 03:56:23 -10:00
David Vierra
8f89a0f40a Fix default min/max for simple options being too small (was 0-99) 2016-09-16 03:56:07 -10:00
David Vierra
d037603477 Allow SimpleCommandPlugin.perform to return a schematic 2016-09-16 03:55:32 -10:00
David Vierra
ad4a235b85 Add increment arg to SpinSlider 2016-09-16 03:55:09 -10:00
David Vierra
fe061bf1d4 Fix badly formatted ValueError in AnvilWorldAdapter 2016-09-16 03:54:56 -10:00
David Vierra
a86bb1e0fc Allow BlockType to be used in if block to test for air 2016-09-16 03:54:35 -10:00