b7b5b69914set up multiframerate for power saving but commented out. Discovered that thread sleep wasn't working, switched to SDL_Delay. added animated plane position updates
nathan
2022-10-19 22:11:44 -0700
472aa85cb7new lava color palette
nathan
2022-09-22 06:22:09 +0100
another try at fixing gif
nmatsuda
2020-06-22 23:21:13 -0700
cdb10b3d00trying to embed gif in readme
nathan
2020-06-22 23:12:45 -0700
85ded9d60cmoved new fiona-based mapconverter for airports and names into mapconverter.py. updated readme
nathan
2020-06-22 23:10:09 -0700
9c46dcbd58fixed some drawTrail double line issues, cleaning up color assignments
nathan
2020-06-22 22:21:47 -0700
80e776d470working runway drawing and airport names with conversion
nathan
2020-06-20 21:44:30 -0700
ab1dce1d15testing loading with fiona instead of geopandas (eliminates dependencies not available for raspberry pi) and tested loading place names
nathan
2020-06-19 22:04:57 -0700
9c284a8460carried over license from dump1090 per license terms
nathan
2020-06-18 20:03:38 -0700
f953b46f8eMerge branch 'natural_earth_maps' into main
nathan
2020-06-18 19:49:55 -0700
a580fbbba1working on shapefile conversion. now using geopandas to do it entirely in python. something is still wrong with the quadtree loader, need to debug
nathan
2020-06-17 23:42:39 -0700
ac5e777d78removing shp and geojson files
nathan
2020-06-17 22:23:33 -0700
5d6aa0e398removed profiling files and changed gitignore for shp and geojson files
nathan
2020-06-17 22:12:23 -0700
6b219b43e7load geojson files from ogr2ogr convert of shapefile
nathan
2020-06-17 22:04:16 -0700
14f0e15c76moved drawtrails into map redraw logic for faster refresh when trails are long
nathan
2020-06-17 22:01:18 -0700
e8cf66ebb9added resolution argument to mapconverter
nathan
2020-06-16 18:10:25 -0700
eaf6bc70a8fixed more warnings and Makefile issues. Should compile on mac now
nathan
2020-06-16 17:54:01 -0700
83f2d6aa30fixing c++ string literal and narrowing warnings
nathan
2020-06-16 15:03:05 -0700
e198fffbd3reenabled map texture shift reuse for improved speed. Added logic to redraw during big animated zooms or shifts
nathan
2020-06-16 14:40:03 -0700
df2ea21cdefixed ms clock issue using steady_clock -> high_resolution_clock. Changed line drawing to recursive instead of building line list in Map.cpp, seems to be a lot faster.
nathan
2020-06-13 22:15:47 -0700
6caca48666testing hard coded multipliers for latlon conversion and different quadtree filling logic
nathan
2020-06-13 20:54:21 -0700
12f9dda52dstarting to figure out map tiless
tiles
nathan
2020-06-13 20:03:06 -0700
cd1ce278c1changed map representation to lines instead of polys. tried some speedups by drawing around edges of previous map texture, but need to move to tiles
nathan
2020-06-12 20:32:42 -0700
b8dd741165fixed mapconvert issue that eliminated horizontal and vertical lines
nathan
2020-06-11 22:55:59 -0700
def7ee20e1map convert precision change. fixed map load issue. changed time functions to std::chrono
nathan
2020-06-11 21:55:04 -0700
bc88c0ba5dstd::list -> vector for performance. Working on mapconverter precision to merge points. Broken with lower precision levels, something wrong with QTInsert
nathan
2020-06-11 00:11:52 -0700
dba4babbd2more Readme edits and file cleanup
nathan
2020-06-08 15:57:11 -0700
bf3e7d42d7updating readme for WSL support
nathan
2020-06-08 11:49:58 -0700
4d688efc08add all android install dependencies into android directory, based on https://github.com/pvallet/hello-sdl2-android, and changed some c/c++ compatibility issues that hopefully didn't break anything. Both linux and android build. haven't tested on android yet
android
nathan
2020-04-15 23:07:47 -0700
07429b75c3fixed double tap registered during pinch gesture, mouse cursor
nathan
2020-03-21 20:30:23 -0700
2a0f6e01ebview1090.h only used in aircraftlist and appdata now
nathan
2020-03-20 22:12:45 -0700
e78f3c4e0fmore c cleanup and label physics adjustments
nathan
2020-03-20 22:08:40 -0700
9b5cab173eremoved defs.h and structs.h
nathan
2020-03-18 22:38:00 -0700
0a014bdd99all map and drawing is now c++
nathan
2020-03-18 22:22:59 -0700
1c75fbc4d8changing aircraft trail history to std::list
Nathan Matsuda
2020-03-12 16:56:26 -0700