sydadams
8cfd32dd2d
Added dialogs for the ' aircraft' ATC...
2007-06-03 06:26:37 +00:00
mfranz
9a37371eaa
document geo.put_model()
2007-05-31 20:19:26 +00:00
mfranz
c70c38ab62
impact reports go to /ai/models/model-impact if <impact-reports> isn't
...
defined for a submodel
2007-05-31 18:01:57 +00:00
mfranz
6a3c0d772c
Maik JUSTUS: fix typo (ROTORRELTARGET)
2007-05-31 16:59:43 +00:00
mfranz
b7ec28dcfa
Harald JOHNSEN: add name "Saitek X52 Flight Controller"
2007-05-31 15:45:26 +00:00
mfranz
378540bcf3
- fix Nasal error: "props.setDoubleValue() with non-number"
...
- use var keyword everywhere, cosmetics
2007-05-31 14:31:08 +00:00
curt
c6b7709cba
Don't set the volume louder than is allowed by OpenAL.
2007-05-29 15:28:36 +00:00
frohlich
e1e6ca65c7
Modified Files:
...
Translations/strings-default.xml options.xml:
Olaf Flebbe: Improoved texture filtering.
2007-05-28 05:09:55 +00:00
frohlich
4058cd1a37
Modified Files:
...
materials.xml: Add runway light materails.
2007-05-28 05:07:49 +00:00
andy
0706cc3180
Maik: add ROTORELTARGET and ROTORENGINEMAXRELTORQUE input axes
2007-05-27 20:19:08 +00:00
frohlich
a851a1824e
Modified Files:
...
gui/menubar.xml: Tim Moore:
These patches implement a command to dump the entire OSG scene graph as
a .osg text file. While large, this allows debuggers to really see
what's happening in the scene graph.
2007-05-26 11:43:27 +00:00
andy
56d07fbab2
Maik: add unbalance and testing of rotor ground contact
2007-05-25 21:16:25 +00:00
sydadams
bc3fb2d613
Ok try commiting again ...
2007-05-23 04:52:06 +00:00
martin
9f698d4496
Replace simplified ETOU layout with a better one (which had
...
accidentially been overwritten).
2007-05-20 22:11:07 +00:00
martin
feb1204cbf
Robin Peel and others:
...
810 Version - data cycle 2007.01, build 2159, metadata AptXP810
2007-05-17 15:35:41 +00:00
curt
c50edaf5aa
Sync with version in source tree.
2007-05-16 14:33:22 +00:00
martin
02f8333755
Ensure the IFR tutorial makes it into the base package before the
...
final release.
2007-05-15 21:57:42 +00:00
vmmeazza
746cb353d1
Updated to include terrain collision
2007-05-15 21:54:25 +00:00
mfranz
c67f1d1bac
Maik JUSTUS: "further (final?) modifications for the jet ranger rotor"
2007-05-15 21:31:46 +00:00
mfranz
eb1e986889
whoops ... no comment
2007-05-15 20:46:59 +00:00
curt
80b8c81f16
Preparation for 0.9.11-pre1 release.
2007-05-15 16:09:55 +00:00
curt
203c61aaa1
Minor cosmetic changes.
2007-05-15 16:07:15 +00:00
curt
0a0de6628e
Sync with latest version.
2007-05-15 16:06:11 +00:00
mfranz
bec64d9c9e
s/play-audio-message/play-audio-sample/
2007-05-15 14:40:58 +00:00
mfranz
0dfdf75b0b
update
2007-05-14 21:26:05 +00:00
mfranz
436bf87c54
debug.benchmark(): helper function that prints the system time in seconds
...
for the given function call
2007-05-14 16:28:53 +00:00
mfranz
a9b9c86750
- add Node.getValues() in analogy to Node.setValues(). Returns a hash with
...
all children, vectors for multiply used names, further hashes for subtrees
etc. Meant for quickly pulling in config branches where (almost) all values
are needed.
- usage of "var" keyword and named parameters in other (but not all) funcs
2007-05-14 15:15:00 +00:00
mfranz
e6feb269c7
s/resistence/resistance/
2007-05-13 11:53:46 +00:00
mfranz
bebbbc28e6
s/asphault/asphalt/
2007-05-13 11:44:35 +00:00
mfranz
0936a148e1
- don't list the "Default" material name first, as the first entry is
...
what we usually want when we query the material, and "Default" isn't
very descriptive
2007-05-13 09:38:36 +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
mfranz
02b4dc58e8
geo.nas:
...
- add put_model() function to place models at given lon/lat. If
elevation is nil, then it will be put on the surface. The path is
relative to $FG_ROOT.
- let geo.click_position() and geo.aircraft_position() return copies
of the Coord class, not just a reference
view.nas: adaptation for geo.nas change; minor changes
2007-05-12 18:38:57 +00:00
mfranz
1a19f8a8e5
- make viewReset reset fly-by view
...
- cleanup
2007-05-11 21:16:35 +00:00
mfranz
874d55b6e7
simplify by using the props.Node.setBinding() method
2007-05-11 19:02:20 +00:00
mfranz
5f97465d6e
- make view_manager singleton class
...
- simplify lookat wrapper with a call()
- cosmetics
2007-05-11 18:59:34 +00:00
mfranz
47d675bfd5
- make the HUD and the data class singleton classes
...
- use var everywhere, cosmetics
2007-05-11 18:04:51 +00:00
mfranz
c54fbb1e39
_c should be a valid function from the beginning
2007-05-11 18:03:44 +00:00
mfranz
d92ae39349
- skip DOCTYPE
...
- optional attr prefix in xml.dump
2007-05-11 15:44:16 +00:00
mfranz
8befda2655
whoops ... forgot one "arg" fix
2007-05-10 17:37:28 +00:00
mfranz
e22a4086ff
"fixed" the "arg bug". (Wasn't really a bug, just old-style Nasal code
...
that doesn't work with new nasal. :-)
2007-05-10 17:33:28 +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
mfranz
89532b0909
Maik JUSTUS:
...
"minor update for the rotor FDM. It results in a more realistic
calculation of the phase shift of rotor and therefor in a little bit
more realistic flight behavior.
(Additionally you can modify the initial position of the rotor and some
(not finished) modifications for the jet ranger rotor)."
2007-05-09 20:33:14 +00:00
mfranz
80fd0740e5
new commands:
...
debug.color(bool) turns terminal colors on/off
debug.tree(property="", mode=1); dumps property tree in flat
mode (0) or space indented mode (1).
Flat tree mode is similar to props.debug(), but colored, and it outputs
all attribute flags and the number of attached listeners.
2007-05-09 17:31:45 +00:00
mfranz
3b6a79ee8b
- use Nasal's rethrow capabilities
...
- remove redundant lines
2007-05-08 22:21:34 +00:00
mfranz
072610c001
aircraft.steering: redefine the controls.applyBrakes() wrapper, too.
...
If this isn't what the aircraft developer wants, then s/he can still
redefine it again afterwards.
2007-05-08 14:22:54 +00:00
mfranz
6b533c19a9
add class that implements differential braking with rudder input
2007-05-08 09:52:13 +00:00
mfranz
065bd859d6
don't pause the update loop
2007-05-07 16:24:16 +00:00
mfranz
e7ebfba42c
update property-list entry
2007-05-07 14:48:56 +00:00
mfranz
f7a9ef4d37
- use heading instead of last course (works better in curves)
...
- stop at crash
2007-05-05 21:36:31 +00:00
mfranz
d225de2aea
fix behavior for begin and end of replay
2007-05-05 15:07:54 +00:00