1
0
Fork 0
flightgear/src
mfranz dec96cfa45 while abort() is really only useful for listeners (in all other cases
we know the stack trace), it's better to use a separate function for
it, as this can be used conditionally, as in:

  setlistener("/the/property", func(n) {
      if (n.getValue() < 0) # who's writing negative numbers to /the/property?!
          abort();          # let's check the backtrace ...
  });
2008-06-19 17:18:42 +00:00
..
AIModel Remove unused variables 2008-06-01 14:59:20 +00:00
Aircraft Forward port from CVS/PLIB: Use a more memory allocation efficient replay 2008-04-02 18:55:39 +00:00
Airports Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
ATC Merging David Luff's AI/ATC code with AIModels. Part 1: 2008-05-12 10:38:04 +00:00
ATCDCL Clean up header file use of iostream and "using" declarations 2008-06-02 21:09:51 +00:00
Autopilot make route manager input case insensitive 2008-06-06 07:49:41 +00:00
Cockpit Fix GUI and HUD text rendering problems. 2008-06-06 19:02:17 +00:00
Environment From Benoit Laniel: replace SG threading constructs with OpenThreads 2008-06-12 08:24:39 +00:00
FDM Revert most iostream-related changes to JSBSim 2008-06-06 21:21:57 +00:00
GUI FGFontCache::initializeFonts() now portable across platform through the use of plib 2008-06-07 08:10:46 +00:00
Include Changes for new DatabasePager interface in OSG 2.5.1 2008-06-02 21:10:13 +00:00
Input Clean up OSG camera setup and interface to plib PUI 2008-05-19 21:21:03 +00:00
Instrumentation attach listener after setting the default values (of course :-) 2008-06-02 11:44:02 +00:00
Main set_fg_root: prevent circumvention of the Nasal security code through 2008-06-16 07:46:55 +00:00
Model model paging patch from Till Busch 2008-03-22 09:31:06 +00:00
MultiPlayer Anders GIDENSTAM: "only override the receive port when it isn't set already" 2008-06-03 15:57:33 +00:00
Navaids Clean up header file use of iostream and "using" declarations 2008-06-02 21:09:51 +00:00
Network cosmetic changes *only*: 2008-06-11 18:02:19 +00:00
Scenery One more try at the osg 2.5.1 pager fix 2008-06-03 07:32:03 +00:00
Scripting while abort() is really only useful for listeners (in all other cases 2008-06-19 17:18:42 +00:00
Sound From Benoit Laniel: replace SG threading constructs with OpenThreads 2008-06-12 08:24:39 +00:00
Systems Include <iostream> and using declarations as needed. 2008-06-02 21:07:35 +00:00
Time Modified Files: 2007-05-05 08:08:24 +00:00
Traffic Fix Traffic Manager XML parser 2008-06-01 11:56:32 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Merging David Luff's AI/ATC code with AIModels. Part 1: 2008-05-12 10:38:04 +00:00