summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | be less accurate with polygon creationCode WvS2015-03-081-1/+3
| |
* | make overpass query more usable by returning the list of elementsCode WvS2015-03-083-8/+8
| |
* | Merge remote branch "p2p"Code WvS2015-03-086-0/+2905
|\|
| * fix localization bug; accept lists as peer message receiverGubolin2015-03-082-4/+13
| |
| * translate peer blocksGubolin2015-03-081-0/+13
| |
| * rewrite peering flow; add peer id blocksGubolin2015-03-083-59/+126
| |
| * add Todo with workaroundGubolin2015-03-071-0/+6
| |
| * send lists and blocks via "send"Gubolin2015-03-071-4/+23
| |
| * first working version of p2p cloud variablesGubolin2015-03-063-0/+2791
| |
* | support cloud projectsGubolin2015-03-041-5/+13
| |
* | change map size to (nearly) full window size in app modeCode WvS2015-03-041-4/+13
| |
* | start in #run modeCode WvS2015-03-041-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into gh-pagesCode WvS2015-03-042-1/+15
|\|
| * fixed #730Jens Mönig2015-03-022-1/+15
| | | | | | | | caching is evil, haha!
* | add mobile versionCode WvS2015-03-045-0/+229
| |
* | remove submodules and add as files insteadCode WvS2015-03-027-9/+56
| |
* | typoCode WvS2015-03-011-1/+1
| |
* | (re)move debug blocksCode WvS2015-03-013-17/+5
| |
* | do not abbreviate lon/latCode WvS2015-03-013-34/+34
| |
* | make markers theoretically draggableCode WvS2015-03-011-1/+1
| |
* | comments and code styleCode WvS2015-03-012-5/+13
| |
* | draw pen trails; expand to polygons automaticallyCode WvS2015-03-014-2/+52
| |
* | don't hide the markers on map resizeCode WvS2015-03-012-5/+12
| |
* | set the initial view to user's position; add new sprites to the center of ↵Code WvS2015-03-012-5/+28
| | | | | | | | the view
* | keep overpass blocks in any caseCode WvS2015-03-012-2/+5
| |
* | translate overpass.xml (Todo: add multilanguage support later)Code WvS2015-03-011-1/+1
| |
* | translate some blocks to GermanCode WvS2015-03-011-18/+28
| |
* | typoCode WvS2015-03-011-1/+1
| |
* | Merge branch 'master'Code WvS2015-03-0110-39/+171
|\|
| * fixed #716Jens Mönig2015-02-282-2/+3
| |
| * fixed #715Jens Mönig2015-02-282-3/+4
| |
| * slightly optimize warped / turbo executionJens Mönig2015-02-282-6/+10
| |
| * Cache inputs - accelerate recursive reportersJens Mönig2015-02-284-7/+42
| | | | | | | | and warped / turbo recursive commands by up to 40%
| * fixed #725Jens Mönig2015-02-242-2/+10
| |
| * fix a bug in the automatic block migration mechanismjmoenig2015-02-231-2/+2
| | | | | | | | Thanks, Josh, for telling me!
| * Avoid incompatibility warning for very old (pre-earmarked) projectsjmoenig2015-02-232-2/+3
| |
| * Update German translationjmoenig2015-02-234-10/+26
| |
| * Add user-interaction choices to the “When I am ...” hat blockjmoenig2015-02-233-12/+78
| | | | | | | | “clicked”, “pressed”, “dropped”, “mouse-entered”, “mouse-departed”
* | added overpass simplification blocksCode WvS2015-03-012-1/+5
| |
* | add overpass API blockCode WvS2015-03-012-3/+36
| |
* | add geocoding blockCode WvS2015-02-282-1/+34
| |
* | add map coordinate controlCode WvS2015-02-283-1/+12
| |
* | add popups as speech bubblesCode WvS2015-02-282-1/+12
| |
* | typoCode WvS2015-02-281-1/+1
| |
* | speed up startup; fix weird inactive-tab bugCode WvS2015-02-281-35/+24
| |
* | add motion category; use X/Y positions as lon/latCode WvS2015-02-283-99/+71
| |
* | attempt to fix marker loading problemsCode WvS2015-02-282-8/+13
| |
* | use a canvas as icon; do not rotate sprite twiceCode WvS2015-02-282-43/+35
| |
* | apply graphic effects to markersCode WvS2015-02-281-2/+15
| |
* | add marker click eventCode WvS2015-02-271-0/+7
| |