This website requires JavaScript.
c3e79459d4
fix for running on PIL 1.1.5 and earlier
Aaron Griffith
2011-06-15 00:28:32 -04:00
7d587ecc6d
changed mineral overlay to highlight even if the block is just above the color
Aaron Griffith
2011-06-14 21:13:53 -04:00
a50cd315ef
added 'minerals' option to mineral overlay
Aaron Griffith
2011-06-14 20:56:21 -04:00
65690eea68
Merge branch 'mineral-overlay' into rendermode-options
Aaron Griffith
2011-06-14 20:10:26 -04:00
98562b6f4a
windows build fixes
Aaron Griffith
2011-06-12 22:29:28 -04:00
a0d1cd45d9
Merge branch 'master' into rendermode-options
Aaron Griffith
2011-06-12 22:25:59 -04:00
bdee438060
added 'lighting' option to cave mode
Aaron Griffith
2011-06-12 22:03:42 -04:00
3d6042260c
added 'only_lit' option to cave mode
Aaron Griffith
2011-06-12 20:49:54 -04:00
13c9750a43
fixed crash when spawn point does not have an associated region file (closes issue #399 )
Aaron Griffith
2011-06-11 04:58:51 -04:00
5ae843aa80
fixed --list-rendermodes bug, and made sure custom modes show up
Aaron Griffith
2011-06-11 04:38:38 -04:00
f5a187dad0
bumped extension version, and added in a few new rendermode options
Aaron Griffith
2011-06-11 04:27:04 -04:00
bd9b1873e3
added support for "custom" rendermodes created in python
Aaron Griffith
2011-06-11 04:01:40 -04:00
bfb92de7b7
provided options are now checked against the available options
Aaron Griffith
2011-06-11 00:01:12 -04:00
da706287c8
added a couple of simple options to the 'normal' rendermode
Aaron Griffith
2011-06-10 23:15:24 -04:00
a37d0ce9bc
added options metadata (and python accessor)
Aaron Griffith
2011-06-10 22:27:46 -04:00
6d667cb262
added (currently unchecked) global rendermode option support
Aaron Griffith
2011-06-09 23:23:48 -04:00
b654f3169f
cleaned up rendermode interface
Aaron Griffith
2011-06-09 21:00:24 -04:00
b1ee31bffa
Proper fix for build issue (Fixes #395 )
Andrew Chin
2011-06-09 11:47:51 -04:00
56a2e1f834
Move decl to top of block
Andrew Chin
2011-06-09 11:45:36 -04:00
5b25b3c597
Merge branch 'styled-controls', remote-tracking branch 'fenixin/improve-tall-grass2'
Aaron Griffith
2011-06-08 20:16:54 -04:00
512b2032b2
finished styling controls
Aaron Griffith
2011-06-08 19:58:18 -04:00
57d2a525ff
Add self.
Alejandro Aguilera
2011-06-09 01:11:38 +02:00
1a1e8b1239
Delete false comment.
Alejandro Aguilera
2011-06-09 00:02:58 +02:00
71d8da5f83
Iprove tall-grass looking. Draw the sprite in the correct angle, and draw it at a random offset (as done in game).
Alejandro Aguilera
2011-06-08 12:01:38 +02:00
6bb39a87ca
basic styling for custom control buttons
Aaron Griffith
2011-06-08 16:48:29 -04:00
71bd38a8aa
Merge branch 'master' into py-package
Aaron Griffith
2011-06-08 15:59:09 -04:00
e519aaa8a0
Local time in timestamp
untergrundbiber
2011-06-08 15:28:04 -04:00
454c1537a6
sign drop-down now only shows rules that actually match something
Aaron Griffith
2011-06-08 14:57:21 -04:00
c2bf7ff34e
added --no-signs option
Aaron Griffith
2011-06-08 14:41:43 -04:00
bc51e6745f
Improve the lighting of the stairs and double-blocks using the skylevel value of the upper block when posible.
Alejandro Aguilera
2011-06-08 16:20:50 +02:00
65086b8509
Merge pull request #392 from Fenixin/update-settings
Andrew Chin
2011-06-07 15:46:33 -07:00
ab1d444a46
Update sample.settings.py with the new optimizeimg options.
Alejandro Aguilera
2011-06-08 00:28:58 +02:00
03094b1af9
Merge branch 'master' into mineral-overlay
Aaron Griffith
2011-06-06 22:18:23 -04:00
f8457957f8
Merge pull request #389 from Fenixin/opti-new
Aaron Griffith
2011-06-05 16:58:04 -07:00
89eb1939b1
Change the optimizing programs. Add new value for the option optimizeimg.
Alejandro Aguilera
2011-06-06 00:08:31 +02:00
c10074e87f
Merge branch 'master' into py-package
Aaron Griffith
2011-06-04 20:05:31 -04:00
ac91268c66
added --forcerender option
Aaron Griffith
2011-06-04 20:05:09 -04:00
36df63caa4
Change ids to classes.
TJ09
2011-06-04 13:28:24 -04:00
91c3e74ef2
Updated sample settings file
Andrew Chin
2011-06-03 21:56:04 -04:00
9cdfe0e626
Merge pull request #383 from Fenixin/opti-fix
Aaron Griffith
2011-06-02 10:16:38 -07:00
f47e7fe406
Fixed rerenderBlocks contrib script
Andrew Chin
2011-06-02 13:06:12 -04:00
5249aca936
Tweak fromLatLngToWorld to fix issue #381
Andrew Chin
2011-06-01 23:15:45 -04:00
e65b77ac57
Fix optimizeimg=2 transparency issue not messing with the color type in optipng.
Alejandro Aguilera
2011-06-02 00:57:43 +02:00
317f7794fe
Merge branch 'master' into py-package
Aaron Griffith
2011-05-31 20:26:00 -04:00
733e816dbc
fixed biome loading order
Aaron Griffith
2011-05-31 19:48:07 -04:00
8565919c89
fixed uninitialized texture pointer, and bumped extension version
Aaron Griffith
2011-05-31 20:05:45 -04:00
9d4b48b5ae
Add the agrif's fix for stairs. With 1.6 this is no more a quick fix (I think they are now as slabs are).
Alejandro Aguilera
2011-06-01 00:19:23 +02:00
d95ae73286
Tall grass is now biome tinted.
Alejandro Aguilera
2011-05-31 18:21:47 +02:00
fcd29234ff
Add trapdoors.
Alejandro Aguilera
2011-05-31 17:03:18 +02:00
87cd001b91
Add tall grass and dead shrubs.
Alejandro Aguilera
2011-05-31 16:01:54 +02:00
490e1f2610
Clean and comment.
Alejandro Aguilera
2011-05-31 15:24:07 +02:00
b2aa0dc59c
Merge remote-tracking branch 'upstream/master'
Andrew Chin
2011-05-30 16:02:52 -04:00
4cc957c16b
Fix problem with fence textures.
Alejandro Aguilera
2011-05-30 00:48:58 +02:00
fb0a393c14
Delete saving image...
Alejandro Aguilera
2011-05-29 23:46:22 +02:00
7ff6a4833b
Add another element to the texture tuple with a mask for the lighting.
Alejandro Aguilera
2011-05-29 23:31:04 +02:00
387f97d64d
initial work on py2app for OSX
Aaron Griffith
2011-05-28 19:07:05 -04:00
2b7fce9bce
Merge branch 'master' into py-package
Aaron Griffith
2011-05-28 15:15:06 -04:00
561bb64c7c
fixes for py2exe/windows
Aaron Griffith
2011-05-28 15:05:52 -04:00
e0a3f0c4ce
Make seas more like in-game (draw only the top surface).
Alejandro Aguilera
2011-05-28 01:08:55 +02:00
a58f23d128
Fix bad looking waterfalls.
Alejandro Aguilera
2011-05-28 01:02:33 +02:00
d3551324b7
--regionlist should be working now
Andrew Chin
2011-05-26 20:44:45 -04:00
a2a84161be
Merge pull request #370 from CounterPillow/master
Aaron Griffith
2011-05-26 14:56:41 -07:00
ed56b056e4
Merge pull request #376 from aheadley/comma-fix
Andrew Chin
2011-05-26 13:45:11 -07:00
dc12ba2751
fixed issue #374
aheadley
2011-05-26 16:35:47 -04:00
f82911e04e
added overview map control (tiny, zoomed out map in corner) (hidden by default)
Aaron Griffith
2011-05-24 18:22:08 -04:00
7c5a809e71
Added maptypes to live hash updating, implemented some checks to catch incomplete hashes
CounterPillow
2011-05-20 14:18:05 +02:00
0104847c04
changed extra file install location to something more sane
Aaron Griffith
2011-05-14 15:34:26 -04:00
c12f95b0a1
nice version numbers, and metadata update
Aaron Griffith
2011-05-13 23:39:44 -04:00
8aafd34769
--version now works with sdist
Aaron Griffith
2011-05-13 22:40:18 -04:00
4ec1b4c971
working versions, data files, and package metadata
Aaron Griffith
2011-05-13 22:24:49 -04:00
e84ef2c1d2
Merge branch 'master' into py-package
Aaron Griffith
2011-05-13 21:37:35 -04:00
6dd3ac067c
fixed setup.py info to account for overviewerConfig.js move
Aaron Griffith
2011-05-13 21:30:26 -04:00
21de6222ca
renamed --config-file to --settings, updated README with new options
Aaron Griffith
2011-05-13 18:22:00 -04:00
dacd45e5d3
configurable settings.py, web_assets, textures paths
Aaron Griffith
2011-05-13 17:21:48 -04:00
93424c296d
textures are now only generated when actual *rendering* is done
Aaron Griffith
2011-05-13 12:30:13 -04:00
e64af5baef
Merge branch 'master' into py-package
Aaron Griffith
2011-05-12 19:21:46 -04:00
3065f871d9
Merge branch 'master' into mineral-overlay
Aaron Griffith
2011-05-12 19:21:06 -04:00
d2c9b80239
live hash Spawn button fix, negative zoom, and markers
Aaron Griffith
2011-05-12 18:42:13 -04:00
2bca2b6db3
added generator meta tag
Aaron Griffith
2011-05-12 17:53:13 -04:00
63d387c280
added Jeffrey Warren and CounterPillow to CONTRIBUTORS.rst
Aaron Griffith
2011-05-12 14:14:27 -04:00
873c798f2d
Merge remote branches 'counterpillow/master', 'pironic/click-fix' and 'fenixin/signposts'
Aaron Griffith
2011-05-12 13:57:30 -04:00
3d293a37d9
Merge remote branch 'jywarren/master'
Aaron Griffith
2011-05-12 13:55:06 -04:00
8a38fa859d
Switched to x y z zoom format, using floor(), removed viewURL box
CounterPillow
2011-05-12 00:17:26 +02:00
4b9307d769
various fixes
CounterPillow
2011-05-11 22:25:22 +02:00
5803478060
Re-Implemented jywarrens live hash updating
CounterPillow
2011-05-11 21:33:24 +02:00
027419fa5f
Moved the blockid check further up in the for-loop to increase performance while rendering empty chunks.
CounterPillow
2011-05-10 18:28:25 +02:00
cb934ef18f
Remove "text" from wall signs, they are used for chairs!
Alejandro Aguilera
2011-05-12 16:30:32 +02:00
04fe00e315
Add wall signs. Fix torch positios for south oriented repeater.
Alejandro Aguilera
2011-05-12 15:31:46 +02:00
2db3f57d38
Add signposts. Add transform_image_angle function.
Alejandro Aguilera
2011-05-12 14:54:25 +02:00
ec6fb82c7f
regin click should show clicked spot in xyz not lat/lng
Michael Writhe
2011-05-11 15:36:39 -06:00
5a483ba4cc
added pironic to CONTRIBUTORS.rst
Aaron Griffith
2011-05-10 20:34:09 -04:00
6c5e578220
Merge branch 'master' into mineral-overlay
Aaron Griffith
2011-05-10 20:22:44 -04:00
e8f9a8bf3e
added CONTRIBUTORS.rst to dist stuff, capitalized package name
Aaron Griffith
2011-05-10 20:22:00 -04:00
383b01859f
Merge branch 'master' into py-package
Aaron Griffith
2011-05-10 20:19:10 -04:00
cc91808036
Merge pull request #360 from pironic/region-opacity
Aaron Griffith
2011-05-09 08:48:02 -07:00
d92a0bc59c
allowed for opacity of fill/stroke to be definned independantly. will continue to support legacy declaration of opacity
Michael Writhe
2011-05-09 09:37:09 -06:00
6e03cebb50
Merge pull request #359 from Fenixin/more-blocks
Aaron Griffith
2011-05-09 05:54:40 -07:00
d735053feb
Add repeaters to the list of transaprent blocks. Fixes problem in night rendermode showing repeaters as strange black block.
Alejandro Aguilera
2011-05-09 02:15:31 +02:00
ef8dd359ac
Make cactus as is in game. Improve cake. Add web block, at the moment is rendered as a sprite.
Alejandro Aguilera
2011-05-09 01:58:42 +02:00
4297e49f20
Add portal.png to data_files for py2exe
Andrew Chin
2011-05-08 12:05:04 -04:00