Aaron Griffith
|
a7753486dc
|
Merge branch 'master' into rendermode-options
|
2011-07-12 12:20:09 -04:00 |
|
Aaron Griffith
|
482ccd3dd8
|
updated CONTRIBUTORS.rst
|
2011-07-10 20:43:43 -04:00 |
|
Aaron Griffith
|
fde647bfdf
|
Merge branch 'py-package'
Conflicts:
setup.py
|
2011-07-10 18:14:20 -04:00 |
|
Aaron Griffith
|
082e91fca3
|
Merge remote-tracking branch 'orospakr/master'
|
2011-07-10 17:58:21 -04:00 |
|
Aaron Griffith
|
da421a29a2
|
added --forcerender to the readme
|
2011-07-09 09:37:06 -04:00 |
|
Aaron Griffith
|
0c63bcb5fe
|
changed setup.py to copy web_assets recursively for py2exe
|
2011-07-07 16:35:48 -04:00 |
|
Aaron Griffith
|
62119c37ef
|
bumped extension version for fix that closes #414
|
2011-06-23 15:21:46 -07:00 |
|
Aaron Griffith
|
79944d4f90
|
fixed out-of-bounds index segfault
|
2011-06-23 17:44:04 -04:00 |
|
Aaron Griffith
|
aed6938d22
|
now fails correctly if --settings is given but file does not exist
|
2011-06-22 14:19:50 -04:00 |
|
Aaron Griffith
|
96fb3accb5
|
Merge branch 'master' into rendermode-options
Conflicts:
src/rendermode-lighting.c
src/rendermodes.h
|
2011-06-19 14:00:56 -04:00 |
|
Aaron Griffith
|
d5ceec6e8b
|
fixed custom mode option inheritance bug + another bug
Render mode "self" structs are now guaranteed to start zero'd out.
|
2011-06-19 13:50:55 -04:00 |
|
Aaron Griffith
|
7e5f518958
|
normal mode height fading (a la Fenixin's formula, Issue #147)
|
2011-06-19 13:34:16 -04:00 |
|
Aaron Griffith
|
f8b005d079
|
added render_mode_parse_option helper function
|
2011-06-19 13:06:12 -04:00 |
|
Aaron Griffith
|
6aab671857
|
Merge pull request #410 from Fenixin/stairs-new-lighting
This is a new way to handle lighting for stairs and other half-block type.
|
2011-06-18 17:31:00 -07:00 |
|
Aaron Griffith
|
b1a386cae9
|
fixed sample.settings.py typo
|
2011-06-16 06:26:58 -07:00 |
|
Aaron Griffith
|
091a76fe60
|
added sans-serif font styling to whole page, in line with other controls
|
2011-06-15 10:26:58 -04:00 |
|
Aaron Griffith
|
57100c1912
|
fix small bug when parent option merging fails
|
2011-06-15 00:42:41 -04:00 |
|
Aaron Griffith
|
c3e79459d4
|
fix for running on PIL 1.1.5 and earlier
|
2011-06-15 00:28:32 -04:00 |
|
Aaron Griffith
|
7d587ecc6d
|
changed mineral overlay to highlight even if the block is just above the color
|
2011-06-14 21:13:53 -04:00 |
|
Aaron Griffith
|
a50cd315ef
|
added 'minerals' option to mineral overlay
|
2011-06-14 20:56:21 -04:00 |
|
Aaron Griffith
|
65690eea68
|
Merge branch 'mineral-overlay' into rendermode-options
|
2011-06-14 20:10:26 -04:00 |
|
Aaron Griffith
|
98562b6f4a
|
windows build fixes
|
2011-06-12 22:29:28 -04:00 |
|
Aaron Griffith
|
a0d1cd45d9
|
Merge branch 'master' into rendermode-options
|
2011-06-12 22:25:59 -04:00 |
|
Aaron Griffith
|
bdee438060
|
added 'lighting' option to cave mode
|
2011-06-12 22:03:42 -04:00 |
|
Aaron Griffith
|
3d6042260c
|
added 'only_lit' option to cave mode
|
2011-06-12 20:49:54 -04:00 |
|
Aaron Griffith
|
13c9750a43
|
fixed crash when spawn point does not have an associated region file (closes issue #399)
|
2011-06-11 05:01:19 -04:00 |
|
Aaron Griffith
|
5ae843aa80
|
fixed --list-rendermodes bug, and made sure custom modes show up
|
2011-06-11 04:38:38 -04:00 |
|
Aaron Griffith
|
f5a187dad0
|
bumped extension version, and added in a few new rendermode options
|
2011-06-11 04:27:04 -04:00 |
|
Aaron Griffith
|
bd9b1873e3
|
added support for "custom" rendermodes created in python
|
2011-06-11 04:01:40 -04:00 |
|
Aaron Griffith
|
bfb92de7b7
|
provided options are now checked against the available options
|
2011-06-11 00:01:12 -04:00 |
|
Aaron Griffith
|
da706287c8
|
added a couple of simple options to the 'normal' rendermode
|
2011-06-10 23:15:24 -04:00 |
|
Aaron Griffith
|
a37d0ce9bc
|
added options metadata (and python accessor)
|
2011-06-10 22:27:46 -04:00 |
|
Aaron Griffith
|
6d667cb262
|
added (currently unchecked) global rendermode option support
|
2011-06-09 23:28:29 -04:00 |
|
Aaron Griffith
|
b654f3169f
|
cleaned up rendermode interface
|
2011-06-09 21:00:24 -04:00 |
|
Aaron Griffith
|
5b25b3c597
|
Merge branch 'styled-controls', remote-tracking branch 'fenixin/improve-tall-grass2'
|
2011-06-08 20:16:54 -04:00 |
|
Aaron Griffith
|
512b2032b2
|
finished styling controls
|
2011-06-08 19:58:18 -04:00 |
|
Aaron Griffith
|
6bb39a87ca
|
basic styling for custom control buttons
|
2011-06-08 16:48:29 -04:00 |
|
Aaron Griffith
|
71bd38a8aa
|
Merge branch 'master' into py-package
Conflicts:
overviewer_core/googlemap.py
|
2011-06-08 15:59:09 -04:00 |
|
Aaron Griffith
|
454c1537a6
|
sign drop-down now only shows rules that actually match something
|
2011-06-08 15:29:54 -04:00 |
|
Aaron Griffith
|
c2bf7ff34e
|
added --no-signs option
|
2011-06-08 15:29:54 -04:00 |
|
Aaron Griffith
|
03094b1af9
|
Merge branch 'master' into mineral-overlay
Conflicts:
src/overviewer.h
|
2011-06-06 22:18:23 -04:00 |
|
Aaron Griffith
|
f8457957f8
|
Merge pull request #389 from Fenixin/opti-new
Change the optimizing programs. Add new value for the option optimizeimg.
|
2011-06-05 16:58:04 -07:00 |
|
Aaron Griffith
|
c10074e87f
|
Merge branch 'master' into py-package
|
2011-06-04 20:05:31 -04:00 |
|
Aaron Griffith
|
ac91268c66
|
added --forcerender option
|
2011-06-04 20:05:09 -04:00 |
|
Aaron Griffith
|
9cdfe0e626
|
Merge pull request #383 from Fenixin/opti-fix
Fix optimizeimg=2 transparency issue.
|
2011-06-02 10:16:38 -07:00 |
|
Aaron Griffith
|
317f7794fe
|
Merge branch 'master' into py-package
|
2011-05-31 20:26:00 -04:00 |
|
Aaron Griffith
|
733e816dbc
|
fixed biome loading order
|
2011-05-31 20:06:54 -04:00 |
|
Aaron Griffith
|
8565919c89
|
fixed uninitialized texture pointer, and bumped extension version
|
2011-05-31 20:05:45 -04:00 |
|
Aaron Griffith
|
387f97d64d
|
initial work on py2app for OSX
|
2011-05-28 19:07:05 -04:00 |
|
Aaron Griffith
|
2b7fce9bce
|
Merge branch 'master' into py-package
|
2011-05-28 15:15:06 -04:00 |
|
Aaron Griffith
|
561bb64c7c
|
fixes for py2exe/windows
|
2011-05-28 15:05:52 -04:00 |
|
Aaron Griffith
|
a2a84161be
|
Merge pull request #370 from CounterPillow/master
maptype live hash updating
|
2011-05-26 14:56:41 -07:00 |
|
Aaron Griffith
|
f82911e04e
|
added overview map control (tiny, zoomed out map in corner) (hidden by default)
|
2011-05-24 18:22:08 -04:00 |
|
Aaron Griffith
|
0104847c04
|
changed extra file install location to something more sane
|
2011-05-14 15:34:26 -04:00 |
|
Aaron Griffith
|
c12f95b0a1
|
nice version numbers, and metadata update
|
2011-05-13 23:39:44 -04:00 |
|
Aaron Griffith
|
8aafd34769
|
--version now works with sdist
|
2011-05-13 22:40:18 -04:00 |
|
Aaron Griffith
|
4ec1b4c971
|
working versions, data files, and package metadata
|
2011-05-13 22:24:49 -04:00 |
|
Aaron Griffith
|
e84ef2c1d2
|
Merge branch 'master' into py-package
Conflicts:
overviewerConfig.js
overviewer_core/data/overviewerConfig.js
setup.py
web_assets/overviewerConfig.js
|
2011-05-13 21:37:35 -04:00 |
|
Aaron Griffith
|
6dd3ac067c
|
fixed setup.py info to account for overviewerConfig.js move
|
2011-05-13 21:30:26 -04:00 |
|
Aaron Griffith
|
21de6222ca
|
renamed --config-file to --settings, updated README with new options
|
2011-05-13 18:22:00 -04:00 |
|
Aaron Griffith
|
dacd45e5d3
|
configurable settings.py, web_assets, textures paths
|
2011-05-13 18:04:05 -04:00 |
|
Aaron Griffith
|
93424c296d
|
textures are now only generated when actual *rendering* is done
|
2011-05-13 12:30:13 -04:00 |
|
Aaron Griffith
|
e64af5baef
|
Merge branch 'master' into py-package
|
2011-05-12 19:21:46 -04:00 |
|
Aaron Griffith
|
3065f871d9
|
Merge branch 'master' into mineral-overlay
|
2011-05-12 19:21:06 -04:00 |
|
Aaron Griffith
|
d2c9b80239
|
live hash Spawn button fix, negative zoom, and markers
|
2011-05-12 19:15:44 -04:00 |
|
Aaron Griffith
|
2bca2b6db3
|
added generator meta tag
|
2011-05-12 17:53:13 -04:00 |
|
Aaron Griffith
|
63d387c280
|
added Jeffrey Warren and CounterPillow to CONTRIBUTORS.rst
|
2011-05-12 14:14:27 -04:00 |
|
Aaron Griffith
|
873c798f2d
|
Merge remote branches 'counterpillow/master', 'pironic/click-fix' and 'fenixin/signposts'
|
2011-05-12 13:57:30 -04:00 |
|
Aaron Griffith
|
3d293a37d9
|
Merge remote branch 'jywarren/master'
|
2011-05-12 13:55:06 -04:00 |
|
Aaron Griffith
|
5a483ba4cc
|
added pironic to CONTRIBUTORS.rst
|
2011-05-10 20:34:09 -04:00 |
|
Aaron Griffith
|
6c5e578220
|
Merge branch 'master' into mineral-overlay
|
2011-05-10 20:22:44 -04:00 |
|
Aaron Griffith
|
e8f9a8bf3e
|
added CONTRIBUTORS.rst to dist stuff, capitalized package name
|
2011-05-10 20:22:00 -04:00 |
|
Aaron Griffith
|
383b01859f
|
Merge branch 'master' into py-package
Conflicts:
overviewer_core/data/config.js
overviewer_core/data/web_assets/functions.js
overviewer_core/data/web_assets/style.css
setup.py
web_assets/overviewer.css
web_assets/style.css
|
2011-05-10 20:19:10 -04:00 |
|
Aaron Griffith
|
cc91808036
|
Merge pull request #360 from pironic/region-opacity
allowed for opacity of fill/stroke to be defined independently
|
2011-05-09 08:48:02 -07:00 |
|
Aaron Griffith
|
6e03cebb50
|
Merge pull request #359 from Fenixin/more-blocks
Few more texture things.
|
2011-05-09 05:54:40 -07:00 |
|
Aaron Griffith
|
b1bb1975b5
|
added mossy cobble to mineral overlay, reordered priorities
|
2011-05-04 14:08:59 -04:00 |
|
Aaron Griffith
|
a379a731df
|
Merge pull request #354 from Fenixin/diamond-ore-textures.
Fix diamond-ore textures.
|
2011-05-03 05:34:41 -07:00 |
|
Aaron Griffith
|
1d858cd9e2
|
added alpha fading based on height
|
2011-05-02 18:50:07 -04:00 |
|
Aaron Griffith
|
4b7bc18926
|
added more ores to mineral overlay
|
2011-05-02 18:38:36 -04:00 |
|
Aaron Griffith
|
f5f99e34e4
|
added basic mineral overlay
right now, it only highlights diamond ore
|
2011-05-02 18:30:19 -04:00 |
|
Aaron Griffith
|
4a82e749ca
|
added imgquality config file option for setting JPG quality
Original code by alexjurkiewicz, ported to new DTT code.
This closes #83.
|
2011-05-02 18:02:46 -04:00 |
|
Aaron Griffith
|
c1e71f0fda
|
grass now has snowy sides when covered in snow
|
2011-05-01 19:42:27 -04:00 |
|
Aaron Griffith
|
e110fe735d
|
Merge pull request #353 from Fenixin/more-textures.
More textures.
|
2011-05-01 15:29:41 -07:00 |
|
Aaron Griffith
|
9a537e76e2
|
some config file clarifications
|
2011-04-30 23:11:54 -04:00 |
|
Aaron Griffith
|
d163e7c527
|
support for biome coloring on side grass (closes issue #341)
|
2011-04-30 23:11:53 -04:00 |
|
Aaron Griffith
|
f3591c0e51
|
Merged pull request #345 from Fenixin/graphic-improvement.
Graphic improvement using other filter to scale down images.
|
2011-04-28 13:49:38 -07:00 |
|
Aaron Griffith
|
2d25d74bd7
|
moved quadtree preprocessing out of RenderNode, fixes issue #326
|
2011-04-18 20:16:06 -04:00 |
|
Aaron Griffith
|
a6e8de484d
|
Merge branch 'overlays' into dtt-c-render
Conflicts:
quadtree.py
web_assets/functions.js
|
2011-04-18 18:29:51 -04:00 |
|
Aaron Griffith
|
82aa172dcc
|
Merge branch 'master' into dtt-c-render
Conflicts:
setup.py
|
2011-04-18 18:14:41 -04:00 |
|
Aaron Griffith
|
3edc152ea3
|
Merge remote branch 'rfinnie/master'
|
2011-04-18 18:12:00 -04:00 |
|
Aaron Griffith
|
5f6ceebc81
|
fixed MIN/MAX mixup that prevented spawn overlay from working
|
2011-04-18 11:02:39 -07:00 |
|
Aaron Griffith
|
c790ad5102
|
windows build fixes
|
2011-04-18 11:03:29 -04:00 |
|
Aaron Griffith
|
5c3b3be418
|
basic rendermode inheritance introspection (no more hacky overlay list)
|
2011-04-16 20:08:38 -04:00 |
|
Aaron Griffith
|
5294b88df9
|
more fixes for spawn overlay at z == 127
|
2011-04-16 19:33:21 -04:00 |
|
Aaron Griffith
|
05c4083b7e
|
support for mixed png/jpg tilesets, and overlays with imgformat=jpg
|
2011-04-16 19:25:40 -04:00 |
|
Aaron Griffith
|
26b35906a4
|
fix for cave mode merge
|
2011-04-16 19:20:21 -04:00 |
|
Aaron Griffith
|
558ebe0899
|
fixed for-loop scoping on createDropDown() closures
|
2011-04-16 12:03:12 -04:00 |
|
Aaron Griffith
|
5f69b78c75
|
Merge branch 'dtt-c-render' into overlays
Conflicts:
setup.py
|
2011-04-16 11:25:04 -04:00 |
|
Aaron Griffith
|
f30a5db2a1
|
destination directory will now be created recursively, if needed
|
2011-04-16 11:20:35 -04:00 |
|
Aaron Griffith
|
ad358fa7fd
|
fixed spawn mode for chunk tops
|
2011-04-15 21:44:59 -04:00 |
|