index
:
scworldedit
master
Visualise worlds from the Survivalcraft Android game
Git hosting service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-11
License the project under the MIT Licence.
HEAD
master
Timo Wilken
2017-08-29
Use python3 in shebang line.
Timo Wilken
2017-03-18
Simplify length calculation for colour value.
Timo Wilken
2017-03-18
Extract _read_section function.
Timo Wilken
2016-04-30
Separate the chunks script's tests from the module's tests.
Timo Wilken
2016-03-25
Improve documentation on chunk format.
Timo Wilken
2016-03-24
Move the sample color map to doc/.
Timo Wilken
2016-03-24
Raise NotImplementedError in abstract methods.
Timo Wilken
2016-03-24
Improved error handling.
Timo Wilken
2016-03-24
Modularise package structure.
Timo Wilken
2016-03-24
Add basic unit tests.
Timo Wilken
2016-03-24
Improve error reporting in extract_bits.
Timo Wilken
2016-02-16
Add more concise collection of supported versions.
Timo Wilken
2016-02-16
Ignore auto-generated testing files.
Timo Wilken
2016-02-16
Support handling custom script arguments.
Timo Wilken
2016-02-15
Fix #RGB color code parsing.
Timo Wilken
2016-02-15
Merge typo-fixing commit.
Timo Wilken
2016-02-15
Cleanup and improved code organisation.
Timo Wilken
2016-02-15
Use more robust fallback procedure for color map overrides.
Timo Wilken
2016-02-15
Use abc for base classes that shouldn't be instantiated.
Timo Wilken
2016-02-15
Some cleanup and documentation improvements.
Timo Wilken
2016-02-15
Add custom color map support to visualise.py.
Timo Wilken
2016-02-13
Fix typo in chunks.py's module docstring.
Timo Wilken
2016-02-13
Write PNG images in color mode.
Timo Wilken
2016-02-13
Remove GTK window support in visualise.py.
Timo Wilken
2016-02-13
Add CSV files to .gitignore.
Timo Wilken
2016-02-13
Enable extracting "plane" of blocks.
Timo Wilken
2016-02-13
Handle heatmaps with only one possible value.
Timo Wilken
2016-02-13
Handle edge case in chunk file version autodetection.
Timo Wilken
2016-02-13
Use handle_args functions to handle command-line arguments.
Timo Wilken
2016-02-13
Minor cleanup and documentation in blocks.py.
Timo Wilken
2016-02-13
Add .gitignore.
Timo Wilken
2016-02-13
Add KeyboardInterrupt handling to visualise.py.
Timo Wilken
2016-02-13
Use namedtuple._make instead of map unpacking.
Timo Wilken
2016-02-12
Add module docstring in chunks.py.
Timo Wilken
2016-02-12
Fix stdin being read as str instead of bytes.
Timo Wilken
2016-02-12
Use getattr to choose decoder.read_* functions.
Timo Wilken
2016-02-02
Add block info retrieval in blocks.py.
Timo Wilken
2016-02-02
Finish read_block_data function in blocks.py.
Timo Wilken
2016-02-01
Argument system using argparse for visualise.py.
Timo Wilken
2016-02-01
Minor cleanup and formatting.
Timo Wilken
2016-01-30
Combined data transformations into HeatmapDataSet.data_transform.
Timo Wilken
2016-01-30
Fixes for lazy evaluation etc.
Timo Wilken
2016-01-30
Custom file handling.
Timo Wilken
2016-01-23
Convert some HeatmapDataSet members to dynamically generated properties.
Timo Wilken
2016-01-23
Use argparse for proper command-line arguments in chunks.py.
Timo Wilken
2016-01-23
Use yielding in chunks.py.
Timo Wilken
2016-01-23
Fixes and using csv module.
Timo Wilken
2016-01-22
Minor cleanup in visualise.py.
Timo Wilken
2016-01-22
Added README.md.
Timo Wilken
[next]