1475 Commits

Author SHA1 Message Date
David Vierra
4bb98da521 Pin PyInstaller 2.0.0-beta14 2018-08-14 11:14:32 -10:00
David Vierra
aad765a7bb Roll back Cython 2018-08-13 13:16:44 -10:00
David Vierra
83e3935007 Fix NBT name search matching unnamed tags 2.0.0-beta13 2018-08-13 12:38:04 -10:00
David Vierra
3284e98034 Don't translate this string 2018-02-26 08:39:21 -10:00
David Vierra
7a99da5dfb Fix #370 - error in docstring 2.0.0-beta12 2018-02-02 17:11:37 -10:00
David Vierra
af48a76d42 Increase maximum repeat count 2018-02-02 17:06:44 -10:00
David Vierra
ff1dbfab30 Fix sections being created immediately above build height 2018-02-02 17:04:08 -10:00
David Vierra
7a6663b730 Fix clone tool coordinate input not updating on initial use and in relative mode 2018-02-02 17:00:52 -10:00
David Vierra
33cc35b565 Fix incorrectly rethrown exception on erroring chunks 2018-02-02 16:55:00 -10:00
David Vierra
bf5923cd8e Move painting TileX adjustment to painting class 2018-02-02 16:39:52 -10:00
David Vierra
a79621d3b5 NBT search with both tag name and value matches both, not either 2018-02-02 16:39:18 -10:00
David Vierra
54f5efebdd Change ID_SHORT_ARRAY to ID_LONG_ARRAY 2017-12-15 18:20:40 -10:00
David Vierra
1bd31fbd2c Issue #371 - implement worldEditor.getWorldVersionInfo() 2017-12-15 18:19:39 -10:00
David Vierra
169309d833 Use Version tag of level.dat to display version in world list 2017-12-15 18:07:06 -10:00
David Vierra
e30dbea2d6 Implement TAG_Long_Array 2017-12-14 18:15:20 -10:00
David Vierra
243e306ebe Also trap UnicodeErrors as LevelFormatErrors 2017-12-12 15:55:58 -10:00
David Vierra
76afe276c6 Try to fix travis error "Homebrew must be run under Ruby 2.3! You're running 2.0.0." 2017-12-08 14:31:12 -10:00
David Vierra
97fb2342f4 Don't report any plugin loading/unloading errors 2017-12-08 13:41:54 -10:00
David Vierra
ef557dbcee Reject MCEdit 1.0 filters explicitly, without reporting an error 2017-12-08 13:41:32 -10:00
David Vierra
90c4739515 Disallow opening the same world in multiple tabs 2017-12-02 09:03:45 -10:00
David Vierra
4721146e37 Fix dock widgets disappearing when changing/closing tabs 2017-12-02 09:03:29 -10:00
David Vierra
685c0c9f45 Fix "integer expected, got float" and similar errors related to SpinSlider value 2017-12-02 08:36:09 -10:00
David Vierra
32988f9cf0 Fix "NoneType has no attribute 'any'" when brushing 2017-10-07 23:38:19 -10:00
David Vierra
8874265c19 Fix "unsupported operand" after some sequence of selections 2017-07-25 04:48:16 -10:00
David Vierra
84faf55cad Fix delete operations attempted with no selection 2017-07-25 02:22:57 -10:00
David Vierra
3f79c611d0 Fix excess command block visuals 2.0.0-beta11 2017-07-24 18:22:29 -10:00
David Vierra
df471488c9 Inspector doesn't keep refs to objects no longer being inspected 2017-07-24 15:49:03 -10:00
David Vierra
5f63a55357 Implement find/replace NBT in chunks 2017-07-24 13:19:11 -10:00
David Vierra
cbdafb3618 Fix box face highlight not staying put when moving selection 2017-07-22 11:20:27 -10:00
David Vierra
02917b79ac Using inspector to delete entity/tile entity does not break inspector 2017-07-22 10:44:45 -10:00
David Vierra
eefb2f02ee Select Entity refreshes hits on each undo/redo 2017-07-22 10:44:25 -10:00
David Vierra
2e90cf5242 Improved Select Entity hit detection 2017-07-22 10:39:11 -10:00
David Vierra
2194bfd8f4 Select Entity tool no longer adds undos for each click 2017-07-22 10:39:02 -10:00
David Vierra
f08e0333a1 Inspector window refreshes on each undo/redo 2017-07-22 10:38:43 -10:00
David Vierra
1c288b39a8 Don't allow NBT value editing for arrays, lists and compounds (for now) 2017-07-22 10:27:50 -10:00
David Vierra
7912f9e265 Fix TypeError when dragging outside of selection(?) 2017-07-20 13:50:15 -10:00
David Vierra
92fb889c52 Actually fix brush cursor not completely removed 2017-07-20 13:48:02 -10:00
David Vierra
d760856098 Fix OverflowError when value is too large/small for NBT tag type 2017-07-20 12:08:02 -10:00
David Vierra
cd0749dcd1 Fix AttributeError when shift-clicking with select tool with no selection 2017-07-20 11:59:57 -10:00
David Vierra
9094d5964b Remove all calls to glPushClientAttrib
Some drivers don't implement it correctly, not resetting vertex array
attributes when popped, causing access violations even when the vertex
array is unused.
2017-07-20 11:54:43 -10:00
David Vierra
24389127cb Rewrite CompassNode using node states 2017-07-20 11:54:43 -10:00
Foster McLane
cc266a42bd fix signal name in configure_blocks dialog
As per the documentation at http://pyside.github.io/docs/pyside/PySide/QtGui/QComboBox.html, the correct name for the signal is `editTextChanged`, not `textChanged`.
2017-07-20 10:05:48 -10:00
David Vierra
915266cf6a Be more resilient in setWidgetError xxxxx
TODO: More sensible error display here
2.0.0-beta10
2017-07-13 18:55:35 -10:00
David Vierra
3ed3bb03f5 Disable TEXTURE_2D on TEXTURE1 when vertex data is not given 2017-07-13 18:54:27 -10:00
David Vierra
898847e063 Squish some loggers 2017-07-13 18:54:26 -10:00
David Vierra
adf36591cb Allow stealing back the session lock, with appropriate warnings. 2017-07-13 18:54:26 -10:00
David Vierra
5119324291 Fix brush cursor not being fully removed in all cases 2017-07-03 23:46:55 -10:00
David Vierra
9fd69058d3 Actually use 1.12 blocks 2017-07-03 13:59:55 -10:00
David Vierra
b7d86a941e Fix #340 - incomplete redstone wire rendering 2017-07-03 13:57:19 -10:00
David Vierra
a5c0fc3a9a Add 1.12 block defs 2017-07-03 13:46:32 -10:00