.. |
Aircraft
|
Extract the sound code from FlightGear and move it to SimGear
|
2003-05-09 18:44:33 +00:00 |
Airports
|
Ignore calc_loc program.
|
2003-06-07 13:54:35 +00:00 |
ATC
|
Initial stab at making the AI plane take the user into account when flying a circuit. The AI plane will now delay it's turns to the various legs if the user has flown a wider pattern that it normally would in front of it. However, this is very much still work in progress - when the pattern gets extended the AI plane lands short of the runway, and it doesn't alter its speed around the circuit at all, only the turn positions. Still, its a start...
|
2003-06-11 21:49:46 +00:00 |
Autopilot
|
Rename some existing variables/methods in the navcomm module for
|
2003-07-04 19:13:03 +00:00 |
Cockpit
|
Rename some existing variables/methods in the navcomm module for
|
2003-07-04 19:13:03 +00:00 |
Controls
|
Initialize a couple values before using them.
|
2003-05-13 11:35:35 +00:00 |
Environment
|
Previously the weather dialog box and environment system had some confusion
|
2003-06-24 20:04:29 +00:00 |
FDM
|
Move the turbulence magnitude away from the peaks.
|
2003-07-01 20:52:12 +00:00 |
GUI
|
Add a missing source file.
|
2003-06-05 03:43:43 +00:00 |
Include
|
Bernie Bright:
|
2002-09-17 16:16:31 +00:00 |
Input
|
Add the ability to add repeat intervals to joystick buttons using the interval-sec property
|
2003-07-02 19:21:11 +00:00 |
Instrumentation
|
Make the inclinometer a little more lively.
|
2003-07-01 21:22:01 +00:00 |
Main
|
Replace some of the most used fgGetXXXX() calls with a local variable. The next best thing would be replacing the fgGetXXXX()functions with cached pointers
|
2003-07-05 09:59:03 +00:00 |
Model
|
Some compiler fixes
|
2003-06-03 13:51:21 +00:00 |
MultiPlayer
|
Changes to track updates to SimGear.
|
2003-05-15 21:35:51 +00:00 |
Navaids
|
The lookup method was always skipping the first ILS for any frequency
|
2003-05-13 14:15:30 +00:00 |
Network
|
Rename some existing variables/methods in the navcomm module for
|
2003-07-04 19:13:03 +00:00 |
NetworkOLK
|
- Some refactoring of the configure.ac script.
|
2002-12-10 20:50:48 +00:00 |
Objects
|
Move low level "tg" object loader code over to SimGear.
|
2003-05-28 21:01:55 +00:00 |
Scenery
|
A bounding sphere may be empty, which is perfectly valid.
|
2003-06-04 09:57:11 +00:00 |
Scripting
|
Make all PSL support conditional, because it's not included in plib
|
2003-01-17 12:41:47 +00:00 |
Sound
|
- Added "SG" prefix to sound classes that recently moved to SimGear.
|
2003-05-09 19:39:48 +00:00 |
Systems
|
Update the suction model as per Alex Perry's recommendations.
|
2003-05-28 18:48:00 +00:00 |
Time
|
Use sqrt(x) and x*x instead of pow(x, 0.5) and pow(x, 2.0)
|
2003-06-27 21:29:48 +00:00 |
WeatherCM
|
This is step "1" of probably "many" in the process of separating out the
|
2003-05-06 23:54:17 +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 multiplayer support from Duncan McCreanor and Diarmuid Tyson
|
2003-03-19 20:45:09 +00:00 |