0

Commit Graph

  • 5ff3e2b09f world: add support for 20w17a blockstates Alexander Rath 2020-04-23 01:19:35 +02:00
  • 61903939a3 remove __lt__ from RegionSet & wrapper as it's no longer used in genPOI Cliff Meyers 2020-04-15 08:06:12 -04:00
  • 512d6e7583 use logging.debug for detailed reporting of entities found during genPOI Cliff Meyers 2020-04-15 07:52:34 -04:00
  • 0a1560431a fix a bug where multiple renders of the same world led to repeat genPOI scans Cliff Meyers 2020-04-15 07:34:54 -04:00
  • dc6f8cfcbd Merge pull request #1747 from cliffmeyers Nicolas F 2020-04-12 21:06:24 +02:00
  • 80e45c4d66 genPOI: apply consistent sorting to markers.js and markersDB.js Cliff Meyers 2020-04-05 08:29:17 -04:00
  • 7af188da4e textures: better error logging for corrupt files Nicolas F 2020-03-30 07:47:16 +02:00
  • e5ec41fcf9 Revert "textures: remove baffling texture generation logic" Nicolas F 2020-03-02 19:59:18 +01:00
  • 2a22d25f7a Add Icons to POI Legend Jens 2020-03-02 13:45:01 +01:00
  • 9895fe875b textures: remove baffling texture generation logic Nicolas F 2020-02-19 15:06:42 +01:00
  • 51efdbaa4e overviewer.h: bump extension version Nicolas F 2020-02-14 21:26:34 +01:00
  • d8b3183a88 Merge PR 1717 from DragonDev1906 Nicolas F 2020-02-14 21:21:58 +01:00
  • 1d8279243d genPOI: polyline text improvements Nicolas F 2020-02-13 18:35:20 +01:00
  • b29219fd30 Merge remote-tracking branch 'upstream/master' into update-setupy Jamie Bliss 2020-02-13 12:23:08 -05:00
  • 2c92b4acf9 Merge PR 1649 from deltaidea Nicolas F 2020-02-13 17:40:35 +01:00
  • 6fdf78c35f overviewer.h: bump extension version Nicolas F 2020-02-13 17:36:20 +01:00
  • 27e63d4aa6 Merge PR 1704 from dgrimreaper Nicolas F 2020-02-13 17:32:30 +01:00
  • ede3ac5db4 And the other location for the temporary variables Daniel Grimwood 2020-02-13 19:58:02 +08:00
  • 3575b8d4e7 travis: hopefully fix build by replacing 3.8-dev Nicolas F 2020-02-12 20:48:08 +01:00
  • 1770e2e6cd mmmm temporary variables Daniel Grimwood 2020-02-12 21:50:58 +08:00
  • a929b55d4e observer: minor change to LoggingObserver interval Nicolas F 2020-02-11 19:52:04 +01:00
  • 6251a6c730 Merge PR #1716 by Auron956 Nicolas F 2020-02-11 07:38:43 +01:00
  • 58ae9dc529 Merge pull request #1670 from robosphinx/patch-1 Nicolas F 2020-02-11 07:27:00 +01:00
  • 7097f76476 Merge PR #1720 by DragonDev1906 Nicolas F 2020-02-11 07:02:51 +01:00
  • 021e88dd4a Merge pull request #1699 from sjamesr/py3.4-compat Nicolas F 2020-02-11 06:52:51 +01:00
  • 1c5c77bcbc Merge #1705 Nicolas F 2020-02-11 06:46:02 +01:00
  • e9bb7d340e Add regiondir property to CroppedRegionSet Jens 2020-02-06 20:14:08 +01:00
  • a3960bd419 Fix chest rendering by using 'type' property Auron956 2020-02-01 23:39:34 +00:00
  • 2c6a77b051 Add Barrel Block Jens 2020-02-03 17:55:04 +01:00
  • d8aed324d4 travis: err... it's that syntax Jamie Bliss 2020-01-11 14:33:01 -05:00
  • 144af49ab8 travis: err, try that Jamie Bliss 2020-01-11 14:29:22 -05:00
  • 18592d5da1 setup.py: Add metadata Jamie Bliss 2020-01-11 14:23:13 -05:00
  • 4a003609d6 Update setup.py to setuptools Jamie Bliss 2020-01-11 12:56:12 -05:00
  • a29e9ddf20 Track centers by layer instead of by world Cliff Meyers 2019-12-30 19:40:36 -05:00
  • de5f27c446 Fixes #1659 by testing both 8 and 9 for water blockid Daniel Grimwood 2019-12-29 15:38:56 +08:00
  • 751ba39bd0 docs/running: fix leftover mention of 1.14 Nicolas F 2019-12-28 13:44:17 +01:00
  • 9800c58c14 genpoi: add -p/--processes option for parity Nicolas F 2019-12-27 15:32:10 +01:00
  • bdca0b9250 textures: clean up chest code Nicolas F 2019-12-27 14:42:55 +01:00
  • 19b5f70fda Merge chest fix of Gyzie into 115 Nicolas F 2019-12-27 14:25:38 +01:00
  • 7538eb42c3 1.15 release preparations Nicolas F 2019-12-27 14:23:01 +01:00
  • d9fb3ac816 Updated Minecraft version for travis Gijs Oortgiese 2019-12-27 00:16:50 +01:00
  • 885fa75f54 Add bee_hive, beenest, honeycom_block and honey_block Gijs Oortgiese 2019-12-26 14:35:03 +01:00
  • 050f3dbae4 Updated chests to support 1.15 textures Gijs Oortgiese 2019-12-27 00:00:44 +01:00
  • a9fa06f019 nbt: small optimisation to list reading Nicolas F 2019-12-26 17:28:51 +01:00
  • 317cce307f Fix construct requiring >=Python3.5 James Ring 2019-12-24 16:48:09 +00:00
  • 0b74d26c49 Completely change biome code again Nicolas F 2019-12-23 23:50:20 +01:00
  • a3b9493c57 genPOI: support polylines and filled-in polygons Nikita Litvin 2019-09-25 05:21:09 +03:00
  • 2b699d0355 world: fix door block translation code Nicolas F 2019-12-23 19:06:51 +01:00
  • ed46082e16 biome: actually use the full range of biome data Nicolas F 2019-12-23 18:36:24 +01:00
  • e7c9a2c49e biome: fix biome reading code Nicolas F 2019-12-23 18:31:30 +01:00
  • 64edf65aa5 biome: fix biomes for chunks at Y=16 Nicolas F 2019-12-11 19:15:56 +01:00
  • 37ad13dba7 biome: for Y -1, return the first biome Nicolas F 2019-12-11 18:43:16 +01:00
  • 76bbabb7de fix various logging.warn calls Nicolas F 2019-12-11 18:42:35 +01:00
  • 268938a706 Fix biomes for Minecraft 1.15 Nicolas F 2019-12-10 23:12:16 +01:00
  • 9607636d49 Merge pull request #1682 from Dravere/fixing-incorrect-blocks-rendering-1578 Nicolas F 2019-12-07 21:21:55 +01:00
  • 19086b3ea5 Fixed incorrect rendering of blocks (issue #1578) Florian Graf 2019-12-07 20:50:37 +01:00
  • 6dccdaa2a0 Merge pull request #1668 from IncredibleHolg/addblocks-nov19-01 Nicolas F 2019-12-05 15:32:25 +01:00
  • 7d9feb3cfc docs/building: don't need PIL_INCLUDE_DIR if you copy over files Aaron Griffith 2019-11-14 23:54:59 -05:00
  • 87e0e3b7c0 docs/building: easy_install not easy-install Aaron Griffith 2019-11-14 23:43:45 -05:00
  • 01d51db7a0 Change lava ID from 10 to 11 (Fixes issue #1551) Robosphinx 2019-11-01 17:26:00 -04:00
  • 9e27e6adc9 add composter Ian Salmons 2019-11-01 11:45:00 +01:00
  • 3c3e958eae add bamboo InrcedibleHolg 2019-11-01 10:50:20 +01:00
  • 3d31347e9b observer: create outputdir if it doesn't exist Nicolas F 2019-10-27 20:19:07 +01:00
  • a688c7b7c9 Merge pull request #1645 from dreamwraith/patch-1 Nicolas F 2019-10-27 11:59:38 +01:00
  • dce1c216ec Merge pull request #1664 from IncredibleHolg/addblocks-dec19 Nicolas F 2019-10-27 11:55:59 +01:00
  • 17bb942b94 add missing smooth_red_sandstone_stairs InrcedibleHolg 2019-10-27 11:46:20 +01:00
  • fa954714ae adapt id for bamboo sapling InrcedibleHolg 2019-10-27 09:36:43 +01:00
  • 935bdb847d feat: added 1.14 scaffolding block Florian Graf 2019-08-31 18:39:55 +02:00
  • 20fde52236 add new stone walls InrcedibleHolg 2019-08-20 21:15:34 +02:00
  • 240a02a2dc Merge pull request #1663 from Esvandiary/fix/go-to-hash-layers Nicolas F 2019-10-26 21:56:40 +02:00
  • d07c2e708b Merge pull request #1634 from Gyzie/saplings_rework Nicolas F 2019-10-26 21:52:59 +02:00
  • 17e3e48928 goToHash: set current layer before firing worldCtrl's onChange event so the correct layer is added Andy Martin 2019-10-26 13:36:46 +01:00
  • 79a5668bd2 genPOI: handle more uuidcache.dat corruption Nicolas F 2019-10-26 02:41:56 +02:00
  • ee080247c2 Update Docs for Texture Install dreamwraith 2019-09-22 15:02:18 -07:00
  • 71d59be4b9 tileset: fix changelist option for Python 3 Nicolas F 2019-09-11 21:00:34 +02:00
  • 4f619cbaef world: also allow chunks of status "spawn" Nicolas F 2019-08-26 19:36:05 +02:00
  • 7342085140 Created seperate sapling blocks and added bamboo_sapling Gijs Oortgiese 2019-08-21 09:44:37 +02:00
  • 3498641d4e Merge rebased sign changes from Gyzie's 1-14-signs (#1627) Nicolas F 2019-08-19 12:36:57 +02:00
  • f73e5d92ff Added sign variants added in 1.14 Gijs Oortgiese 2019-08-16 14:28:40 +02:00
  • 577c86afab Merge branch 'implement-new-stairs' of IncredibleHolg (#1624) Nicolas F 2019-08-19 12:07:28 +02:00
  • 040085a2a8 Merge pull request #1629 from Horcrux/patch-1 Nicolas F 2019-08-17 13:08:15 +02:00
  • cdcb88b0f2 Implement new stairs fix stone stairs and slabs InrcedibleHolg 2019-08-03 12:49:57 +02:00
  • 45abe40a16 Typo fix Dawid Botha 2019-08-17 10:25:12 +02:00
  • 56a0d5bef2 contrib: add empty __init__.py Nicolas F 2019-08-08 21:34:52 +02:00
  • bdd3b7bc16 test: import relative to __init__.py Nicolas F 2019-08-08 21:31:41 +02:00
  • 3b96158fb4 Implement smooth sandstone stairs Nicolas F 2019-08-06 14:25:16 +02:00
  • 9193b66cdd Clarified overlay transparency instructions (#1619) Gijs "Gyzie" Oortgiese 2019-08-02 21:06:01 +02:00
  • b28073c3a7 Increase overviewer C extension version to 71 Nicolas F 2019-08-02 17:12:04 +02:00
  • 467dc728b8 Merge branch 'add-lantern' of IncredibleHolg/Minecraft-Overviewer (#1617) Nicolas F 2019-08-02 17:03:40 +02:00
  • a5d9787071 Lantern implemented InrcedibleHolg 2019-07-27 19:10:42 +02:00
  • d2bef52a76 travis: use xenial after all because python 3.5 Nicolas F 2019-07-29 16:55:28 +02:00
  • 15f18812d5 observer: use == 0, not is 0 Nicolas F 2019-07-29 16:51:52 +02:00
  • 32e34af381 travis: use bionic and test for 3.8-dev Nicolas F 2019-07-29 16:35:00 +02:00
  • cf5dad5539 docs/building: clarify Linux build instructions Nicolas F 2019-07-29 16:27:15 +02:00
  • e2ee37393b world: fix rail orientations Nicolas F 2019-07-29 11:36:23 +02:00
  • 1b85e478f5 test_world: disable broken test case Nicolas F 2019-07-24 17:17:02 +02:00
  • 0d3d630104 Get rid of config global state, improve tests Nicolas F 2019-07-24 17:02:39 +02:00
  • 0bb823599d assetmanager: code style fixes Nicolas F 2019-07-24 09:49:25 +02:00
  • cf74500efa dispatcher: code style fixes Nicolas F 2019-07-24 09:29:13 +02:00
  • da80e50022 observer: code style fixes Nicolas F 2019-07-24 09:23:36 +02:00