-
-
Notifications
You must be signed in to change notification settings - Fork 21
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: MobiFlight/MobiFlight-WASM-Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 6 files changed
- 6 contributors
Commits on Aug 20, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for a63c40c - Browse repository at this point
Copy the full SHA a63c40cView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89476c1 - Browse repository at this point
Copy the full SHA 89476c1View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45f1af4 - Browse repository at this point
Copy the full SHA 45f1af4View commit details -
Merge pull request #18 from Koseng/fixReadmeSetLvar
Fix Set Lvar command in readme
Configuration menu - View commit details
-
Copy full SHA for 7ec85cd - 8000 Browse repository at this point
Copy the full SHA 7ec85cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5bb66 - Browse repository at this point
Copy the full SHA 9e5bb66View commit details
Commits on Jan 24, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 68eb4c5 - Browse repository at this point
Copy the full SHA 68eb4c5View commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a82202 - Browse repository at this point
Copy the full SHA 1a82202View commit details -
Configuration menu - View commit details
-
Copy full SHA for b244a26 - Browse repository at this point
Copy the full SHA b244a26View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb4764a - Browse repository at this point
Copy the full SHA cb4764aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.5.0...main