1
0
Fork 0
Commit graph

165 commits

Author SHA1 Message Date
Eatdirt
f8fd14b257 Install a GalacticJet(TM) supercharger kit on the UFO to have a better look to the moon 2020-11-30 10:53:15 +00:00
Stuart Buchanan
d315d69530 Make ufo invisible over MP again
Before fallback models were introduced, the ufo
was invisible to other MP pilots that were not in a
ufo themselves.

When fallback models were introduced, at long range
the ufo was replaced by the glider model, and so became
visible.

This change makes it invisible again by using the ufo as its
own fallback model.  This is safe because the ufo model is
very lightweight and also shipped with fgdata.
2020-11-19 19:34:45 +00:00
Erik Hofman
69c9f31ab5 Show the name of the region where the clicked material is stored. 2020-11-15 09:32:14 +01:00
James Turner
b2b6e00a1b UFO: adjust to new I18N format for name/desc
Push the translations one level down, to avoid possible ambiguity
2020-06-19 10:47:27 +01:00
Stuart Buchanan
14ad6bb9f9 Grid view for ufo
Addition of a coloured 8x8m lattice box around the UFO, switched on/off using
Ctrl+G.  This is to aid configuration of multi-monitor displays.
2019-01-06 19:41:54 +00:00
Richard Harrison
40ff13b65b Reposition slowdown settimer fixes.
Definitely problems in aar.nas, seaport.nas; as these were hanging off a fdm-initialized.

The others have timers that are started from a listener and as such are more suited to use maketimer rather than settimer

The modules that use the loopid technique are probably fine, but these are also more suited (and easier to understand) using a maketimer
2018-09-14 22:50:47 +02:00
James Turner
4f93dba2c8 More meta-data examples in the UFO 2018-07-26 12:02:01 +01:00
James Turner
0abf0f231d Extend UFO metadata for demonstration purposes
* add structured authors and URLs example
* add performance data for UI and flight-planning improvements
2018-07-25 13:49:40 +01:00
ThorstenB
ea8d2524c1 UFO: include but _disable_ the GPWS+TCAS instruments.
The instruments can now be enabled easily for testing purposes:
simply toggle their "serviceable" properties:
/instrumentation/mk-viii/serviceable or
/instrumentation/tcas/serviceable
2017-11-18 23:54:12 +01:00
James Turner
70711d9c37 UFO ‘d’ key writes to clipboard as well stdout.
This makes the console less necessary for scenery development, at
least this is the goal.
2017-05-30 16:23:51 +01:00
Thorsten Renk
4acaa2a603 Following user complaints, set default ufo FOV back to 60 deg 2016-03-18 09:33:03 +02:00
Thorsten Renk
5bb90ec228 Additions to ufo: sideways movement and virtual doors for jetway testing by forum user pommesschranke 2015-10-09 17:32:19 +03:00
Torsten Dreyer
0060cdc24f Fix instrumentation.xml in base package aircraft for spoken ATIS
Credits to Richard Senior
2015-01-02 17:51:18 +01:00
Clément de l'Hamaide
28a983c0ad Update Help for UFO 2014-01-25 23:20:13 +01:00
Clément de l'Hamaide
346103ba22 Fix conflict Tab key vs cycle mouse mode 2014-01-16 19:11:58 +01:00
James Turner
92bfb39f50 More metadata for the UFO and Seneca.
(Working on the basis that Torsten will forgive me for using his baby as a guinea-pig. Err, not his real baby obviously)
2013-03-02 17:49:40 +00:00
Stuart Buchanan
3dbe249685 Add Ctrl+Alt+click operation to display the lat/lon/alt and landclass of point. 2012-10-06 22:21:17 +01:00
ThorstenB
4cbcf93190 Set mode for data files to "non-executable". 2012-07-17 18:32:53 +02:00
ThorstenB
099d42a30b UFO: return nav1 audio volume to 0 by default
Should only be enabled manually for NAV debugging.
2012-06-19 22:10:53 +02:00
Gijs de Rooy
17522e4252 Fix MIBS' nasal. 2012-06-14 20:07:35 +02:00
Clement de l'Hamaide
a223c6916a UFO: print out new pitch/roll values for objects 2012-06-06 12:21:09 +02:00
ThorstenB
1480f8622f UFO: add optional GPWS for testing 2012-05-12 23:50:46 +02:00
Gijs de Rooy
84edd4b8f0 Fix mibs panel command. 2012-02-25 18:46:47 +01:00
Erik Hofman
70d697dbbf Stop sound at zero speed. 2011-11-25 13:36:01 +01:00
mfranz
96992eef67 don't start with "camera view", as the radar doesn't work there at the moment 2009-03-17 22:37:19 +00:00
mfranz
ed28a5efda model export: only report success on success :-) 2009-03-06 20:47:44 +00:00
mfranz
e32cdecf37 replace deprecated io.isdir(stat[2]) by stat[11] == "dir" 2009-02-15 20:41:22 +00:00
mfranz
5bc6fb2c62 - make it resizable
- cleanup
2009-02-09 22:27:26 +00:00
mfranz
071eb664f8 export to a place where the security code actually allows it 2009-01-10 16:51:26 +00:00
mfranz
f277c52fd7 use global constants D2R, R2D, M2FT, FT2M 2008-11-20 11:26:41 +00:00
mfranz
0e63bc73bc also dump a google maps link 2008-11-19 21:47:51 +00:00
mfranz
c350a7b6a8 s/fixpath/normpath/ (as in python) 2008-10-15 16:35:11 +00:00
mfranz
8d6c593c35 flightplan export: don't complain if no waypoints are set 2008-09-25 23:08:18 +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
0ccd7a62cd let aircraft declare from which refueling system they can receive 2008-08-13 22:00:54 +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