]> git.mxchange.org Git - simgear.git/log
simgear.git
20 years agoMelchior FRANZ:
ehofman [Mon, 23 Feb 2004 20:07:20 +0000 (20:07 +0000)]
Melchior FRANZ:
Here are some updates for the metar class:

- support for empty visibility group
- support for 4-alnum IACO ids (rather than only 4-alpha)
- better diagnosis in exception messages
- check for 404 http response
- replace last constant by constants.h definition

20 years agoComment out an improperly written constructor.
curt [Mon, 23 Feb 2004 01:34:31 +0000 (01:34 +0000)]
Comment out an improperly written constructor.

20 years agoAn ugly hack to get MipsPro 7.4.1 working on IRIX 6
ehofman [Fri, 20 Feb 2004 16:07:51 +0000 (16:07 +0000)]
An ugly hack to get MipsPro 7.4.1 working on IRIX 6
.5.20 (Yuck)

20 years agoFix from Richard Harke for 64 bit systems. The reftag was left
andy [Fri, 20 Feb 2004 15:10:49 +0000 (15:10 +0000)]
Fix from Richard Harke for 64 bit systems.  The reftag was left
uninitialized by naNum().  If it happened to be constructing it on the
stack in a location previously occupied by a real reference, it would
generate a corrupt naRef.

20 years agoChanges to tke sky dome coloring
ehofman [Wed, 18 Feb 2004 14:33:16 +0000 (14:33 +0000)]
Changes to tke sky dome coloring

20 years agoRemove an extra sgSetVec call
ehofman [Tue, 17 Feb 2004 14:40:05 +0000 (14:40 +0000)]
Remove an extra sgSetVec call

20 years agoBe a little quieter at the default debug level.
david [Sat, 7 Feb 2004 21:36:20 +0000 (21:36 +0000)]
Be a little quieter at the default debug level.

20 years agoMove the new metar class from FlightGear to SimGear
ehofman [Mon, 2 Feb 2004 10:12:31 +0000 (10:12 +0000)]
Move the new metar class from FlightGear to SimGear

20 years agoYank the MSVC special handling. It turns out it was becuase "strlen"
andy [Sun, 1 Feb 2004 17:47:08 +0000 (17:47 +0000)]
Yank the MSVC special handling.  It turns out it was becuase "strlen"
has special voodoo in the parser.  That's much more cleanly handled by
renaming the function than by #ifdef'ing.

20 years agoFix a slight ambiguity in variable names.
curt [Sat, 31 Jan 2004 19:50:35 +0000 (19:50 +0000)]
Fix a slight ambiguity in variable names.

20 years agoActivate the driver fog workaround again. It doesn't seem to be solved yet.
ehofman [Thu, 29 Jan 2004 18:25:55 +0000 (18:25 +0000)]
Activate the driver fog workaround again. It doesn't seem to be solved yet.

20 years agoFrederic BOUVIER:
curt [Tue, 27 Jan 2004 15:55:47 +0000 (15:55 +0000)]
Frederic BOUVIER:

Win32 serial port communication fixes.

20 years agoMake sure all libraries are used to test for certain functions
ehofman [Tue, 27 Jan 2004 09:41:33 +0000 (09:41 +0000)]
Make sure all libraries are used to test for certain functions

20 years agoFix a mistake
ehofman [Mon, 26 Jan 2004 19:59:36 +0000 (19:59 +0000)]
Fix a mistake

20 years agoClean up the Pre-, and PostDraw functions a bit. Especially the glPushAttrib has...
ehofman [Sat, 24 Jan 2004 12:08:12 +0000 (12:08 +0000)]
Clean up the Pre-, and PostDraw functions a bit. Especially the glPushAttrib has had some attention. The NVidia hack is commented out for now.

20 years agoFix an initialization problem
ehofman [Mon, 19 Jan 2004 13:37:26 +0000 (13:37 +0000)]
Fix an initialization problem

