Logbook Add-on: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 84: Line 84:
== Data filtering ==
== Data filtering ==


The add-on allows you to filter some columns in the main log window. At the moment you can filter by the "Aircraft" and "Type" columns. To use filtering, hover the mouse cursor over a given column (it will be highlighted) and click it. A new window will appear with a choice of values. For filtering on the "Aircraft" column, these will be the IDs of aircraft you have flown before. For filtering by the "Type" column, these will be the names of aircraft types. Each window with filters also has the "Default All" position, which means that the filter will be turned off and all items will be shown. When the filter is enabled, a <code>(!)</code> sign will be shown next to the filtered column to warn that the filter has been used.
The addon allows you to filter some columns in the main log window. At the moment you can filter by the "Date" (as a year), "Aircraft", "Type", "Callsign", "From" and "To" columns. To use filtering, hover the mouse cursor over a given column (it will be highlighted) and click it. A new window will appear with a choice of values. For filtering on the "Aircraft" column, these will be the IDs of aircraft you have flown before. For filtering by the "Type" column, these will be the names of aircraft types, etc. Each window with filters also has the "Default All" position, which means that the filter will be turned off and all items will be shown. When the filter is enabled, a <code>(!)</code> sign will be shown next to the filtered column to warn that the filter has been used.


After using the filter, the "Totals" row will also be updated with the filtered data. In this way, he can see statistics for a specific aircraft or types of aircraft.
After using the filter, the "Totals" row will also be updated with the filtered data. In this way, you can see statistics for a specific aircraft or types of aircraft.


== Editing and deleting data ==
== Editing and deleting data ==
Line 113: Line 113:
# Pausing the simulation or turning on the replay mode stops the flight statistics from being added to the log.
# Pausing the simulation or turning on the replay mode stops the flight statistics from being added to the log.
# As for fuel burn, the add-on does not take into account the change in the amount of fuel during the flight. When you change the amount of fuel during the flight, the result in the <code>Fuel</code> column will be incorrect. So try to avoid it and refuel the aircraft before the flight.
# As for fuel burn, the add-on does not take into account the change in the amount of fuel during the flight. When you change the amount of fuel during the flight, the result in the <code>Fuel</code> column will be incorrect. So try to avoid it and refuel the aircraft before the flight.
# A CSV file with more than 100,000 entries will take much longer to load. On my powerful hardware about 2-3 seconds. This file is always loaded once when the add-on loads. Thus, large files will cause a temporary but noticeable stuttering of the entire simulator.
# A CSV file with more than 100,000 entries will take much longer to load. On my powerful hardware about 3-4 seconds. This file is always loaded when the add-on loads. Thus, large files will cause a temporary but noticeable stuttering of the entire simulator. Similarly, when we apply filters or change data, the whole thing will have to recalculate (like the "Totals" calculation), which again can take a few seconds and stuttering the animation. Therefore, it is best to modify the log before or after the flight. I'm considering moving the loading to a separate thread, as long as I also get good stability of this solution.
# Supported FG versions from 2020.1.
# Supported FG versions from 2020.1.
1,388

edits

Navigation menu