1
0
Fork 0
flightgear/src
Curtis L. Olson a482465659 Fix a problem with the YASim turbulence model. This change has been
coordinated with and approved by Andy.

The lattice(x,y) arguments were being "WRAP()'d" but the WRAP() function
didn't make sense.  Instead it was forcing the value to zero if it was
greater than the wrap limit.  This was creating large areas of constant
values in the perlin noise maps which resulted in a "constant" turbulence
vector over time -- which is just weird.

Andy couldn't see any reason why the values should be wrapped and couldn't
remember any reason why the WRAP() function was set up like it was.

Andy wanted me to make sure and mention that he was INSANE when he wrote that
code (but now he's sane ... err, mostly.)
2011-05-05 14:13:18 -05:00
..
AIModel Make AIplanes respond to TCAS RAs. 2011-02-25 21:12:35 +01:00
Aircraft Minor replay issues 2011-03-24 23:41:12 +01:00
Airports #84: John Denker: Set correct file modes 2011-02-19 11:55:43 +01:00
ATC More fixes to the ATCDCL & ATC compilation 2010-12-29 18:52:39 +00:00
ATCDCL ATIS: revert to using inches globally by default. 2011-01-05 20:12:18 +00:00
Autopilot Make route editing sane. 2011-01-23 10:45:31 +00:00
Cockpit Initial work on CMake build files, with considerable help from Olaf Flebbe. 2010-12-19 15:06:04 +00:00
Environment Add x-offset-m and y-offset-m to move-cloud command. 2011-04-24 20:48:18 +01:00
FDM Fix a problem with the YASim turbulence model. This change has been 2011-05-05 14:13:18 -05:00
GUI Wish #304: MapWidget's center-on-aircraft button should be sticky 2011-04-16 10:53:09 +02:00
Include Add the hla stuff to the cmake build system. 2011-01-17 21:35:12 +01:00
Input Fixed minor memory leak on joystick reload. 2011-04-13 21:30:11 +02:00
Instrumentation Automatic tower positioning 2011-04-18 22:54:33 +02:00
Main Bruce Hellstrom @ ATC Flight Sim. 2011-05-03 11:12:55 -05:00
Model Avoid nuisance sound effects after sim-reset. 2011-03-19 14:51:39 +01:00
MultiPlayer Fix huge multiplayer memory leak. 2011-02-16 00:49:00 +01:00
Navaids Merge remote branch 'origin/releases/2.2.0' into next 2011-02-19 12:00:43 +01:00
Network Hopefully add AV400WSim.cxx to the cmake system (not tested) since I use 2011-05-03 12:27:25 -05:00
Scenery Clear OSG object cache on scenery reload 2011-04-15 21:34:44 +02:00
Scripting On-demand loading of Nasal modules. 2011-04-03 15:30:25 +02:00
Sound Drop unnecessary include dependency. 2011-03-23 22:50:56 +01:00
Systems Initial work on CMake build files, with considerable help from Olaf Flebbe. 2010-12-19 15:06:04 +00:00
Time Renaming / more consistent naming. 2011-03-28 00:30:23 +02:00
Traffic Enable AI traffic for offline users and issue #248 2011-01-08 21:38:26 +01:00
CMakeLists.txt Remove conditional compilation of ATCDCL 2010-12-28 18:23:40 +00:00
Makefile.am Remove conditional compilation of ATCDCL 2010-12-28 18:23:40 +00:00