8000 Comparing 0.5.0...0.6.0 · MobiFlight/MobiFlight-WASM-Module · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MobiFlight/MobiFlight-WASM-Module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: MobiFlight/MobiFlight-WASM-Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Aug 20, 2022

  1. Add MF.Config.MAX_VARS_PER_FRAME to limit number of variables read in…

    … each frame (#13)
    
    * reduce ReadSimVars() count to improve performance
    
    1. use std::list instead of std::vector, for circular iteration
    2. list max 5 SimVars reading in very frame
    3. VimVars clean() needs update list iterator
    
    * too slow for feedback data
    
    use 12 for a while
    
    * Changed back to std::vector and added method to send command for changing it.
    
    * removed explicit DEFAULT value
    
    Co-authored-by: Wei Shuai <cpuwolf@sina.com>
    DocMoebiuz and cpuwolf authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    a63c40c View commit details
    Browse the repository at this point in the history
Loading
0