1
0
Fork 0
Commit graph

829 commits

Author SHA1 Message Date
abory
6f86f4e516 - Alexis Bory: The f-14b radar system, now called radar2.nas and made generic. 2008-10-05 14:27:58 +00:00
abory
b5977955ef - Alexis Bory: Radardist has nothing to do in Aircraft/Generic.
- New utility functions get_aircraft_name() and radar_horizon().
    - Also small update to the aircrafts list.
2008-10-05 14:25:22 +00:00
abory
ac84c93b68 - Alexis Bory: minor fixes. 2008-09-27 20:33:29 +00:00
mfranz
8d6c593c35 flightplan export: don't complain if no waypoints are set 2008-09-25 23:08:18 +00:00
torsten
e8de9bda15 Ron Jensen:
This is a patch to the c172p fdm to add pointmasses for all four
occupant positions and baggage.  The X locations were taken from the
c172 type certificate 3A12 dated September 15, 1998.  As the new
pointmasses have a weight of 0 they will not affect the current model,
however we are extending the FlightGear weight and balance dialog for
JSBSim and the pointmasses have to be defined.
2008-09-01 15:14:33 +00:00
ehofman
23b0c9f6cb Update engine performance to match the latest version of JSBSim 2008-08-26 07:56:56 +00:00
mfranz
b60406b905 remove garbage 2008-08-18 09:34:12 +00:00
mfranz
c801bd4ab0 remove garbage 2008-08-18 09:19:25 +00:00
mfranz
c23971dcca aar.nas: minor cleanup 2008-08-14 21:38:32 +00:00
mfranz
2e6ffd34e6 s/system/type/ ... that's more consistent with the rest and less confusing 2008-08-13 22:56:21 +00:00
mfranz
2e6a1dc224 - make sure that aircraft can only refuel from tankers which support the
appropriate system ("probe" or "boom")
- use props.initNode()
- cosmetics
2008-08-13 22:03:59 +00:00
mfranz
0ccd7a62cd let aircraft declare from which refueling system they can receive 2008-08-13 22:00:54 +00:00
ehofman
f720eeb2ef Sync. with JSBSim CVS 2008-08-08 08:56:08 +00:00
abory
f951225d81 Removed pointless creation of a geo.Coord . 2008-08-02 14:58:42 +00:00
helijah
c231262e50 - GPS update by Zakharov 2008-07-28 17:19:52 +00:00
helijah
454950d0f9 - GPS update by Zakharov 2008-07-21 22:42:01 +00:00
abory
ea43922437 - Alexis Bory: use io.read_properties() instead of fgcommand(load). 2008-07-17 21:06:29 +00:00
helijah
763860f42c - new version with doc by Zakharov 2008-07-14 14:40:22 +00:00
abory
5eaebdb728 - Alexis Bory (and Melchior):
- Changed properties name in the XML: radardist -> radar-performance.
- Corrected spelling of data.
- Shortened the init message.
This doesn' change the way to call radardist.nas functions.
2008-07-11 21:10:48 +00:00
abory
dde3389421 - Alexis Bory: radardist.nas now reads its datas from $FG_ROOT/Aircraft/Generic/radardist.xml. 2008-07-08 10:16:38 +00:00
abory
5c054b5afc - Alexis Bory: radardist.nas now reads its datas from this XML file. 2008-07-08 10:08:51 +00:00
helijah
bdf204bcc1 - Update GPS zkv500 by Zakharov 2008-06-30 16:31:48 +00:00
helijah
5e9df124b6 *** empty log message *** 2008-06-30 00:17:21 +00:00
helijah
7e81bb94ff - new instruments : GPS zkv500 by Zakharov 2008-06-28 19:38:32 +00:00
abory
166f5c8b96 - Alexis: oops, should better test before committing. 2008-06-05 21:10:43 +00:00
abory
ba83e856cf - Alexis: ooops I forgot Jettoo's last additions in the tables. 2008-06-05 19:44:09 +00:00
abory
40d9b0e400 - Jettoo (glazmax) and Alexis: Radar Visibility Calculator. 2008-06-05 19:37:32 +00:00
mfranz
f8f63fcd8d use props.initNode() & simplification 2008-06-04 20:52:09 +00:00
sydadams
51344a09ec a few more updates , cleanups ... 2008-05-22 07:00:45 +00:00
sydadams
5b020a450a updates from Ron Jensen 2008-05-22 02:30:49 +00:00
mfranz
205675455c - make modelmgr a singleton class
- add selected_models() function
- fix help screen
2008-05-21 23:33:23 +00:00
mfranz
d12dfeda42 bah ... put the clone/copy function on the 'c' 2008-05-10 18:27:15 +00:00
mfranz
8361721c72 make Shift-d clone all selected objects (same key as in Blender :-) 2008-05-10 18:23:52 +00:00
mfranz
a571440567 - let Ctrl-g have the same meaning as g (necessary for LMB emulation)
- more cosmetics
2008-05-10 11:09:33 +00:00
mfranz
4c16eacf96 - make MMB-transformation step size depend on viewer distance
- add cursor.ac to the model selection list (useful as rotation center)
2008-05-09 20:40:10 +00:00
mfranz
6e36e21f7b - support *.osg models (priority: *.xml -> *.osg -> *.ac)
- cleanup
2008-05-09 16:47:38 +00:00
mfranz
e5b1c408dc mouse walk -> operation mode: with Ctrl modifier down, don't move the
ufo position, but the selected objects: ctrl-mmb left/right/up/down move
the objects left/right/away/nearer, and ctrl-mmb-lmb l/r/u/d rotate them
all around the active object ('m'-key marker!) or raise/lower them.

