rusefillc
|
9f8ccececd
|
docs & refactoring
|
2021-12-26 12:35:41 -05:00 |
Scott Smith
|
823d9a07e0
|
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
|
2021-11-17 03:54:21 -05:00 |
rusefillc
|
61e2b3d5db
|
Remove engine load acceleration enrichment fix #3357
|
2021-10-16 21:24:05 -04:00 |
Matthew Kennedy
|
9797d25b7c
|
getOrZero (#3319)
|
2021-10-05 19:59:07 -04:00 |
Matthew Kennedy
|
b52d50bbf2
|
Use pch in lots of files (#3066)
* most engine.h
* most engine_configuration
* more
* more
* more
* more
* more
* moooooore
* ok I'm done for now
* oops
|
2021-07-26 01:05:17 -04:00 |
Matthew Kennedy
|
2ce7777865
|
don't require EXTERN_ENGINE in every file (#2969)
* move enginePins
* no more extern engine
* uses
* more
* extern config too
* put this where it belongs
* include correct header
* merge
|
2021-07-16 18:13:33 -04:00 |
Matthew Kennedy
|
c171d5f1d3
|
not const getAirmass (#2883)
* not const
* test
|
2021-07-01 00:05:42 -04:00 |
Matthew Kennedy
|
1d10fbc7a8
|
const airmass (#2694)
|
2021-05-14 07:17:22 -04:00 |
Matthew Kennedy
|
4474f9f1c2
|
Maf in sensor model (#2672)
* init
* consumers
* hasMafSensor
* consumers
* remove
* remove
* s
* guard
* tiny bit of ram
* ram
|
2021-05-09 20:59:06 -04:00 |
Matthew Kennedy
|
6e7d72170f
|
Move ve logic (#1762)
* move ve
* fix build
* fix rendering
* duh
* cleaning
* correct scaling
* put some back
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
|
2020-09-06 19:06:32 -04:00 |
Matthew Kennedy
|
957f63ccf3
|
format
|
2020-07-24 11:44:54 -07:00 |
Matthew Kennedy
|
7e88011de5
|
move impl
|
2020-07-23 01:23:57 -07:00 |