Emux
a67b2f2c91
Gradle 4 / Android plugin 3 transitive dependencies, fix #433
2018-01-02 14:46:39 +02:00
Gustl22
fe2c067272
TagSet: numTags and tag array as private ( #439 )
2017-11-13 12:24:54 +02:00
Emux
1d44057198
libGDX 1.9.7, fix #434
2017-10-29 18:53:13 +02:00
Emux
cbdeb58c2f
Gradle 4 and Android plugin 3, fix #433
2017-10-29 18:52:55 +02:00
Emux
b59f20ef49
Fix web modules
2017-09-05 15:45:08 +03:00
Emux
f4f8eb8d1c
Mapsforge themes compatibility improvements #388 #100
2017-09-03 18:02:55 +03:00
Longri
b695d43fee
Mapsforge themes compatibility ( #388 ) #100
2017-09-03 18:02:35 +03:00
Emux
45383397bc
Update dependencies
2017-05-30 14:11:44 +03:00
Emux
b32692942f
Gretty plugin (Gradle) at web modules, closes #338
2017-03-18 19:20:43 +02:00
Emux
4c9354c326
POT textures #334 improvements and samples
2017-03-16 14:48:06 +02:00
Longri
d1fdca170e
POT textures ( #334 )
2017-03-16 14:15:39 +02:00
Emux
d1ce52ef52
Graphics API: enable paint text alignment, closes #320
2017-03-04 18:35:10 +02:00
Emux
29322acf87
Graphics API: draw line using floats
2017-02-28 20:58:13 +02:00
rodo
67afa0b7ab
Graphics API: draw circle ( #295 )
2017-02-28 20:30:21 +02:00
Emux
58ecf60d9d
vtm-web: fix javadoc
2017-02-16 11:45:04 +02:00
Emux
17356e5a2b
vtm-web: add in Maven deploy
2017-02-16 10:52:08 +02:00
Emux
6d93aaf57f
Update vtm-web-js build
2017-02-06 10:57:27 +02:00
Schedul Xor
8fc354c96a
libGDX1.9.5, GWT2.8.0 applied to vtm-web ( #290 )
2017-02-06 10:48:19 +02:00
Emux
8397d5a3be
Platform identification improvements #286 , closes #285
2017-01-27 20:09:33 +02:00
Longri
980e9d5e54
Add platform identification ( #286 )
2017-01-27 20:02:17 +02:00
Emux
feae45f78b
Update libGDX to 1.9.5 #270
2016-12-14 15:33:26 +02:00
Emux
1de6ca8fb7
Render styles improvements
2016-12-11 15:17:42 +02:00
Emux
4cd11462da
SVG resources scaling, closes #214
2016-12-08 12:06:14 +02:00
Emux
f0a652faf3
vtm-web modules: minor cleanup #51
2016-11-21 11:20:31 +02:00
Emux
3388e1401f
Improve code / xml formatting #54
2016-11-20 19:26:38 +02:00
Izumi Kawashima
308497ffa6
Update vtm-web modules ( #240 ) #51
2016-11-20 19:13:00 +02:00
Emux
877d217f31
Update dependencies
2016-11-05 13:53:05 +02:00
Emux
462be14edb
Graphics API enhancements, closes #92
2016-07-28 11:33:40 +03:00
Emux
a5679ce214
Bitmap.getPngEncodedData improvements, PR #71
2016-07-18 11:06:03 +03:00
Emux
fed2cd05e4
Render themes: SVG resources, closes #60
2016-07-16 21:42:42 +03:00
Emux
73bc26dd2d
Render themes: read resources from files, besides assets, closes #65
2016-07-16 21:42:42 +03:00
Emux
43ca550832
Improve code / xml formatting, #54
2016-07-12 19:53:47 +03:00
Emux
e793e8851b
Improve code / xml formatting, closes #54
2016-07-09 19:45:23 +03:00
Emux
d6a65ff731
Normalize all the line endings
2016-07-04 20:58:33 +03:00
Emux
2a50f89b90
Use a main gitignore
2016-07-04 14:14:08 +03:00
Emux
eca77a0afc
Gradle build refactoring, closes #46
2016-07-03 20:43:32 +03:00
Hannes Janetzek
9642c8c5aa
extract QueryResult from ITileDataSink
2015-06-18 00:17:00 +02:00
Hannes Janetzek
8626aa2f53
api: no more sync'ed Viewport methods
...
- remove synchronized viewport methods: viewport MUST only be changed on main-thread
- when calling Map.setPosition() from another thread the position will be applied
on the next main-loop iteration
2015-06-18 00:09:27 +02:00
Hannes Janetzek
bf2909585b
gradle: update GWT
2014-11-03 01:36:24 +01:00
Hannes Janetzek
f4ffac44d2
gradle: update to 2.1 and android targetSdk 21
...
- add android-appcompat subproject
2014-10-24 21:38:47 +02:00
Hannes Janetzek
fa62602826
Canvas: pass fill+stroke for drawing text
2014-10-10 19:58:14 +02:00
Hannes Janetzek
846d90f9fe
nicer gl api
...
- java class name should suffice as namespace
- also use import static gl instance seems to work now with Gwt
2014-10-10 03:23:37 +02:00
Hannes Janetzek
5f9a9cc909
TileLoader/TileDataSource: add cancel() method
...
- used to force closing sockets when changing theme or tilesource
2014-10-03 05:19:12 +02:00
Hannes Janetzek
f6d85ce8bd
refactor: rename render 'layers' to 'buckets'
...
- the name I was looking for for a long time :)
also less confusion with map layers
- move renderer.elements -> renderer.bucket
- rename RenderBuckets functions
- rename BucketRenderer.layers -> buckets
2014-09-20 01:31:07 +02:00
Hannes Janetzek
20afbfe230
use new Tessellator for Mesh- and ExtrusionLayer
2014-09-20 01:31:06 +02:00
Hannes Janetzek
59ab24da90
jni: add GLMatrix proj2d/3d
2014-09-20 01:07:03 +02:00
Hannes Janetzek
95c9f47e63
refactor: hide backend Adapter handles
...
- static methods for backend adapters
2014-09-11 21:00:26 +02:00
Hannes Janetzek
a97b3283a0
add TileSource.Builders
2014-09-11 21:00:26 +02:00
Hannes Janetzek
3f49361e4a
refactor: add api for common VertexItem use
...
- rename VertexItem -> VertexData
2014-06-10 22:38:52 +02:00
Hannes Janetzek
225613ec28
cleanup: canvas Paint
2014-06-10 22:16:08 +02:00