mfranz
8bb50c1871
model_view_handler: use multiplayer.model + add selection popup
2009-01-31 19:30:31 +00:00
mfranz
65e4b71406
factor the MP aircraft monitoring code out of the dialog class and let
...
the dialog use it. Other services need the same functionality and it
should only be done once.
2009-01-31 17:15:48 +00:00
mfranz
c795f30862
define baseline height
2009-01-31 12:46:49 +00:00
mfranz
82d4864c24
model_view: remove stale/invalid entries
2009-01-31 10:24:08 +00:00
mfranz
a1dd828085
that's one way to get a high commits number ;-)
2009-01-30 22:16:33 +00:00
mfranz
fee73a12cb
osg reports Return as key 10 (\n), while plib reported it as 13 (\r)
2009-01-30 22:14:11 +00:00
mfranz
9927e31504
- use "var" keywords everywhere
...
- bail out if there's no autopilot at all
2009-01-30 21:24:59 +00:00
durk
da788c973b
Actually setting this to false makes more sense, as long as the majority
...
of groundnetworks has not yet been updated.
2009-01-30 20:45:29 +00:00
durk
5f345e6077
first step toward configurable support for the airport geometry data
...
provided by the Custom Scenery Project.
2009-01-30 17:48:07 +00:00
mfranz
e31acedcfa
model_view: make it more reliable
2009-01-30 15:22:17 +00:00
mfranz
db1fcf2949
model_view: remove experimental mouse handling; cleanup
2009-01-30 12:05:29 +00:00
mfranz
77c7f9cfc1
add model-view: switch through all AI/MP models via dialog in bottom/left corner
2009-01-30 01:28:54 +00:00
mfranz
cf69b0d01b
model_view: ignore AI models for now (make that configurable?)
2009-01-30 00:16:14 +00:00
mfranz
6aa74d2e7a
add model-view: switch through all AI/MP models via dialog in bottom/left corner
2009-01-29 23:57:57 +00:00
mfranz
22fa0c3456
- remove all key shortcuts ("Enter" for the default widget remains, of course)
...
- let chat dialogs be opened in the bottom right corner
- make chat_full.xml smaller (it's now resizable, anyway)
2009-01-29 19:50:24 +00:00
mfranz
89ab7ab274
add new <slider> and <textbox> parameters
2009-01-29 19:01:25 +00:00
mfranz
71d2760994
- move slider down at startup (scrolling mode from the beginning)
...
- make dialog smaller (resize if necessary)
2009-01-29 18:51:10 +00:00
mfranz
12a4321801
chat: make it transparent; '+' key switches to full version; esc doesn't quit
...
chat_full: use "window" style (to save); '-' key switches to small version
2009-01-28 22:02:38 +00:00
mfranz
ab8451d92c
whoops ... "nicer" I said
2009-01-28 21:16:27 +00:00
mfranz
2ed8771724
padding (for easier resizing); stretch for nicer tab button alignment
2009-01-28 21:12:15 +00:00
mfranz
7390451334
set padding; no wrapping
2009-01-28 21:03:34 +00:00
mfranz
621f3065c9
indentation fix
2009-01-28 21:02:03 +00:00
mfranz
c697394b1c
strip \n from own chat messages (again :-)
2009-01-27 20:12:19 +00:00
mfranz
9957c0a6e1
add eXtended isstring: isxstring(), which also applies to \n
2009-01-27 19:27:21 +00:00
mfranz
fedd64d89a
optimization & cleanup & var keyword:
...
- use find() instead of string.match() (way faster!)
- add a missing var keyword
- don't store old messages in a hash, but only store the respective last
message in the model's multiplayer branch
- keep history \n-trimmed (instead of removing \n only when concatenating)
2009-01-27 16:55:46 +00:00
mfranz
14a928f391
trim: allow to specify alternative trim class function
2009-01-27 01:42:46 +00:00
ehofman
dbd3cf8a5a
Sync. with JSBSim CVS
2009-01-26 20:37:19 +00:00
mfranz
9d4d61e2e8
don't close the dialog on Esc (Jester was right: that's annoying :-)
2009-01-25 15:18:51 +00:00
mfranz
2541ad8e30
All elements of a --prop:display expression containing a percent sign are
...
interpreted as number format. (They couldn't be valid property paths anyway.)
If there's more than one such element, then the last one counts.
--prop:display=%.2g,velocities/airspeed-kt,position/altitude-ft
2009-01-25 00:27:12 +00:00
mfranz
44992a43c7
line-wrap help text for new font
2009-01-22 23:29:57 +00:00
mfranz
eaf5089319
turn off line wrapping (if you don't like the slider, use plib/SVN/HEAD)
2009-01-20 22:52:57 +00:00
durk
2cd9d1f9a2
Fix closing xml statement. This caused an internationalization error on
...
my system.
2009-01-20 18:19:00 +00:00
curt
9c6c87a385
Update option outputs for the AV400 protocol.
2009-01-20 16:53:03 +00:00
martin
544abe7ea9
Lay the path to allow ongoing development of diversity in landuse types.
...
Having distinct textures at least for GolfCourse, Dirt, OpenMining and Lava
would be higly desirable - we'd be really happy to see a texture developer
step up.
2009-01-20 12:19:59 +00:00
vmmeazza
5a37e3e666
Add/modify lighting controls
2009-01-18 23:33:43 +00:00
mfranz
8d62bc2b0f
Anders GIDENSTAM: center dialog and print report only when there was a fire
2009-01-18 16:15:02 +00:00
mfranz
ac6d04f9ce
Anders GIDENSTAM: wildfire (read $FG_ROOT/Models/Effects/Wildfire/README)
2009-01-18 15:58:57 +00:00
mfranz
1fe5ace8b5
Anders GIDENSTAM: wildfire (read $FG_ROOT/Models/Effects/Wildfire/README)
2009-01-18 15:43:08 +00:00
vmmeazza
aa96adf5a0
Remove leading "/"
2009-01-16 17:02:41 +00:00
sydadams
cf873625dc
Heiko Schulz hunted down the no text bug , older font works...
2009-01-16 15:40:35 +00:00
mfranz
e8484502da
s/set_lonlat/set_latlon/
2009-01-15 00:39:51 +00:00
mfranz
64a22469ab
s/hdg/brg/
2009-01-12 21:50:43 +00:00
mfranz
c31ab0ea96
showHelpDialog(): leave some margin for resizing
2009-01-12 12:27:41 +00:00
mfranz
1fc7581f77
add symbols for new cursors
2009-01-11 15:04:55 +00:00
mfranz
e96322b351
OverlaySelector: don't choke if there are no options
2009-01-11 02:42:33 +00:00
mfranz
c6614ce178
update: <sizeable> flag, trace-{read,write} description
2009-01-11 00:56:45 +00:00
mfranz
de64fda90f
make dialog resizable with Ctrl-dragging
2009-01-11 00:10:13 +00:00
mfranz
e61d93e816
make dialog resizable with Ctrl-dragging
2009-01-11 00:02:45 +00:00
mfranz
ffe72c79d3
Ron JENSEN: add names
2009-01-10 23:41:29 +00:00
mfranz
3725f226bc
make dialog resizable with Ctrl-dragging
2009-01-10 22:47:36 +00:00