81cab6e089Additional build system tweaks, regenerated the .dsp/.dsw's.
curt
2002-08-30 15:03:30 +00:00
d78204d147Several fixes and tweaks.
curt
2002-08-29 14:00:35 +00:00
d8b523d067Attempting more fixes to our autoconf/make scripts.
curt
2002-08-28 14:08:12 +00:00
c4cfad6069Additional tweaks that got lost somehow.
curt
2002-08-27 21:48:51 +00:00
5bddb88ce2Ooops, minor typo fixed.
curt
2002-08-27 21:45:48 +00:00
8c4ee69aebModernize the autoconf scripts a bit.
curt
2002-08-27 21:44:39 +00:00
b3a533f8ceAdd #ifdef'd out support for plibs cheesy lens flare object.
curt
2002-08-27 21:43:35 +00:00
a885314a39Tidy up the autoconf/automake configuration a bit.
curt
2002-08-25 17:31:47 +00:00
0567a76445It probably is better not to hide warning messages. Removed spaces from AC_DEFINE( SYMBOL ) -> AC_DEFINE(SYMBOL)
curt
2002-08-24 18:21:49 +00:00
2e7e9b73a0Change from Norman Vine to add new random-number algorithm.
david
2002-08-05 18:43:28 +00:00
7a11523692Random-number seed patch from Erik Hofman.
david
2002-07-31 17:14:29 +00:00
f85a9866feRemove efence support in favor of valgrind.
curt
2002-07-30 14:10:08 +00:00
9b05c27938Remove ECMAScript interpreter from the default build for now. It can still be built from inside the directory.
david
2002-07-30 11:58:34 +00:00
fd96729362Patch from Cameron Moore:
david
2002-07-18 20:30:18 +00:00
c57cc096f8Patch from Cameron Moore:
david
2002-07-18 20:30:02 +00:00
c8efd0a465Added JavaScript interpreter, repackaged by Tony Peden. It's not tied into anything yet, but it builds OK inside SimGear.
david
2002-07-18 20:27:46 +00:00
db60139845Downgrade cloud-base alert to a debug warning.
david
2002-07-18 20:23:30 +00:00
cadefd323aQuick fix for bug reported by Julian Foad, where the simplify flag was not honoured after the first call. This isn't all that efficient, and the return type probably should change to string eventually, but this fix avoids changing the headers for now.
david
2002-07-18 20:04:50 +00:00
baab88f42aFix deletes in destructor.
david
2002-07-06 15:00:37 +00:00
767b74dd35Added new getDisplayName method that gets the name with its index. Suggested by Julian Foad.
david
2002-07-06 14:58:38 +00:00
90e8287f43Made SGPropertyNode::getPath extremely efficient: it now caches its result, so after the first call for any node, it simply tests and returns a pointer. This also fixes the problem of buffer conflicts with make_string.
david
2002-07-06 13:19:02 +00:00
d8b7e5b8fdAdded simgear_config.h.in
david
2002-07-06 12:06:40 +00:00
7769447283Fixed a couple minor compiler warnings.
curt
2002-07-03 17:35:49 +00:00
d6a790cf13MSVC++ bug work-around from Frederic Bouvier.
david
2002-07-03 02:06:23 +00:00
033c66363dFixes for IA-64 with Intel compiler.
curt
2002-07-02 18:44:20 +00:00
3ff1789963Fixed an MSVC compilation problem reported by Frederic Bouvier.
david
2002-06-28 17:02:42 +00:00
9737c0c4ddFixed bug reported by Julian Foad:
david
2002-06-28 16:56:14 +00:00
b201383a80Patch from Julian Foad:
david
2002-06-28 15:55:11 +00:00
2253b82304Patch from Julian Foad:
david
2002-06-28 15:54:34 +00:00
2581446d85Patch from Julian Foad:
david
2002-06-28 15:54:15 +00:00
a6291b286cPatch from Julian Foad:
david
2002-06-28 15:53:58 +00:00
96a396bfcbPatch from Julian Foad:
david
2002-06-28 15:53:31 +00:00
0833a11686Significant improvements to the change-listener support. There are now three different change events, and the listener base class removes itself from the parent in the destructor.
david
2002-06-18 21:17:42 +00:00
9c7f7f3d32Added a ptr() method to SGPropertyNode_ptr to get the raw pointer.
david
2002-06-18 01:26:09 +00:00
7847fe8074Patch from Melchior Franz:
david
2002-06-07 17:39:38 +00:00
c57d25ac51Be more conservative and reuse SSG objects.
david
2002-06-05 19:12:50 +00:00
1341b5b9f8Try to avoid some memory leaks.
david
2002-06-05 15:43:04 +00:00
fb54e9e103Include the autogen.sh script in the distribution.
curt
2002-05-23 13:46:19 +00:00
3a835dde7dSkip drawing clear cloud layers.
david
2002-05-17 16:53:19 +00:00
128a4a36caBernie Bright: I've defined snprintf as _snprintf in compiler.h for MSVC and MINGW targets and removed duplicate definitions from FG sources.
curt
2002-05-17 14:38:03 +00:00
255bb6dd07Preparation for making dynamic cloud layers -- moved cloud state out of sky.[ch]xx and into cloud.[ch]xx, and added setters for modifying the state of an existing layer.
david
2002-05-16 23:16:39 +00:00
ce5d4b7db8Erik Hofman: Some small patches to make the code Irix/Muli platform compatible and one small fix to make it plib-1.4.2 compatible also.
curt
2002-05-15 19:21:54 +00:00
8c0b36fe9eAdded SG_COMPILER macro. This is a string that identifies the build compiler and version. It might be useful to display it during program startup.
curt
2002-05-14 18:59:03 +00:00
c7e6459c64Modified to work with the new SGPropertyNode_ptr class.
david
2002-05-10 22:58:03 +00:00
86e31e696dPatch from Frederic Bouvier:
david
2002-05-10 22:57:36 +00:00
be0b1bb994Mac OS X fixes from Jonathan Polley.
david
2002-05-10 21:33:12 +00:00
03e74bfeb4Ignore binaries.
david
2002-05-10 21:31:55 +00:00
972223cd50Eliminate an unsigned-int comparison warning.
david
2002-05-10 21:31:15 +00:00
8ffdfa3cb1Make the skydome interface a little more flexible so we can scale the dome for other applications.
curt
2002-04-27 03:19:45 +00:00
384e56b9b4Patches from Erik Hoffman:
david
2002-04-25 15:09:10 +00:00
d198e962b0Patch from Melchior Franz:
david
2002-04-25 14:56:03 +00:00
0136fdadbbPatch from Melchior Franz:
david
2002-04-25 14:55:40 +00:00
c616568830Make sure README.MSVC goes in the distribution.
curt
2002-04-23 01:56:51 +00:00
995d2c1edeMake sure zlib.dsp goes in the distribution.
curt
2002-04-23 01:55:48 +00:00
051a5e9a38Updated am2dsp.cfg file for creating MSVC project files. New README.MSVC. New src-libs/zlib.dsp for building zlib.
curt
2002-04-22 20:37:31 +00:00
60d89097deBump up version number, remove boost from src-libs/Makefile.am
curt
2002-04-20 22:03:35 +00:00