Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
tmcmr
/
1b650995a3519db4364d55319e54dc3c68bbf8d1
1b65099
Fix generation of date footer in tiles.html.
by TOGoS
· 11 years ago
6637f39
Indicate last render date/time with span
by J. Cole Brand
· 11 years ago
7348345
zip -9 when making JAR file.
by TOGoS
· 11 years ago
35fcf0a
List a few more block colors.
by TOGoS
· 11 years ago
dab05cd
Add Cold Taiga Hills to biome-colors.
by TOGoS
· 11 years ago
da12e31
Treat biome ID bytes as unsigned when casting to int32s (by bit-anding with 0xFF).
by TOGoS
· 11 years ago
82a1ce8
Remove redundant block data value color mappings.
by TOGoS
· 11 years ago
3dd2bf1
New block ID/data value -> color/biome influence mappings from uncovery.
by TOGoS
· 11 years ago
52a7058
Separate block IDs from block ID+data value pairs that are missing explicit color mappings in debug output.
by TOGoS
· 11 years ago
7218fbb
Fix BiomeMap range check.
by TOGoS
· 11 years ago
ab7d7ce
Merge branch 'master' of ssh://github.com/TOGoS/TMCMR
by TOGoS
· 11 years ago
fa033df
Include block and biome IDs not mapped to colors in debug output.
by TOGoS
· 11 years ago
50444cd
Add BoundingRect class which I dumbly failed to include in the last commit.
by TOGoS
· 11 years ago
99e56bc
Add -region-limit-rect parameter and treat min/max x/z values as coordinates of fence posts rather than of spans.
by TOGoS
· 11 years ago
c942e22
New biome-colors and block-colors contributed by uncovery.
by TOGoS
· 11 years ago
b3e09a6
Add a comment about what multiplySolid's supposed to do.
by TOGoS
· 11 years ago
bd98fe8
Refactoring biome coloring a bit.
by TOGoS
· 11 years ago
063aed2
Merge ssh://github.com/TOGoS/TMCMR
by TOGoS
· 12 years ago
2b035b0
Merge pull request #9 from UltraPeeks/master
by TOGoS
· 12 years ago
33cfca9
Added biome-map option
by Klaus-Peter Hammerschmidt
· 12 years ago
29e8b67
Merge branch 'master' of https://github.com/UltraPeeks/TMCMR
by Klaus-Peter Hammerschmidt
· 12 years ago
801cc78
Swamp biome colors and vines fixed
by Klaus-Peter Hammerschmidt
· 12 years ago
6879e93
Swamp colors and vines fixed
by Klaus-Peter Hammerschmidt
· 12 years ago
8128531
Added biome colors
by Klaus-Peter Hammerschmidt
· 12 years ago
0cee99b
ColorExtractor gets texture dir as arguement
by Klaus-Peter Hammerschmidt
· 12 years ago
fe03d28
Add -target/source 1.6 flags to javac in Makefile.
by TOGoS
· 12 years ago
8a1f4c2
Apply "Add" tag bits to block id
by Klaus-Peter Hammerschmidt
· 12 years ago
336c577
Improved ColorExtractor and instructions
by Klaus-Peter Hammerschmidt
· 12 years ago
e95c5ac
Added option to create a single big image
by Klaus-Peter Hammerschmidt
· 12 years ago
0f5cd36
Move ColorExtractor
by Klaus-Peter Hammerschmidt
· 12 years ago
b8f20ec
Added ColorExtractor
by Klaus-Peter Hammerschmidt
· 12 years ago
e0bcebb
Add .settings to .gitignore.
by TOGoS
· 12 years ago
152581f
Explicitly list all imports in RegionRenderer.
by TOGoS
· 12 years ago
c6098cd
Merge unclebob's unit test and related refactoring, but with some additional reformatting and refactoring.
by TOGoS
· 12 years ago
0e35f22
Add command line argument tests
by Robert C. Martin
· 12 years ago
f3b9197
Refactoring.
by TOGoS
· 12 years ago
ced2912
.gitignore some things.
by TOGoS
· 12 years ago
e2cc9c5
Replace build.sh with Makefile.
by TOGoS
· 12 years ago
e11e93b
Close region files after use.
by TOGoS
· 12 years ago
3f20a2d
Fix calculation for default value of -create-tile-html.
by TOGoS
· 12 years ago
f97b97f
Merge branch 'master' of ssh://robert.earthit.com/~stevens/git/TOGoS/proj/TMCMR
by TOGoS
· 12 years ago
18bf9fa
Allow specifying multiple region files or directories and track (and report, if -debug) processing time for various things.
by TOGoS
· 12 years ago
65bc15e
Have ColorMap.load report bad lines instead of crashing, and fix block-colors.txt to not crash it.
by TOGoS
· 12 years ago
629d1f8
Some refactoring around UltraPeeks' changes.
by TOGoS
· 12 years ago
b0b7063
Fix misspelling of "r" as "w" to 'Actually open region files in read-only mode.'
by TOGoS
· 12 years ago
319825e
Make Renderer aware of block metadata
by Klaus-Peter Hammerschmidt
· 12 years ago
a6a46fd
build.sh now makes jars.
by TOGoS
· 12 years ago
157cb81
Fixed spelling of "r" (was "w").
by TOGoS
· 12 years ago
0646870
Open region files in read-only mode.
by TOGoS
· 12 years ago
c8425c0
Add build script.
by TOGoS
· 12 years ago
bc0df4c
Moved JNBT source into src/ tree, converted rest of source to Java 1.6.
by TOGoS
· 12 years ago
deeb56a
Rename 'Wheat Seeds' -> 'Wheat' and add yellow-green color for it.
by TOGoS
· 12 years ago
125542b
New default block colors.
by TOGoS
· 12 years ago
77990ab
Add script for combining color maps.
by TOGoS
· 12 years ago
43fca2d
Fill in missing block names.
by TOGoS
· 12 years ago
fe51f84
Create block name and texture-offset database and scripts to extract texture colors.
by TOGoS
· 12 years ago
4c0e250
Default -create-tiles-html to false if a single region file is specified.
by TOGoS
· 12 years ago
7d62273
Fix divide-by-zero error by not attempting to demultiplyAlpha when alpha = 0.
by TOGoS
· 12 years ago
8059546
Refactor to allow translucent blocks.
by TOGoS
· 12 years ago
0445d52
RegionFile can now return its backing File so they no longer need to be passed around separately.
by TOGoS
· 12 years ago
0002208
Allow specifying alternate color map files.
by TOGoS
· 12 years ago
fdf896d
Load colors from a resource instead of hard-coding them.
by TOGoS
· 12 years ago
a4d9bad
Can now render a single region file, and start refactoring colors.
by TOGoS
· 12 years ago
9670ea9
&0xFF to load block types as unsigned integers.
by TOGoS
· 12 years ago
fd872e8
Add support for outputting PicGrid image trees.
by TOGoS
· 12 years ago
b11b986
Slight alteration of 'image already up-to-date' debug message.
by TOGoS
· 12 years ago
2294e4b
Updated to work with Anvil format.
by TOGoS
· 12 years ago
2014457
Fixed: ChunkData wasn't multiplying chunk x,z by 16 to get chunk position in world units.
by TOGoS
· 13 years ago
beta-region-format
c144c1c
Fixed: RegionFile forgot to seek to end of file before growing to next sector boundary.
by TOGoS
· 13 years ago
3b03f5a
Deleted io.copy package.
by TOGoS
· 13 years ago
a0b6ab5
Created this Minecraft map renderer thingy.
by TOGoS
· 13 years ago