Commit Graph

3731 Commits

Author SHA1 Message Date
Marat Fayzullin e831a78630 Updating list of reports sizing. 2023-10-15 18:30:51 -04:00
Marat Fayzullin ad01c8dc81 Moved common JS functions into Utils.js. Added countries to callsigns. 2023-10-15 14:42:33 -04:00
Marat Fayzullin 7c14656e29 buildall.sh script will build OWRX+ package and all its dependencies. 2023-10-14 23:04:49 -04:00
Marat Fayzullin 53dff79c63 Updated locator info bubble, made locator coloring reflect age. 2023-10-14 13:42:25 -04:00
Marat Fayzullin 980b3ad196 Fixed htmlEscale(). 2023-10-11 22:23:28 -04:00
Marat Fayzullin e336c31eb1 Incrementing version. 2023-10-11 22:19:44 -04:00
Marat Fayzullin 62e36a16e4 Escaping HTML in map markers. 2023-10-11 22:10:43 -04:00
Marat Fayzullin deaf23d910 Escaping HTML in avionics messages. 2023-10-11 21:54:08 -04:00
Marat Fayzullin 61783f3c96 Preparing for the 1.2.33 release. 2023-10-11 21:34:53 -04:00
Marat Fayzullin ff60e1b45c Merge branch 'new-locators' 2023-10-11 21:22:25 -04:00
Marat Fayzullin e6f81b7d83 Added spectral color scale, increased aging period to 15 seconds. 2023-10-11 21:21:54 -04:00
Marat Fayzullin a7cea4d31e Updated transparency scale for locators. 2023-10-10 22:50:16 -04:00
Marat Fayzullin 9b9a623068 Added time-to-live to EIBI markers. 2023-10-10 22:32:15 -04:00
Marat Fayzullin bd7142ad3e Rewritten map locators, one rectangle per maidenhead square now. 2023-10-10 22:30:23 -04:00
Luarvique L. Luarvique b5d2b92fd3
Merge pull request #28 from 0xAF/master
fix MARCH for docker
2023-10-10 18:43:49 -04:00
Stanislav Lechev [0xAF] 0648e4192c
Merge branch 'luarvique:master' into master 2023-10-09 12:50:38 +03:00
Stanislav Lechev [0xAF] e089236beb fix wrong MARCH for docker 2023-10-09 12:49:43 +03:00
Luarvique L. Luarvique 826e9b707c
Merge pull request #27 from 0xAF/master
Fix docker tools and drivers for AMD cpu.
2023-10-08 18:31:59 -04:00
Stanislav Lechev [0xAF] 0c566ee5ac Fix docker tools and drivers for AMD cpu.
The build is prepared on Intel CPU.
acarsdec and perseus driver are using -march=native, which results in
some wrong opcodes for AMD cpus.
Changing to -march=x86-64 will fix the problem.
2023-10-09 01:08:38 +03:00
Marat Fayzullin ef9618a4bb Removed locator rectangle edges since they overlap. 2023-10-06 23:16:49 -04:00
Marat Fayzullin 7922b3950c Adding proper marker removal function. 2023-10-06 22:50:40 -04:00
Marat Fayzullin 94621c252d Properly assigning ttl. 2023-10-06 22:26:46 -04:00
Marat Fayzullin c173d257be Fixed aircraft TTL values, no longer placing pirate stations to main ITU sites. 2023-10-06 22:13:31 -04:00
Marat Fayzullin 8f8b7d4e9a Fixed, updated, optimized EIBI database algorithms and data. 2023-10-05 21:33:03 -04:00
Marat Fayzullin 362e6d71c9 Reintroducing LSimpleMarker. 2023-09-30 18:40:51 -04:00
Luarvique L. Luarvique 354646f3e0
Merge pull request #26 from 0xAF/master
add LSimpleMarker (fix custom markers)
2023-09-30 18:39:28 -04:00
Stanislav Lechev [0xAF] cc4e9e3a74 add ACARSDEC to docker builds 2023-10-01 01:36:00 +03:00
Stanislav Lechev [0xAF] d9b0beec31 add LSimpleMarker (fix custom markers) 2023-10-01 01:23:54 +03:00
Marat Fayzullin 552865f6bf Removing reference to LSimpleMarker. 2023-09-30 18:18:44 -04:00
Luarvique L. Luarvique 26e6f19c23
Update README.md 2023-09-30 13:13:22 -04:00
Luarvique L. Luarvique bffd3ce355
Merge pull request #25 from AsciiWolf/patch-1
Fix typo in README.md
2023-09-30 12:30:45 -04:00
Marat Fayzullin b028556f90 Updating changelist. 2023-09-29 21:15:30 -04:00
Marat Fayzullin 8c9f9a480f Updating changelist. 2023-09-29 21:13:27 -04:00
Marat Fayzullin 98aae65abc Fixing feature symbols. 2023-09-29 21:12:24 -04:00
Marat Fayzullin fa3642bfd9 Optimizing map display. 2023-09-29 21:03:21 -04:00
Marat Fayzullin 1946a84131 Updated aircraft images, added colors. 2023-09-29 19:39:48 -04:00
AsciiWolf 7bf044666c
Fix typo in README.md 2023-09-29 22:44:19 +02:00
Marat Fayzullin 87cc32aa3f Updating changelog. 2023-09-28 23:50:37 -04:00
Marat Fayzullin 6a228c9ca1 Preparing for 1.2.32 release. 2023-09-28 23:29:19 -04:00
Marat Fayzullin a822fac904 Leaflet airplane markers finally fixed? 2023-09-28 22:41:39 -04:00
Marat Fayzullin a8df56665e Trying to make Leaflet markers work properly. 2023-09-28 22:31:32 -04:00
Marat Fayzullin c95e807aa9 Updates to the Leaflet map display. 2023-09-28 12:37:03 -04:00
Marat Fayzullin 67ed82676a Fixing anchors. 2023-09-27 23:33:09 -04:00
Marat Fayzullin 8291c7518d Fixing Leaflet info bubbles. 2023-09-27 23:02:27 -04:00
Marat Fayzullin 0b222a3ce1 Added TTL to aircraft markers, updated ADSB display. 2023-09-27 21:09:14 -04:00
Marat Fayzullin dcd0dbd202 Minor fixes 2023-09-25 23:34:23 -04:00
Marat Fayzullin 768a16171d Fixed aircraft title linkify(), VDL2 altitudes, etc. 2023-09-25 23:22:00 -04:00
Marat Fayzullin 682441caf2 Removing dedicated ADSB parser. 2023-09-25 22:31:52 -04:00
Marat Fayzullin 38263f6404 Now works. 2023-09-25 22:31:25 -04:00
Marat Fayzullin 101e38e1a9 Merge branch 'aircraft_markers' of https://github.com/luarvique/openwebrx into aircraft_markers 2023-09-23 23:12:25 -04:00