1253 Commits

Author SHA1 Message Date
David Vierra
0a164dd9b3 Move conftest.py up a level 2016-06-15 17:27:07 -10:00
David Vierra
2670bd149a Update 1.9 BlockDumper 2016-06-15 17:20:27 -10:00
David Vierra
4b0d0d2d93 Implement Minecraft 1.9 block models 2016-06-15 15:04:08 -10:00
David Vierra
ff1056c257 Fix typo in removing configured blocks 2016-06-15 13:21:53 -10:00
David Vierra
448eab0e0c Guard against players with no UUID tags (this shouldn't happen) 2016-06-14 13:27:40 -10:00
David Vierra
5459c20597 Add "Loading plugins" to editor load progress 2016-06-13 16:35:50 -10:00
David Vierra
f6021f153c Fix texture misalignment when u1 > u2 2016-06-09 10:53:10 -10:00
David Vierra
3e9834c7d5 1.9 BlockDumper.java 2016-06-09 10:24:20 -10:00
David Vierra
e8eef09400 Add dummy modelTexture to ModelPlayer 2016-06-09 10:24:07 -10:00
David Vierra
fcab430e8f Fix new-style player textures being flipped 2016-06-09 10:21:25 -10:00
David Vierra
458a31cd08 Add 1.9 blocktypes 2016-06-08 15:54:27 -10:00
David Vierra
d790e40e5f Render player models with textures 2016-06-07 13:26:00 -10:00
David Vierra
7bd6a0f022 Actually fetch player textures from session server 2016-06-07 13:25:18 -10:00
David Vierra
7c5a662673 Dirty dirty hack to use loadPNGFile for paths not in MCEdit's datafiles 2016-06-07 13:24:44 -10:00
David Vierra
4f9992c375 Add Enable state for scene nodes 2016-06-07 13:24:25 -10:00
David Vierra
4adb80084d Switch to perspective view when zooming to player's view 2016-06-04 05:56:05 -10:00
David Vierra
2477bb9122 Fetch player names and textures from Mojang session server 2016-06-03 00:53:15 -10:00
David Vierra
36e58fc899 Create testbed schematic with all block types 2016-05-31 18:48:02 -10:00
David Vierra
1c5d244b47 Get SchematicWorldView working again, tweak zoom limits 2016-05-31 18:47:45 -10:00
David Vierra
b8865c8f9e Adapter classes not required to implement listPlayers 2016-05-31 18:47:23 -10:00
David Vierra
c8c69bbb10 Cleanup 2016-05-31 18:47:06 -10:00
David Vierra
89f865d850 Add dimNo property to WorldEditorDimension
Fix dimNo 0 not returned for overworld
2016-05-31 18:46:55 -10:00
David Vierra
c39e454e72 Tweak docstrings 2016-05-31 18:46:24 -10:00
David Vierra
533f93b348 Fix single-select block pickers acting like multi-select ones 2016-05-31 18:46:13 -10:00
David Vierra
e54f0503a3 Tweak docstrings 2016-05-31 17:24:55 -10:00
David Vierra
89bd6013c1 Quietly skip badly damaged/unreadable region files. 2016-05-31 17:22:46 -10:00
David Vierra
fcb0f8ad11 Don't pad out file size of region files opened read-only. 2016-05-31 17:21:01 -10:00
David Vierra
28b4d84b58 Update contributing guidelines 2016-05-30 17:41:12 -10:00
David Vierra
61ae0dc850 Add issue template 2016-05-30 17:39:05 -10:00
David Vierra
6eea8d58b5 Fix block position offset in structure files 2016-05-30 16:17:23 -10:00
David Vierra
e00a3b2a38 Add progress bar to structure export 2016-05-30 16:04:19 -10:00
David Vierra
cb8d6e16ce Add structure block export 2016-05-29 15:53:48 -10:00
David Vierra
a1c70bc84c Add PCEntityMobRefBase 2016-05-29 14:28:06 -10:00
David Vierra
0669cbfca7 NBTListAttr also accepts one-char tag types 2016-05-29 14:27:46 -10:00
David Vierra
b7a7f5c25a Add shorthands for NBTAttr types 2016-05-28 15:34:03 -10:00
David Vierra
6271d4af09 Add more entity tags and types 2016-05-28 15:31:50 -10:00
David Vierra
5fc3a2ccc3 Implement mark/unmark chunks for repop 2016-05-28 03:39:33 -10:00
David Vierra
28c045e2ec Update several docstrings 2016-05-28 03:37:18 -10:00
David Vierra
b06f747226 Rewrite editorSession.deleteChunks 2016-05-28 03:23:52 -10:00
David Vierra
d2eb981e33 Create contextmanager for SimpleRevisionCommand 2016-05-28 03:23:40 -10:00
David Vierra
8d2d26fe3c Remove unused functions 2016-05-28 03:22:05 -10:00
David Vierra
470795ffb7 Tweak options in simple options demo 2016-05-27 18:20:28 -10:00
David Vierra
76998921e3 Wrap text in labels, use spinboxes instead of spinsliders w/no min+max 2016-05-27 18:20:12 -10:00
David Vierra
883b9e4e5d Set title of SimplePluginDialog and give it a larger minimum size 2016-05-27 18:19:33 -10:00
David Vierra
dd59894ac9 Add SimplePluginCommand with dict-based option configuration 2016-05-25 15:43:47 -10:00
David Vierra
389ef9a76f Un-private the registerClass and unregisterClass functions 2016-05-25 15:43:23 -10:00
David Vierra
d232d662dc Add editorSession.beginCommand() to simplify undo code 2016-05-25 15:42:56 -10:00
David Vierra
5d10e8a306 Simple command plugin for testing 2016-05-22 11:31:54 -10:00
David Vierra
02b7a55892 Add some more logging to plugin load/unload 2016-05-21 18:21:16 -10:00
David Vierra
2f03c9487c Actually load plugins back in during auto-reload 2016-05-21 18:21:04 -10:00