1
0
Fork 0
flightgear/src
ehofman dd2e2c21a6 Revert the previous patch. The <target-platform> tag is not supported
anymore. Instead Frederic Bouvier suggests to add a <number> tag to
the axis definition which accepts values for <windows> and <unix>
for now but which can be extended later on:

<axis>
 <desc>Rudder</desc>
 <number>
  <unix>2</unix>
  <windows>3</windows>
 </number>
 <binding>
  <command>property-scale</command>
  <property>/controls/flight/rudder</property>
  <offset type="double">0.0</offset>
  <factor type="double">1.0</factor>
  <power type="double">2.0</power>
 </binding>
</axis>
2004-04-28 08:03:40 +00:00
..
AIModel Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
Aircraft Curt Olson: 2004-01-31 19:47:45 +00:00
Airports Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
ATC Get ATIS voice working again. 2004-04-26 22:02:30 +00:00
Autopilot Add a pressure rate helper function for Roy's KAP140 autopilot model. 2004-04-12 19:17:47 +00:00
Cockpit Changes to go along with small interface changes in simgear/sound/libsgsound 2004-04-24 19:28:12 +00:00
Controls Attempt #1 to sort out confusion between left / right / parking brake 2004-01-12 17:39:41 +00:00
Environment Fix a problem where the windspeed could be negative in the property tree. Animations relying on this property could become stressed because of that. 2004-03-21 10:57:44 +00:00
FDM Change the message passing structure just a bit in order to remove a possible 2004-04-20 22:53:38 +00:00
GUI Frederic Bouvier discovered a buffer overflow in the airport select dialog. 2004-04-24 21:25:54 +00:00
Include Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
Input Revert the previous patch. The <target-platform> tag is not supported 2004-04-28 08:03:40 +00:00
Instrumentation Roy Vegard Ovesen: 2004-04-16 22:12:26 +00:00
Main Make several assumptions: 2004-04-27 20:49:00 +00:00
Model Frederic Bouvier: 2004-04-02 14:43:31 +00:00
MultiPlayer Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
Navaids Roy Vegard Ovesen: 2004-03-15 19:23:39 +00:00
Network Register an atexit() function so we can delete the global constructor. 2004-04-25 02:06:55 +00:00
Objects Comment out the rest of the Makefile to make the compierl happy 2003-12-02 17:57:21 +00:00
Replay reflect net_ftm/net_ctrls changes. 2004-04-02 16:20:17 +00:00
Scenery Plib is willing callbacks to return 0, 1 or 2 and not simply a boolean 2004-04-02 19:49:51 +00:00
Scripting Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +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 Set a rapid fall off rate for interior cockpit sounds so they won't be heard 2004-04-28 03:57:50 +00:00
Systems Fix a property name that was missed in an earlier change. 2004-04-20 22:54:44 +00:00
Time Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Remove the old WeatherCM module. 2004-03-16 20:19:07 +00:00