Commit Graph
1623 Commits
Author SHA1 Message Date
Hannes Janetzek 357713b3a2 fix comments 2014-03-27 03:04:12 +01:00
Hannes Janetzek b44ef4144b use GLShader for LineLayer 2014-03-27 03:04:12 +01:00
Hannes Janetzek eccbf58c80 use GLShader for TextureLayer 2014-03-27 03:04:12 +01:00
Hannes Janetzek 18f6784e81 add GLShader:
- load shaders from assets
- start to move shaders to asset files
2014-03-27 03:03:31 +01:00
Hannes Janetzek 4205d42e7f testing: GL_STATIC_DRAW buffers 2014-03-27 00:35:51 +01:00
Hannes Janetzek 83dbce18fe gwt: print error message only 2014-03-27 00:35:51 +01:00
Hannes Janetzek 5b58898975 gwt: allow to create empty textures.. 2014-03-27 00:35:51 +01:00
Hannes Janetzek 19bd1dab9f gwt: increase fps 2014-03-27 00:35:51 +01:00
Hannes Janetzek 5f18415bf9 gwt: use slf4j in libgdx 2014-03-27 00:35:51 +01:00
Hannes Janetzek 9a16899824 gdx: add esc to exit 2014-03-27 00:35:51 +01:00
Hannes Janetzek d50a67527e desktop: change run parameters 2014-03-27 00:35:51 +01:00
Hannes Janetzek d507022c4a cleanup: Extrusion style 2014-03-27 00:35:51 +01:00
Hannes Janetzek 56a223e6c6 SyncPool/Pool: allow to pool any subclass of Inlist 2014-03-27 00:35:51 +01:00
Hannes Janetzek 6113d284d8 add Map.setTheme(IRenderTheme) 2014-03-27 00:35:51 +01:00
Hannes Janetzek 913afab264 BufferObject: find minimal buffer larger than requested size 2014-03-27 00:35:50 +01:00
Hannes Janetzek 7587c1a041 example: add ThemeStylerActivity 2014-03-18 03:09:29 +01:00
Hannes Janetzek 537b53d877 fixup theme 2014-03-18 03:04:38 +01:00
Hannes Janetzek 1a521d2ad4 gwt: stop tile loading when state is not 'loading' 2014-03-18 02:51:03 +01:00
Hannes Janetzek 818ea0b0c7 gwt: use LoadDelayTask to only load max one tile per frame 2014-03-18 02:51:03 +01:00
Hannes Janetzek a46940a6b1 remove tile load CancellationException
does not work with GWT async loading
2014-03-18 02:51:03 +01:00
Hannes Janetzek b0217767b8 use RenderStyle.current() to get the active style 2014-03-18 02:51:03 +01:00
Hannes Janetzek 1b09774413 PolygonLayer: use temporary area style array 2014-03-18 02:51:02 +01:00
Hannes Janetzek 8f0c51675d TexturePool: add function to initialize item with bitmap 2014-03-18 02:51:02 +01:00
Hannes Janetzek 2e56e3facc start BitmapTileLayer pool 2014-03-18 02:51:02 +01:00
Hannes Janetzek 879e0ccb81 docs: MapRenderer 2014-03-18 02:51:02 +01:00
Hannes Janetzek 4688943290 cleanup AwtBitmap 2014-03-18 02:51:02 +01:00
Hannes Janetzek 641977b5ca add color conversion for rgb-hsv and parser for rgba() strings
parse rgb()/rgba() color strings
2014-03-18 02:51:02 +01:00
Hannes Janetzek 1127660f2d add GwtInput to disable key callbacks on Document 2014-03-18 02:51:02 +01:00
Hannes Janetzek 61e2be18ab move cast into addVertex 2014-03-18 02:51:02 +01:00
Hannes Janetzek 77d33bb02c name clipMode magic-numbers, docs 2014-03-18 02:51:02 +01:00
Hannes Janetzek bd96c018f7 cleanup: Tag 2014-03-18 02:51:02 +01:00
Hannes Janetzek 31e1b0ec99 Merge branch 'tile_load_hooks' 2014-03-18 02:50:43 +01:00
Hannes Janetzek 8f94fa7ac5 add TileLoaderProcessHook to intercept MapElement processing 2014-03-18 02:47:41 +01:00
Hannes Janetzek 402e4c3cd6 let TileLoaderHook stop further processing
- return false when no other loader hook should process
  the current element
2014-03-18 02:47:41 +01:00
Hannes Janetzek c234507edb move Label/Symbol data from MapTile to LabelTileData 2014-03-18 02:47:41 +01:00
Hannes Janetzek 20d5c20e72 move Text/Symbol handling to LabelTileLoaderHook 2014-03-18 02:47:41 +01:00
Hannes Janetzek 2d15324ead insert new hooks at front 2014-03-18 02:47:41 +01:00
Hannes Janetzek bb2a86b5ac PathLayer - inner class should be static 2014-03-18 02:47:41 +01:00
Hannes Janetzek 56c4323959 docs: MapTile 2014-03-18 02:47:41 +01:00
Hannes Janetzek a475aa6c22 use Object as ID for TileData 2014-03-18 02:47:41 +01:00
Hannes Janetzek 7b9f2ac6bd start TileLoaderHook:
- only create ExtrusionLayers when a BuildingLayer is attached
2014-03-18 02:47:41 +01:00
Hannes Janetzek 1f5efb9a33 refactor: MapTile hold generic TileData - Testing 2014-03-18 02:47:41 +01:00
Hannes Janetzek 8926c84ca9 docs: MatchingCacheKey 2014-03-18 02:47:40 +01:00
Hannes Janetzek 3eba47b0bb get theme from VectorTileLayer, instead of setting it on Loader 2014-03-18 02:47:40 +01:00
Hannes Janetzek ff01b3f80d refactor: TileLoader.createLoader() 2014-03-18 02:47:40 +01:00
Hannes Janetzek d00e9771e0 move TagFilter stuff to OsmTileLayer 2014-03-18 02:47:40 +01:00
Hannes Janetzek 5ebc5b6244 example: fix theme menu radio toggle 2014-03-18 02:47:32 +01:00
Hannes Janetzek e7ad7110c8 example: move theme menu to base 2014-03-18 02:47:21 +01:00
Hannes Janetzek 192bd9c96c theme: slight orange primary roads 2014-03-18 02:47:13 +01:00
Hannes Janetzek 6188baa4db theme: add Newtron
- fix: VtmThemes enum
2014-03-18 02:46:38 +01:00