This website requires JavaScript.
f23872f06f
added a docs link under getting started to the running and config pages
Andrew Brown
2012-01-29 12:01:33 -05:00
b30ea281a1
updated bgcolor faq since --bg-color no longer exists
Andrew Brown
2012-01-29 12:01:09 -05:00
2497a8a806
Part of an attempt to make config parser a little more generic
Andrew Chin
2012-01-28 18:56:40 -05:00
42d1b5049f
RotatedRegionSet now works. Rotated renders now work.
Andrew Brown
2012-01-28 18:26:37 -05:00
65c27d4c42
minor docs improvements
Andrew Brown
2012-01-28 15:11:19 -05:00
96602a48d4
Specifying a dimension in a config file now works
Andrew Chin
2012-01-27 20:30:58 -05:00
c29c983a79
Print a more user friendly error message on validation failure
Andrew Chin
2012-01-27 19:37:16 -05:00
1297385148
Validate the rendermode option as a list of primitives
Andrew Chin
2012-01-27 19:36:55 -05:00
41e8546be6
Merge pull request #590 from contre/master
Andrew Brown
2012-01-26 14:49:47 -08:00
cef0606642
Remove commented out code
Richard Pastrick
2012-01-24 11:36:23 -08:00
b9bbe6d4ef
Add ignores for all variations of settings.py file names as well as ignores for the MCPatcher compliant pngs
Richard Pastrick
2012-01-24 11:20:59 -08:00
413e3933a2
Add support for MCPatcher compliant HD animated fire.
Richard Pastrick
2012-01-24 11:19:50 -08:00
426f3d9915
Merge pull request #588 from contre/master
Aaron Griffith
2012-01-23 13:20:36 -08:00
a69a13159c
Merge remote-tracking branch 'origin/rewrite' into rewrite
Andrew Chin
2012-01-22 23:26:23 -05:00
8297f4c0a3
northdirection glue
Andrew Chin
2012-01-22 23:25:56 -05:00
9e278a0568
of course I fogot to add this file
Andrew Brown
2012-01-22 01:28:15 -05:00
8c71c802d2
docs update to Running page and new page Config. Removed Options.
Andrew Brown
2012-01-22 01:26:04 -05:00
39e5793634
No longer require an import from rendermodes in config file
Andrew Chin
2012-01-21 20:02:06 -05:00
163dd66a38
Create RegionSets via the World object
Andrew Chin
2012-01-21 19:04:21 -05:00
7def2894b6
Clarified docs for --stochastic-render
Andrew Brown
2012-01-19 21:10:02 -05:00
c63029a14d
Fixed potential nameerror in tileset.py do_preprocessing()
Andrew Brown
2012-01-18 10:09:59 -05:00
ff3bfceef7
more C code fixes. Activated caching.
Andrew Brown
2012-01-17 21:52:01 -05:00
0d23adb237
Avoid digging into the tileset when writing out config.js
Andrew Chin
2012-01-16 21:32:12 -05:00
bbe105ead7
Fixes segfaults in the C extension
Andrew Brown
2012-01-16 22:00:44 -05:00
66295aabd9
Find the map size even in child processes
Andrew Brown
2012-01-16 21:58:48 -05:00
dca755e9db
Add special case for MCPatcher custom portal images
Richard Pastrick
2012-01-16 17:41:36 -08:00
aa34853664
Only pass to TileSet the options it required
Andrew Chin
2012-01-16 20:35:13 -05:00
728351f9a3
Display the coord box on index.html
Andrew Chin
2012-01-16 19:50:50 -05:00
2339cc54b8
Revert textures optimization. At least, in the case of water it messed up water transparency.
Alejandro Aguilera
2012-01-16 13:34:39 +01:00
dafb659315
added __getstate__ and __setstate__ to TileSet to fix pickling
Andrew Brown
2012-01-16 02:19:34 -05:00
70ef0af00c
modified C extension for get_chunk() raising exception on not found
Andrew Brown
2012-01-16 01:59:16 -05:00
f9c24df769
Merge remote-tracking branch 'origin/rewrite-rendermodes' into rewrite
Andrew Brown
2012-01-16 00:50:57 -05:00
ba87959e31
added caching to chunks in RegionSet() currently disabled
Andrew Brown
2012-01-16 00:48:30 -05:00
a48077fe54
removed unused imports in world.py. More docstrings
Andrew Brown
2012-01-15 19:10:14 -05:00
5096bff521
Cleaned up world.py and fixed find_true_spawn()
Andrew Brown
2012-01-15 17:02:58 -05:00
48da4a6a3c
Write/read last_rendertime
Andrew Chin
2012-01-15 00:22:45 -05:00
514e99dcd2
overviewer.js now uses backbone.js for much of it's multiworld handling
Andrew Chin
2012-01-14 13:26:40 -05:00
624d6ba351
updated and cleaned up overviewer.py
Aaron Griffith
2012-01-14 01:11:05 -05:00
a004d5720e
optimize the docs
Carter Charbonneau
2012-01-11 22:46:39 -07:00
2003267f35
optimize the images used in the UI an otherwise bundled
Carter Charbonneau
2012-01-11 22:35:01 -07:00
16fec5085e
converted smooth-lighting into a primitive
Aaron Griffith
2012-01-08 22:49:20 -05:00
ae88b6e27b
converted lighting mode into a primitive
Aaron Griffith
2012-01-08 22:31:41 -05:00
c93715ebfa
migrated cave mode into cave and depth-tinting primitives
Aaron Griffith
2012-01-08 18:29:32 -05:00
f1758a51a7
added netherbrick stairs to lighting estimator
Aaron Griffith
2012-01-08 16:22:06 -05:00
9f6a4ee698
More updates to overviewer.js
Andrew Chin
2012-01-08 15:12:40 -05:00
9e61407c67
fixed a bug in TileSet. Traversal now works according to tests.
Andrew Brown
2012-01-08 03:12:06 -05:00
3995a06c97
added TileSet tests, fixed several bugs. Still needs work.
Andrew Brown
2012-01-08 02:51:06 -05:00
30c4bb26c3
default values for options are now specified alongside their definitions
Aaron Griffith
2012-01-08 01:09:43 -05:00
7cacc59428
setup.py now auto-discovers available render primitives
Aaron Griffith
2012-01-08 00:52:30 -05:00
a682b8a689
broke out nether, heightfading, depth, and edgelines from base primitive
Aaron Griffith
2012-01-08 00:03:31 -05:00
e3610f8ac5
moved to a layer-based rendermode system, moved normal mode to base primitive
Aaron Griffith
2012-01-07 22:50:01 -05:00
6f66a31738
ripped out all the rendermode option stuff, preparing to move it to python
Aaron Griffith
2012-01-07 20:41:40 -05:00
fb0a7b161e
forgot another thing sorry
Andrew Brown
2012-01-08 00:07:39 -05:00
ff418ba7c9
woops
Andrew Brown
2012-01-08 00:04:40 -05:00
df035aa00d
changed iteration algorithm for rendercheckmode 1
Andrew Brown
2012-01-08 00:03:16 -05:00
4255b26fc7
Fixed some crashes in assetManager
Andrew Chin
2012-01-07 23:56:08 -05:00
0537733bca
Merge remote-tracking branch 'origin/rewrite' into rewrite
Andrew Chin
2012-01-07 23:05:02 -05:00
25db39463f
The AssetManager will now create a kinda working html output
Andrew Chin
2012-01-07 23:04:42 -05:00
4d61e41f9f
fixed crash when an option isn't recognized
Aaron Griffith
2012-01-07 22:51:09 -05:00
9aa3847068
Merge remote-tracking branch 'origin/rewrite' into rewrite
Andrew Chin
2012-01-07 21:25:19 -05:00
14f68ebeb7
import in __init__.py no longer prevents setup.py from working
Aaron Griffith
2012-01-07 20:29:46 -05:00
992f737984
fixed import loop and incorrect blockdata expansion
Aaron Griffith
2012-01-07 20:23:39 -05:00
cb2f0129bc
Allow regionsets to be named in a settings.py file
Andrew Chin
2012-01-07 15:11:19 -05:00
1baf506a59
renders now work with the multiprocessing dispatcher
Aaron Griffith
2012-01-06 21:56:26 -05:00
b31c4377ab
fixed dependencies for TileSet
Andrew Brown
2012-01-06 21:28:01 -05:00
1f2c1a281e
the rest of the render modes are now working
Aaron Griffith
2012-01-06 20:38:50 -05:00
4eaf103213
fixes to get lighting mode working again
Aaron Griffith
2012-01-06 20:23:15 -05:00
f76fd28a82
Use the overworld as the default regionset
Andrew Chin
2012-01-05 00:27:41 -05:00
d7012c265b
Create the destdir, if needed
Andrew Chin
2012-01-05 00:27:22 -05:00
e1a6d96e87
changed last "import Image" to "from PIL import Image"
Aaron Griffith
2012-01-04 00:13:56 -05:00
da18f74338
Fixed some render-tiles not being rendered
Andrew Brown
2012-01-03 23:42:39 -05:00
4d0acc72fd
Fix tile range error in chunk scan
Andrew Brown
2012-01-02 23:39:20 -05:00
c14cd1a66f
Fixed/added some config parsing tests
Andrew Chin
2012-01-02 01:10:43 -05:00
a1dc392526
c_overviewer is now auto-initialized, and some other minor fixes
Aaron Griffith
2012-01-02 00:40:56 -05:00
fbb5230849
World test case stuff
Andrew Chin
2012-01-02 00:32:44 -05:00
3c1c962ed1
got this check backwards
Andrew Brown
2012-01-02 00:32:52 -05:00
948073fb9d
Merge remote-tracking branch 'origin/rewrite' into rewrite
Andrew Brown
2012-01-02 00:30:29 -05:00
16df71b060
_render_compositetile() fixed
Andrew Brown
2012-01-02 00:29:48 -05:00
a098e5d01a
Merge remote-tracking branch 'overviewer/rewrite' into rewrite
Andrew Chin
2012-01-02 00:03:31 -05:00
287b16fd13
Fixing some settings stuff
Andrew Chin
2012-01-02 00:03:10 -05:00
c88bfa3adc
almost-working full TileSet render
Aaron Griffith
2012-01-01 23:58:18 -05:00
42f6b7b6ad
forgot to save on my last commit
Andrew Brown
2012-01-01 23:31:27 -05:00
74a3fd7915
new skeleton for world test case
Andrew Chin
2012-01-01 23:28:28 -05:00
4a12d3dadc
Updated test/data/world submodule
Andrew Chin
2012-01-01 22:35:44 -05:00
8ef25ca72e
Added new test data submodule
Andrew Chin
2012-01-01 22:07:25 -05:00
252e8ab33d
filled in render call to tileset's render_rendertile()
Andrew Brown
2012-01-01 23:20:08 -05:00
31f894d4e9
removed: chunk.py, quadtree.py, rendernode.py
Aaron Griffith
2012-01-01 23:12:05 -05:00
a69a78f412
c_overviewer.render_loop now works with normal render mode
Aaron Griffith
2012-01-01 23:02:30 -05:00
55e83e50da
chunks are now loaded properly from the regionset
Aaron Griffith
2012-01-01 22:31:10 -05:00
f9b0f8667b
initial update of C code to work with textures object
Aaron Griffith
2012-01-01 20:50:20 -05:00
c4a183b9b0
moved most global vars in textures.py into an instantiatable class
Aaron Griffith
2012-01-01 19:52:49 -05:00
319d444997
Fixed typos... they're not my fault!
Andrew Chin
2012-01-01 22:20:43 -05:00
6fa86d39bc
Removed stupid north_dir, and fixed unpacking
Andrew Chin
2012-01-01 22:11:52 -05:00
92880c7c38
Use the right coordinate system
Andrew Chin
2012-01-01 22:03:43 -05:00
c102211195
Merge remote-tracking branch 'overviewer/rewrite' into rewrite
Andrew Chin
2012-01-01 21:20:54 -05:00
ecceaeeb35
Removed all old code from RegionSet. Added RotatedRegionSet
Andrew Chin
2012-01-01 21:20:17 -05:00
c866f2512b
fixed typos, clarified comments in tileset.py
Andrew Brown
2012-01-01 20:08:25 -05:00
b2da6d5b0a
TileSet updated for new RegionSet API
Andrew Brown
2012-01-01 19:55:08 -05:00
b1d5dee84d
Remove unused function
Andrew Chin
2012-01-01 17:56:31 -05:00
35f5bc82a4
Fixed a few more typos
Andrew Chin
2012-01-01 16:52:39 -05:00