20 years agoOops, I originally had ramped the vasi/papi color transition the wrong way.
curt [Fri, 16 Jan 2004 17:37:05 +0000 (17:37 +0000)]
Oops, I originally had ramped the vasi/papi color transition the wrong way.
So as you passed through the target glide slope from low to high it would
be colored: red -> white -> small range of transition to red -> white.
Now it goes the right way so you get: red -> smooth transition to -> white.
You can tell you are getting high if you see the bottom vasi start to turn
pink ... etc. etc. hopefully just like in real life.

20 years agoTry to prevent a devide by zero situation
ehofman [Thu, 15 Jan 2004 14:23:06 +0000 (14:23 +0000)]
Try to prevent a devide by zero situation

20 years agoDon't do any calculations when thay are not needed
ehofman [Thu, 15 Jan 2004 14:22:03 +0000 (14:22 +0000)]
Don't do any calculations when thay are not needed

20 years agoMake sure MispPro compilers < 7.4 still work
ehofman [Thu, 15 Jan 2004 14:21:31 +0000 (14:21 +0000)]
Make sure MispPro compilers < 7.4 still work

20 years agoThe emissive values just don't seem like the right thing to do. You suddenly
curt [Wed, 14 Jan 2004 18:02:58 +0000 (18:02 +0000)]
The emissive values just don't seem like the right thing to do.  You suddenly
see the dark side of the moon quite clearly, which usually isn't the case.

The rest of the moon still seems a bit oversaturated right now ...

20 years agoMake the vasi lights slightly larger/brighter.
curt [Fri, 9 Jan 2004 16:49:13 +0000 (16:49 +0000)]
Make the vasi lights slightly larger/brighter.

20 years agoUse the same coloring scheme for the moon and the sun, add a bit of light reflection...
ehofman [Fri, 9 Jan 2004 10:19:00 +0000 (10:19 +0000)]
Use the same coloring scheme for the moon and the sun, add a bit of light reflection to the moon

20 years agoUpdates to the alpha-test animation class
ehofman [Thu, 8 Jan 2004 10:38:29 +0000 (10:38 +0000)]
Updates to the alpha-test animation class

20 years agoUpdates to the alpha-test animation class
ehofman [Thu, 8 Jan 2004 10:25:23 +0000 (10:25 +0000)]
Updates to the alpha-test animation class

20 years agoFrederic Bouvier:
ehofman [Wed, 7 Jan 2004 09:07:57 +0000 (09:07 +0000)]
Frederic Bouvier:

The attached patch adds a new animation class, called SGAlphaTestAnimation, to enable alpha test in 3D models.
This will remove many artefact caused by painting order of translucent models, and I need it for an upcoming model. In addition, I added a min-factor and a max-factor to the range animation to modulate min-m, min-property, max-m or max-property.

20 years agoSmarter vasi coloring.
curt [Tue, 30 Dec 2003 07:04:05 +0000 (07:04 +0000)]
Smarter vasi coloring.

20 years agoTrack some additional data required for computing vasi/papi colors.
curt [Tue, 30 Dec 2003 05:53:50 +0000 (05:53 +0000)]
Track some additional data required for computing vasi/papi colors.

20 years agoGo with an all white texture for vasi/papi lights. We will vary the
curt [Tue, 30 Dec 2003 05:53:03 +0000 (05:53 +0000)]
Go with an all white texture for vasi/papi lights.  We will vary the
background color externally to change from white to red.

20 years agoAdd a number of Metar related constants
ehofman [Sat, 27 Dec 2003 13:41:02 +0000 (13:41 +0000)]
Add a number of Metar related constants

20 years agoResolve some dependency problems
ehofman [Sat, 27 Dec 2003 09:31:02 +0000 (09:31 +0000)]
Resolve some dependency problems

