Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/flybywiresim/msfs-rs
A Rusty way to interact with Microsoft Flight Simulator 2020
https://github.com/flybywiresim/msfs-rs
feat: communication api (#21)
This PR adds the communication API added with SU13.
---------
Co-authored-by: Saschl <sascharu...
b438d3e66a31bf6a739c45b3c035483c276af9e6 authored about 1 year ago by Pascal Störzbach <[email protected]>
feat: Network api (#15)
This PR adds a binding to the wasm network api introduced with SU11.
5cfcf5d6e2386f2ed2de14f8fe72be3e2306d2eb authored about 1 year ago by Pascal Störzbach <[email protected]>
Fixed Sample by adding units to data definition structs (#16)
Builds with `cargo build --target wasm32-wasi`.
Runs fine in MSFS.
fix: remove allow unaligned references statement (#22)
Fixes a warning introduces with #17.
c85ac3917d007dce123bbe7382e8801f1b83999f authored about 1 year ago by Pascal Störzbach <[email protected]>
chore: update bindgen (#17)
Clang 16 introduced a change which breaks old bindgen versions
(https://github.com/rust-lang/ru...
fix: event_id_counter not being used in subscribe_to_system_event() (#20)
This PR fixes the issue #19
bb588e5d7197b9f9a8daba819e5400266acdb6df authored over 1 year ago by Julian Sebline <[email protected]>
refactor: Remove SDK simvar extraction (#14)
Currently when compiling msfs-rs extracts the simvars from the SDK.
Because the location in the...
docs: hide gauge and mouse callback functions
f5ebb3d75f5a64fcd4e542129584ca0ee1ef0ebe authored almost 3 years ago by David Walschots <[email protected]>
f5ebb3d75f5a64fcd4e542129584ca0ee1ef0ebe authored almost 3 years ago by David Walschots <[email protected]>
fix: cargo doc compilation error
4f6290f95c1dcbada65f541dc8c61e1e895e09e9 authored almost 3 years ago by David Walschots <[email protected]>
4f6290f95c1dcbada65f541dc8c61e1e895e09e9 authored almost 3 years ago by David Walschots <[email protected]>
run ci on pr
5190521fd5f601035bd34cd53ca3f3c4547f496e authored about 3 years ago by devsnek <[email protected]>
5190521fd5f601035bd34cd53ca3f3c4547f496e authored about 3 years ago by devsnek <[email protected]>
Add system event functions
dab73bba2f00a86de61c686326e0ecc6f93a4872 authored about 3 years ago by Mason Ashbridge <[email protected]>
dab73bba2f00a86de61c686326e0ecc6f93a4872 authored about 3 years ago by Mason Ashbridge <[email protected]>
version 0.1.0
c0fe06caad7c70ac79d4ecf2a81cecd79887e515 authored about 3 years ago by Gus Caplan <[email protected]>
c0fe06caad7c70ac79d4ecf2a81cecd79887e515 authored about 3 years ago by Gus Caplan <[email protected]>
big updates
a9a471c537c84a176fed621a4db977a0a7e4295f authored about 3 years ago by Gus Caplan <[email protected]>
a9a471c537c84a176fed621a4db977a0a7e4295f authored about 3 years ago by Gus Caplan <[email protected]>
added some ai simconnect functions
709fe51371eefdc4af80bb27444539c98716fdbd authored over 3 years ago by Ninjo <[email protected]>
709fe51371eefdc4af80bb27444539c98716fdbd authored over 3 years ago by Ninjo <[email protected]>
ug
b55dd8ca84ad80b4e914282bd95a664bafa05fc8 authored over 3 years ago by Gus Caplan <[email protected]>
b55dd8ca84ad80b4e914282bd95a664bafa05fc8 authored over 3 years ago by Gus Caplan <[email protected]>
back to 1.50.0
4293fff62c27013ac7cdc0eaff05b6627335a1ba authored over 3 years ago by Gus Caplan <[email protected]>
4293fff62c27013ac7cdc0eaff05b6627335a1ba authored over 3 years ago by Gus Caplan <[email protected]>
hopefully fix
8497ee91be8f6d9e7d602eed848f9193d3268c92 authored over 3 years ago by Gus Caplan <[email protected]>
8497ee91be8f6d9e7d602eed848f9193d3268c92 authored over 3 years ago by Gus Caplan <[email protected]>
fix clang 12 build
e758148a71ff310e4020ab5d0bc9fd48a8b231da authored over 3 years ago by Gus Caplan <[email protected]>
e758148a71ff310e4020ab5d0bc9fd48a8b231da authored over 3 years ago by Gus Caplan <[email protected]>
fix formatting errors introduced in #5
137f98dbfb5c5b6582854c9a828bbc68d8605723 authored over 3 years ago by lukecologne <[email protected]>
137f98dbfb5c5b6582854c9a828bbc68d8605723 authored over 3 years ago by lukecologne <[email protected]>
implement SimConnect_TransmitClientEvent
09cbc6ab1328a0257b3f67825e88d868e51dcdeb authored over 3 years ago by lukecologne <[email protected]>
09cbc6ab1328a0257b3f67825e88d868e51dcdeb authored over 3 years ago by lukecologne <[email protected]>
update example
96625aed049516aad8b5d903c42453aa5d84830d authored over 3 years ago by Gus Caplan <[email protected]>
96625aed049516aad8b5d903c42453aa5d84830d authored over 3 years ago by Gus Caplan <[email protected]>
fix lint
bcf350dfe1fb9c0395c44d0cc5d072888779e137 authored over 3 years ago by Gus Caplan <[email protected]>
bcf350dfe1fb9c0395c44d0cc5d072888779e137 authored over 3 years ago by Gus Caplan <[email protected]>
implement SimConnect_RequestDataOnSimObjectType
34db9659c9a644eaf3228a424981b94280798f6e authored over 3 years ago by Gus Caplan <[email protected]>
34db9659c9a644eaf3228a424981b94280798f6e authored over 3 years ago by Gus Caplan <[email protected]>
small cleanup
04eb7ac9ac0445fa36f32e7e93024e22eea6f934 authored almost 4 years ago by Gus Caplan <[email protected]>
04eb7ac9ac0445fa36f32e7e93024e22eea6f934 authored almost 4 years ago by Gus Caplan <[email protected]>
improve legacy simvar values
c434eb34724f401653a3f04f6674db94d3fecde7 authored almost 4 years ago by Gus Caplan <[email protected]>
c434eb34724f401653a3f04f6674db94d3fecde7 authored almost 4 years ago by Gus Caplan <[email protected]>
small fixes
399c64e7b294f6b3b632dae6c350edff26c9a61c authored almost 4 years ago by Gus Caplan <[email protected]>
399c64e7b294f6b3b632dae6c350edff26c9a61c authored almost 4 years ago by Gus Caplan <[email protected]>
allow executor to restart
2208e6229a2b924c48ea8cf36bda6cbc78a452ac authored almost 4 years ago by Gus Caplan <[email protected]>
2208e6229a2b924c48ea8cf36bda6cbc78a452ac authored almost 4 years ago by Gus Caplan <[email protected]>
add scary __wasilibc_find_relpath override
d0f2a4ee0a2163741d2b85d6b9c450d8bb5b9cd7 authored almost 4 years ago by Gus Caplan <[email protected]>
d0f2a4ee0a2163741d2b85d6b9c450d8bb5b9cd7 authored almost 4 years ago by Gus Caplan <[email protected]>
fix some lifetime issues
fd2aa2f28c52e04239986774f8a19ccc3a1420ea authored almost 4 years ago by Gus Caplan <[email protected]>
fd2aa2f28c52e04239986774f8a19ccc3a1420ea authored almost 4 years ago by Gus Caplan <[email protected]>
use FnMut for simconnect callback
7a0ccdd7fbcbe770685e8366715b180f3f16ecaf authored almost 4 years ago by Gus Caplan <[email protected]>
7a0ccdd7fbcbe770685e8366715b180f3f16ecaf authored almost 4 years ago by Gus Caplan <[email protected]>
fix link
2d76cc04c46dc11333ab4bc33fa2b6f1c48e2b0e authored about 4 years ago by Gus Caplan <[email protected]>
2d76cc04c46dc11333ab4bc33fa2b6f1c48e2b0e authored about 4 years ago by Gus Caplan <[email protected]>
alpha.2
e7357bf38dcde2b286d09c1a8299cf16386f3017 authored about 4 years ago by Gus Caplan <[email protected]>
e7357bf38dcde2b286d09c1a8299cf16386f3017 authored about 4 years ago by Gus Caplan <[email protected]>
fix sponsor button
d5fa496a15f4be6df421cde91fd8f60d15b277e0 authored about 4 years ago by Gus Caplan <[email protected]>
d5fa496a15f4be6df421cde91fd8f60d15b277e0 authored about 4 years ago by Gus Caplan <[email protected]>
add delta_time api
b616d5955a80cfa2f476b7fe9563a5ed44cd236f authored about 4 years ago by Gus Caplan <[email protected]>
b616d5955a80cfa2f476b7fe9563a5ed44cd236f authored about 4 years ago by Gus Caplan <[email protected]>
add funding.yml
cbc608c359c7fb3c7c9ce4589789df0003809e0b authored about 4 years ago by Gus Caplan <[email protected]>
cbc608c359c7fb3c7c9ce4589789df0003809e0b authored about 4 years ago by Gus Caplan <[email protected]>
add a note about compilation
395d73c8d2414434eaedd89ee1e9cba6f7a8b7d9 authored about 4 years ago by Gus Caplan <[email protected]>
395d73c8d2414434eaedd89ee1e9cba6f7a8b7d9 authored about 4 years ago by Gus Caplan <[email protected]>
fix up some nvg stuff
2ac2542117385365b5ab55a6c5c95f37a41cf759 authored about 4 years ago by Gus Caplan <[email protected]>
2ac2542117385365b5ab55a6c5c95f37a41cf759 authored about 4 years ago by Gus Caplan <[email protected]>
fix dumb link issue
f273673ea715962b4b6f5d6c7e3f4778b67089ee authored about 4 years ago by Gus Caplan <[email protected]>
f273673ea715962b4b6f5d6c7e3f4778b67089ee authored about 4 years ago by Gus Caplan <[email protected]>
fill in apis
90870da1deba2317125bc9348e6ca698c5a81962 authored about 4 years ago by Gus Caplan <[email protected]>
90870da1deba2317125bc9348e6ca698c5a81962 authored about 4 years ago by Gus Caplan <[email protected]>
fix build
d2476bc77e9d027a35d42cf6b5a3be7bb131b38a authored about 4 years ago by Gus Caplan <[email protected]>
d2476bc77e9d027a35d42cf6b5a3be7bb131b38a authored about 4 years ago by Gus Caplan <[email protected]>
more nvg work
dbd32c7c933d5f660a41fc2e1595c7fc2f0e86da authored about 4 years ago by Gus Caplan <[email protected]>
dbd32c7c933d5f660a41fc2e1595c7fc2f0e86da authored about 4 years ago by Gus Caplan <[email protected]>
set_client_data api
610c59be59f260164b6fcc4ee0aa44349ca4e51a authored about 4 years ago by Gus Caplan <[email protected]>
610c59be59f260164b6fcc4ee0aa44349ca4e51a authored about 4 years ago by Gus Caplan <[email protected]>
remove uom dep
7dbdabb7665d73d50562f687962a3e7468faeaa6 authored about 4 years ago by Gus Caplan <[email protected]>
7dbdabb7665d73d50562f687962a3e7468faeaa6 authored about 4 years ago by Gus Caplan <[email protected]>
fix build
ed2e7029026a5fad616fe0017d81a29cc4af585e authored about 4 years ago by Gus Caplan <[email protected]>
ed2e7029026a5fad616fe0017d81a29cc4af585e authored about 4 years ago by Gus Caplan <[email protected]>
organize a bit
f2a7e60c2789f53d8ed7e8d8ce40a9da0bc53eb5 authored about 4 years ago by Gus Caplan <[email protected]>
f2a7e60c2789f53d8ed7e8d8ce40a9da0bc53eb5 authored about 4 years ago by Gus Caplan <[email protected]>
expose nvg on gauge
bd17d3f0178e618f576e0ebbfc568b11b2e23295 authored about 4 years ago by Gus Caplan <[email protected]>
bd17d3f0178e618f576e0ebbfc568b11b2e23295 authored about 4 years ago by Gus Caplan <[email protected]>
more nvg apis
a69bef89e3a3a8b7f09c7789477fc3730861762e authored about 4 years ago by Gus Caplan <[email protected]>
a69bef89e3a3a8b7f09c7789477fc3730861762e authored about 4 years ago by Gus Caplan <[email protected]>
tentative nanovg wrapper
1bbe83b229914bd8b0dc5f559f69ace9901de7ac authored about 4 years ago by Gus Caplan <[email protected]>
1bbe83b229914bd8b0dc5f559f69ace9901de7ac authored about 4 years ago by Gus Caplan <[email protected]>
sync versions
29d65f9723b3e5a4f377bdbf7d8e28c67391c919 authored about 4 years ago by Gus Caplan <[email protected]>
29d65f9723b3e5a4f377bdbf7d8e28c67391c919 authored about 4 years ago by Gus Caplan <[email protected]>
add clippy/fmt to ci
3360a678ed62eb90142c368d5f7bcfa8817e7dc5 authored about 4 years ago by Gus Caplan <[email protected]>
3360a678ed62eb90142c368d5f7bcfa8817e7dc5 authored about 4 years ago by Gus Caplan <[email protected]>
client data support
ca56377924d2dfd4553dc80e1e429157f217d7a1 authored about 4 years ago by Gus Caplan <[email protected]>
ca56377924d2dfd4553dc80e1e429157f217d7a1 authored about 4 years ago by Gus Caplan <[email protected]>
remove msfs_fix
a212476fe9c081c588bc33434e928bca6a9a1221 authored about 4 years ago by Gus Caplan <[email protected]>
a212476fe9c081c588bc33434e928bca6a9a1221 authored about 4 years ago by Gus Caplan <[email protected]>
add id helper
1a4eee19512021f97e441bc70cd2fef0f8a9a8e8 authored about 4 years ago by Gus Caplan <[email protected]>
1a4eee19512021f97e441bc70cd2fef0f8a9a8e8 authored about 4 years ago by Gus Caplan <[email protected]>
add bin simulator api
0d137578a7d098c44bb5a83caae4a76d2b9ad6c9 authored about 4 years ago by Gus Caplan <[email protected]>
0d137578a7d098c44bb5a83caae4a76d2b9ad6c9 authored about 4 years ago by Gus Caplan <[email protected]>
new event api
1f0eefb0fbccf886058c3eda641198e6f969ef62 authored about 4 years ago by Gus Caplan <[email protected]>
1f0eefb0fbccf886058c3eda641198e6f969ef62 authored about 4 years ago by Gus Caplan <[email protected]>
rework things, new standalone module api
350b490610d0a3ba2b34d94f219d4623a38b07f2 authored about 4 years ago by Gus Caplan <[email protected]>
350b490610d0a3ba2b34d94f219d4623a38b07f2 authored about 4 years ago by Gus Caplan <[email protected]>
auto docs?
b065fd48b91ff9827f20f1c8d95e94fc29ff56d4 authored about 4 years ago by Gus Caplan <[email protected]>
b065fd48b91ff9827f20f1c8d95e94fc29ff56d4 authored about 4 years ago by Gus Caplan <[email protected]>
docs
44f2be1565ce19ed38666974c60eb7b020ad8bcc authored about 4 years ago by Gus Caplan <[email protected]>
44f2be1565ce19ed38666974c60eb7b020ad8bcc authored about 4 years ago by Gus Caplan <[email protected]>
support standalone modules
7db7b6491a80e3f3981f588f3f2f126978a51c25 authored about 4 years ago by Gus Caplan <[email protected]>
7db7b6491a80e3f3981f588f3f2f126978a51c25 authored about 4 years ago by Gus Caplan <[email protected]>
add precompiled calculator code support
26dd2aed9f76c862515b1031cb4f8ceb4518d142 authored about 4 years ago by Gus Caplan <[email protected]>
26dd2aed9f76c862515b1031cb4f8ceb4518d142 authored about 4 years ago by Gus Caplan <[email protected]>
add bool support
87398b18dcff7cfac271d842caaa2322b559d209 authored about 4 years ago by Gus Caplan <[email protected]>
87398b18dcff7cfac271d842caaa2322b559d209 authored about 4 years ago by Gus Caplan <[email protected]>
add default units
fc6fabbd27adaebd153280c189d77b1c4b7367fd authored about 4 years ago by Gus Caplan <[email protected]>
fc6fabbd27adaebd153280c189d77b1c4b7367fd authored about 4 years ago by Gus Caplan <[email protected]>
doc
1a34247aeaf7faceaffa375936bd6fbcf881d7db authored about 4 years ago by Gus Caplan <[email protected]>
1a34247aeaf7faceaffa375936bd6fbcf881d7db authored about 4 years ago by Gus Caplan <[email protected]>
more api improvements
32c8903168bcbac7fa00d3b5c213f3a8be2bd610 authored about 4 years ago by Gus Caplan <[email protected]>
32c8903168bcbac7fa00d3b5c213f3a8be2bd610 authored about 4 years ago by Gus Caplan <[email protected]>
improve api
adc3408fd5cdee4b5de4d9e67ae1bdde23536efa authored about 4 years ago by Gus Caplan <[email protected]>
adc3408fd5cdee4b5de4d9e67ae1bdde23536efa authored about 4 years ago by Gus Caplan <[email protected]>
fix legacy doc
dba82b038219a5d84c8c67b78875d9be466e02ee authored about 4 years ago by Gus Caplan <[email protected]>
dba82b038219a5d84c8c67b78875d9be466e02ee authored about 4 years ago by Gus Caplan <[email protected]>
fix doc
b6b530ecf66669f294e7acea87c20e7334ab8cbc authored about 4 years ago by Gus Caplan <[email protected]>
b6b530ecf66669f294e7acea87c20e7334ab8cbc authored about 4 years ago by Gus Caplan <[email protected]>
updates
3f3b8a488b3f769b70b669717ec12ea7893363ad authored about 4 years ago by Gus Caplan <[email protected]>
3f3b8a488b3f769b70b669717ec12ea7893363ad authored about 4 years ago by Gus Caplan <[email protected]>
update example
8e4d279556a3b78f875e830fb880f35e352ac8f6 authored about 4 years ago by Gus Caplan <[email protected]>
8e4d279556a3b78f875e830fb880f35e352ac8f6 authored about 4 years ago by Gus Caplan <[email protected]>
factor out define_Id
b1607f43ac8448bf4b21bdbb306260ccff44f4b0 authored about 4 years ago by Gus Caplan <[email protected]>
b1607f43ac8448bf4b21bdbb306260ccff44f4b0 authored about 4 years ago by Gus Caplan <[email protected]>
update bindgen dep
371a30bae73d4d40a09e8e797c143f7510d22439 authored about 4 years ago by Gus Caplan <[email protected]>
371a30bae73d4d40a09e8e797c143f7510d22439 authored about 4 years ago by Gus Caplan <[email protected]>
add RequestDataOnSimObject
90f709d135ace7452e6aae84fbe2bc35c32ed1cf authored about 4 years ago by Gus Caplan <[email protected]>
90f709d135ace7452e6aae84fbe2bc35c32ed1cf authored about 4 years ago by Gus Caplan <[email protected]>
fix a known issue
e56c985b61a87ccc1921a438ab60427a33cef3e6 authored about 4 years ago by Gus Caplan <[email protected]>
e56c985b61a87ccc1921a438ab60427a33cef3e6 authored about 4 years ago by Gus Caplan <[email protected]>
new apis
64de39a73a9c14932a2a84ac36b41473f24ad10a authored about 4 years ago by Gus Caplan <[email protected]>
64de39a73a9c14932a2a84ac36b41473f24ad10a authored about 4 years ago by Gus Caplan <[email protected]>
update known issues docs
5842ac97bd50ba8e1939fc1796e6e88094bab161 authored about 4 years ago by Gus Caplan <[email protected]>
5842ac97bd50ba8e1939fc1796e6e88094bab161 authored about 4 years ago by Gus Caplan <[email protected]>
push updates
689d7faa93cadad0214e08c13deec9d25c6ec964 authored about 4 years ago by Gus Caplan <[email protected]>
689d7faa93cadad0214e08c13deec9d25c6ec964 authored about 4 years ago by Gus Caplan <[email protected]>
use NonNull, improve MSFSEvent lifetime
67ca564f5c6e989433142324c75c4c8a5896d7f7 authored about 4 years ago by Gus Caplan <[email protected]>
67ca564f5c6e989433142324c75c4c8a5896d7f7 authored about 4 years ago by Gus Caplan <[email protected]>
move legacy to module instead of struct
5f7214fb947777809d719f2d965f85df2956db86 authored about 4 years ago by Gus Caplan <[email protected]>
5f7214fb947777809d719f2d965f85df2956db86 authored about 4 years ago by Gus Caplan <[email protected]>
use full paths to types in macros
0b6ad234b9ee7ce346e1c516864de5fa721aff4a authored about 4 years ago by Gus Caplan <[email protected]>
0b6ad234b9ee7ce346e1c516864de5fa721aff4a authored about 4 years ago by Gus Caplan <[email protected]>
async
d84d347606c2f28b0b6b82606b4b40b94e6a22b0 authored about 4 years ago by Gus Caplan <[email protected]>
d84d347606c2f28b0b6b82606b4b40b94e6a22b0 authored about 4 years ago by Gus Caplan <[email protected]>
add another simconnect api
3cf10a58be0973760527bdfd476dbd751e06920f authored about 4 years ago by Gus Caplan <[email protected]>
3cf10a58be0973760527bdfd476dbd751e06920f authored about 4 years ago by Gus Caplan <[email protected]>
bind legacy api
b7a7cdcadd69d59903885e0643d5b7f188ac926a authored about 4 years ago by Gus Caplan <[email protected]>
b7a7cdcadd69d59903885e0643d5b7f188ac926a authored about 4 years ago by Gus Caplan <[email protected]>
big bindings updates
472d02cf1241bcc502bd4ba32239f9ff35c13d5e authored about 4 years ago by Gus Caplan <[email protected]>
472d02cf1241bcc502bd4ba32239f9ff35c13d5e authored about 4 years ago by Gus Caplan <[email protected]>
add SimConnect data definition api
56a46eff995097540bb447428dbfd5f22d38059c authored about 4 years ago by Gus Caplan <[email protected]>
56a46eff995097540bb447428dbfd5f22d38059c authored about 4 years ago by Gus Caplan <[email protected]>
add more simconnect apis, use Result instead of bool
e8485bbe6949f965d765d15e009f46951c8620dd authored about 4 years ago by Gus Caplan <[email protected]>
e8485bbe6949f965d765d15e009f46951c8620dd authored about 4 years ago by Gus Caplan <[email protected]>
improve simconnect api
d17c89d18f6f67f6957142adb4082d6ca607387f authored about 4 years ago by Gus Caplan <[email protected]>
d17c89d18f6f67f6957142adb4082d6ca607387f authored about 4 years ago by Gus Caplan <[email protected]>
fix example build
3e365b2e5cf1c967958652831fe1a95cababd96a authored about 4 years ago by Gus Caplan <[email protected]>
3e365b2e5cf1c967958652831fe1a95cababd96a authored about 4 years ago by Gus Caplan <[email protected]>
reorganize
ddc497ad1eaddce9723ee2cf6c2ce2aaa733c3d1 authored about 4 years ago by Gus Caplan <[email protected]>
ddc497ad1eaddce9723ee2cf6c2ce2aaa733c3d1 authored about 4 years ago by Gus Caplan <[email protected]>
add msfs-fix util
35bd51f7cde257e06dd6e4337466a6e010b96cfa authored about 4 years ago by Gus Caplan <[email protected]>
35bd51f7cde257e06dd6e4337466a6e010b96cfa authored about 4 years ago by Gus Caplan <[email protected]>
move info to docs
47d78c6317100236fabe7fdf42684ed4fd1e7d2f authored about 4 years ago by Gus Caplan <[email protected]>
47d78c6317100236fabe7fdf42684ed4fd1e7d2f authored about 4 years ago by Gus Caplan <[email protected]>
update example, improve docs
a63fc9931670f3778175b59e2f2c17e4513046b5 authored about 4 years ago by Gus Caplan <[email protected]>
a63fc9931670f3778175b59e2f2c17e4513046b5 authored about 4 years ago by Gus Caplan <[email protected]>
add get_next_dispatch api to simconnect
de837f6b141a63bf0414e9b83b206e333ec79b5c authored about 4 years ago by Gus Caplan <[email protected]>
de837f6b141a63bf0414e9b83b206e333ec79b5c authored about 4 years ago by Gus Caplan <[email protected]>
fix simconnect binding gen
7a7a46e0c4eef86544df40a5cc4f2defb52ad2a8 authored about 4 years ago by Gus Caplan <[email protected]>
7a7a46e0c4eef86544df40a5cc4f2defb52ad2a8 authored about 4 years ago by Gus Caplan <[email protected]>
docs
cb5ad8ca29010e6109962d501f47fc6b77d8f956 authored about 4 years ago by Gus Caplan <[email protected]>
cb5ad8ca29010e6109962d501f47fc6b77d8f956 authored about 4 years ago by Gus Caplan <[email protected]>
add example cfg
57e49b1682f1b3e3f392a6288a5c711687dd7f8d authored about 4 years ago by Gus Caplan <[email protected]>
57e49b1682f1b3e3f392a6288a5c711687dd7f8d authored about 4 years ago by Gus Caplan <[email protected]>
add known issues
ab91bf6595912ce4bcc154fd770a9b2015b1e36d authored about 4 years ago by Gus Caplan <[email protected]>
ab91bf6595912ce4bcc154fd770a9b2015b1e36d authored about 4 years ago by Gus Caplan <[email protected]>
add log example
e399560090860522ef5d6f696b5a2011049480a4 authored about 4 years ago by Gus Caplan <[email protected]>
e399560090860522ef5d6f696b5a2011049480a4 authored about 4 years ago by Gus Caplan <[email protected]>
support renaming exported gauge callback
73e3fdc549485a969560ce004dd8fbd802351805 authored about 4 years ago by Gus Caplan <[email protected]>
73e3fdc549485a969560ce004dd8fbd802351805 authored about 4 years ago by Gus Caplan <[email protected]>
simconnect prototype
e4f0e877ba97ae35d37cfdb8b2affe57e86b60da authored about 4 years ago by Gus Caplan <[email protected]>
e4f0e877ba97ae35d37cfdb8b2affe57e86b60da authored about 4 years ago by Gus Caplan <[email protected]>
proc macro
bfbb29ba53d1791e2600146f944631619d8d1672 authored about 4 years ago by Gus Caplan <[email protected]>
bfbb29ba53d1791e2600146f944631619d8d1672 authored about 4 years ago by Gus Caplan <[email protected]>