8000 Comparing 0.7.1...1.0.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.7.1
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: 1.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

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
Loading
0