(the gear-key 'g' can for now be used as a Ctrl replacement for people
with 2 button mouse; will probably be moved to a better place ...)
2008-05-08 20:11:39 +00:00
mfranz
59d9f53e57 mouse walk: wrap mouse, so that the walking range is only limited by the
size of the mouse pad, not by the screen size  :-)
2008-05-08 10:23:19 +00:00
mfranz
076bc0f176 mouse walk: don't use Ctrl+MMB for left/right/up/down, but MMB+LMB 2008-05-07 18:03:38 +00:00
mfranz
3d1582798a - center controls when starting/stopping mouse walk, as well as at startup
- make shift modifier increase walking speed
2008-05-06 22:49:02 +00:00
mfranz
ef20bebf4f mouse walk: a bit more progression on x/y/z; no progression on hdg change 2008-05-05 21:47:39 +00:00
mfranz
49763a91b0 move dialogs up so that the mouse button listener doesn't bark 2008-05-05 18:45:21 +00:00
mfranz
53958680a8 center adjust dialog sliders on mouse walk 2008-05-05 18:16:05 +00:00
mfranz
b4b686b5ff let Mouse Walk zero the throttle 2008-05-05 17:31:36 +00:00
mfranz
7f42abb076 - Do The Mouse Walk. ... MMB[+Ctrl] drag in pointer mode
- drop redundant braces
2008-05-05 13:22:01 +00:00
mfranz
623dcb0602 g-click:
- don't open status dialog if not necessary
- adjust ufo heading to view direction
2008-05-04 21:56:34 +00:00
mfranz
67b14bb1ae Francesco BRISA (& me): add teleport function
When holding the gear key or button down (as a kind of modifier) and after
left-clicking on the terrain, teleport the UFO to the click position.
Keep heading if no model is active, otherise look there. Keep altitude-agl.
2008-05-04 21:16:48 +00:00
sydadams
1fd7c79eea removed testing nasal file... 2008-05-03 16:05:19 +00:00
sydadams
05e0e19087 Added runway offsets and other minor changes 2008-05-03 02:47:34 +00:00
mfranz
2f8b4b02ac add unit suffixes -nm and -deg to /sim/presets/offset-{distance,azimuth} 2008-05-01 21:29:39 +00:00