..
afs_plane.cpp
Plane: Support landing terminations on landing backends that support it
2017-09-13 13:15:08 -07:00
altitude.cpp
Plane: Don't check FS_SHORT_TIMEOUT if it's disabled
2017-11-24 09:58:01 -08:00
AP_Arming.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
AP_Arming.h
Plane: removed create() method for objects
2017-12-14 08:12:28 +11:00
APM_Config.h
Global: remove mode line from headers
2016-10-24 09:42:01 -02:00
APM_Config.h.reference
ArduPlane: Fix typos
2016-05-13 19:20:07 -03:00
ArduPlane.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
Attitude.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
avoidance_adsb.cpp
Plane: eliminate GCS_MAVLINK::send_statustext_all
2017-07-11 23:53:53 +01:00
avoidance_adsb.h
Plane: removed create() method for objects
2017-12-14 08:12:28 +11:00
capabilities.cpp
Plane: Add compass cal capability bit
2016-12-04 19:17:01 -08:00
commands_logic.cpp
Plane: invert auto_state.no_crosstrack flag to be auto_state.crosstrack. Non-functional change
2017-11-23 09:25:18 -08:00
commands.cpp
Plane: invert auto_state.no_crosstrack flag to be auto_state.crosstrack. Non-functional change
2017-11-23 09:25:18 -08:00
config.h
Plane: remove unused defines
2017-08-24 19:48:17 +09:00
control_modes.cpp
Plane: Rename rc failsafe state members
2017-11-02 16:46:08 -07:00
createTags
ArduPlane: remove mention to .pde files
2016-05-07 22:55:48 -03:00
defines.h
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
events.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
failsafe.cpp
Plane: send servos outputs after flaperon update
2017-07-04 07:59:28 +10:00
GCS_Mavlink.cpp
Plane: tighten handleMessage result type
2017-12-01 17:01:10 +00:00
GCS_Mavlink.h
Plane: use gps singleton for GCS functions
2017-11-15 13:43:03 +00:00
GCS_Plane.cpp
Plane: remove CLI
2017-08-14 10:23:50 +09:00
GCS_Plane.h
Plane: remove CLI
2017-08-14 10:23:50 +09:00
geofence.cpp
Plane: cleanup geofence warnings
2017-11-27 18:35:49 -08:00
is_flying.cpp
Plane: use a min airspeed for is_flying test
2017-11-28 09:02:24 +11:00
Log.cpp
Plane: support for units on fields
2017-11-23 10:40:30 +11:00
make.inc
Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries
2017-07-17 00:06:31 +01:00
Makefile
Plane: cleanup cruft in Makefile
2013-10-13 21:41:01 +11:00
Makefile.waf
waf: use single entry point for make wrappers
2015-12-10 10:40:34 +09:00
motor_test.cpp
Plane: tighten handleMessage result type
2017-12-01 17:01:10 +00:00
navigation.cpp
Plane: Don't check FS_SHORT_TIMEOUT if it's disabled
2017-11-24 09:58:01 -08:00
parachute.cpp
Plane: Allow a second activation of parachute
2017-07-26 17:51:34 +01:00
Parameters.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
Parameters.h
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
Parameters.pde
Plane: added blank Parameters.pde for MissionPlanner
2015-05-30 15:21:33 +09:00
Plane.cpp
Plane: removed create() method for objects
2017-12-14 08:12:28 +11:00
Plane.h
Plane: removed create() method for objects
2017-12-14 08:12:28 +11:00
px4_mixer.cpp
Plane: fixed MANUAL_RCMASK
2017-09-19 17:05:56 +10:00
quadplane.cpp
Plane: fixed transitions for tailsitters after auto-takeoff
2017-11-19 16:06:02 +11:00
quadplane.h
Plane: tighten handleMessage result type
2017-12-01 17:01:10 +00:00
radio.cpp
Plane: use cork/push wrapper
2017-11-21 14:10:54 +11:00
release-notes.txt
Plane: updated release notes for 3.8.3
2017-11-13 15:06:42 +11:00
sensors.cpp
Plane: Don't log SONR if there are no rangefinders
2017-10-16 10:10:26 -07:00
servos.cpp
Plane: Enforce THR_MIN/THR_MAX in VTOL modes
2017-12-11 22:18:39 -08:00
soaring.cpp
Plane: eliminate GCS_MAVLINK::send_statustext_all
2017-07-11 23:53:53 +01:00
system.cpp
Plane: failsafe events to use enums instead of magical numbers : Non-functional change
2017-12-07 00:19:32 -08:00
tailsitter.cpp
Plane: disable rudder scaling in tailsitters
2017-11-18 10:38:46 +11:00
takeoff.cpp
Plane: fixed minacc and delay for launch
2017-08-29 07:35:04 +10:00
tiltrotor.cpp
Plane: make ground test easier for tilt
2017-04-24 16:55:41 +10:00
tuning.cpp
Plane: To nullptr from NULL.
2016-10-29 10:32:05 -03:00
tuning.h
Global: remove mode line from headers
2016-10-24 09:42:01 -02:00
version.cpp
ArduPlane: move version to a static member
2017-09-23 21:37:45 -07:00
version.h
ArduPlane: update version number
2017-12-13 18:00:03 +11:00
wscript
Global: all vehicles get AP_Relay and AP_ServoRelayEvent libraries
2017-07-17 00:06:31 +01:00