sydadams
ca2f7d3ccd
ambient material fix
2009-03-20 05:09:01 +00:00
sydadams
f3f633218c
ambient material , pick animation, rgb to png update
2009-03-20 04:58:59 +00:00
sydadams
3f575ae9e8
fixed ambient material
2009-03-20 04:34:17 +00:00
sydadams
bb40350be2
fix ambient material and replace rgb with png texture
2009-03-20 03:41:06 +00:00
sydadams
efc039a2ed
ambient material update
2009-03-20 03:20:29 +00:00
mfranz
2d4d0c81cc
fix comment
2009-03-19 20:06:58 +00:00
mfranz
16baea26b4
- vary callsign and tacan channel; use free AI id
...
- make update loop faster
- fix reinit listener
2009-03-19 16:44:12 +00:00
torsten
f8cd048087
added documentation for global elements and adapted to sourcecode modifications
2009-03-19 10:05:24 +00:00
frohlich
b74fcbdc15
Set the ambient color equal to the rgb color.
...
This is what currently is done in flightgears model loading stage anyway.
Modified Files:
Instruments/dme/dme.xml Instruments/kr87-adf/ki227_228.ac
Models/c172p.ac
2009-03-19 08:17:27 +00:00
sydadams
46e7fcffe6
added flight timer ...
2009-03-19 06:54:21 +00:00
sydadams
77d976ef40
set elapsed time to start-stop with the CTL button
2009-03-19 04:08:44 +00:00
mfranz
fc9b2dd2a5
- geo.elevation: make intersection vector origin's altitude configurable
...
to allow measuring terrain elevation under solid objects
- coding style unification
2009-03-18 18:26:30 +00:00
mfranz
020e495197
... but without debug message. :-)
2009-03-18 13:46:57 +00:00
mfranz
080432cd17
- use new aircraft.nas functions: kias_to_ktas(), wind_speed_from()
...
- export radar values: bearing-deg, elevation-deg, range-nm
2009-03-18 13:46:07 +00:00
mfranz
dafeb03bf1
add simple wind_speed_from() function, and Jean PELLOTIER's not-so-simple
...
kias_to_ktas() function
2009-03-18 13:13:15 +00:00
sydadams
1b6b77d788
Bring M877 clock up to speed ...
2009-03-18 03:37:52 +00: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
bd1c719d6f
make tanker appear on the radar
2009-03-17 22:07:43 +00:00
mfranz
abb13ca903
- make sure /systems/refuel/ exists
...
- cleanup
2009-03-15 20:19:17 +00:00
mfranz
dc7e8577d4
- put tanker nearer
...
- allow multiple instances
2009-03-15 19:57:13 +00:00
mfranz
5c41d1a99b
allow aar-equipped aircraft to request a tanker everywhere without scenario
2009-03-15 16:13:55 +00:00
mfranz
5237feb527
window.write: turn plain numbers into strings
2009-03-15 15:23:00 +00:00
mfranz
d6e96199eb
use controls.startEngine(0) for starter release (easier to override)
2009-03-14 20:56:06 +00:00
torsten
94be938a0a
Add documentation of new <condition> element
2009-03-13 22:35:00 +00:00
stuart
7ddf27517f
Updates to scroll-wheel mouse bindings for consistency:
...
1) Remove trim binding from normal mode (causes problems when used with radio tuning)
2) Replace trim binding in view mode with FoV binding.
2009-03-13 21:45:34 +00:00
mfranz
707711dbc2
fix <offsets> example
2009-03-13 17:21:44 +00:00
mfranz
c25952d5b7
- implement minimal.xml HUD in new system
...
- fix default.xml HUD
- adjustment (SI units mode still to be done)
2009-03-12 00:02:14 +00:00
mfranz
89acf3130a
Anders GIDENSTAM: "I have (hopefully) fixed the weapon select buttons now"
2009-03-08 20:08:59 +00:00
mfranz
c928627c15
Anders GIDENSTAM: update
2009-03-08 19:42:12 +00:00
mfranz
ed28a5efda
model export: only report success on success :-)
2009-03-06 20:47:44 +00:00
torsten
0174df9bd6
improved KR87 ADF: nicer texture, pick animation
...
removed unused files
2009-03-06 12:50:05 +00:00
torsten
8f29103bbe
- use named arg instead of arg[n]
...
- save state to aircraft.data
2009-03-06 12:42:34 +00:00
mfranz
0d70ec48da
Jari Haekkinen: throttle axis #2 -> #3 for OSX
2009-03-03 21:31:03 +00:00
mfranz
2618b98b88
model: simplification using the new values() function
2009-02-16 23:35:54 +00:00
curt
5409ff66ad
Because wild fire is still an "experimental" feature (i.e. default operation
...
can lead to extreme performance reduction in a relatively short time.)
Let's set the default mode to "off".
Users can turn on the various components of this features according to
their own preferences and those preferences are then autosaved.
2009-02-16 17:02:48 +00:00
mfranz
4c067a4449
only "apply" the input field (not the textbox, as this appends a \n)
2009-02-16 16:31:43 +00:00
mfranz
1bf00fbc92
generally allow *.log files under /home/m/.fgfs
2009-02-16 15:48:02 +00:00
mfranz
315d48910a
message log: don't show seconds; new header/footer; minor improvements
2009-02-16 15:38:47 +00:00
mfranz
6a6861a5ff
mp log: use real time
2009-02-15 22:52:22 +00:00
mfranz
cf88f5e8a4
remove is{dir,reg,lnk,sock,fifo,blk,chr}. The vector returned by io.stat()
...
does now contain the type in element 11.
2009-02-15 21:08:55 +00:00
mfranz
719c2f4610
replace deprecated io.isdir(stat[2]) by stat[11] == "dir"
2009-02-15 20:49:16 +00:00
mfranz
e32cdecf37
replace deprecated io.isdir(stat[2]) by stat[11] == "dir"
2009-02-15 20:41:22 +00:00
mfranz
fed30b2f05
io.nas: add deprecation warning to io.is{dir,fifo,lnk,...}
2009-02-15 18:26:20 +00:00
mfranz
b95ea91501
use stat[11] == "dir" instead of deprecated io.isdir()
2009-02-15 18:24:22 +00:00
mfranz
9241e1af84
entry for /sim/multiplay/write-message-log (off by default)
2009-02-15 18:06:30 +00:00
mfranz
9b8f29fdfe
use local hash (again) to store last messages per callsign
2009-02-15 17:50:13 +00:00
mfranz
b465bd27a8
--prop:sim/multiplay/write-message-log=1 enables logging of MP messages
...
to $FG_HOME/mp-messages.log
2009-02-15 17:36:47 +00:00
mfranz
efaa3d545d
- simplification (multiplayer.model does a lot of the checks already)
...
- write to /sim/messages/mp-plane (rather than ai-plane)
- screen.nas: better color?
2009-02-15 15:48:38 +00:00
mfranz
c77af3c4b6
map /sim/messages/mp-plane to screen/voice
2009-02-15 15:10:47 +00:00
mfranz
8f5304ad90
add values() function as a counterpiece to keys() (see Perl)
2009-02-15 14:13:49 +00:00