0

ripped out all the rendermode option stuff, preparing to move it to python

This commit is contained in:
Aaron Griffith
2012-01-07 20:41:40 -05:00
parent fb0a7b161e
commit 6f66a31738
4 changed files with 11 additions and 456 deletions

View File

@@ -126,7 +126,7 @@ else:
from optparse import OptionParser
from overviewer_core import optimizeimages, world
from overviewer_core import googlemap
#from overviewer_core import googlemap
from overviewer_core import configParser, tileset, assetmanager, dispatcher
# definitions of built-in custom modes
@@ -204,7 +204,7 @@ def main():
except NotImplementedError:
cpus = 1
avail_rendermodes = c_overviewer.get_render_modes()
#avail_rendermodes = c_overviewer.get_render_modes()
avail_north_dirs = ['lower-left', 'upper-left', 'upper-right', 'lower-right', 'auto']
# revert to a vanilla OptionParser for right now