Commit Graph
1380 Commits
Author SHA1 Message Date
Andrew Chin 99932f35a3 Minor changes to the contrib manager
add --list-contribs option
construct sys.argv correctly for the contrib scripts
2011-08-17 09:16:39 -04:00
Andrew Chin 8ab2dea906 Py2exe executables now have a valid version number and description 2011-08-16 21:27:19 -04:00
Andrew Chin cd2a2bdf2c initial version of the contribManager 2011-08-16 21:07:39 -04:00
Andrew Chin 8794f3a1d1 Merge remote-tracking branch 'upstream/master' 2011-08-16 19:42:18 -04:00
Aaron Griffith 3e2828a3d9 fixed bug when overviewer.dat exists in world dir, but output dir does not exist 2011-08-16 15:07:21 -04:00
Aaron Griffith 79680203a5 fixed forcerender not being used while rendering innertiles 2011-08-16 15:02:09 -04:00
Aaron Griffith 3958100f0b mobs can't spawn on water!?!?! whoah. 2011-08-16 14:35:07 -04:00
Aaron Griffith e808007b11 Merge remote-tracking branch 'tswsl1989/brownan' 2011-08-16 11:27:54 -04:00
Thomas Lake 46c960b37d Use advanced command line options
Options specified as 'advanced' were being silently discarded due to an
error in 8c87fa6bb5
2011-08-16 16:17:38 +01:00
Aaron Griffith 04310ab71d helpful error on Python 3, and removed --delete 2011-08-16 10:28:58 -04:00
Thomas Lake 19f83a4a16 Edit scripts to move overviewer.dat to render dir
Overviewer.dat is moved on first run and a warning is issued
2011-08-16 13:02:09 +01:00
Andrew Chin 090350e3cb Merge remote-tracking branch 'upstream/master' 2011-08-15 20:19:18 -04:00
Aaron Griffith e618e949c9 more indentation fixes 2011-08-15 15:48:05 -04:00
Thomas Lake 0c523461fa Fix tabs/spaces mixup in 8c87fa6bb5 2011-08-15 17:16:48 +01:00
Thomas Lake 8c87fa6bb5 Add new option "--advanced-help". Options previously marked
configFileOnly are now marked as "advanced" and will not appear in
default help text.
2011-08-15 17:02:19 +01:00
Ryan Rector b442e7704e Merge remote-tracking branch 'upstream/master' into configurable-north 2011-08-13 10:58:22 -06:00
Ryan Rector 02d2ae0e6a Fix tile updates for upper-left and lower-right rotations 2011-08-13 10:51:43 -06:00
Ryan Rector 77eb608ccb Make get_blockarray_fromfile rotationally self-sufficient 2011-08-13 10:50:50 -06:00
Andrew Chin 547e87dd02 Merge pull request #464 from tswsl1989/fix-regionlist
Explicitly pass regionlist to _iterate_regionfiles() in world.py
2011-08-11 11:14:51 -07:00
Thomas Lake d767eb9d00 Explicitly pass regionlist to _iterate_regionfiles() in world.py 2011-08-11 19:02:02 +01:00
Aaron Griffith 74d935686d changed --list-rendermodes to be tree-based 2011-08-05 16:40:48 -04:00
Andrew Chin f5399b78cc Made searchbox text gray if inactive 2011-08-05 09:18:14 -04:00
Andrew Chin b236ca74f7 Merge remote-tracking branch 'upstream/master' 2011-08-05 08:40:52 -04:00
Andrew Chin f34bafdee0 Merge pull request #459 from CounterPillow/master
Sign Search Box Deconfusion
2011-08-05 05:39:29 -07:00
CounterPillow 3e4b7b4cd7 Added title field for sign search box, added default value which sets to nothing when focussed and resets when box is empty and blured. 2011-08-05 13:38:09 +02:00
Aaron Griffith c3a323570d Merge branch 'master' into rendermode-options 2011-08-04 19:30:52 -04:00
Ryan Rector cc14a878eb Merge remote-tracking branch 'upstream/master' into configurable-north 2011-08-04 12:50:49 -06:00
Ryan Rector 4ee15e8f44 Code cleanup to simplify upstream merge 2011-08-04 12:49:49 -06:00
Ryan Rector 34e0cf0e20 Set default north_direction for get_blockarray_fromfile 2011-08-04 10:33:07 -06:00
Andrew Chin c56f1d23c9 Merge pull request #455 from Fenixin/fix-lighting
Fix lighting for water, ice and leaves.
2011-08-04 09:32:01 -07:00
Ryan Rector ebbc41abed Rotate pistons for north-direction 2011-08-03 23:46:53 -06:00
Ryan Rector 1bc0619cd3 Fix potential bed bug. 2011-08-03 23:46:08 -06:00
Ryan Rector 9af931b4a3 Super performance fixer!
Rotations no longer have any significant performance hit.
Allocate rotated array once during rotation instead of
during every chunk render.
2011-08-03 22:47:25 -06:00
Ryan Rector 0035a367a8 Only rotate Block data when asking for block data 2011-08-03 22:15:55 -06:00
Ryan Rector 1b25f187ff Merge remote-tracking branch 'upstream/master' into configurable-north 2011-08-03 20:41:09 -06:00
Ryan Rector 4725b4b125 Fix findTrueSpawn with rotations 2011-08-03 15:55:51 -06:00
Ryan Rector 80664ba4f1 Update get_blockarray_fromfile for rotation 2011-08-03 15:54:38 -06:00
Ryan Rector 4ac5dfc2a8 Fix regions being shifted by one during rotation
This fixes exaggerated tile counts in progress updates,
reduces the calls to rendernode (for a small performance
increase), and shifts the problem of unclickable signs in
UR orientation further away.
2011-08-03 14:37:04 -06:00
Alejandro Aguilera b86906b931 Use per-face shading for leave block. 2011-08-03 11:24:56 +02:00
Alejandro Aguilera a2b156c85f Draw ice in the same way is done with water and glass and shade it like water. 2011-08-03 11:24:56 +02:00
Alejandro Aguilera f7e1867588 Fix one more time the how water is lit.
Added ancildata and pseudo_ancildata to the renderstate.
Added special case for water in rendermode_ligting_draw().
2011-08-03 11:24:56 +02:00
Andrew Chin 4070a79409 fix permission bug in mirror_dir and ignore chmod errors 2011-08-02 21:12:04 -04:00
Aaron Griffith 1ac89cabd9 Merge remote branches 'tswsl1989/brownan' and 'fenixin/texture-improvements' 2011-08-02 20:07:03 -04:00
Thomas Lake 26acd21fbf Add percentage to the "X/Y tiles complete for level" message 2011-08-02 20:32:24 +01:00
Alejandro Aguilera f6bbda674e Update comments in textures.py. 2011-08-02 02:18:45 +02:00
Alejandro Aguilera 4e659aee55 Add global bgcolor variable in textures.py, and an option in generate(). 2011-08-02 01:48:25 +02:00
Alejandro Aguilera 04e7c20398 If nothing shown return None. In iterate.c this will skip the draw. 2011-08-02 01:35:54 +02:00
Andrew Chin 1ab06b3ae2 Merge pull request #449 from Fenixin/fix-torches
Torches are now in the center of the block.
2011-08-01 06:28:42 -07:00
Alejandro Aguilera 8138ec29c0 Torches are now in the center of the block. Redstone dionde function generates its own torches now (it was using before the generated by the torch function). 2011-08-01 14:19:22 +02:00
Aaron Griffith 4ecb370b9c Merge branch 'master' into rendermode-options
Conflicts:
	overviewer_core/chunk.py
	overviewer_core/src/iterate.c
2011-07-31 22:46:19 -04:00