2975 Commits

Author SHA1 Message Date
Emux
e5bc7c7564
OpenGL ES 3.0 is supported with Android 4.3 (API level 18) and higher, fix #713 2019-04-12 11:29:48 +03:00
Emux
cf49591d4f
Update changelog 2019-04-10 12:49:35 +03:00
Andrea Antonello
71f94f3f79
MBTiles raster tile source (#708) 2019-04-10 12:49:35 +03:00
Gustl22
db6be82ce2
S3DBUtils: adjust coordinate system (RHS to LHS) (#710) 2019-04-10 12:46:15 +03:00
Gustl22
ba65786b5a
GeometryUtils improvements (#709) 2019-04-10 12:41:50 +03:00
Emux
036d63c9dd
Update changelog 2019-04-02 20:11:44 +03:00
Emux
07e86d24f6
OpenMapTilesMvtTileSource: update URL 2019-04-02 20:10:48 +03:00
Emux
2cbd92a01b
0.11.0 0.11.0 2019-03-25 17:00:00 +02:00
Emux
ba0e737c7b
Format render themes 2019-03-25 14:59:53 +02:00
Emux
45b59eb6df
Render theme improvements 2019-03-25 14:54:40 +02:00
Emux
a7d50fa8fa
OpenGL ES 3.0: sanitize Android #646 2019-03-23 14:48:27 +02:00
Emux
2f27803fc5
Render theme callback improvements, #274 2019-03-22 13:22:11 +02:00
Emux
71a4ba1c19
Map scaling improvements, fix #401 2019-03-22 11:02:58 +02:00
Gustl22
271cab1212
GeometryUtils: fix clockwise calculation (#704) 2019-03-20 15:25:31 +02:00
Gustl22
1051aacc7c
GeometryBuffer minor improvements (#703) 2019-03-20 15:16:33 +02:00
Gustl22
fb8e6dab20
GeometryBuffer: add removeLastPoint (#702) 2019-03-20 15:11:41 +02:00
Gustl22
4e37ae26c9
Tessellator: improve docs (#701) 2019-03-20 15:07:40 +02:00
Gustl22
905f27b2c2
ExtrusionsTest sample improvements (#699) 2019-03-20 15:05:02 +02:00
Emux
9d6935cf48
BucketRenderer: fix typo, #697 2019-03-12 09:14:07 +02:00
Emux
6b0e521c75
Samples improvements 2019-03-08 09:20:11 +02:00
Emux
c906c468f8
Fix AnimatorTest sample, fix #696 2019-03-07 11:08:16 +02:00
Gustl22
f7272dcdcd
Render themes: allow HSV colors for S3DB (#695) 2019-03-07 10:39:13 +02:00
Emux
14283ff5cc
Merge pull request #694 from Gustl22/color_mod
ColorUtil modHsv: keep alpha
2019-03-07 09:46:10 +02:00
Gustl22
e4608b17c3 ColorUtil modHsv: keep alpha 2019-03-06 21:15:27 +01:00
Emux
d81c32b97c
Merge pull request #693 from Gustl22/transform_colors
S3DB: modify colors in theme
2019-03-06 18:49:30 +02:00
Gustl22
e69c5724bf
S3DBUtils.getMaterialColor: use 'switch case' (#692) 2019-03-06 18:36:40 +02:00
Gustl22
da0a5673d2
vtm-playground: improve shadow sample (#691) 2019-03-06 15:45:10 +02:00
Gustl22
4cdd2a2bfb S3DB: modify colors in theme 2019-03-06 10:08:48 +01:00
Gustl22
80afa86ae4
S3DB: allow modify material colors from theme (#690) 2019-03-06 09:09:28 +02:00
Gustl22
311cc19134
Sun: set progress with custom time (#689) 2019-03-06 08:55:25 +02:00
Emux
9809398517
Update Gradle plugin 2019-03-05 11:17:13 +02:00
Gustl22
7498d58878
BuildingLayer: tag-transform color values (#683) 2019-03-05 11:11:45 +02:00
Gustl22
73e17ef4a1
vtm-playground: ExtrusionsTest (#684) 2019-03-05 09:55:11 +02:00
Gustl22
bda48858ba
Poi3D models: correct flip axis on loading (#687) 2019-03-05 09:48:34 +02:00
Emux
4d35b72b25
Update Changelog.md 2019-03-04 15:56:03 +02:00
Emux
8faa374303
Update docs 2019-03-04 11:23:29 +02:00
Emux
573ec687ac
Add issue template 2019-03-04 11:06:37 +02:00
Emux
4b685819d1
Update readme 2019-03-04 11:00:45 +02:00
Emux
889ce83bdf
Update contributing guide 2019-03-04 10:54:40 +02:00
Emux
30304a8ddc
Update README.md 2019-03-02 16:03:14 +02:00
Emux
4b12e28f3c
Fix MapEventLayerTest 2019-03-02 15:16:40 +02:00
Emux
f92fc4b405
Enable physical fling and fling on rotation / scale 2019-03-02 14:45:10 +02:00
Emux
b5076c9cd2
Enable placement of labels / symbols on polygons (after overzoom) 2019-03-02 14:45:10 +02:00
Emux
5eda5b78a6
Move some test classes in vtm-tests, fix #682 2019-03-02 11:44:10 +02:00
Gustl22
207993a6e2
Tag transform improvements (#678) 2019-03-02 11:37:38 +02:00
telemaxx
4162d9b488
Samples: marker layer with labels (#681) 2019-03-01 21:09:59 +02:00
Emux
8bfca4917a
Update CONTRIBUTING.md 2019-03-01 18:36:20 +02:00
Emux
2aedfaba34
Update CONTRIBUTING.md 2019-03-01 18:31:48 +02:00
Emux
4811abb3d3
Merge pull request #677 from Gustl22/rendertheme_docs
Improve Rendertheme docs
2019-03-01 18:18:16 +02:00
Gustl22
f6e51898b7 Improve Rendertheme docs 2019-02-27 18:58:24 +01:00