mfranz
ecb335ddb5
- use var keywords on functions to avoid module name collisions
...
- drop some braces
2007-10-01 22:31:30 +00:00
sydadams
07fd1b5ee6
Moved Davtron M877 chronometer into Instruments-3d/clock since it is a common instrument...
2007-09-22 20:42:39 +00:00
sydadams
3122e459d6
*** empty log message ***
2007-08-21 05:35:40 +00:00
sydadams
a7f90a8cb8
Changed speed match function to use target distance instead of airspeed ... not perfected yet ,but better ...
2007-08-20 06:22:06 +00:00
sydadams
514f2c1ce7
cam updates from pigeon ...
2007-08-20 04:22:36 +00:00
sydadams
0a92d4c802
Updated RDR-160 wxradar to use Vivian's enhancements...
...
Added a wxradar hotspot file...
Updated Aerostar's radar hotspots
2007-08-10 06:24:20 +00:00
mfranz
bff5a62666
- dos2unix
...
- texture compression
2007-08-05 12:51:26 +00:00
mfranz
34d5d0df85
Dave PERRY: various fixes and improvements (hotspots, lighting, ...)
2007-08-05 12:38:55 +00:00
mfranz
aebc22d105
- add tanker to ai aircraft section
...
- minor reorganization
2007-07-27 17:41:59 +00:00
sydadams
8a974bc9c1
Updates to flightdirector...
...
Added PLIB hotspots to DC550 controller...
Adjusted AP controller hotspots
2007-07-17 07:30:27 +00:00
sydadams
bd9a8f5fca
More Primus 1000 and Bravo updates...
...
Flightdirector being reworked , modes currently not displayed correctly on the PFD
2007-07-16 06:05:16 +00:00
sydadams
16db10581a
added arial_black and condensed fonts for the Primus 1000 PFD
2007-07-15 21:28:52 +00:00
mfranz
41fef27ec0
die, yellow glider, die!
2007-07-11 17:24:32 +00:00
mfranz
26e9387de3
don't show on mpmap
2007-07-11 16:55:55 +00:00
mfranz
5e6f9dde43
- add aircraft select dialog (^-button)
...
- disable smooth throttle for now (breaks non-js-throttles)
2007-07-09 22:32:58 +00:00
mfranz
1fefa1c206
Syd's MIBS:
...
A camera tool for making fgfs videos (heavily used by Michelle) and for
tracking MP and AI aircraft. It's planned to include this into the regular
ufo, but for now it's better to keep them separated. Comes with its own
panel, which (hopefully) is self-explaining.
Shouldn't be announced on the fgfs page as separate aircraft (if that's
possible). Work in progress ...
2007-07-08 18:15:02 +00:00
sydadams
a3fdbf8456
Added a flight-hour-meter property in /instrumentation/clock .... saves your flight time to file... (thanks Melchior)
2007-07-07 23:10:00 +00:00
mfranz
04f9a0b2ea
s/wxradar/radar/
2007-07-02 06:03:45 +00:00
sydadams
a6c2bb3115
Updating the Bravo to where it was before I reinstalled my OS ... not nearly done yet
2007-07-02 05:53:18 +00:00
mfranz
d1adc37872
fix export file format (the <models> tags got lost in one of the last commits)
2007-07-01 13:07:08 +00:00
vmmeazza
f547f4188a
Add clouds
2007-06-30 20:28:27 +00:00
vmmeazza
23bb26651d
Alternative orange textures for the radar
2007-06-29 13:40:52 +00:00
mfranz
2ee85ac82b
add wx-toggle, data-toggle, echo-toggle hotspots to the radar. (Same order
...
as on the 737 panel, but no labels yet. Aliens don't need that stuff.)
2007-06-25 21:23:28 +00:00
mfranz
4866bfb66f
- shorter update intervals (ufo technology!)
...
- only update the radar when the panel is actually visible
2007-06-24 22:45:10 +00:00
mfranz
3cdf961214
s/wxradar/radar/
2007-06-24 19:58:20 +00:00
mfranz
ccd0df2d1b
s/wxradar/radar/
2007-06-24 19:52:12 +00:00
mfranz
f6da3a3882
New panel that consists of a radar screen only (activate with Shift-p).
...
At the moment only the range can be changed via panel click action
(click on the range numbers). Weather radar can be turned on in
/instrumentation/radar/display-controls/WX. ai/mp display to come.
For those who miss the old 2D panel, just use an aircraft with a decent
panel and add --fdm=ufo for the same effect.
2007-06-24 19:38:38 +00:00
mfranz
f827653668
- create new Nasal module string.nas with simple shell style pattern matching
...
algorithm (needed for the file selector and useful for other purposes, like
assembling lists of livery or screenshot files etc.)
- io.nas: move fixpath to string.nas (it's not only useful for file paths
but can also be used for property paths)
- screen.nas: move trim to string.nas (used by screen.nas and nasal-console.xml)
- gui.nas: add pattern matching to FileSelctor
- ufo.nas: use patterm matching (only *.ac and *.xml files shall be listed)
2007-06-22 14:13:30 +00:00
mfranz
35bd6c379a
sort the model list again after adding models from the file selector,
...
or the binsearch will have a hard time ...
2007-06-19 21:21:14 +00:00
mfranz
e880d5ecee
- l-key opens file selector to load 3D model file from the disk. This model
...
is added to the list and activated.
- simplify savexml handling using the "data" node for temporary data
2007-06-18 16:35:03 +00:00
vmmeazza
a28b48b294
prepare for new weather radar
2007-06-18 16:28:13 +00:00
mfranz
b2750d8a05
adapt for geo.nas changes (swapping lon & lat)
2007-06-18 10:23:14 +00:00
mfranz
6a7dc46bd2
- s/aircraft/tanker/ (patch inspired by Alexis BORY :-)
...
- add support for /systems/refuel/serviceable flag (can be set to false
by the aircraft as long as the door over the boom entry is closed, etc.)
2007-06-16 00:44:44 +00:00
mfranz
a41ba9f403
suppress output ...
...
- in replay mode
- when trying to raise the flaps, but they are already fullly up
- when trying to retrace the gear, but it is already retracted
more cleanup later ... much later :-)
2007-06-13 20:49:11 +00:00
sydadams
e32a74e034
fixed nasal error --- tried to set DoubleValue("")
2007-06-13 05:00:21 +00:00
mfranz
1fd9e31243
- increased coarse multiplicator
...
- cosmetics
2007-06-05 18:20:53 +00:00
curt
c6b7709cba
Don't set the volume louder than is allowed by OpenAL.
2007-05-29 15:28:36 +00:00
sydadams
bc3fb2d613
Ok try commiting again ...
2007-05-23 04:52:06 +00:00
mfranz
ef59420eb9
- geo.click_position() does now return a Coord copy already
...
- simplify sort function
2007-05-12 18:40:09 +00:00
sydadams
fe7d5a0462
fixed a DME HOLD error .... note to self: dont use find and replace all !
2007-05-10 03:01:25 +00:00
sydadams
8cc5ea4c79
KAP140 updates...
2007-05-03 03:42:31 +00:00
sydadams
ca5856f86b
Aerostar balance fix ...
...
nasal file corrections ...
2007-04-28 05:40:25 +00:00
sydadams
7c6e7e0e2b
Fixed some property initialization errors and duplicate calls
2007-04-27 06:23:56 +00:00
mfranz
47ddb39e0f
Roy Vegard OVESEN:
...
- Automatic pitch trim (use autopilot/KAP140/settings/auto-pitch-trim to turn
on/off)
- Aural altitude alerter. Uses the same sound file as the stall warning.
- Replace custom flasher routines with nasal aircraft.light objects.
- Cleanup.
2007-04-26 18:04:51 +00:00
sydadams
dec26c8b12
display frequency when USE or DSP button pressed...
2007-04-26 04:12:42 +00:00
sydadams
2e2c30f424
More RNAV updates ...
2007-04-25 06:51:03 +00:00
sydadams
18bd0bedbb
More BNAV updates...
...
Replaced MP gauge with 50 inhg gauge
2007-04-23 06:52:54 +00:00
sydadams
47110aae85
removed a duplicate property that snuck in somehow :)
2007-04-22 23:59:13 +00:00
sydadams
00156d175f
Added flashing DSP digit if USE and DSP aren't equal...
...
Cleaned up some of the mess I made applying Ron's patch...
2007-04-22 07:07:23 +00:00
sydadams
50f0ceabff
separated ki252a and ki256 instruments ...
2007-04-21 23:16:56 +00:00