8000 Comparing 0.5.0...main · 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: main
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    89476c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    45f1af4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from Koseng/fixReadmeSetLvar

    Fix Set Lvar command in readme
    Koseng authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7ec85cd View commit details
    Browse the repository at this point in the history
  3. Set version to 0.7.1

    Koseng committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9e5bb66 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Support String values (#19)

    * Fix for #8
    
    - Added new client data zone for string data
    - SimConnect now properly loads the string data from the var
    - Data is properly stored in the new data zone
    
    * Improved functionality of string SimVars
    * Increased string data area size to maximum
    * write SimVar when string-value has changed
    * added some debug output
    * fixed some compiler warnings
    * Separated handling for "regular" float SimVars and
    "new" string SimVars
    
    * Added AddString command to readme
    
    * Review changes:
    * Refactoring RegisterSimVar function into two separate functions. One for floats, one for strings
    * Removing first WriteSimVar function call when registering a simvar
    * Removing unused variables
    
    ---------
    
    Co-authored-by: Roderick Griffioen <roderick.griffioen@gmail.com>
    MiMaKes and Pitj3 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    68eb4c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    1a82202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b244a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    cb4764a View commit details
    Browse the repository at this point in the history
Loading
0