1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-04 12:24:11 +01:00
Commit Graph

14027 Commits

Author SHA1 Message Date
Philippe Renon
506ae69b50 LP-29 restored AutoClipPlaneCullCallback feature 2015-09-13 16:47:40 +02:00
Paul Jewell
5517ff322e Changed incorrect #if to #ifdef in pios_msheap.c 2015-09-13 12:39:03 +01:00
Laurent Lalanne
f8ebb36278 LP-99 Fix firmware path not found 2015-09-13 10:38:24 +02:00
Philippe Renon
bed35a1d33 LP-30 osg : added proper win dependencies build script 2015-09-12 20:20:40 +02:00
Philippe Renon
c3fa476404 LP-30 unset OSG_NOTIFY_LEVEL to avoid warning if not set properly 2015-09-12 18:55:35 +02:00
Philippe Renon
e3979b0024 LP-29 moved osg RPATHDIR definition to libs/osgearth/osgearth.pro 2015-09-12 18:19:57 +02:00
Philippe Renon
865e3b3f13 LP-29 fixed osgearth copydata.pro for linux 2015-09-12 18:18:55 +02:00
Philippe Renon
4696378573 LP-29 disabled warnings on mac (mac treats warnings are errors...) 2015-09-12 18:04:16 +02:00
Philippe Renon
41258ac254 LP-29 fixed artwork/models file case that were messed when committing from windows :( 2015-09-12 18:01:38 +02:00
Paul Jewell
27376bb81d Added Linux uninstall target
Simplified earlier changes

added -r option to RM definition

fixed white space
2015-09-12 10:34:48 +01:00
Laurent Lalanne
c65b735d8a LP-114 Allow Accessory display name in Output tab when Accessory is used
in Custom table
2015-09-11 00:04:31 +02:00
Laurent Lalanne
8885180fde LP-114 Add Accessory3 as input - TxWizard and Multirotor Accessory
mapping
2015-09-11 00:04:31 +02:00
Alessio Morale
d6fa0bbf35 Merged in skarlsso/librepilot/skarlsso/LP-115_TPS_and_Acroplus_settings_bug (pull request #53)
LP-115 Fix TPS and Acroplus settings setup
2015-09-10 23:07:41 +02:00
Stefan Karlsson
a7c592b294 LP-115 Fix TPS and Acroplus settings setup
Both TPS and Acroplus had settings initialized in SettingsUpdatedCb.
These values comes from stabSettings.stabBank, which isn't initialzed
when SettingsUpdatedCb is first called.

The patch moves the setup of the affected settings values to
BankUpdatedCb, where other bank specific settings are updated.
2015-09-09 01:27:20 +02:00
Philippe Renon
3ca2634109 LP-30 don't copy now non existant googlesat/bicycle 2015-09-08 23:15:24 +02:00
Philippe Renon
6af2d6920d LP-30 fixed lib path when building osgearth on osx 2015-09-08 23:06:42 +02:00
Philippe Renon
225097fbcb LP-30 use .patch extension instead of .diff for patch files 2015-09-08 22:53:47 +02:00
Philippe Renon
7b443715ae LP-30 don't package non existant LibrePilotReadme.txt with marble 2015-09-08 22:52:52 +02:00
Philippe Renon
59636cb2ec LP-30 get marble maps from gitlab 2015-09-08 22:45:07 +02:00
Alessio Morale
bc89c79b7d Merged in skarlsso/librepilot/skarlsso/LP-107_scaleMotor_bug (pull request #46)
skarlsso/lp 107_scalemotor_bug
2015-09-08 15:27:51 +02:00
Philippe Renon
9436bae7c8 LP-30 fixed linux 64 packaging issue 2015-09-08 09:12:30 +02:00
Philippe Renon
2f8ef99a30 Merged in filnet/librepilot (pull request #52)
LP-29 all_sdk_install will not install osg anymore, instead build_sdk_install will install if OS is windows
2015-09-06 17:18:34 +02:00
Philippe Renon
9b495456e2 LP-29 all_sdk_install will not install osg anymore, instead build_sdk_install will install if OS is windows 2015-09-06 17:10:52 +02:00
Philippe Renon
ca1fa5fe3e LP-30 removed references to OP and other minor cleanups 2015-09-06 17:05:29 +02:00
Philippe Renon
9658ba3500 LP-30 removed old commented out scruff from osg win script 2015-09-06 16:50:45 +02:00
Philippe Renon
54edce6e1c LP-30 added build scripts for osg (including windows dependencies), osgearth and marble 2015-09-05 19:10:54 +02:00
Philippe Renon
7a65021190 LP-29 fixed compilation warning 2015-09-05 18:55:43 +02:00
Philippe Renon
7ece271878 LP-29 removed ModelView configurations 2015-09-05 17:08:49 +02:00
Philippe Renon
4a5e4d21b8 LP-29 display plain (non terrain) PFD for now (until osgearth is stabilized on all OSes) 2015-09-05 17:08:28 +02:00
Philippe Renon
b335725aa3 LP-29 WelcomeMode must use QQuickWidget instead of QQuickWindow in order to avoid conflicts with new PFDQml 2015-09-05 16:00:29 +02:00
Philippe Renon
ad83ecca41 LP-29 added EarthView.qml and CubeView.qml 2015-09-05 16:00:29 +02:00
Philippe Renon
edade72b01 LP-29 disabled compilation of modelview and qmlview plugins (will remove plugins later) 2015-09-05 16:00:29 +02:00
Philippe Renon
611738437e LP-29 disabled compilation of glc_lib (will remove lib later) 2015-09-05 16:00:28 +02:00
Philippe Renon
6d2d9961ea LP-29 updated default GCS condiguration to reflect osgearth related changes 2015-09-05 16:00:28 +02:00
Philippe Renon
57c8146a5b LP-29 moved background images to share root 2015-09-05 16:00:27 +02:00
Philippe Renon
10aaafb678 LP-29 added ModelView qml files 2015-09-05 16:00:26 +02:00
Philippe Renon
98eb9b259e LP-29 3D models cleanup (standardized scale and orientation) 2015-09-05 16:00:26 +02:00
Philippe Renon
c60d8efd32 LP-29 added osgearth resources 2015-09-05 16:00:21 +02:00
Philippe Renon
1aa024b007 LP-29 removed old PFD qml files 2015-09-05 16:00:21 +02:00
Philippe Renon
fbdea40501 LP-29 new PFD qml files adding terrain support 2015-09-05 16:00:20 +02:00
Philippe Renon
396b91ffad LP-29 Added terrain related options to PFD
Started turning PFD into a generic qml viewer (replaces ModelView)
Note that PFD has one remaining dependency with osgearth lib but that is temporary
2015-09-05 16:00:20 +02:00
Philippe Renon
882c3d54b1 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #48)
LP-29 removed deprecated osgearthview plugin
2015-09-05 15:22:47 +02:00
a*morale
792835c009 Uncrustify 2015-09-05 11:49:43 +02:00
Philippe Renon
b9bb1b46f6 LP-29 removed deprecated osgearthview plugin 2015-09-05 00:26:53 +02:00
Laurent Lalanne
83f31f63ee LP-110 Wizard : Ground and plane motors move to output 4 2015-09-04 18:09:19 +02:00
Alessio Morale
1f09d36638 Merged in f5soh/librepilot/laurent/LP-44_Free_memory_CC3D (pull request #40)
LP-44 Save RAM
2015-09-04 09:47:33 +02:00
Alessio Morale
c46aa40e15 Merged in f5soh/librepilot/laurent/LP-106_Setup_Wizard_Refresh (pull request #42)
LP-106 Setup Wizard Refresh
2015-09-04 09:47:08 +02:00
Alessio Morale
6cf4a8990c Merged in rbekken/librepilot/LP-101_RPM (pull request #41)
LP-101 - Use prebuilt firmware for RPM packaging.
2015-09-04 09:46:44 +02:00
Alessio Morale
136d8af3a6 Merged in filnet/librepilot/filnet/LP-29_osgearth_integration (pull request #12)
LP-29_osgearth_integration
2015-09-04 09:46:21 +02:00
Alessio Morale
2316e57fac Merged in james-duley/librepilot/LP-99_LP-100_LP-101 (pull request #39)
LP-99 LP-100 LP-101 flight build and firmware archive
2015-09-04 09:46:02 +02:00