Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hillshading #922

Closed
wants to merge 28 commits into from
Closed

Hillshading #922

wants to merge 28 commits into from

Commits on Jan 24, 2017

  1. Copy the full SHA
    46f17a6 View commit details
    Browse the repository at this point in the history
  2. 4px box

    usrusr committed Jan 24, 2017
    Copy the full SHA
    627be89 View commit details
    Browse the repository at this point in the history
  3. HGT cache

    usrusr committed Jan 24, 2017
    Copy the full SHA
    b2488b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. laptop sync

    usrusr committed Jan 28, 2017
    Copy the full SHA
    c16237b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. hsv conversion first steps

    usrusr committed Feb 4, 2017
    Copy the full SHA
    26cdbd1 View commit details
    Browse the repository at this point in the history
  2. first shaded hills

    usrusr committed Feb 4, 2017
    Copy the full SHA
    1ccf93d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. force layer

    usrusr committed Feb 5, 2017
    Copy the full SHA
    5ad9b61 View commit details
    Browse the repository at this point in the history
  2. themability

    usrusr committed Feb 5, 2017
    Copy the full SHA
    a7f92c0 View commit details
    Browse the repository at this point in the history
  3. xsd correction

    usrusr committed Feb 5, 2017
    Copy the full SHA
    4e9bcb7 View commit details
    Browse the repository at this point in the history
  4. reverted shading mono bitmaps because vanilla android offers even les…

    …s in terms of image blending modes than AWT (colors can be mangled freely with a colormatrix, but blending will use the alpha from before the mangling)
    usrusr committed Feb 5, 2017
    Copy the full SHA
    7ee50cc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Copy the full SHA
    8551843 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. merge master

    usrusr committed Feb 11, 2017
    Copy the full SHA
    36b21e7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e71de61 View commit details
    Browse the repository at this point in the history
  3. revert pointless and off-topic refactor fix mapsforge#753 (done under…

    … the wrong assumption that ways are pushed into PolyLineContainers more often than they are read)
    usrusr committed Feb 11, 2017
    Copy the full SHA
    9147536 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    94b254a View commit details
    Browse the repository at this point in the history
  5. make AWT shading compatible with simple alpha blend (with raw bitmap …

    …values corresponding to the mapping required by the Android implementation)
    usrusr committed Feb 11, 2017
    Copy the full SHA
    136a802 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9f7a28d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f8156dd View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'usrusr/hills' into hills

    Conflicts:
    	mapsforge-map-android/src/main/java/org/mapsforge/map/android/graphics/AndroidCanvas.java
    	mapsforge-map-android/src/main/java/org/mapsforge/map/android/graphics/AndroidGraphicFactory.java
    usrusr committed Feb 11, 2017
    Copy the full SHA
    59ea561 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    18300f3 View commit details
    Browse the repository at this point in the history
  10. sane defaults

    usrusr committed Feb 11, 2017
    Copy the full SHA
    a88e70c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    94c777d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    48c031d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1333990 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    9bb1beb View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0b67c8d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. hillshading rendering based on shading tile/map tile intersection tha…

    …t improves alignment and enables filtered upscaling on android,
    
    unfinished renderscript alternative not removed yet (includes a nice workaround to enable rendersript kernels on rbg565)
    usrusr committed Feb 12, 2017
    Copy the full SHA
    a1303a5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41c1811 View commit details
    Browse the repository at this point in the history