Fabian Norman
e69717f476
Prevent null being set in overviewerConfig.js
2012-05-02 00:43:53 -07:00
Fabian Norman
4fe87de247
Updated docs.
2012-04-25 23:42:19 -07:00
Fabian Norman
d25f582404
Base setting, one more change (last?)
2012-04-25 19:56:48 -07:00
Fabian Norman
85567cae42
Initial changes to add the base option to the config file.
2012-04-25 19:42:18 -07:00
Andrew Chin
95a3af3af6
Merge pull request #704 from JonnyJD/contributors
...
fix contributor list sorting
2012-04-21 18:44:59 -07:00
Johannes Dewender
f6dcfea6fe
fix contributor list sorting
...
Two things were off:
1. sorting should be case-insensitive, in both places
2. multiple entries can be added just before the same line
2012-04-20 11:53:59 +02:00
Andrew Chin
4f6f831456
Updated contributors list
2012-04-19 20:02:34 -04:00
Johannes Dewender
3f93dc4b6d
handle all types of aliases for the contributor list
...
If a contributor email is already in the list we won't create a new
entry. However, if the name is different than in the list, we print a
message if an alias is missing in .mailmap
If an email is not in the list, but the name is in the list this could
mean two things:
1. Two different persons have the same name.
This is possible, but less likely than 2.
2. A contributor used another mail.
This is likely the case and we don't make a new entry,
but print a message.
2012-04-19 17:33:48 +02:00
Johannes Dewender
1a26af6ebb
script to update contributor list automatically
...
The script merges new contributors in the short-term
contributor list in CONTRIBUTORS.rst
2012-04-19 03:04:29 +02:00
Johannes Dewender
d573631e11
add script to check for new contributors to list
...
Use git shortlog to create a list of contributors
that are not yet included in CONTRIBUTORS.rst
The email address is taken as definitive.
People with the same name, but different email addresses
are supported.
Aliases, different email addresses for the same person,
are handled by git with .mailmap
2012-04-19 01:44:15 +02:00
Andrew Chin
9a8aa6865a
Merge pull request #689
...
Merge branch 'patch-1' of git://github.com/stoneLeaf/Minecraft-Overviewer
2012-04-13 22:39:07 -04:00
Andrew Brown
477d24436f
Merge pull request #695 from contre/master
...
Make built in rendermodes show up in Table of Contents
2012-04-13 10:03:08 -07:00
Andrew Brown
aa5c76a1f3
Merge pull request #690 from CounterPillow/optimizeimg-doc
...
Added documentation about optimizeimg
2012-04-13 10:02:36 -07:00
Richard Pastrick
b7f4cc3fc9
Make the built in rendermodes show up on the docs table of contents
2012-04-13 09:55:30 -07:00
stoneLeaf
b9217e28c8
Improved the 'A dynamic config file' doc section.
2012-04-11 00:42:43 +03:00
CounterPillow
4e7c837928
Added documentation about optimizeimg.
2012-04-10 21:30:26 +02:00
stoneLeaf
e2b24a7a0f
Added a new section entitled 'A dynamic config file'.
...
It explains the use of environment variables in the config file to dynamically retrieve parameters.
2012-04-10 18:07:44 +03:00
Andrew Chin
56b91e67dc
Merge branch 'showspawn' of git://github.com/tswsl1989/Minecraft-Overviewer
2012-04-08 11:56:06 -04:00
Thomas Lake
36aa6ed011
Add 'showspawn' render option
...
Allow users to hide the spawn marker that is normally generated for
overworld levels
2012-04-08 13:04:13 +01:00
Alejandro Aguilera
e96d168542
Fix leaves, mask out the decay bits.
2012-03-29 23:01:37 +02:00
Alejandro Aguilera
1a3f947858
Oops.. now there is jungle wood.
2012-03-29 22:51:36 +02:00
Aaron Griffith
59c68646a9
Merge pull request #670 from JonnyJD/playerInspect
...
more detailed player inspect + list multiple
2012-03-29 12:05:21 -07:00
Aaron Griffith
be1cee48cf
Merge pull request #653 from kappa7194/master
...
Missing quotation mark in signs configuration file example.
2012-03-29 12:03:04 -07:00
Aaron Griffith
82e77b7a6e
Merge pull request #665 from peikk0/textures-fix
...
Find images in anim/ directory too.
2012-03-29 12:00:27 -07:00
Alejandro Aguilera
319544c52b
Fix ladders. They were forgotten at some point.
2012-03-29 17:19:59 +02:00
aheadley
361d45b5e6
refactor eta widget
2012-03-28 16:55:28 -04:00
Andrew Brown
b2ce4fa7e5
Merge branch 'devel'
2012-03-27 14:58:50 -04:00
Andrew Brown
7a4a257b51
Added better error related log lines for corrupt chunks
2012-03-27 14:57:42 -04:00
aheadley
abfb1d6053
fix crash on terminal resize
2012-03-27 10:31:00 -04:00
aheadley
02b208973d
Merge branch 'progress-observer'
2012-03-26 23:14:09 -04:00
aheadley
e34d35e4fd
fix progress bar prompt clobbering
2012-03-26 23:13:33 -04:00
Andrew Chin
f39c9e2f80
Merge branch 'progress-observer' of git://github.com/aheadley/Minecraft-Overviewer into progress-observer
2012-03-26 22:28:28 -04:00
Johannes Dewender
d6b2cf3a0d
more detailed player inspect + list multiple
...
List all the main player information:
position, dimension, spawnposition
health, foodLevel, Level. XP, gametype
If a players directory is given, all players in there are listed.
If a file is given, list only this player.
You can also give a directory and a player name:
python playerInspect.py [ file | dir [playername] ]
2012-03-27 03:41:14 +02:00
Thomas Lake
8dd5495446
Add support for --quiet in genPOI.py
2012-03-26 17:33:13 -04:00
Sean Kilgore
c287247b86
Updated sign docs, including --genpoi usage
2012-03-26 13:41:16 -07:00
Pierre Guinoiseau
b0ee71a815
Find images in anim/ directory too, useful for MCPatcher images like custom_water_still.png
2012-03-26 19:12:45 +02:00
Andrew Chin
373291932f
Merge branch 'signs'
2012-03-26 09:41:37 -04:00
Alejandro Aguilera
9767bc6d5a
Fix sandstone function name in textures.py.
2012-03-26 08:39:48 +02:00
Andrew Brown
d7608b0e65
Merge branch 'devel'
2012-03-23 23:19:40 -04:00
Andrew Brown
af805d4a4b
Added soft-fail on region corruption to iterate_chunks() and get_chunk_mtime()
2012-03-23 23:19:03 -04:00
Aaron Griffith
dc1e3b662b
fixed biome rotation for upper-right and lower-left
2012-03-23 14:08:03 -04:00
Aaron Griffith
5d94c85010
fixed rotations for upside-down stairs
2012-03-23 13:59:33 -04:00
aheadley
42a5af2886
update installing docs for RPM repo
2012-03-22 21:48:28 -04:00
aheadley
9ec0b2b38e
update config docs for observer
2012-03-22 21:48:13 -04:00
Andrew Brown
2b37d6f02c
Merge remote-tracking branch 'origin/master'
2012-03-22 21:39:42 -04:00
Andrew Brown
996bd44746
added docs for the biome option to Base render primitive
2012-03-22 21:36:14 -04:00
aheadley
99f2cae7a8
fix configurable observer
2012-03-22 21:19:56 -04:00
Alejandro Aguilera
3a179f5df2
Add 1.2.4 new blocks: sandstone and wooden planks
2012-03-22 22:52:13 +01:00
aheadley
863c6b1154
make observer a setting, need to update docs
2012-03-22 17:32:28 -04:00
Andrew Chin
ec6e625361
Merge pull request #658 from logikal/master
...
Add more documentation for signs/POI, including genPOI.py usage.
2012-03-21 05:58:58 -07:00