20 years agoUpdates to support sgi's MIPSpro compiler version 7.4 and newer. This also fixes...
ehofman [Fri, 26 Dec 2003 13:55:09 +0000 (13:55 +0000)]
Updates to support sgi's MIPSpro compiler version 7.4 and newer. This also fixes a number of C++ issues where FlightGear didn't follow the standard.

20 years agoParse/GC interaction fixed.
andy [Mon, 22 Dec 2003 19:27:51 +0000 (19:27 +0000)]
Parse/GC interaction fixed.
Remove the OP_NEWARGS "optimization" (it wasn't).

20 years agoMelchior FRANZ:
ehofman [Fri, 19 Dec 2003 17:44:30 +0000 (17:44 +0000)]
Melchior FRANZ:
There are constructors for sg_io_exception that don't initialize the
location. In this case getFormattedMessage does still output an extra
line with " at" followed by ... nothing. Looks silly.

20 years agoRewrite sg_geodesy. The new version is more accurate to the WGS84
andy [Fri, 19 Dec 2003 02:40:33 +0000 (02:40 +0000)]
Rewrite sg_geodesy.  The new version is more accurate to the WGS84
standard and includes a sgCartToGeod() function which is 100%
symmetric (down to the precision of a double) with sgGeodToCart().

20 years agoMelchior FRANZ:
ehofman [Sun, 14 Dec 2003 14:45:29 +0000 (14:45 +0000)]
Melchior FRANZ:

There's another problem with sg_socket.cxx: the timeout value is
hardcoded as 0. This is appropriate for servers as they continuously
poll the socket and never want to wait for clients. But clients
*do* want to wait a few seconds for a server response.

20 years agoMake sure both client and server situations are hendled properly
ehofman [Sun, 14 Dec 2003 10:07:51 +0000 (10:07 +0000)]
Make sure both client and server situations are hendled properly

20 years agoRevert to the previous version
ehofman [Thu, 11 Dec 2003 15:26:23 +0000 (15:26 +0000)]
Revert to the previous version

20 years agofgrun fixes
ehofman [Thu, 11 Dec 2003 13:17:45 +0000 (13:17 +0000)]
fgrun fixes

20 years agoExtra i++ led to a "double skip" when parsing a \r\n pair. So a DOS
andy [Mon, 8 Dec 2003 16:55:50 +0000 (16:55 +0000)]
Extra i++ led to a "double skip" when parsing a \r\n pair.  So a DOS
file would look like it was all on one line, and a comment would skip
to the end of the file.

20 years agoBug fixes. The priority queue wasn't handling boundary conditions at
andy [Sun, 7 Dec 2003 19:53:34 +0000 (19:53 +0000)]
Bug fixes.  The priority queue wasn't handling boundary conditions at
the edge of the table properly.  The new code is half the size -- it
*has* to be correct, right?

20 years agoProperty interpolator subsystem. A utility, primarily for Nasal scripts
andy [Fri, 5 Dec 2003 01:49:44 +0000 (01:49 +0000)]
Property interpolator subsystem.  A utility, primarily for Nasal scripts

20 years agoAdded setsize() and subvec() library functions
andy [Fri, 5 Dec 2003 01:49:02 +0000 (01:49 +0000)]
Added setsize() and subvec() library functions

20 years agoA first attempt on detecting endianness and number of bits
ehofman [Mon, 1 Dec 2003 18:57:32 +0000 (18:57 +0000)]
A first attempt on detecting endianness and number of bits

20 years agoRename IRIX to irix_string in simgear/compatibility and assign "simgear/compatibility...
ehofman [Mon, 1 Dec 2003 18:56:53 +0000 (18:56 +0000)]
Rename IRIX to irix_string in simgear/compatibility and assign "simgear/compatibility/irix_string" to STL_STRING for IRIX

20 years agoAdd Nasal Vs. 1.5
ehofman [Mon, 1 Dec 2003 14:33:45 +0000 (14:33 +0000)]
Add Nasal Vs. 1.5

20 years agoAttempt to fix a bug in SGSocket::read() affecting TCP style sockets.
curt [Thu, 27 Nov 2003 13:24:26 +0000 (13:24 +0000)]
Attempt to fix a bug in SGSocket::read() affecting TCP style sockets.

20 years agoRevert an IRIX/O2 only setting again
ehofman [Thu, 27 Nov 2003 10:23:13 +0000 (10:23 +0000)]
Revert an IRIX/O2 only setting again

20 years agoPortability fix
ehofman [Thu, 27 Nov 2003 10:22:29 +0000 (10:22 +0000)]
Portability fix

20 years agoMake sure autogenerated files don't show up
ehofman [Wed, 26 Nov 2003 14:42:05 +0000 (14:42 +0000)]
Make sure autogenerated files don't show up

20 years agoPortability fixes
ehofman [Wed, 26 Nov 2003 14:39:46 +0000 (14:39 +0000)]
Portability fixes

20 years agorename libnasal.a to libsgnasal.a to match the existing SimGear library
curt [Tue, 25 Nov 2003 22:49:02 +0000 (22:49 +0000)]
rename libnasal.a to libsgnasal.a to match the existing SimGear library
naming convention.

20 years agoMSVC > 6.0 fix
ehofman [Tue, 25 Nov 2003 21:45:56 +0000 (21:45 +0000)]
MSVC > 6.0 fix

20 years agoNasal and event manager updates from Andy Ross.
curt [Tue, 25 Nov 2003 21:26:01 +0000 (21:26 +0000)]
Nasal and event manager updates from Andy Ross.

20 years agoVersion 1.3 of Andy Ross's "NASAL" embedded scripting language.
curt [Tue, 25 Nov 2003 20:16:28 +0000 (20:16 +0000)]
Version 1.3 of Andy Ross's "NASAL" embedded scripting language.

20 years agoMinor changes to logging messages (to STDOUT).
david [Mon, 24 Nov 2003 17:41:43 +0000 (17:41 +0000)]
Minor changes to logging messages (to STDOUT).

20 years agoMacOS X fixes
ehofman [Sun, 23 Nov 2003 10:04:45 +0000 (10:04 +0000)]
MacOS X fixes

20 years agoFIx a typo
ehofman [Fri, 21 Nov 2003 21:56:57 +0000 (21:56 +0000)]
FIx a typo

20 years agoFrederic Bouvier wrote:
ehofman [Wed, 19 Nov 2003 15:16:21 +0000 (15:16 +0000)]
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.

20 years agoChange istringstream back to a typedef so there is no need to redefine every class...
ehofman [Sun, 9 Nov 2003 08:56:09 +0000 (08:56 +0000)]
Change istringstream back to a typedef so there is no need to redefine every class memeber.

20 years agoSave on a number of CPU costly strcmp calls when using the blend function
ehofman [Tue, 4 Nov 2003 13:25:23 +0000 (13:25 +0000)]
Save on a number of CPU costly strcmp calls when using the blend function

20 years agoUpdates for the official 0.3.4 version.
curt [Wed, 22 Oct 2003 19:21:24 +0000 (19:21 +0000)]
Updates for the official 0.3.4 version.

20 years agoShoot, I was trying to hunt down a bug that wasn't even caused by the sstream impleme...
ehofman [Mon, 20 Oct 2003 19:53:35 +0000 (19:53 +0000)]
Shoot, I was trying to hunt down a bug that wasn't even caused by the sstream implementation! Back out some of the previous patches

20 years agoAnd don't forget to free up the used memory.
ehofman [Mon, 20 Oct 2003 19:38:27 +0000 (19:38 +0000)]
And don't forget to free up the used memory.

20 years agoMake it easy on myself (and make it work as a bonus)
ehofman [Mon, 20 Oct 2003 19:32:50 +0000 (19:32 +0000)]
Make it easy on myself (and make it work as a bonus)

20 years agoLast fixes
ehofman [Mon, 20 Oct 2003 12:14:10 +0000 (12:14 +0000)]
Last fixes

20 years agoSafety updates
ehofman [Mon, 20 Oct 2003 09:41:26 +0000 (09:41 +0000)]
Safety updates

20 years agofixes and updates for fgrun
ehofman [Mon, 20 Oct 2003 09:06:13 +0000 (09:06 +0000)]
fixes and updates for fgrun

20 years agoFix a problem which was introduced in the previous patch
ehofman [Thu, 16 Oct 2003 14:53:14 +0000 (14:53 +0000)]
Fix a problem which was introduced in the previous patch

20 years agoFix a problem where older IRIX compilers needed a typecast for certain opperations
ehofman [Thu, 16 Oct 2003 12:51:47 +0000 (12:51 +0000)]
Fix a problem where older IRIX compilers needed a typecast for certain opperations

20 years agoVarious updates for the upcoming 0.3.4 release.
curt [Wed, 15 Oct 2003 20:15:29 +0000 (20:15 +0000)]
Various updates for the upcoming 0.3.4 release.

20 years agoFix a stragling left over reference to metakit.
curt [Wed, 15 Oct 2003 20:01:41 +0000 (20:01 +0000)]
Fix a stragling left over reference to metakit.

20 years agoAdd the ability to set three levels of detail for static scenery using the property...
ehofman [Sun, 28 Sep 2003 08:38:48 +0000 (08:38 +0000)]
Add the ability to set three levels of detail for static scenery using the property tree

20 years agoFix a dependency problem
ehofman [Thu, 25 Sep 2003 08:22:40 +0000 (08:22 +0000)]
Fix a dependency problem

20 years agoA couple changes to allow separate handling of VASI/PAPI lights which
curt [Wed, 24 Sep 2003 19:56:51 +0000 (19:56 +0000)]
A couple changes to allow separate handling of VASI/PAPI lights which
generally are turned on all the time.

20 years agoFix a problem where the compiler would mix up two function declarations because the...
ehofman [Wed, 24 Sep 2003 19:06:59 +0000 (19:06 +0000)]
Fix a problem where the compiler would mix up two function declarations because the one wich has SGSubsystem in it's options list expected a const SGSubsystem, but it was called with a plain SGSubsystem

20 years agoMove FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear...
ehofman [Wed, 24 Sep 2003 17:19:22 +0000 (17:19 +0000)]
Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups

20 years agoVarious tweaks to handling taxiway lighting.
curt [Tue, 23 Sep 2003 23:06:50 +0000 (23:06 +0000)]
Various tweaks to handling taxiway lighting.

20 years agoFix a problem where the upper cloud layers are drawn with the sun punch through value
ehofman [Tue, 23 Sep 2003 08:42:20 +0000 (08:42 +0000)]
Fix a problem where the upper cloud layers are drawn with the sun punch through value

20 years agoFix a problem where the cloud layers suddenly change color when looking towards the sun
ehofman [Mon, 22 Sep 2003 12:32:03 +0000 (12:32 +0000)]
Fix a problem where the cloud layers suddenly change color when looking towards the sun

20 years agoInitialize some variables before using them
ehofman [Wed, 17 Sep 2003 17:59:28 +0000 (17:59 +0000)]
Initialize some variables before using them

20 years agoFrederic Bouvier:
ehofman [Sat, 13 Sep 2003 11:45:47 +0000 (11:45 +0000)]
Frederic Bouvier:
This patch is there to correct a problem that prevent to load static objects when specifying a relative fg-root or a different, relative, fg-scenery. It appears that there is a mix between fg-root, fg-scenery and PLIB's model-dir.
It has been reported on the list that users are not able to see the buildings, especially those running the win32 builds because they run 'runfgfs.bat' that set FG_ROOT=./DATA.

I decided not to use model-dir because it just add confusion and to build a valid path earlier.

20 years agoAdd support for win32-pthreads in MSVC.NET
ehofman [Sat, 13 Sep 2003 11:33:49 +0000 (11:33 +0000)]
Add support for win32-pthreads in MSVC.NET

20 years agoFix a problem for systems with older headers
ehofman [Fri, 12 Sep 2003 21:24:52 +0000 (21:24 +0000)]
Fix a problem for systems with older headers

20 years agoUse default OpenGL material colors
ehofman [Tue, 9 Sep 2003 14:33:29 +0000 (14:33 +0000)]
Use default OpenGL material colors

20 years agoChange the defaults color specifications
ehofman [Mon, 8 Sep 2003 13:11:19 +0000 (13:11 +0000)]
Change the defaults color specifications

20 years agoAdd a blend animation
ehofman [Fri, 5 Sep 2003 12:36:01 +0000 (12:36 +0000)]
Add a blend animation

20 years agoUpdate some light parameters
ehofman [Tue, 2 Sep 2003 09:11:21 +0000 (09:11 +0000)]
Update some light parameters

20 years agoFix the box like cloud layer appearance
ehofman [Sun, 31 Aug 2003 09:23:48 +0000 (09:23 +0000)]
Fix the box like cloud layer appearance

20 years agoFix some lighting values.
curt [Sun, 31 Aug 2003 03:12:27 +0000 (03:12 +0000)]
Fix some lighting values.

20 years agoNew automake, new problems. Use $base_LIBS where $LIBS was automatically added before
ehofman [Fri, 29 Aug 2003 07:35:55 +0000 (07:35 +0000)]
New automake, new problems. Use $base_LIBS where $LIBS was automatically added before

20 years agoRemove metakit from src-libs, remove metakit check from configure script,
curt [Fri, 29 Aug 2003 04:19:56 +0000 (04:19 +0000)]
Remove metakit from src-libs, remove metakit check from configure script,
remove README.metakit.

20 years agoActually use the calculated position in the layer list. This prevents the use of...
ehofman [Fri, 22 Aug 2003 16:58:01 +0000 (16:58 +0000)]
Actually use the calculated position in the layer list. This prevents the use of glDepthMask(). Clean up the code some.

20 years agoClouds3D crashes because there is no Light
ehofman [Fri, 22 Aug 2003 16:18:33 +0000 (16:18 +0000)]
Clouds3D crashes because there is no Light

20 years agoDisable depth buffer writes while drawing the layers and some cosmetic updates
ehofman [Fri, 22 Aug 2003 09:48:49 +0000 (09:48 +0000)]
Disable depth buffer writes while drawing the layers and some cosmetic updates

20 years agoA patch from Frederic Bouvier which performs z-buffer ordering of the cloud layers...
ehofman [Fri, 22 Aug 2003 08:07:21 +0000 (08:07 +0000)]
A patch from Frederic Bouvier which performs z-buffer ordering of the cloud layers to prevent transparency problems with other (se mi) transparent objects. Good work Frederic!

20 years agoAdjust the layer span and amount of curving based on the eleveation of the layer
ehofman [Tue, 19 Aug 2003 12:04:15 +0000 (12:04 +0000)]
Adjust the layer span and amount of curving based on the eleveation of the layer

20 years agoMacOS X fixes
ehofman [Tue, 19 Aug 2003 08:25:16 +0000 (08:25 +0000)]
MacOS X fixes

20 years agoGive calc_tex_coords() a more conformant name: sgCalcTexCoords()
curt [Tue, 19 Aug 2003 02:08:16 +0000 (02:08 +0000)]
Give calc_tex_coords() a more conformant name: sgCalcTexCoords()

20 years agoFrederic Bouvier:
ehofman [Sat, 16 Aug 2003 12:30:25 +0000 (12:30 +0000)]
Frederic Bouvier:
This patch was inspired by Norman. Otherwise there is a segfault on Linux because the global variable tries to access OGL before a valid context is initialized.