Don Gagne
f4f721ef8b
Remove fixed warnings from Windows side
...
C4018, C4063
11 years ago
Don Gagne
a15ee3016f
Revert "Fix -Wsign-compare and -Wtype-limits"
...
This reverts commit edba7fa8aef832661b33d85109d0bfdf51d024d2.
11 years ago
Don Gagne
ca92434dfa
Turn off fixed warnings, add new ones that showed up!
11 years ago
Don Gagne
dac00bab71
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
e0f8cafb7b
Fix -Wswitch
11 years ago
Don Gagne
46b2918584
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
1e37331db4
Fix -Wenum-compare
...
Pulled fixe from latest eigen across. Figured it was safer to patch
than to pull across whole new version of eigen.
11 years ago
Don Gagne
1711e04fc6
-Wenum-compare fixes
11 years ago
Don Gagne
1fdbf2c68d
Fix -Wenum-compare
11 years ago
Don Gagne
1e0026e8dc
Fix -Wtauilogical-compare errors
...
Always evaluated to false due to signed/unsigned
11 years ago
Don Gagne
f053bfc0d0
Fix -Wnull-conversion warning
11 years ago
Don Gagne
888e59bd37
-Wunitialized and /wd4700 no longer ignored
11 years ago
Don Gagne
78b3107cb7
Fixed bug found during testing
...
Delete of last link would cause crash. Need to check for -1 which
signals no selection in combo box.
11 years ago
Don Gagne
f68be0ca6e
result used initialized at end of function based on if conditions
...
Fixing -Wuninitialized
11 years ago
Don Gagne
06c36b8b30
ind_airspeed used uninitialized when _sensorHilEnabled == false
...
Fixing -Wuninitialized
11 years ago
Lorenz Meier
e547004f19
Merge pull request #441 from thomasgubler/params_alphabetical
...
display parameters in alphabetical order
11 years ago
Lorenz Meier
45fc023c0d
Merge pull request #463 from DonLakeFlyer/WarningsBaseline
...
Warnings baseline
11 years ago
Don Gagne
f9d6f80986
Couldn't figure out how to get -Wno-#warning into project file
...
Not sure what qmake # escape is. So fixed the problem instead.
11 years ago
Don Gagne
0409a723d6
Baseline warnings setup
11 years ago
Don Gagne
faddbc0981
Windows build failure when project build outside source directory
...
Causing my TeamCity builds to fail
11 years ago
Lorenz Meier
034f106305
Reduce update rate of HUD
11 years ago
Lorenz Meier
4fbe9e2023
Merge pull request #459 from DonLakeFlyer/ProjectFileCleanup
...
Project file cleanup
11 years ago
Don Gagne
3347d285d2
Fixed release/debug DLLs in Windows
...
Also fixed a number of other release build problems
11 years ago
Don Gagne
c1465a0fab
Revert "Removed 32 bit support for Mac"
...
This reverts commit fcfb392e50
.
11 years ago
Don Gagne
956b686136
Version information in .exe
...
Still not working fully but more information is getting in there than
before. Also by removing VERSION from .pro it fixes problem with vs
proj being built incorrectly.
11 years ago
Don Gagne
34c2c3d980
Restructured project files
...
Made them more understandable for what is needed and for why. Removed
duplication and made sure builds used common settings across all OS
flavors. Removed mingw support for Windows since it was only partially
implemented.
11 years ago
Don Gagne
bc99cb6a96
Unused code
11 years ago
Don Gagne
24ba39cfa6
Fixed up some XBee stuff for building
11 years ago
Don Gagne
fcfb392e50
Removed 32 bit support for Mac
11 years ago
Lorenz Meier
48f06761df
Merge pull request #454 from mavlink/rc_config
...
Extended RC config to 18 channels, dealing with multi-port messages
11 years ago
Lorenz Meier
9a33de6d43
Merge pull request #453 from DonLakeFlyer/FlightModeConfig
...
Flight mode config rewrite plus Unit Test
11 years ago
Lorenz Meier
87f5c5b5f1
Merge pull request #456 from thomasgubler/flightgear_debug
...
flightgear: prevent aircraft from flying with no input
11 years ago
Lorenz Meier
07ac8ad97b
Merge pull request #457 from thomasgubler/malolo_catapult
...
Flightgear Malolo catapult
11 years ago
Don Gagne
3b059a3107
Screwed up merge cleanup
11 years ago
Don Gagne
44cf6861b3
Merge branch 'FlightModeConfig' of https://github.com/DonLakeFlyer/qgroundcontrol into FlightModeConfig
...
Conflicts:
qgroundcontrol.pro
11 years ago
Don Gagne
9f2a98b347
Unit test for FlightModeConfig
...
Good example for usage of new mock uas interfaces and implementations.
11 years ago
Don Gagne
9dc805dde9
Re-wrote FlightModeConfig
...
Realized that I had configured my APM:Plane incorrectly since
FlightModeConfig was only set up to work with APM:Copter. Changed code
to respect mode switch channel parameter across all APM frame types.
Also a pile of other changes to make this code much more bullet proof
and correct. Implemented simple mode as well. Changed the style of the
code to be more data driven. This allows for adjusting for new param
values without needed to changing any code.
11 years ago
Thomas Gubler
fa6724185a
flightgear malolo1: small change to catapult, reduce catapult countdown time
11 years ago
Thomas Gubler
0c985a679d
flightgear: add comment about missing altitude setting
11 years ago
Thomas Gubler
3179014011
flightgear: prevent aircraft from flying with no input
11 years ago
Thomas Gubler
7d46491074
flightgear debug output
11 years ago
Lorenz Meier
88b9528b54
Build fix and adjust array size
11 years ago
Lorenz Meier
616612ff8f
Merge branch 'rc_config' of github.com:mavlink/qgroundcontrol into rc_config
11 years ago
Lorenz Meier
a47942f54c
Only emit signals for valid ranges
11 years ago
Thomas Gubler
68fc719ba9
flightgear HIL add catapult to Malolo1
11 years ago
Lorenz Meier
4d14000164
Merge branch 'master' of github.com:mavlink/qgroundcontrol into rc_config
11 years ago
Lorenz Meier
7e5acad907
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
ad7fa3547c
Fixed missing port width offset in RC channel messages
11 years ago
Lorenz Meier
559aa2dde9
Added RC channels scaled port awareness
11 years ago
Lorenz Meier
f2678c5c04
Extended RC config to 18 channels, dealing with multi-port messages
11 years ago