Johannes Hofmann
|
b26ef4c333
|
Use Display trait for more readable error messages
|
7 年之前 |
Johannes Hofmann
|
abb562f412
|
map_view_gl: Specify min and max zoom level
|
7 年之前 |
Johannes Hofmann
|
ff177a2d40
|
Advance in integer zoom levels with step zoom
|
7 年之前 |
Johannes Hofmann
|
fcbad65155
|
Fix clippy warnings
|
7 年之前 |
Johannes Hofmann
|
fb8dc48b3b
|
travis: Pin Rust 1.24 as minimum supported version
|
7 年之前 |
Johannes Hofmann
|
f5bef94f35
|
Update glutin (to 0.16) and other dependencies
|
7 年之前 |
Johannes Hofmann
|
56ad75b327
|
Update glutin (to 0.15), image (to 0.19) & others
|
7 年之前 |
Johannes Hofmann
|
8eb2c1c3c2
|
Move tile sources configuration to separate file
|
7 年之前 |
Johannes Hofmann
|
fbdabc2c72
|
Update glutin (to 0.14) and other dependencies
|
7 年之前 |
Johannes Hofmann
|
ebd1439bc0
|
Update glutin (to 0.13) and other dependencies
|
7 年之前 |
Johannes Hofmann
|
201e63197c
|
Merge command line arguments and `Config`
|
7 年之前 |
Johannes Hofmann
|
e4e11e76cd
|
Move glClear call out of the critical path
|
7 年之前 |
Johannes Hofmann
|
9c4535e568
|
Move clap to new module: args.rs
|
7 年之前 |
Johannes Hofmann
|
a6c0ea8561
|
Use Display trait for printing errors
...instead of using the `description` method.
|
7 年之前 |
Johannes Hofmann
|
980ce573f1
|
Document map_view.rs
|
7 年之前 |
Johannes Hofmann
|
5f2d077f41
|
Switch from servo-glutin to glutin, update dependencies
|
7 年之前 |
Johannes Hofmann
|
d0507bb8fb
|
Reduce compile times: use image::load_from_memory without format
|
7 年之前 |
Johannes Hofmann
|
098ebc582a
|
Include resources with include_bytes! macro
|
7 年之前 |
Johannes Hofmann
|
a7db860456
|
Improve error handling with OpenGL functions
|
7 年之前 |
Johannes Hofmann
|
cfda9c21aa
|
Use Ctrl to switch to scrolling on mouse wheel events
|
7 年之前 |
Johannes Hofmann
|
430604574f
|
Remove unnecessary variant from RemoteLoaderMessage
|
7 年之前 |
Johannes Hofmann
|
d2f295ce4b
|
Show modules in docs, fix doc warnings
|
7 年之前 |
Johannes Hofmann
|
3d69b061b1
|
Disable linting for generated files
|
7 年之前 |
Johannes Hofmann
|
5d67d3bef5
|
Add --sync option
|
7 年之前 |
Johannes Hofmann
|
100562fdc1
|
Add member min_zoom to TileSource
|
7 年之前 |
Johannes Hofmann
|
86d28b14fa
|
Ensure that the initial atlas size is <= MAX_TEXTURE_SIZE
|
8 年之前 |
Johannes Hofmann
|
7a1d847cf4
|
Fix some clippy warnings, update dependencies
|
8 年之前 |
Johannes Hofmann
|
24ef61939c
|
Increase tile atlas size when needed
|
8 年之前 |
Johannes Hofmann
|
1abbe6393d
|
Rename tile_cache_gl -> tile_atlas
|
8 年之前 |
Johannes Hofmann
|
489df246d4
|
Draw in multiple steps when texture atlas is too small
|
8 年之前 |
Johannes Hofmann
|
a91637ade6
|
Rename render_zoom_level -> tile_zoom
|
8 年之前 |
Johannes Hofmann
|
b7988fd29f
|
Allow changing render zoom level
|
8 年之前 |
Johannes Hofmann
|
2cbc675050
|
Overestimate draw duration to reduce missed VSyncs
|
8 年之前 |
Johannes Hofmann
|
7b21669c01
|
Allow setting frames per second
|
8 年之前 |
Johannes Hofmann
|
f775b3227b
|
Ignore even more VIM swap files
|
8 年之前 |
Johannes Hofmann
|
00b904a720
|
Add option for offline usage
|
8 年之前 |
Johannes Hofmann
|
f1a6922601
|
Use log, env_logger crates for logging
|
8 年之前 |
Johannes Hofmann
|
68bbe544e5
|
Parse command line arguments, allow setting the config file
|
8 年之前 |
Johannes Hofmann
|
bce8b799c7
|
config: Fix some clippy warnings
|
8 年之前 |
Johannes Hofmann
|
217754c9a8
|
travis: Run tests
|
8 年之前 |
Johannes Hofmann
|
c1aab5f87a
|
config: Find a default tile cache directory
|
8 年之前 |
Johannes Hofmann
|
4a1bcbe16f
|
Read/Create config file from/in XDG directory
|
8 年之前 |
Johannes Hofmann
|
27ca0834ec
|
Update dependencies
|
8 年之前 |
Johannes Hofmann
|
67ab07653c
|
Parse config file without serde
|
8 年之前 |
Johannes Hofmann
|
cc1ad8f123
|
tile_source, coord: Add support for quadkeys
|
8 年之前 |
Johannes Hofmann
|
2b1fb5a60c
|
map_view: Rename zoom_level -> render_zoom_level
|
8 年之前 |
Johannes Hofmann
|
e735fafcda
|
Add step_zoom method
|
8 年之前 |
Johannes Hofmann
|
1191d2d674
|
Fix some clippy warnings
|
8 年之前 |
Johannes Hofmann
|
129f9c85fe
|
Move TextureRect to coord.rs
|
8 年之前 |
Johannes Hofmann
|
364907e29e
|
Show tiles from a higher zoom level to fill gaps
|
8 年之前 |