simgear/simgear
ehofman 5f22c93db7 Frederic Bouvier wrote:
> When a c172 is on one machine, I only got segfault on an animation
> not found. This animation is named ControlsGroup and I guess
> that one object name referenced in this null animation no
> longer exist in the .ac model. I say that because the
> preceding one is analogous and works.
>
> So I would say the multiplayer works, except when there is a c172.

It seems that this animation refers to 'PanelInstruments' that is
a panel outside the model, so, when loaded with SGModelLib::load_model
the object is not found in the model and there is a non tested
read access through a null pointer in sgMakeAnimation.
2003-11-19 15:16:21 +00:00
..
bucket Patch from Erik Hofman: 2002-12-31 14:47:34 +00:00
compatibility Change istringstream back to a typedef so there is no need to redefine every class memeber. 2003-11-09 08:56:09 +00:00
debug Make debug levels an integer 2003-03-22 10:34:38 +00:00
ephemeris New automake, new problems. Use $base_LIBS where $LIBS was automatically added before 2003-08-29 07:35:55 +00:00
io Fix a problem where older IRIX compilers needed a typecast for certain opperations 2003-10-16 12:51:47 +00:00
magvar New automake, new problems. Use $base_LIBS where $LIBS was automatically added before 2003-08-29 07:35:55 +00:00
math MSVC fixes 2003-06-28 21:43:41 +00:00
metar MSVC warning fixes 2003-07-23 09:59:39 +00:00
misc Fix a problem where older IRIX compilers needed a typecast for certain opperations 2003-10-16 12:51:47 +00:00
props Fix a problem which was introduced in the previous patch 2003-10-16 14:53:14 +00:00
route New automake, new problems. Use $base_LIBS where $LIBS was automatically added before 2003-08-29 07:35:55 +00:00
scene Frederic Bouvier wrote: 2003-11-19 15:16:21 +00:00
screen Fix a problem for systems with older headers 2003-09-12 21:24:52 +00:00
serial Rename FGSerialPort to SGSerialPort. 2003-05-30 14:59:47 +00:00
sound Put the refference to fast_log() back in after checkit it actually works as expected 2003-06-28 13:43:09 +00:00
structure Fix a problem where older IRIX compilers needed a typecast for certain opperations 2003-10-16 12:51:47 +00:00
threads Add support for win32-pthreads in MSVC.NET 2003-09-13 11:33:49 +00:00
timing Make sky dome scaling values sensible (i.e. the sky dome will now fill up 2003-06-09 20:19:52 +00:00
xgl Remove extraneous/unneeded dependencies on glut. SimGear should no longer 2003-08-11 21:16:53 +00:00
xml Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:19:22 +00:00
.cvsignore Added stamp-h1. 2002-09-14 16:05:58 +00:00
compiler.h Fix a problem where older IRIX compilers needed a typecast for certain opperations 2003-10-16 12:51:47 +00:00
constants.h Added a warning message if the file is not found. 2002-03-11 21:47:09 +00:00
Makefile.am Various updates for the upcoming 0.3.4 release. 2003-10-15 20:15:29 +00:00
sg_inlines.h Patches from Erik Hoffman: 2002-04-25 15:09:10 +00:00
sg_traits.hxx fg_traits.hxx -> sg_traits.hxx 2001-03-24 13:12:26 +00:00
simgear_config.h.vc5 renamed config.h to simgear_config.h 2001-05-16 00:19:24 +00:00
version.h.in Converted to the LGPL licencing terms. 2000-07-08 19:16:10 +00:00