Commit Graph
128 Commits
Author SHA1 Message Date
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 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 1127660f2d add GwtInput to disable key callbacks on Document 2014-03-18 02:51:02 +01:00
Hannes Janetzek c24b4addfa serious refactor: TileLoader:
- no more duplication of TileLoaders for GWT ->
- decouple loadTile() from TileDataSource completed() call
- all TileDataSource MUST call completed(success) in any case now
2014-03-09 21:46:00 +01:00
Hannes Janetzek 6d3bc0caea remove MapTile.loader field for GWT 2014-03-08 13:20:26 +01:00
Hannes Janetzek 26846d752f change url, mod_tile now provides CORS 2014-03-08 13:19:22 +01:00
Hannes Janetzek f313bb30f7 libgdx api changes 2014-03-08 13:17:56 +01:00
Hannes Janetzek 1cec1bb0dc gdx api changes
- disable gdx-html build for now
2014-03-04 00:52:40 +01:00
Hannes Janetzek cee96c9ed0 gradle: test configureondemand 2014-03-01 15:58:08 +01:00
Hannes Janetzek ae808dce2e refactor BitmapTileLayer:
- move to layer.tile.bitmap
- extract BitmapTileLoader
- bring back GWT BitmapTileLayer to life
2014-02-28 19:11:16 +01:00
Hannes Janetzek 7e2cd4459c cleanup: emu VectorTileLayer 2014-02-28 19:09:10 +01:00
Hannes Janetzek dac9b8adad gradle cleanups 2014-02-24 16:01:09 +01:00
Hannes Janetzek c5479c18f6 use original libgdx 2014-02-24 15:09:33 +01:00
Hannes Janetzek 60f9ccc9f6 compile gwt with vtm-themes 2014-02-24 15:09:33 +01:00
Hannes Janetzek ff83629054 create eclipse configuration with gradle 2014-02-24 15:05:54 +01:00
Hannes Janetzek ad62e26b59 remove eclipse project settings 2014-02-24 15:05:54 +01:00
Hannes Janetzek e947248ea4 make render-styles overrideable 2014-02-24 15:03:22 +01:00
Hannes Janetzek 99cfdd6e14 make VectorTileLoader extendable 2014-02-24 15:03:21 +01:00
Hannes Janetzek 48fa5d5434 refactor: move tile layer classes back to layers.tile
they *really* belong there
2014-02-24 15:03:21 +01:00
Hannes Janetzek adb56c7613 refactor TileLayer:
- set specific TileRenderer in sub-class constructor
- remove TileLoader generics from TileLayer
2014-02-16 23:40:07 +01:00
Hannes Janetzek 904360ff69 rename MapPosition.angle -> bearing 2014-02-16 04:22:36 +01:00
Hannes Janetzek 78d125a0f6 move rotten tilesources to extras 2014-02-09 22:25:01 +01:00
Hannes Janetzek 14bc0aea74 refactor: move utility classes utils.math/geom 2014-02-08 19:47:00 +01:00
Hannes Janetzek c64eb9aa88 rename getViewport/Animator/Layer() to viewport/animator/layers()
- these are composite parts of Map
2014-02-08 17:48:01 +01:00
Hannes Janetzek bf2e0e44a8 use Inlist.List for MapTile.labels/symbols 2014-02-07 21:50:08 +01:00
Hannes Janetzek 9f7e8dbad7 formatter 2014-02-07 21:50:07 +01:00
Hannes Janetzek b3125c607e fix: gwt compilation 2014-02-01 11:50:38 +01:00
Hannes Janetzek 5235e8483b refactor and cleanup RenderElement and related classes 2014-01-31 03:42:20 +01:00
Hannes Janetzek a7519724f8 fixup gwt 2014-01-28 07:31:09 +01:00
Hannes Janetzek d70a6c5997 move WayDecorator to layers.tile.vector 2014-01-28 01:01:15 +01:00
Hannes Janetzek f2a140e414 add option to use MeshLayer for tile polygon rendering 2014-01-26 20:36:05 +01:00
Hannes Janetzek 36d540da18 Tessellator: process all polygons from GeometryBuffer
(not just the first)
2014-01-26 20:36:05 +01:00
Hannes Janetzek baceacccd5 enable logging for gwt 2014-01-26 20:36:04 +01:00
Hannes Janetzek ec1954a83a fix: gwt LwHttp emulation 2014-01-26 20:36:04 +01:00
Hannes Janetzek 833f49eb35 refactor: theme...RenderInstruction -> theme.styles.RenderStyle 2014-01-25 20:42:32 +01:00
Hannes Janetzek 5364651a94 cleanups 2014-01-25 20:36:54 +01:00
Hannes Janetzek a739c92f4a eclipse: gwt 2014-01-24 03:09:18 +01:00
Hannes Janetzek 9baf5b2b6e new BitmapTileLayer implementation 2014-01-21 05:22:53 +01:00
Hannes Janetzek 6e543303c6 simplify UrlTileDataSource initialization 2014-01-21 05:22:53 +01:00
Hannes Janetzek 94011804be add isValid() to Bitmap interface 2014-01-21 05:22:53 +01:00
Hannes Janetzek c88d5707ad add ITileDataSink.setTileImage(bitmap) to interface 2014-01-21 05:22:53 +01:00
Hannes Janetzek 402cbe7e57 use LwHttp.Buffer to set limit on InputStream 2014-01-21 05:22:53 +01:00
Hannes Janetzek 9ed4bb6ec5 refactor: PbfTileDataSource -> UrlTileDataSource 2014-01-21 05:22:53 +01:00
Hannes Janetzek f385725311 fix: async task, handle RejectedExecutionException 2014-01-17 15:13:04 +01:00
Hannes Janetzek d021ac4a6f fix html backend 2014-01-17 00:01:11 +01:00
Hannes aa5f11e754 update license headers 2014-01-16 23:14:24 +01:00
Hannes Janetzek 05b0902754 add instructions for running GWT in superdevmode 2013-12-11 15:17:25 +01:00
Hannes Janetzek c16ffef0bd add cacheLimit parameter to TileLayer constructor 2013-12-03 19:53:42 +01:00