1
0
Fork 0
flightgear/src
mfranz 639ed2161f revert last patch, and do it differently: set /input/joysticks/which (int)
to the joystick index (x in /input/joysticks/js[x]) both when initializing
nasal init blocks & whenever updating the joystick. That's the only way to
make these nasal contexts aware of the joytick for which they were called.
And that's useful if a js maintains common variables, such as modifiers or
state variables, that should be shared between the namespace-less bindings
and initialization code. And, yes, it's over-engineered ...  :-)
2005-06-13 06:14:45 +00:00
..
AIModel David Culp: 2005-06-04 09:38:52 +00:00
Aircraft update paths. 2005-02-22 18:56:13 +00:00
Airports Fix by Durk Talsma to fix the Airport AI directory preread code. 2005-06-11 08:13:30 +00:00
ATC I had hoped that gmtime's lack of thread-safety wouldn't bite us. It does. 2005-06-03 08:39:50 +00:00
Autopilot Durk Talsma: 2005-02-10 09:01:51 +00:00
Cockpit Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with 2004-12-22 23:57:07 +00:00
Controls currently "tailwheel-lock=true" means 'unlocked', which is 2005-05-10 10:56:55 +00:00
Environment Harald JOHSNEN: 2005-05-22 08:08:22 +00:00
FDM A few fixes from David Culp. 2005-06-11 08:19:16 +00:00
GUI Revert the previous patch. 2005-05-17 09:56:52 +00:00
Include Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Input revert last patch, and do it differently: set /input/joysticks/which (int) 2005-06-13 06:14:45 +00:00
Instrumentation do also silence the marker sounds on --disable-sound 2005-05-12 18:30:59 +00:00
Main sg_throwable's "origin" argument is optional and defaults to an empty 2005-06-12 16:01:49 +00:00
Model Mathias: 2005-04-29 14:38:24 +00:00
MultiPlayer Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Navaids don't crash if fgfs is called with an invalid argument to the --vor option 2005-05-01 14:27:06 +00:00
Network Fix some more of my own stupidity. 2005-06-03 15:25:19 +00:00
Objects Comment out the rest of the Makefile to make the compierl happy 2003-12-02 17:57:21 +00:00
Replay Use standard length types (stdint.h where available) to make the FGNetCTRLS, 2005-03-24 19:56:57 +00:00
Scenery Mathias Fröhlich: 2005-06-02 08:51:47 +00:00
Scripting Same bug, different place. Don't treat a length of zero as "please 2005-04-26 20:57:06 +00:00
Server Multiplayer client/server system -- Message base class, "hello" message, and message class test harness 2003-11-08 20:11:14 +00:00
Sound Remove unneeded #include's 2005-01-17 13:39:00 +00:00
Systems Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Time The view frustum is defined in plib apps using calls to ssgSetFOV() and 2005-02-25 19:41:53 +00:00
Traffic David Culp: 2005-04-19 12:52:26 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00