]>
git.mxchange.org Git - simgear.git/log
curt [Wed, 13 Jun 2001 18:59:07 +0000 (18:59 +0000)]
#endif // __COMMANDS_HXX
curt [Wed, 13 Jun 2001 18:10:16 +0000 (18:10 +0000)]
#include <simgear/compiler.h> and adjust to fit the standard coding conventions
of this project.
curt [Tue, 12 Jun 2001 21:44:03 +0000 (21:44 +0000)]
Norman Vine optimizations.
curt [Tue, 12 Jun 2001 02:52:07 +0000 (02:52 +0000)]
David patches.
curt [Tue, 12 Jun 2001 02:49:32 +0000 (02:49 +0000)]
- added SGPropertyNode::Type
- changed return type of SGPropertyNode::getType methods from
SGValue::Type to SGPropertyNode::Type
- made SGPropertyNode::getValue and SGPropertyNode::hasValue private
so that applications cannot get at SGValue instances (SGValue is
slated for removal)
curt [Tue, 12 Jun 2001 02:48:24 +0000 (02:48 +0000)]
- added missing return statement for getAliasTarget
- changed SGValue::Type to SGPropertyNode::Type for all of
SGPropertyNode
curt [Tue, 12 Jun 2001 02:44:40 +0000 (02:44 +0000)]
- added missing return statements for execute methods
curt [Sun, 10 Jun 2001 15:12:09 +0000 (15:12 +0000)]
Fixed a problem that could cause a divide by zero error during initialization.
Contributed by Durk Talsma.
curt [Wed, 6 Jun 2001 23:12:03 +0000 (23:12 +0000)]
Resolve a #define clash with the template argument LOCK.
curt [Wed, 6 Jun 2001 21:27:38 +0000 (21:27 +0000)]
Display a warning message for Irix users.
curt [Wed, 6 Jun 2001 14:57:58 +0000 (14:57 +0000)]
- fixed XML syntax error with missing '"' for some attribute values
that was preventing fgfs save/restore from working
- ensured that aliases always appear standalone
curt [Tue, 5 Jun 2001 17:47:02 +0000 (17:47 +0000)]
Added support for #include STL_ITERATOR
curt [Sat, 2 Jun 2001 04:21:04 +0000 (04:21 +0000)]
Fixed a bug in star repainting optimization.
curt [Fri, 1 Jun 2001 15:28:49 +0000 (15:28 +0000)]
Initial revsion of new command manager (contributed by David Megginson)
Fix to configure.in.
curt [Fri, 1 Jun 2001 15:13:04 +0000 (15:13 +0000)]
Detect Irix/CC compiler and substitute AR="CC -ar".
curt [Tue, 29 May 2001 13:45:06 +0000 (13:45 +0000)]
Norman Vine contributed an optimization to eliminate unnecessary color
recalculations.
curt [Wed, 23 May 2001 19:25:27 +0000 (19:25 +0000)]
gcc-3.0.x fixes.
curt [Fri, 18 May 2001 19:06:26 +0000 (19:06 +0000)]
Added #include <config.h>
curt [Thu, 17 May 2001 19:54:18 +0000 (19:54 +0000)]
MSVC changes contributed by Geoff McLane.
curt [Thu, 17 May 2001 16:19:29 +0000 (16:19 +0000)]
Tweak link libs for decode_binobj.
curt [Wed, 16 May 2001 00:19:24 +0000 (00:19 +0000)]
renamed config.h to simgear_config.h
curt [Tue, 15 May 2001 22:17:58 +0000 (22:17 +0000)]
MSVC++ tweaks.
curt [Tue, 15 May 2001 21:31:35 +0000 (21:31 +0000)]
We have to add a few more libs to a couple link lines in order to make
irix happy because it tries to resolve dependencies even if they are
eventually never used.
curt [Tue, 15 May 2001 21:07:41 +0000 (21:07 +0000)]
STL-ified the interpolation table so it is not size limited.
curt [Tue, 15 May 2001 20:34:20 +0000 (20:34 +0000)]
Updates ...
curt [Tue, 15 May 2001 20:26:47 +0000 (20:26 +0000)]
Tweaks.
curt [Tue, 15 May 2001 19:26:22 +0000 (19:26 +0000)]
Attempt to resolve ambiguity between #include <config.h> for simgear vs.
flightgear, especially when this occurs in a simgear .hxx file. This is
now expressly forbidden, and will cause problems anyways because we now
changed the name to <simgear_config.h> which isn't installed, so you can't
include it in an installed header file.
curt [Tue, 15 May 2001 15:52:10 +0000 (15:52 +0000)]
MSVC++ doesn't have long long, but does have __int64.
curt [Fri, 4 May 2001 02:10:46 +0000 (02:10 +0000)]
Update build order to work around dependencies.
curt [Thu, 3 May 2001 01:58:50 +0000 (01:58 +0000)]
Tweaks.
curt [Thu, 3 May 2001 01:58:12 +0000 (01:58 +0000)]
Initial revision.
curt [Thu, 26 Apr 2001 16:15:01 +0000 (16:15 +0000)]
Timezone fixes for cygwin.
curt [Tue, 24 Apr 2001 21:34:07 +0000 (21:34 +0000)]
Tweaked efence configure.
curt [Tue, 24 Apr 2001 20:01:52 +0000 (20:01 +0000)]
Added some convenience functions to point3d.
curt [Sun, 22 Apr 2001 20:02:49 +0000 (20:02 +0000)]
Screen shot tweaks from Cameron Moore.
curt [Sun, 22 Apr 2001 14:57:08 +0000 (14:57 +0000)]
Fix various compiler warnings contributed by Norman Princeton.
curt [Wed, 18 Apr 2001 11:59:47 +0000 (11:59 +0000)]
Updated for cygwin build note.
curt [Mon, 16 Apr 2001 17:26:13 +0000 (17:26 +0000)]
iAdded new classes to simgear/threads. SGGuard is a wrapper around a
mutex that unlocks the mutex when the SGGuard object goes out of scope.
The SGxxxQueue<T> template family factor out the common behaviour we
need for passing data between threads.
curt [Fri, 13 Apr 2001 13:45:15 +0000 (13:45 +0000)]
-a needed instead of -o
curt [Wed, 11 Apr 2001 21:14:24 +0000 (21:14 +0000)]
Irix tweaks.
curt [Wed, 11 Apr 2001 18:03:30 +0000 (18:03 +0000)]
Fixed a typo.
curt [Mon, 9 Apr 2001 18:02:22 +0000 (18:02 +0000)]
Tweak...
curt [Mon, 9 Apr 2001 17:58:20 +0000 (17:58 +0000)]
Configure check for pthreads.
curt [Sat, 7 Apr 2001 23:07:44 +0000 (23:07 +0000)]
Swab after sgReadBytes() if necessary.
curt [Fri, 6 Apr 2001 21:26:34 +0000 (21:26 +0000)]
Tweaks to endianess support.
curt [Fri, 6 Apr 2001 18:08:07 +0000 (18:08 +0000)]
Tweaks to lowlevel.[ch]xx from Norman.
curt [Fri, 6 Apr 2001 14:30:42 +0000 (14:30 +0000)]
Expanded doxygen comments and added the SGThread::set_cancel() function.
curt [Thu, 5 Apr 2001 23:01:04 +0000 (23:01 +0000)]
Ooops, commit Makefile.am not .in.
curt [Thu, 5 Apr 2001 21:51:32 +0000 (21:51 +0000)]
Added support for byte swapping based on endianess. Note the assumption is
that files are stored in little endian order so if reads or writes are done
from a big endian machine, the contents must be byte swapped.
curt [Thu, 5 Apr 2001 15:58:41 +0000 (15:58 +0000)]
Added simgear/threads contributed by Bernie Bright.
curt [Thu, 5 Apr 2001 15:58:22 +0000 (15:58 +0000)]
Initial revision.
curt [Mon, 2 Apr 2001 00:23:46 +0000 (00:23 +0000)]
Fixes for native Irix compilers.
curt [Thu, 29 Mar 2001 01:35:00 +0000 (01:35 +0000)]
- started adding doc comments to simgear/misc/props.hxx
- fixed some minor bugs in simgear/misc/props-io.cxx relating to the
new LONG type
curt [Mon, 26 Mar 2001 19:04:52 +0000 (19:04 +0000)]
Doxygen.
curt [Mon, 26 Mar 2001 02:41:40 +0000 (02:41 +0000)]
Doxygen ...
curt [Sun, 25 Mar 2001 21:39:03 +0000 (21:39 +0000)]
Doxygen ...
curt [Sun, 25 Mar 2001 13:27:50 +0000 (13:27 +0000)]
Doxygen ...
curt [Sun, 25 Mar 2001 13:16:05 +0000 (13:16 +0000)]
Doxygen.
curt [Sun, 25 Mar 2001 12:45:13 +0000 (12:45 +0000)]
Doxygen.
curt [Sun, 25 Mar 2001 12:07:55 +0000 (12:07 +0000)]
renamed to sgstream.[ch]xx
curt [Sun, 25 Mar 2001 12:06:09 +0000 (12:06 +0000)]
FG_ to SG_ namespace changes.
Doxygenifing.
curt [Sun, 25 Mar 2001 01:42:40 +0000 (01:42 +0000)]
doxygen ...
curt [Sat, 24 Mar 2001 14:21:06 +0000 (14:21 +0000)]
Doxygen ...
curt [Sat, 24 Mar 2001 13:56:53 +0000 (13:56 +0000)]
name space tweaks.
dogygen.
curt [Sat, 24 Mar 2001 13:12:26 +0000 (13:12 +0000)]
fg_traits.hxx -> sg_traits.hxx
fg_zlib.hxx -> sg_zlib.hxx
curt [Sat, 24 Mar 2001 05:27:23 +0000 (05:27 +0000)]
Added some doxygen comments.
curt [Sat, 24 Mar 2001 05:02:14 +0000 (05:02 +0000)]
SG-ified logstream.
curt [Sat, 24 Mar 2001 04:21:37 +0000 (04:21 +0000)]
Doxygen ...
curt [Sat, 24 Mar 2001 03:55:18 +0000 (03:55 +0000)]
SG_ namespace.
curt [Sat, 24 Mar 2001 03:20:47 +0000 (03:20 +0000)]
Use plib rad/degrees conversion constants.
curt [Sat, 24 Mar 2001 03:02:31 +0000 (03:02 +0000)]
SG_ namespace fixes.
curt [Sat, 24 Mar 2001 02:43:29 +0000 (02:43 +0000)]
Initial revision.
curt [Fri, 23 Mar 2001 23:39:25 +0000 (23:39 +0000)]
Trying to sort out name space confusing with SG_PI and SGD_PI and varients.
curt [Fri, 23 Mar 2001 23:18:08 +0000 (23:18 +0000)]
FG_ to SG_ namespace changes.
curt [Fri, 23 Mar 2001 21:59:44 +0000 (21:59 +0000)]
FG_ to SG_ namespace changes.
curt [Fri, 23 Mar 2001 21:42:18 +0000 (21:42 +0000)]
FG_ to SG_ name changes.
curt [Fri, 23 Mar 2001 21:09:56 +0000 (21:09 +0000)]
Name space changes.
curt [Fri, 23 Mar 2001 20:59:25 +0000 (20:59 +0000)]
Name space tweaks.
curt [Fri, 23 Mar 2001 20:50:10 +0000 (20:50 +0000)]
Added doxygen comments.
curt [Wed, 21 Mar 2001 04:57:13 +0000 (04:57 +0000)]
From David Megginson:
1. Fixed a bug reported by Curt for one of the getChild methods.
2. Cleaned up some of the error reporting, and require PropertyList as
the root element name. Also uncluttered the XML output a little
(removed type="unknown").
3. Added a new Long type (i.e. setLongValue, getLongValue, etc.), as
requested by Curt aeons ago.
4. Added aliases, so that a property's value can directly reflect the
value of another property.
5. Added a generalized inclusion facility, with parameters (panel
writers should love this one).
curt [Sun, 18 Mar 2001 21:22:28 +0000 (21:22 +0000)]
Patch to property tree to allow repeating tag names. The property manager
simply assigns ordinality as it finds multiple instances.
curt [Sun, 18 Mar 2001 20:52:27 +0000 (20:52 +0000)]
Here are four small changes to simgear/misc/props.hxx for Red Hat 6.2.
I've also compiled with Mandrake 7.2 and MSVC with no problems.
curt [Wed, 14 Mar 2001 06:24:52 +0000 (06:24 +0000)]
Tweaks to interpolator code.
curt [Wed, 7 Mar 2001 23:56:11 +0000 (23:56 +0000)]
More Irix Mips tweaks.
curt [Tue, 6 Mar 2001 21:14:32 +0000 (21:14 +0000)]
Patch to tweak traits so they work on Irix too.
curt [Tue, 6 Mar 2001 19:57:56 +0000 (19:57 +0000)]
Tweaks to follow flightgear STL standard coding procedure.
curt [Tue, 6 Mar 2001 16:33:39 +0000 (16:33 +0000)]
Patches from Norman Vine <nhv@cape.com> to catch and properly report "errno"
conditions.
curt [Fri, 2 Mar 2001 22:52:04 +0000 (22:52 +0000)]
Changes for the native Irix CC compiler contributed by Erik Hofman.
curt [Wed, 31 Jan 2001 15:35:43 +0000 (15:35 +0000)]
Reduced the verbocity level of the property loader.
curt [Sat, 27 Jan 2001 01:53:11 +0000 (01:53 +0000)]
Tweaks to errno checking and perror.
curt [Wed, 24 Jan 2001 20:07:13 +0000 (20:07 +0000)]
Close a binary file before we return (if it turns out not to be a binary file)
curt [Wed, 24 Jan 2001 04:11:36 +0000 (04:11 +0000)]
Attempt to further isolate domain error problem.
curt [Fri, 19 Jan 2001 21:56:02 +0000 (21:56 +0000)]
Tweaks from David Megginson.
curt [Fri, 19 Jan 2001 21:55:49 +0000 (21:55 +0000)]
Fixed a bug in how zlib.h was included.
curt [Fri, 12 Jan 2001 21:55:44 +0000 (21:55 +0000)]
Tweaks to get us back within the ANSI C++ spec.
Cleaned up some debugging output.
curt [Thu, 11 Jan 2001 03:33:09 +0000 (03:33 +0000)]
Minor MSVC tweaks by Christian Mayer.
curt [Tue, 9 Jan 2001 15:46:32 +0000 (15:46 +0000)]
Initial revision.
curt [Sat, 6 Jan 2001 04:31:11 +0000 (04:31 +0000)]
made read/write functions into members of SGBinObject.
curt [Sat, 6 Jan 2001 04:07:45 +0000 (04:07 +0000)]
Simplified calling interface to read/write obj functions.
curt [Fri, 5 Jan 2001 21:26:59 +0000 (21:26 +0000)]
Need to properly interpret gzread() and gzwrite() return result for error
detection.