]> Pileus Git - grits/commit
Reorganize BMNG and SRTM into plugins
authorAndy Spencer <andy753421@gmail.com>
Fri, 30 Oct 2009 04:58:08 +0000 (04:58 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 30 Oct 2009 04:58:08 +0000 (04:58 +0000)
commitac7156bd84aef88b712f117f7e2f3d847d371719
treea22f0f0986cb4283860d0f48b7cef2994aca21e6
parent4d1e8fc57db10e2cfd12ba1eddf498f6cf873d4f
Reorganize BMNG and SRTM into plugins

- Create dummy plugins in src/plugins for bmng and srtm.
- Optimize Roam code:
  - Fewer height and projection updates
  - Cache triangle l-r midpoints and share them with children
- Also remove a lot of trailing whitespace
32 files changed:
.gitignore
TODO
configure.ac
docs/api/Makefile.am
examples/plugin/teapot.c
examples/plugin/teapot.h
src/Makefile.am
src/gis-data.c
src/gis-data.h
src/gis-opengl.c
src/gis-opengl.h
src/gis-plugin.c
src/gis-plugin.h
src/gis-prefs.c
src/gis-prefs.h
src/gis-view.c
src/gis-view.h
src/gis-world.c
src/gis-world.h
src/gis.h
src/gis_test.c
src/gpqueue.c
src/gpqueue.h
src/plugins/Makefile.am [new file with mode: 0644]
src/plugins/bmng.c [new file with mode: 0644]
src/plugins/bmng.h [new file with mode: 0644]
src/plugins/srtm.c [new file with mode: 0644]
src/plugins/srtm.h [new file with mode: 0644]
src/roam.c
src/roam.h
src/wms.c
src/wms.h