Summary: Generates a map viewable with a webrowser. Name: minecraft-overviewer Version: 0.12 Release: 30%{?dist} Source0: %{name}-%{version}.tar.gz License: GNU General Public License v3 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Packager: Franz Dietrich Url: http://overviewer.org/ Requires: (python3-pillow or python36-pillow), (python3-numpy or python36-numpy) BuildRequires: gcc, (python3-devel or python36-devel), (python3-pillow-devel or python36-pillow-devel), ((python3-numpy and python3-numpy-devel) or python3-numpy or python36-numpy) Provides: overviewer %description The Minecraft Overviewer is a command-line tool for rendering high-resolution maps of Minecraft worlds. It generates a set of static html and image files and uses the Leaflet viewer to display an interactive map. %prep %setup %build %py3_build %install %py3_install ln -s %{_bindir}/overviewer.py %{buildroot}%{_bindir}/overviewer rm -rf %{buildroot}%{_defaultdocdir}/minecraft-overviewer %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{python3_sitearch}/Minecraft_Overviewer-*-*.egg-info %{python3_sitearch}/overviewer_core %{_bindir}/overviewer.py %{_bindir}/overviewer %doc README.rst COPYING.txt sample_config.py %changelog * Sun Jun 20 2021 Dietrich 0.12-30 - textures: add cut copper slabs (ovdev@fratti.ch) - textures: add cut copper stairs (ovdev@fratti.ch) - textures: add copper ore and raw copper block (ovdev@fratti.ch) - textures: add cut copper (ovdev@fratti.ch) - nbt: eagerly load the entire MCR on chunk load (ovdev@fratti.ch) - biome: don't use new Python syntax because Debian (ovdev@fratti.ch) - biome: fix crash on depth increased worlds (ovdev@fratti.ch) - world: fix rendering grass paths on maps < 1.17 (ovdev@fratti.ch) - overviewer.h: bump C extension version (ovdev@fratti.ch) - textures: add some of the new copper blocks (ovdev@fratti.ch) - textures: update error message for 1.17 (ovdev@fratti.ch) - textures: add budding amethyst (ovdev@fratti.ch) - textures: add amethyst block, raw iron, raw gold (ovdev@fratti.ch) - world: fix dirt path rendering for 1.17 (ovdev@fratti.ch) - docs: update texture installation instructions (ovdev@fratti.ch) - travis: test python 3.9 and minecraft 1.17 (ovdev@fratti.ch) - world: fix warnings regarding unknown region types (ovdev@fratti.ch) - textures: use new name for path block on 1.17 (ovdev@fratti.ch) - Added Respawn Anchor Charges (b.buschinski@googlemail.com) - overviewer.h: bump C extension version (ovdev@fratti.ch) - Rworked glass pane connection (b.buschinski@googlemail.com) - Correctly checking for None & free python obj (jmw.1906@gmx.de) - setup.py: enable c99 mode with gnu extensions (ovdev@fratti.ch) - Add Heatmap RenderPrimitive (chunk mtime) (jmw.1906@gmx.de) - genPOI: don't panic on empty player dat files (ovdev@fratti.ch) - Added Chains (b.buschinski@googlemail.com) - Fixed black full height snow layers (b.buschinski@googlemail.com) - Added chiseled and cracked nether bricks (b.buschinski@googlemail.com) - Fixed dead Chorus Flower (b.buschinski@googlemail.com) - Added End Rod (b.buschinski@googlemail.com) - docs: move to libera.chat (ovdev@fratti.ch) - web_assets: update leaflet to 1.7.1 (ovdev@fratti.ch) - Revert "Merge PR #1708 from AstraLuma" (ovdev@fratti.ch) - setup.py: don't error out when PIL can't be found (ovdev@fratti.ch) - setup.py: make sure to enable -O3 on unix (ovdev@fratti.ch) - overviewer.h: bump C extension version (ovdev@fratti.ch) - Fixes snow height rendering (b.buschinski@googlemail.com) - Fixes glass pane/iron bar connection/adjacent rendering (b.buschinski@googlemail.com) - block_class: optimise aarch64 SIMD some more (ovdev@fratti.ch) - block_class: add aarch64 SIMD (ovdev@fratti.ch) - Fixes rendering with slabs/stair in occluded check (b.buschinski@googlemail.com) - add quartz_bricks, remove duplicates (programming18@verdunkelbar.de) - Add name of world to some errors (max@themoep.de) - web_assets: minor code style changes to index.html (vilhelm@prytznet.se) - Adds explicit pool close/join in handleEntities to fix possible hang (#1817) (heuronze@gmail.com) - simplify fire handling (programming18@verdunkelbar.de) - soul lightning (programming18@verdunkelbar.de) - add advanced blocks, nether roof update (programming18@verdunkelbar.de) - Added crimson and warped wood (lwestra@ilionx.com) - add stone nether blocks (programming18@verdunkelbar.de) - travis: err... it's that syntax (jamie@ivyleav.es) - travis: err, try that (jamie@ivyleav.es) - setup.py: Add metadata (jamie@ivyleav.es) - Update setup.py to setuptools (jamie@ivyleav.es) * Thu Feb 18 2021 Dietrich 0.12-29 - Minor spelling fix (post@simon-lenz.de) - Update genPOI.py (clonetwin26@gmail.com) - Fix typos and punctuation in documentation (kubaskorupa.js@gmail.com) - textures: be more resilient against corrupted jars (ovdev@fratti.ch) - textures: work around old pillow (ovdev@fratti.ch) - docs: add a note about Bedrock Edition support (ovdev@fratti.ch) - C: Amend logic in block_class_is_wall() (josephcamp1992@gmail.com) - world: Fix melon/pumpkin/mushroom stem rendering (josephcamp1992@gmail.com) - nether: move nether roof blocks into new class (ovdev@fratti.ch) - textures: fix various small nitpicks (ovdev@fratti.ch) - add soul_soil, nether_gold_ore, removelist (programming18@verdunkelbar.de) - web: don't clutter up web console by default (ovdev@fratti.ch) - world: fix 1.16 block unpacking (ovdev@fratti.ch) - nether biomes (programming18@verdunkelbar.de) - Shuffle around wall IDs, change wall check (ovdev@fratti.ch) - world: skip zero-size region files (ovdev@fratti.ch) - Add blackstone and netherite blocks (ovdev@fratti.ch) - Initial 1.16 block work (ovdev@fratti.ch) * Sun Jul 26 2020 Dietrich 0.12-28 - Make icons in legend OptIn (jmw.1906@gmx.de) - world: work around minecraft palette bugs (ovdev@fratti.ch) - build-tools: remove unused garbage (ovdev@fratti.ch) - overlay-mineral: fix tuple parse data type (ovdev@fratti.ch) - web_assets: make poi control icons look less bad (ovdev@fratti.ch) - docs/signs: fix escape example and add note (ovdev@fratti.ch) - Show the Overviewer version in the "welcome" message (achin@eminence32.net) - Add a FUNDING.yml for a sponsor button (ovdev@fratti.ch) - genPOI: fix dumb dimension handling mistake (ovdev@fratti.ch) - world: work around Minecraft lighting nonsense (ovdev@fratti.ch) - genPOI: code style fixes (ovdev@fratti.ch) - genPOI: fix handling of new dimension format (ovdev@fratti.ch) - world: retry chunk read on OSError too (ovdev@fratti.ch) - assetmanager: don't choke on existing icons dir (ovdev@fratti.ch) - assetmanager: rename icons dir to markers, symlink (ovdev@fratti.ch) - overviewer.h: Bump extension version (josephcamp1992@gmail.com) - Amend loom rendering (josephcamp1992@gmail.com) - Amend table block rendering (josephcamp1992@gmail.com) - Amend coarse dirt texture (josephcamp1992@gmail.com) - Add bell texture (josephcamp1992@gmail.com) - Add campfire texture (josephcamp1992@gmail.com) - Amend lectern rendering (josephcamp1992@gmail.com) - Amend stonecutter rendering (josephcamp1992@gmail.com) - Amend grindstone rendering (josephcamp1992@gmail.com) - Amend anvil texture generation (josephcamp1992@gmail.com) - Amend glazed terracotta rendering (josephcamp1992@gmail.com) - Amend observer rendering (josephcamp1992@gmail.com) - Amend shulker box rendering (josephcamp1992@gmail.com) - Add mushroom block & vine variants (josephcamp1992@gmail.com) - Fix chiseled sandstone rendering (josephcamp1992@gmail.com) - Amend (blast) furnace & smoker rendering (josephcamp1992@gmail.com) - Amend farmland rendering (josephcamp1992@gmail.com) - Fix cake rendering (josephcamp1992@gmail.com) - Amend redstone repeater delay rendering (josephcamp1992@gmail.com) - Amend structure block variant rendering (josephcamp1992@gmail.com) - Add Jigsaw block (josephcamp1992@gmail.com) - Fix cauldron water rendering (josephcamp1992@gmail.com) - Amend end portal frame rendering (josephcamp1992@gmail.com) - Add piston variant rendering & fix lighting (josephcamp1992@gmail.com) - Add colored beds & use bed facing/type properties (josephcamp1992@gmail.com) - add flowers and berries (programming18@verdunkelbar.de) - Update signs.rst to include additional notes about filtering based on block entity data for chests (castus@gmail.com) - make 20w17a blockstate code cleaner (irath96@gmail.com) - world: add support for 20w17a blockstates (irath96@gmail.com) - remove __lt__ from RegionSet & wrapper as it's no longer used in genPOI (cliff.meyers@gmail.com) - use logging.debug for detailed reporting of entities found during genPOI (cliff.meyers@gmail.com) - fix a bug where multiple renders of the same world led to repeat genPOI scans (cliff.meyers@gmail.com) - genPOI: apply consistent sorting to markers.js and markersDB.js (cliff.meyers@gmail.com) - textures: better error logging for corrupt files (ovdev@fratti.ch) - Revert "textures: remove baffling texture generation logic" (ovdev@fratti.ch) - Add Icons to POI Legend (jmw.1906@gmx.de) - textures: remove baffling texture generation logic (ovdev@fratti.ch) - overviewer.h: bump extension version (ovdev@fratti.ch) - genPOI: polyline text improvements (ovdev@fratti.ch) - overviewer.h: bump extension version (ovdev@fratti.ch) - And the other location for the temporary variables (danieljgrimwood@gmail.com) - travis: hopefully fix build by replacing 3.8-dev (ovdev@fratti.ch) - mmmm temporary variables (danieljgrimwood@gmail.com) - observer: minor change to LoggingObserver interval (ovdev@fratti.ch) - Add regiondir property to CroppedRegionSet (jmw.1906@gmx.de) - Fix chest rendering by using 'type' property (josephcamp1992@gmail.com) - Add Barrel Block (jmw.1906@gmx.de) - Track centers by layer instead of by world (cliff.meyers@gmail.com) - Fixes #1659 by testing both 8 and 9 for water blockid (danieljgrimwood@gmail.com) - docs/running: fix leftover mention of 1.14 (ovdev@fratti.ch) - genpoi: add -p/--processes option for parity (ovdev@fratti.ch) - textures: clean up chest code (ovdev@fratti.ch) - 1.15 release preparations (ovdev@fratti.ch) - Updated Minecraft version for travis (gijs@oortgiese.com) - Add bee_hive, beenest, honeycom_block and honey_block (gijs.oortgiese@digitpaint.nl) - Updated chests to support 1.15 textures (gijs@oortgiese.com) - nbt: small optimisation to list reading (ovdev@fratti.ch) - Fix construct requiring >=Python3.5 (sjr@jdns.org) - Completely change biome code again (ovdev@fratti.ch) - genPOI: support polylines and filled-in polygons (n@deltaidea.com) - world: fix door block translation code (ovdev@fratti.ch) - biome: actually use the full range of biome data (ovdev@fratti.ch) - biome: fix biome reading code (ovdev@fratti.ch) - biome: fix biomes for chunks at Y=16 (ovdev@fratti.ch) - biome: for Y -1, return the first biome (ovdev@fratti.ch) - fix various logging.warn calls (ovdev@fratti.ch) - Fix biomes for Minecraft 1.15 (ovdev@fratti.ch) - Fixed incorrect rendering of blocks (issue #1578) (florian.graf@fmgsoftware.ch) - docs/building: don't need PIL_INCLUDE_DIR if you copy over files (aargri@gmail.com) - docs/building: easy_install not easy-install (aargri@gmail.com) - Change lava ID from 10 to 11 (Fixes issue #1551) (robosphinx@gmail.com) - add composter (ian.salmons@gmail.com) - add bamboo (programming18@verdunkelbar.de) - observer: create outputdir if it doesn't exist (ovdev@fratti.ch) - add missing smooth_red_sandstone_stairs (programming18@verdunkelbar.de) - adapt id for bamboo sapling (programming18@verdunkelbar.de) - feat: added 1.14 scaffolding block (florian.graf@fmgsoftware.ch) - add new stone walls (programming18@verdunkelbar.de) - goToHash: set current layer before firing worldCtrl's onChange event so the correct layer is added (andy@infinium.org.uk) - genPOI: handle more uuidcache.dat corruption (ovdev@fratti.ch) - Update Docs for Texture Install (castus@gmail.com) - tileset: fix changelist option for Python 3 (ovdev@fratti.ch) - world: also allow chunks of status "spawn" (ovdev@fratti.ch) - Created seperate sapling blocks and added bamboo_sapling (gijs@oortgiese.com) - Added sign variants added in 1.14 (gijs@oortgiese.com) - Implement new stairs fix stone stairs and slabs (programming18@verdunkelbar.de) - Typo fix (Horcrux@users.noreply.github.com) - contrib: add empty __init__.py (ovdev@fratti.ch) - test: import relative to __init__.py (ovdev@fratti.ch) - Implement smooth sandstone stairs (ovdev@fratti.ch) - Clarified overlay transparency instructions (#1619) (8080706+Gyzie@users.noreply.github.com) - Increase overviewer C extension version to 71 (ovdev@fratti.ch) - Lantern implemented (programming18@verdunkelbar.de) * Tue Jul 30 2019 Franz Dietrich 0.12-27 - fix mageia (dietrich@teilgedanken.de) * Tue Jul 30 2019 Franz Dietrich 0.12-26 - fix build on centos (dietrich@teilgedanken.de) * Mon Jul 29 2019 Franz Dietrich 0.12-25 - Fixing issue with building (dietrich@teilgedanken.de) * Mon Jul 29 2019 Franz Dietrich 0.12-24 - specfile changes (dietrich@teilgedanken.de) - updated spec (dietrich@teilgedanken.de) * Mon Jul 29 2019 Franz Dietrich 0.12-23 - travis: use xenial after all because python 3.5 (ovdev@fratti.ch) - observer: use == 0, not is 0 (ovdev@fratti.ch) - travis: use bionic and test for 3.8-dev (ovdev@fratti.ch) - docs/building: clarify Linux build instructions (ovdev@fratti.ch) - world: fix rail orientations (ovdev@fratti.ch) - test_world: disable broken test case (ovdev@fratti.ch) - Get rid of config global state, improve tests (ovdev@fratti.ch) - assetmanager: code style fixes (ovdev@fratti.ch) - dispatcher: code style fixes (ovdev@fratti.ch) - observer: code style fixes (ovdev@fratti.ch) - remove vestigial python2 references (ovdev@fratti.ch) - rename configParser to config_parser (ovdev@fratti.ch) - configParser: code style and string changes (ovdev@fratti.ch) - Implement some mossy blocks (ovdev@fratti.ch) - Add force_writable argument to mirror_dir (ovdev@fratti.ch) - add workstations: blastfurnace, smoker, lectern, loom, stonecutter and grindstone (programming18@verdunkelbar.de) - overviewer_core/__init__: code style fixes (ovdev@fratti.ch) - signals: whitespace fixes (ovdev@fratti.ch) - observer: don't divide by zero in RConObserver (ovdev@fratti.ch) - util.js: actually run the ready queue (ovdev@fratti.ch) - Catch KeyboardInterrupt so we don't barf a trace (ovdev@fratti.ch) - util.js: remove some obsolete stuff (ovdev@fratti.ch) - util.js: don't specify a map minzoom of 0 (ovdev@fratti.ch) - world: add __lt__ to RegionSetWrapper for genPOI (ovdev@fratti.ch) - genPOI: respect crop option (ovdev@fratti.ch) - Bump C extension version to 68 (ovdev@fratti.ch) - Fix GCC signed-unsigned and pointer-warnings (#1608) (wunkolo@gmail.com) - Bump C extension version to 67 (ovdev@fratti.ch) - world: remove redundant stride 1 in iteration (ovdev@fratti.ch) - world: use numpy.empty instead of numpy.zeros (ovdev@fratti.ch) - world: optimise bad block translation code (ovdev@fratti.ch) - textures: fix texturepath option not being used (ovdev@fratti.ch) - rcon: fix for python 3 (ovdev@fratti.ch) - nbt: catch EOFError because of gzip streams (ovdev@fratti.ch) - textures: implement proper fallback loading (ovdev@fratti.ch) - src/primitives/base: don't try to free nullpointer (ovdev@fratti.ch) - world: fix those pesky poi warnings (ovdev@fratti.ch) - Add "center" config option (ovdev@fratti.ch) - textures: greatly simplify find_file and friends (ovdev@fratti.ch) - textures: cache when a texture couldn't be found (ovdev@fratti.ch) - textures: try more than the most recent Minecraft (ovdev@fratti.ch) - genPOI: hopefully fix binary string nonsense (ovdev@fratti.ch) - Implement straggler standard integer types (Wunkolo@gmail.com) - Implement standard C boolean type (Wunkolo@gmail.com) - Propagate block, bool, standard integer types across codebase (Wunkolo@gmail.com) - web_assets: update leaflet to 1.5.1 (ovdev@fratti.ch) - world: add __lt__ method to RegionSet (ovdev@fratti.ch) - observer: use bytes fp for JSObserver (ovdev@fratti.ch) - Update observer import examples for Py3 (tswsl1989@sucs.org) - Add .clang_format (Wunkolo@gmail.com) - another version bump, to test out new builder (aargri@gmail.com) - bump extension version (aargri@gmail.com) - Fixes for WindowsOutputStream (achin@eminence32.net) - Fix for reading worlds from local dir (achin@eminence32.net) - Bumped extension version. (aargri@gmail.com) - updated gitignore to ignore new python3 products (aargri@gmail.com) - docs/installing: remove CentOS 6 section (ovdev@fratti.ch) - decode Popen stdout bytes to utf-8 (steadmanben1@gmail.com) - docs/installing: update CenturyOldOS instructions (ovdev@fratti.ch) - remove deleted contrib scripts (steadmanben1@gmail.com) - logger.warn->logger.warning (steadmanben1@gmail.com) - use adjacency dictionary for graph equality (steadmanben1@gmail.com) - python3.5 minimum (steadmanben1@gmail.com) - pip install networkx in travis (steadmanben1@gmail.com) - testRender.py tests (steadmanben1@gmail.com) - testRender.py Python3 refactor (steadmanben1@gmail.com) - # This is a combination of 7 commits. # This is the 1st commit message: (steadmanben1@gmail.com) - python3 shebang lines (steadmanben1@gmail.com) - regionTrimmer.py tests (steadmanben1@gmail.com) - regionTrimmer.py Python3 refactor (steadmanben1@gmail.com) - deltete deprecated/unused scripts (steadmanben1@gmail.com) - playerInspect.py Python3 refactor (steadmanben1@gmail.com) - gallery.py Python3 refactor (steadmanben1@gmail.com) - cyrillic_convert.py Python3 refactor (steadmanben1@gmail.com) - contributors.py Python3 refactor (steadmanben1@gmail.com) - contributors.py Python3 refactor (steadmanben1@gmail.com) - docs/building.rst: clean up macOS instructions (ovdev@fratti.ch) - docs: move last mentions of Python 2 to Python 3 (ovdev@fratti.ch) - docs: update mingw build instructions (untested) (ovdev@fratti.ch) - docs: update Linux build instructions for Python 3 (ovdev@fratti.ch) - genPOI: replace optparse with argparse (ovdev@fratti.ch) - travis: switch to xenial and test for python 3.7 (ovdev@fratti.ch) - docs: update optimizeimages instructions for py3 (ovdev@fratti.ch) - genPOI: port to Python 3 (ovdev@fratti.ch) - overviewer: fix shell quoting check in edge case (ovdev@fratti.ch) - contribManager: Python 3 compatibility (ovdev@fratti.ch) - world: fix reading old biomes (ovdev@fratti.ch) - travis: move to Python 3 (ovdev@fratti.ch) - Initial Python 3 port (ovdev@fratti.ch) - contrib/playerInspect: add usage output (ovdev@fratti.ch) - contrib/playerInspect: fix code style (ovdev@fratti.ch) - contribManager: fix imports, use print_function (ovdev@fratti.ch) - contribManager: fix code style (ovdev@fratti.ch) * Thu Jun 06 2019 Franz Dietrich 0.12-22 - overviewer: add warning for CentOS/RHEL 6 (ovdev@fratti.ch) - Ensure coordinates are properly converted when changing views (#1571) (23699979+mircokroon@users.noreply.github.com) - world: remove lit chunk check (ovdev@fratti.ch) - world: make the chunk populated code even uglier (ovdev@fratti.ch) - world: fix snowy grass check (ovdev@fratti.ch) - world: fix rendering of 1.13 worlds (ovdev@fratti.ch) - world: only render fully formed and lit chunks (ovdev@fratti.ch) - .gitignore: add the docs build dir to ignore (ovdev@fratti.ch) - Add fletching, cartography and smithing tables (ovdev@fratti.ch) - added new 1.14 slabs, referencing issue #1560 (programming18@verdunkelbar.de) - docs/running: update texture install instructions (ovdev@fratti.ch) - travis: test with 1.14 assets (ovdev@fratti.ch) - textures: fix stone slabs for 1.14 (ovdev@fratti.ch) - world: ignore poi directory in world dir (ovdev@fratti.ch) - world: fix for chunk parsing for 1.14 (ovdev@fratti.ch) - Revert "web: fix goToHash on layer change" (ovdev@fratti.ch) - primitives: misc char -> short fixes (ovdev@fratti.ch) - world: space comments correctly (ovdev@fratti.ch) - textures: set prismarine slabs to transparent (ovdev@fratti.ch) - reorder code in world.py (programming18@verdunkelbar.de) - double slab fix (programming18@verdunkelbar.de) - activated red_sandstone_slab, for only half implemented (programming18@verdunkelbar.de) - fix upper/lower slab issue for more slab types (programming18@verdunkelbar.de) - added: prismarine_brick_stairs, prismarine_slab, dark_prismarine_slab, prismarine_brick_slab (programming18@verdunkelbar.de) - fix prismarine stairs (ovdev@fratti.ch) * Sat Mar 30 2019 Franz Dietrich 0.12-21 - docs/signs.rst: fix filter function ids for 1.13 (ovdev@fratti.ch) - web: fix goToHash on layer change (aheadley@waysaboutstuff.com) - world: fix stair orientations (ovdev@fratti.ch) - world: bandaid fix for double stone brick slabs (ovdev@fratti.ch) - added cut_red_sandstone and chiseled_red_sandstone (programming18@verdunkelbar.de) - mailmap: more adding of myself, sheesh (ovdev@fratti.ch) - mailmap: add myself (ovdev@fratti.ch) - Implement style fixes (Wunkolo@gmail.com) - Fix block_class_is_subset linkage (Wunkolo@gmail.com) - Increment extension version (Wunkolo@gmail.com) - Fix implicit declaration (Wunkolo@gmail.com) - Collapse special case logic to block_class_is_subset (Wunkolo@gmail.com) - Convert case switch to block_class_is_subset (Wunkolo@gmail.com) - block_class_is_subset implementation pass (Wunkolo@gmail.com) - Implement block_class header (Wunkolo@gmail.com) - Increment overviewer extension version (Wunkolo@gmail.com) - Block ID enum pass (Wunkolo@gmail.com) - Block ID to mc_id replacement pass (Wunkolo@gmail.com) - First pass mc_id enum implementation (Wunkolo@gmail.com) - world: fix potatoes and carrots growth stages (ovdev@fratti.ch) - world: fix seed growth stages (ovdev@fratti.ch) - world: fix mossy cobblestone block/wall rendering (ovdev@fratti.ch) - world: fix petrified_oak_slab rendering (ovdev@fratti.ch) - settingsValidators: fix code style, adjust strings (ovdev@fratti.ch) - overviewer: use print_function (ovdev@fratti.ch) - Replaced OSX with macOS (admin@tomtamaira.com) - contrib/png-it: allow saving to stdout with - (ovdev@fratti.ch) - contrib/png-it: use the print function (ovdev@fratti.ch) - contrib/png-it: switch from optparse to argparse (ovdev@fratti.ch) - contrib/png-it: clean up code, grammar (ovdev@fratti.ch) - Updated macOS Build Instructions (#1530) (admin@tomtamaira.com) - contribManager: get rid of removed scripts (ovdev@fratti.ch) - Simplified finding spawn Y (jeroensmienk@icloud.com) - contrib: delete scripts that are no longer useful (ovdev@fratti.ch) - genPOI: fix code style (ovdev@fratti.ch) - overviewer: warn about shell quoting issues (ovdev@fratti.ch) - overviewer: replace optparse with argparse (ovdev@fratti.ch) - overviewer: fix git hash being after line break (ovdev@fratti.ch) - overviewer: misc style fixes (ovdev@fratti.ch) - optimizeimages: fix code style (ovdev@fratti.ch) - util: fix code style (ovdev@fratti.ch) - cache: fix code style (ovdev@fratti.ch) - logger: code style fixes (ovdev@fratti.ch) - overviewer: code style and consistency fixes (ovdev@fratti.ch) - Add WebP image format support (ovdev@fratti.ch) - tileset: drastic code style fixes (ovdev@fratti.ch) - docs: update copyright year, version, release (ovdev@fratti.ch) - nbt: code style fixes (ovdev@fratti.ch) - observer: drastic code style fixes (ovdev@fratti.ch) * Fri Mar 01 2019 Franz Dietrich 0.12-20 - progressbar: actually flush the fd on update (ovdev@fratti.ch) - web: add layer fallback to goToHash (ovdev@fratti.ch) - web: fix overlays showing up for all base layers (ovdev@fratti.ch) - do block state unpacking with numpy slices, not loops (aargri@gmail.com) - Fix C extension build warnings the painful way (ovdev@fratti.ch) - block states with 9, 10, 11, and 12 bits per value now unpack correctly (aargri@gmail.com) - Revert "Fix C extension build warnings" (aargri@gmail.com) - web: fix white rectangle behind markers (ovdev@fratti.ch) - web: reimplement marker groups default checking (ovdev@fratti.ch) - docs: actually fix chestFilter example (ovdev@fratti.ch) - docs: fix chestFilter example (ovdev@fratti.ch) - Fix C extension build warnings (ovdev@fratti.ch) - Fix marker icon position properly. Closes #1481. (willemmaster@hotmail.com) - removed strong tags in coordination box (marc@marc.tv) - trapdoor orientation non-oak trapdoors dried kelp blocks (jvaskonen@gmail.com) - non-oak buttons buttons on top of blocks (jvaskonen@gmail.com) - bone block orientation smooth stone blocks coral and dead coral blocks blue ice (jvaskonen@gmail.com) - Wood and stripped wood (jvaskonen@gmail.com) - Stripped logs (jvaskonen@gmail.com) - non-oak pressure plates (jvaskonen@gmail.com) - Uncarved pumpkin textures (jvaskonen@gmail.com) - One more infested block (jvaskonen@gmail.com) - Fix light grey terracotta and glazed terracotta orientation. (jvaskonen@gmail.com) - When adding quartz pillar orientation, I assumed the top orientation was correct, when it was actually the side. (jvaskonen@gmail.com) - Fixing top textures of non-vertically oriented quartz pillars. (jvaskonen@gmail.com) - Added note blocks, carved pumkin, non-oak pressure plates (oak texture), more infested stone bricks and melons. (jvaskonen@gmail.com) - Adds chiseled quartz and quartz pillars (jvaskonen@gmail.com) - Adding mappings for damaged anvils. Add handling for sign and anvil orientation. (jvaskonen@gmail.com) - Potted plants still not rendering, but I figure this is better than an error message. (jvaskonen@gmail.com) - Fixes big mushrooms (jvaskonen@gmail.com) - Fixing handling of torches/redstone torches on walls (jvaskonen@gmail.com) - genpoi: Also fix missing nbt keys if processes > 1 (ovdev@fratti.ch) - genPOI: catch ChunkDoesntExist when processes > 1 (ovdev@fratti.ch) - genpoi: fix uncaught KeyErrors on some MC data (ovdev@fratti.ch) - web: fix createInfoWindow not having any effect (ovdev@fratti.ch) - web: fix marker icon position (ovdev@fratti.ch) - Make JSObserver work with Leaflet. Fixes #1451. (willemmaster@hotmail.com) - Use cached center for initial view. Fixes #1453. (willemmaster@hotmail.com) - remove print (admin@redsparr0w.com) - furnace orientation (admin@redsparr0w.com) - dispenser, dropper orientation (admin@redsparr0w.com) - add/update comments (admin@redsparr0w.com) - fix piston orientation (admin@redsparr0w.com) - fix gate orientation (admin@redsparr0w.com) - fix rail, powered rail orientation + powered state (admin@redsparr0w.com) - add oak button (admin@redsparr0w.com) - fix shulker, observer orientation (admin@redsparr0w.com) - fix slab top/bottom slab (admin@redsparr0w.com) - fix repeate, comparator orientation + powered state (admin@redsparr0w.com) - fix restone torch, torch orientations + lit state (admin@redsparr0w.com) - fix ladder, chest, ender chest, trapped chest + orientation (admin@redsparr0w.com) - Add more blocks (admin@redsparr0w.com) - add banners, rearrange colored blocks by id (admin@redsparr0w.com) - update block properties (admin@redsparr0w.com) - update 1.13 underwater blocks to be water instead of air (admin@redsparr0w.com) - remove items (not blocks) (admin@redsparr0w.com) - add & fix some blocks (admin@redsparr0w.com) - remove extra whitespace (admin@redsparr0w.com) - Disable IRC notifications from travis (achin@eminence32.net) - Fixed behaviour of 'defaultZoom' property. (leightheduck@gmail.com) - NBT: Use a replacement strategy to deal with undecodable data. (achin@eminence32.net) - Add concrete powder and other misc. blocks (#4) (jspanos@gmail.com) - do not render internal faces for water (aargri@gmail.com) - Forward compatibility (gmcnew@gmail.com) - Reenable support for old 1.12-era chunks (gmcnew@gmail.com) - More blocks added (softer@lin.in.ua) - ignore "decorated" chunks (achin@eminence32.net) - Always interpret long_array as 64-bit (aargri@gmail.com) - Misc fixes (gmcnew@gmail.com) - More blocks... (softer@lin.in.ua) - Yet another attempt to get travis working (achin@eminence32.net) - Use hard-coded 1.13 client jar URL in travis config (achin@eminence32.net) - Update travis to use 1.13 textures (achin@eminence32.net) - Add puCharm directory to .gitignore (softer@lin.in.ua) - A 1.13-compatible texture pack is required (gmcnew@gmail.com) - Add support for remaining palette sizes. (gmcnew@gmail.com) - Support 9-bit palettes. (gmcnew@gmail.com) - More block mappings! (gmcnew@gmail.com) - Lots more block mappings (gmcnew@gmail.com) - Translate to old map format (gmcnew@gmail.com) - Allow new NBT type 12 (long array) to be read (gmcnew@gmail.com) - Finish updating texture names (gmcnew@gmail.com) - Minor texture fixes (gmcnew@gmail.com) - Reverse version-check logic (gmcnew@gmail.com) - Partial texture path fixes (gmcnew@gmail.com) * Fri Mar 01 2019 Franz Dietrich - progressbar: actually flush the fd on update (ovdev@fratti.ch) - web: add layer fallback to goToHash (ovdev@fratti.ch) - web: fix overlays showing up for all base layers (ovdev@fratti.ch) - do block state unpacking with numpy slices, not loops (aargri@gmail.com) - Fix C extension build warnings the painful way (ovdev@fratti.ch) - block states with 9, 10, 11, and 12 bits per value now unpack correctly (aargri@gmail.com) - Revert "Fix C extension build warnings" (aargri@gmail.com) - web: fix white rectangle behind markers (ovdev@fratti.ch) - web: reimplement marker groups default checking (ovdev@fratti.ch) - docs: actually fix chestFilter example (ovdev@fratti.ch) - docs: fix chestFilter example (ovdev@fratti.ch) - Fix C extension build warnings (ovdev@fratti.ch) - Fix marker icon position properly. Closes #1481. (willemmaster@hotmail.com) - removed strong tags in coordination box (marc@marc.tv) - trapdoor orientation non-oak trapdoors dried kelp blocks (jvaskonen@gmail.com) - non-oak buttons buttons on top of blocks (jvaskonen@gmail.com) - bone block orientation smooth stone blocks coral and dead coral blocks blue ice (jvaskonen@gmail.com) - Wood and stripped wood (jvaskonen@gmail.com) - Stripped logs (jvaskonen@gmail.com) - non-oak pressure plates (jvaskonen@gmail.com) - Uncarved pumpkin textures (jvaskonen@gmail.com) - One more infested block (jvaskonen@gmail.com) - Fix light grey terracotta and glazed terracotta orientation. (jvaskonen@gmail.com) - When adding quartz pillar orientation, I assumed the top orientation was correct, when it was actually the side. (jvaskonen@gmail.com) - Fixing top textures of non-vertically oriented quartz pillars. (jvaskonen@gmail.com) - Added note blocks, carved pumkin, non-oak pressure plates (oak texture), more infested stone bricks and melons. (jvaskonen@gmail.com) - Adds chiseled quartz and quartz pillars (jvaskonen@gmail.com) - Adding mappings for damaged anvils. Add handling for sign and anvil orientation. (jvaskonen@gmail.com) - Potted plants still not rendering, but I figure this is better than an error message. (jvaskonen@gmail.com) - Fixes big mushrooms (jvaskonen@gmail.com) - Fixing handling of torches/redstone torches on walls (jvaskonen@gmail.com) - genpoi: Also fix missing nbt keys if processes > 1 (ovdev@fratti.ch) - genPOI: catch ChunkDoesntExist when processes > 1 (ovdev@fratti.ch) - genpoi: fix uncaught KeyErrors on some MC data (ovdev@fratti.ch) - web: fix createInfoWindow not having any effect (ovdev@fratti.ch) - web: fix marker icon position (ovdev@fratti.ch) - Make JSObserver work with Leaflet. Fixes #1451. (willemmaster@hotmail.com) - Use cached center for initial view. Fixes #1453. (willemmaster@hotmail.com) - remove print (admin@redsparr0w.com) - furnace orientation (admin@redsparr0w.com) - dispenser, dropper orientation (admin@redsparr0w.com) - add/update comments (admin@redsparr0w.com) - fix piston orientation (admin@redsparr0w.com) - fix gate orientation (admin@redsparr0w.com) - fix rail, powered rail orientation + powered state (admin@redsparr0w.com) - add oak button (admin@redsparr0w.com) - fix shulker, observer orientation (admin@redsparr0w.com) - fix slab top/bottom slab (admin@redsparr0w.com) - fix repeate, comparator orientation + powered state (admin@redsparr0w.com) - fix restone torch, torch orientations + lit state (admin@redsparr0w.com) - fix ladder, chest, ender chest, trapped chest + orientation (admin@redsparr0w.com) - Add more blocks (admin@redsparr0w.com) - add banners, rearrange colored blocks by id (admin@redsparr0w.com) - update block properties (admin@redsparr0w.com) - update 1.13 underwater blocks to be water instead of air (admin@redsparr0w.com) - remove items (not blocks) (admin@redsparr0w.com) - add & fix some blocks (admin@redsparr0w.com) - remove extra whitespace (admin@redsparr0w.com) - Disable IRC notifications from travis (achin@eminence32.net) - Fixed behaviour of 'defaultZoom' property. (leightheduck@gmail.com) - NBT: Use a replacement strategy to deal with undecodable data. (achin@eminence32.net) - Add concrete powder and other misc. blocks (#4) (jspanos@gmail.com) - do not render internal faces for water (aargri@gmail.com) - Forward compatibility (gmcnew@gmail.com) - Reenable support for old 1.12-era chunks (gmcnew@gmail.com) - More blocks added (softer@lin.in.ua) - ignore "decorated" chunks (achin@eminence32.net) - Always interpret long_array as 64-bit (aargri@gmail.com) - Misc fixes (gmcnew@gmail.com) - More blocks... (softer@lin.in.ua) - Yet another attempt to get travis working (achin@eminence32.net) - Use hard-coded 1.13 client jar URL in travis config (achin@eminence32.net) - Update travis to use 1.13 textures (achin@eminence32.net) - Add puCharm directory to .gitignore (softer@lin.in.ua) - A 1.13-compatible texture pack is required (gmcnew@gmail.com) - Add support for remaining palette sizes. (gmcnew@gmail.com) - Support 9-bit palettes. (gmcnew@gmail.com) - More block mappings! (gmcnew@gmail.com) - Lots more block mappings (gmcnew@gmail.com) - Translate to old map format (gmcnew@gmail.com) - Allow new NBT type 12 (long array) to be read (gmcnew@gmail.com) - Finish updating texture names (gmcnew@gmail.com) - Minor texture fixes (gmcnew@gmail.com) - Reverse version-check logic (gmcnew@gmail.com) - Partial texture path fixes (gmcnew@gmail.com) * Mon Aug 27 2018 Franz Dietrich 0.12-17 - using python2 instead of python (dietrich@teilgedanken.de) - simple change (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-16 - changing to leaflet (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-15 - adding gcc to build depends (dietrich@teilgedanken.de) * Mon Aug 27 2018 Franz Dietrich 0.12-14 - Fix missing titles for markers (cl0ne@mithril.org.ua) - Remove trailing whitespaces (r15ch13+git@gmail.com) - Remove jQuery and underscore dependencies (r15ch13+git@gmail.com) - Use