mfranz
8bf50232da
replace /sim/devel by /sim/gui/devel-widgets to enable/disable devel widgets
2007-12-11 15:50:58 +00:00
martin
33277e0730
Stuart Buchanan:
...
1) The chat menu will now select the runway closest to the aircraft
when the aircraft is on the ground, or very low (< 100ft). This
handles the case where the user has selected a runway explicitly,
e.g. 01R for KSFO take-offs for noise abatement. My thanks for
AnMaster for pointing this out on IRC. Note that above 100 ft, the
wind-appropriate runway will still be used.
2) Change to keyboard description for the - key, as pointed out by
Melchior.
2007-12-11 15:20:00 +00:00
andy
f4131eb6f2
Maik: add ROTORBALANCE axis. Fix spelling of ROTORRELTARGET.
2007-12-10 19:25:49 +00:00
mfranz
e37bd9d12f
add new key defs
2007-12-09 22:58:51 +00:00
sydadams
51465fa2f4
Added more P1000 controllers ....
...
Flight Director still broken ...
hopefully tomorrow ...
2007-12-09 09:07:38 +00:00
mfranz
9090c1bf74
remove garbage
2007-12-08 19:31:19 +00:00
mfranz
ee6dcb6d33
fix broken indentation
2007-12-08 19:30:20 +00:00
vmmeazza
4ee3367452
Stuart Buchanan:
...
Add chat menu
2007-12-08 19:01:03 +00:00
mfranz
cf0f21dec3
... and turning them on again should actually make the frames visible.
2007-12-07 12:23:46 +00:00
mfranz
c83a76d585
disable top bar only if /sim/model/geometry/square/top is unset. Put this
...
into your ~/.fgfsrc if you want complete squares (yes, 0 is on :-).
--prop:sim/model/geometry/square/top=0
2007-12-07 11:49:55 +00:00
sydadams
eaba85f3bb
MFD temporary fixes ...
2007-12-07 04:39:45 +00:00
mfranz
e5db56287d
Stuart BUCHANAN: s/Time of Day/Time Settings/
2007-12-05 07:58:33 +00:00
sydadams
3ee01413d1
disabled autopilot on ground...
2007-12-05 06:18:49 +00:00
sydadams
f07c189652
Added hotspots for the autopilot and remote instrument controllers
2007-12-05 05:13:51 +00:00
martin
4c4adcff8e
Show people what's current.
2007-12-04 22:53:48 +00:00
mfranz
064a423ee2
change default GUI style
2007-12-04 13:12:15 +00:00
mfranz
f2a14b1697
Arvid NORLANDER: Saitek X52 pro driver
2007-12-04 12:36:51 +00:00
mfranz
f671f0b0f7
add glide slope tunnel option to help menu
2007-12-04 10:51:45 +00:00
sydadams
3b5333d02b
some nasal var and error fixes ...
2007-12-03 07:18:24 +00:00
mfranz
bcc9fb1532
- minor command update (loadxml, savexml, property-scale)
...
- add <condition> and <mod-{up,shift,ctrl,alt,meta,super}>
example to key definition description
2007-12-01 19:43:58 +00:00
mfranz
77dcb9dc34
glide slope tunnel visualization script
2007-12-01 19:10:12 +00:00
mfranz
62b3343fef
Markus ZOJER: add wingSweep() wrapper
...
mf: add var keyword, use named args, ...
2007-11-29 13:16:13 +00:00
mfranz
46e35f9194
Stuart BUCHANAN: add warp and speed-up setting
2007-11-29 11:45:41 +00:00
mfranz
0183e43b38
allow to open several property browsers with one command line argument
...
(comma separated paths):
--prop:browser=position,orientation,sim/model
2007-11-28 22:22:29 +00:00
mfranz
52ed2de4c3
Roy Vegard OVESEN: add "var" keywords
2007-11-28 20:09:59 +00:00
mfranz
8e1364713f
reorder instructions in start(); rename some variables
2007-11-27 16:28:52 +00:00
mfranz
125d9d7f19
don't remove double entries in the whole history, but only push unique ones
2007-11-27 01:40:23 +00:00
mfranz
f4b02d7622
fix /-key desc
2007-11-26 17:55:28 +00:00
mfranz
4faba765b0
remove obsolete code
2007-11-26 16:42:43 +00:00
mfranz
7592b8243a
remove leftover debug statement
2007-11-26 16:14:44 +00:00
mfranz
73c0285ef9
- remove property browser binding from the <SPACE> key
...
- rename prop-key-handler.nas to prop_key_handler.nas (the hyphens were
intentional, exactly to *make* using it as namespace less inviting,
but times change ...)
- add property browser binding to the '/'-key for when the property key handler
is turned off (/sim/input/property-key-handler=0). If it's on, use /: or
/<property>: to open the browser.
- run keyboard event listener only when property key handler is active
I hope that the '/' key can keep this binding even after a keyboard review.
The '/' is just the most natural key for dealing with properties, and it's
far less prominent on non-US-keyboards (e.g. Shift-7 on German keyboards),
so it's not really very well suited for important aircraft functions, anyway.
But I don't insist. :-)
2007-11-26 16:12:37 +00:00
mfranz
89bd7a21cd
Dave PERRY: remove two <global> in material animations
2007-11-26 15:10:26 +00:00
mfranz
4b5550520b
character class fixes (isfoo())
2007-11-26 09:50:18 +00:00
mfranz
5d26f635bf
Dave PERRY: 'adds "var" for local variables'
2007-11-25 20:43:43 +00:00
mfranz
a53e636268
debug.nas: _dump_string(): escape some characters
...
prop-key-handler.nas: minor cleanup
2007-11-25 20:36:57 +00:00
sydadams
d2f304f030
Updates to the P1000 , older files will be removed once its all sorted out
2007-11-21 04:56:00 +00:00
mfranz
d9f704002b
spelling fixes
2007-11-20 18:09:20 +00:00
mfranz
2f187b28a4
add checkboxes for other views as well, but don't save their state anywhere
2007-11-20 17:26:21 +00:00
mfranz
ecf469e295
prop-key-handler.nas: check for nil property
...
tutorial.nas, globals.nas, controls.nas: cosmetics
2007-11-20 17:02:13 +00:00
mfranz
93b06dc514
F3+F4+{left,right} -> switch to previous/next view (ignoring the "enabled" flag)
2007-11-20 16:22:36 +00:00
mfranz
73bbdd280d
treat "Cockpit View" like other views; limit view.stepView() step to 1 and -1
2007-11-20 11:34:54 +00:00
mfranz
eccdedf12c
- ensure correct order of initialization
...
- only save aircraft view properties that are defined
- unset "userarchive" flags, just in case
2007-11-19 20:20:55 +00:00
mfranz
9e7c866266
better view name, as it's used in the Menu->View Options dialog
2007-11-19 19:06:52 +00:00
mfranz
73aeb8d772
OK, and now it Really Works.
...
(Yes, that's one way to get a better place in the number-of-commits ranking. ;-)
2007-11-19 18:55:24 +00:00
mfranz
87e746a755
sheesh ... another little bug to fix: fixate path for settimer closure
2007-11-19 18:30:55 +00:00
mfranz
59e51fa533
refresh "enabled" state of aircraft views (or they'd last only until the next run)
2007-11-19 18:07:30 +00:00
mfranz
b8b665d347
work correctly if the stepView() step is >1 or <-1 (though such steps
...
don't really make much sense)
2007-11-19 17:08:47 +00:00
mfranz
10c875f75e
make system and aircraft views configurable in Menu->Views->View Options.
...
These are then skipped with view.stepView(n), unless the second, optional
argument is set to 1: view.stepView(n, 1);
Whether a view is enabled or not, is saved in $FG_ROOT/.fgfs/autosave.xml
(system views) or $FG_ROOT/.fgfs/aircraft-data/<aircraft>.xml
2007-11-19 16:26:15 +00:00
mfranz
d6be4c8303
make sure aircraft don't use reserved view indices (0..99)
...
I tried it the nice way, but it didn't work. Why is it important to
reserve indices for fgfs? Because someone has otherwise to go through
all aircraft in CVS and move aircraft specific views out of the way,
every time a system view gets added. Been there, done that.
2007-11-19 14:22:55 +00:00
mfranz
96c76c4fe0
display hash keys that are numbers as numbers; import string.nas functions
2007-11-19 13:31:18 +00:00