1475 Commits

Author SHA1 Message Date
David Vierra
91645f1674 Koch plugin: Ignore empty selection in boundsChanged 2017-07-03 13:45:55 -10:00
David Vierra
288afd77c1 Create fake names for unknown blocks 2017-07-03 13:45:29 -10:00
David Vierra
4aa0c2095f Partially disable inventory edits in read-only mode 2017-07-03 13:45:11 -10:00
David Vierra
63f8bb615b Disable editing commands in read-only mode 2017-07-03 13:44:53 -10:00
David Vierra
1001597464 Disable "Add Block" button when no block is named 2017-07-03 13:44:38 -10:00
David Vierra
0cf53710d8 Use session.beginSimpleCommand in a few places 2017-07-02 12:46:31 -10:00
David Vierra
acdc51b88e Add read-only mode to block/chunk inspector 2017-07-02 12:43:59 -10:00
David Vierra
ddc3b1578f Add read-only mode to NBT editor 2017-07-02 12:43:29 -10:00
David Vierra
abb0089f62 Catch errors when loading PNG file 2017-07-02 12:05:15 -10:00
David Vierra
8135971024 Fix "Replace" commands being enabled in read-only mode 2017-07-01 14:03:10 -10:00
David Vierra
35b688d09f Fix global mouse movement breaking after right-clicking in camera view 2017-07-01 13:35:51 -10:00
David Vierra
8b144d7f75 Fix Select/Remove buttons being usable on empty installs table 2017-07-01 12:49:03 -10:00
David Vierra
3cc6f3fa8f Add raven to requirements 2.0.0-beta9 2017-07-01 12:13:37 -10:00
David Vierra
c2d4544392 Fix move tool weirdness when no selection is made 2.0.0-beta8 2017-06-30 00:33:32 -10:00
David Vierra
3ac859d286 Disable threaded buffer swap to see if it causes "invalid context" 2017-06-29 11:13:19 -10:00
David Vierra
12004846e1 Releasing right mouse button cancels sticky pan, even after a mouse drag 2017-06-27 21:05:38 -10:00
David Vierra
f05c5766d9 Fix entity inspector allowing double-deletes 2017-06-27 21:04:20 -10:00
David Vierra
08d8561b20 Fix Inspect Entity list being editable 2017-06-27 21:04:08 -10:00
David Vierra
525ca96bac Fix #328 - Missing terracotta map colors 2017-06-27 20:17:48 -10:00
David Vierra
d41c298cda Fix #332 - imports allowed when read-only 2017-06-27 19:51:19 -10:00
David Vierra
055a947ab5 Fix #330 - "Delete Map" unimplemented 2017-06-27 19:51:01 -10:00
David Vierra
4b86472577 Install Sentry error reporting system 2017-06-27 12:25:03 -10:00
David Vierra
1e2eda9c47 Fix EditorSession not being released after tab is closed 2017-06-18 05:13:45 -10:00
David Vierra
9abe610e9f Add Patreon heads to Edit Player icon 2017-06-17 19:27:07 -10:00
David Vierra
60420533dd Fix build script to copy lang files 2017-06-16 00:13:25 -10:00
David Vierra
835fd519c7 Change window titles from "Form" 2017-06-16 00:03:23 -10:00
David Vierra
bea5c9663c Finish adding language menu, make it remember the language 2017-06-15 14:35:53 -10:00
David Vierra
18cada97f0 Fix #324 - World List not catching all invalid-world errors 2017-06-15 01:21:43 -10:00
David Vierra
34fa322c92 Fix "Restart" button putting mcedit2.exe in the args list twice 2017-06-14 20:49:18 -10:00
David Vierra
59f3c0bb92 Fix #320: argv is str but our filenames must be unicode
TODO: figure out why argparse sometimes gets the exe as a filename
2017-06-14 20:46:14 -10:00
David Vierra
39add23d5f Add translations menu and include qm files in built app 2017-06-14 15:51:15 -10:00
David Vierra
6969cae317 Remove debug logs 2017-03-30 17:44:31 -10:00
David Vierra
ea32ca86c3 Add scale/flip options to Clone and Move 2017-03-30 17:39:25 -10:00
David Vierra
204045a3ef Eliminate feedback loop between BoxHandle and PendingImportNode 2017-03-30 03:57:29 -10:00
David Vierra
08cfe209c5 Move many computed properties from BoundingBox up to SelectionBox 2017-03-30 03:56:22 -10:00
David Vierra
8d3b90d815 SpinSlider no longer sets value back-and-forth between slider and spinbox
Prevents feedback loops when float values can't be converted exactly
2017-03-30 03:55:13 -10:00
David Vierra
e583a91a95 SpinSlider now supports "live" value changes 2017-03-30 03:54:19 -10:00
David Vierra
9f50829c69 SpinSlider has sensible default value 2017-03-30 03:51:28 -10:00
David Vierra
d27c5d0fd4 Ignore nonsense in blockstate strings (from user-defined blocks?) 2017-03-30 03:50:59 -10:00
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