Commit Graph

  • 01ccdd3ae1 Erik Hofman: curt 2002-09-18 19:41:52 +00:00
  • ab074726df Removed unnecessary files. curt 2002-09-18 18:47:47 +00:00
  • ed26458a24 Norman's most recent 3d clouds code tweaks. curt 2002-09-18 14:24:19 +00:00
  • fcf1d34e55 Latest changes from John. curt 2002-09-17 16:08:00 +00:00
  • 19f99ea273 Build with other simgear header files from source tree, not those that are installed. curt 2002-09-17 01:16:18 +00:00
  • fe5bb76def Latest changes from John Wojnaroski. curt 2002-09-16 14:55:31 +00:00
  • 7ecf508453 Rolled Norm's change back out; update needs to be called earlier. david 2002-09-16 13:13:49 +00:00
  • 83e6e44eab Patches from Norm Vine to get clouds working (and add some debugging information). david 2002-09-16 02:26:20 +00:00
  • 69a93342c0 Ignore generated files. david 2002-09-15 10:42:54 +00:00
  • e17338622a Change the header install directory. Clean up a couple warnings. curt 2002-09-15 04:32:28 +00:00
  • a67fd7ea99 Added autom4te.cache. david 2002-09-14 16:06:22 +00:00
  • cf2b8afbe9 Added stamp-h1. david 2002-09-14 16:05:58 +00:00
  • a1e7761384 Removed /usr/local/include (as with plib). david 2002-09-14 16:05:41 +00:00
  • d068915b42 Added newlines and did other clean-ups to eliminate errors and minimize warnings compiling with g++ 3.2. david 2002-09-14 16:03:39 +00:00
  • adeb0d48fc Upgrade the version number. curt 2002-09-13 23:19:14 +00:00
  • 55c89ea865 Added simgear/sky/clouds3d to the build system. curt 2002-09-13 22:51:40 +00:00
  • 8bd07e358f Tweak lib name. curt 2002-09-13 20:36:19 +00:00
  • 01113e82f3 Initial revision. curt 2002-09-13 20:29:04 +00:00
  • 6d79582890 Initial revision curt 2002-09-07 02:58:19 +00:00
  • 2ae3c89406 For version 0.2.0 curt 2002-09-07 01:45:46 +00:00
  • 1818102ffe Updated ... RELEASE_0_2_0 curt 2002-09-07 01:33:17 +00:00
  • 406d6dd6fc Getting ready for 0.2.0 stable release. curt 2002-09-07 01:25:02 +00:00
  • c8ef854f01 Fixes to allow MingW compilation. curt 2002-09-06 20:05:40 +00:00
  • 87dcaf5a00 Fixes to better support the native irix compilers. curt 2002-09-06 15:30:11 +00:00
  • c3bdd0e537 Automake version check is only done in autogen.sh and not in configure. curt 2002-09-03 21:44:44 +00:00
  • c23fd6e66f Fix a typo in acinclude.m4 curt 2002-09-03 02:52:39 +00:00
  • e809eee896 Additional configure changes. curt 2002-09-02 22:18:31 +00:00
  • c44ef2126c Tweaks for next prerelease. RELEASE_0_0_19pre2 curt 2002-09-02 04:08:01 +00:00
  • e2bfb5633b Minor tweaks. curt 2002-09-02 03:43:05 +00:00
  • 064ee8ba8f Make sure interpreters/ gets included with "make dist" curt 2002-09-02 03:41:39 +00:00
  • a5c130446e Preparation for next pre-release. RELEASE_0_0_19pre1 curt 2002-08-31 18:39:07 +00:00
  • 4162817c0b More clean ups. curt 2002-08-31 13:18:49 +00:00
  • 81cab6e089 Additional build system tweaks, regenerated the .dsp/.dsw's. curt 2002-08-30 15:03:30 +00:00
  • d78204d147 Several fixes and tweaks. curt 2002-08-29 14:00:35 +00:00
  • d8b523d067 Attempting more fixes to our autoconf/make scripts. curt 2002-08-28 14:08:12 +00:00
  • c4cfad6069 Additional tweaks that got lost somehow. curt 2002-08-27 21:48:51 +00:00
  • 5bddb88ce2 Ooops, minor typo fixed. curt 2002-08-27 21:45:48 +00:00
  • 8c4ee69aeb Modernize the autoconf scripts a bit. curt 2002-08-27 21:44:39 +00:00
  • b3a533f8ce Add #ifdef'd out support for plibs cheesy lens flare object. curt 2002-08-27 21:43:35 +00:00
  • a885314a39 Tidy up the autoconf/automake configuration a bit. curt 2002-08-25 17:31:47 +00:00
  • 0567a76445 It 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
  • d6dc2d6eab Brandon Bergren: curt 2002-08-24 03:54:45 +00:00
  • b75a694682 Bernie Bright: curt 2002-08-23 17:52:10 +00:00
  • 2e7e9b73a0 Change from Norman Vine to add new random-number algorithm. david 2002-08-05 18:43:28 +00:00
  • 7a11523692 Random-number seed patch from Erik Hofman. david 2002-07-31 17:14:29 +00:00
  • f85a9866fe Remove efence support in favor of valgrind. curt 2002-07-30 14:10:08 +00:00
  • 9b05c27938 Remove 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
  • fd96729362 Patch from Cameron Moore: david 2002-07-18 20:30:18 +00:00
  • c57cc096f8 Patch from Cameron Moore: david 2002-07-18 20:30:02 +00:00
  • c8efd0a465 Added 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
  • db60139845 Downgrade cloud-base alert to a debug warning. david 2002-07-18 20:23:30 +00:00
  • cadefd323a Quick 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
  • baab88f42a Fix deletes in destructor. david 2002-07-06 15:00:37 +00:00
  • 767b74dd35 Added new getDisplayName method that gets the name with its index. Suggested by Julian Foad. david 2002-07-06 14:58:38 +00:00
  • 90e8287f43 Made 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
  • d8b7e5b8fd Added simgear_config.h.in david 2002-07-06 12:06:40 +00:00
  • 7769447283 Fixed a couple minor compiler warnings. curt 2002-07-03 17:35:49 +00:00
  • d6a790cf13 MSVC++ bug work-around from Frederic Bouvier. david 2002-07-03 02:06:23 +00:00
  • 033c66363d Fixes for IA-64 with Intel compiler. curt 2002-07-02 18:44:20 +00:00
  • 3ff1789963 Fixed an MSVC compilation problem reported by Frederic Bouvier. david 2002-06-28 17:02:42 +00:00
  • 9737c0c4dd Fixed bug reported by Julian Foad: david 2002-06-28 16:56:14 +00:00
  • b201383a80 Patch from Julian Foad: david 2002-06-28 15:55:11 +00:00
  • 2253b82304 Patch from Julian Foad: david 2002-06-28 15:54:34 +00:00
  • 2581446d85 Patch from Julian Foad: david 2002-06-28 15:54:15 +00:00
  • a6291b286c Patch from Julian Foad: david 2002-06-28 15:53:58 +00:00
  • 96a396bfcb Patch from Julian Foad: david 2002-06-28 15:53:31 +00:00
  • 0833a11686 Significant 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
  • 9c7f7f3d32 Added a ptr() method to SGPropertyNode_ptr to get the raw pointer. david 2002-06-18 01:26:09 +00:00
  • 7847fe8074 Patch from Melchior Franz: david 2002-06-07 17:39:38 +00:00
  • c57d25ac51 Be more conservative and reuse SSG objects. david 2002-06-05 19:12:50 +00:00
  • 1341b5b9f8 Try to avoid some memory leaks. david 2002-06-05 15:43:04 +00:00
  • fb54e9e103 Include the autogen.sh script in the distribution. curt 2002-05-23 13:46:19 +00:00
  • 3a835dde7d Skip drawing clear cloud layers. david 2002-05-17 16:53:19 +00:00
  • 128a4a36ca Bernie 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
  • 255bb6dd07 Preparation 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
  • 786b1e3a30 Removed SG_STATIC_CONST define. curt 2002-05-16 02:44:35 +00:00
  • d5f38a558e Minor tweaks. curt 2002-05-16 02:30:06 +00:00
  • ce5d4b7db8 Erik 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
  • 8c0b36fe9e Added 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
  • c7e6459c64 Modified to work with the new SGPropertyNode_ptr class. david 2002-05-10 22:58:03 +00:00
  • 86e31e696d Patch from Frederic Bouvier: david 2002-05-10 22:57:36 +00:00
  • be0b1bb994 Mac OS X fixes from Jonathan Polley. david 2002-05-10 21:33:12 +00:00
  • 03e74bfeb4 Ignore binaries. david 2002-05-10 21:31:55 +00:00
  • 972223cd50 Eliminate an unsigned-int comparison warning. david 2002-05-10 21:31:15 +00:00
  • 761b7b9354 Bernie Bright: curt 2002-05-10 13:53:22 +00:00
  • 6a3d1895d9 Bernie Bright: curt 2002-05-10 13:32:44 +00:00
  • d1178a26ce Updated MSVC project files. curt 2002-05-10 13:31:44 +00:00
  • 8ffdfa3cb1 Make 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
  • 384e56b9b4 Patches from Erik Hoffman: david 2002-04-25 15:09:10 +00:00
  • d198e962b0 Patch from Melchior Franz: david 2002-04-25 14:56:03 +00:00
  • 0136fdadbb Patch from Melchior Franz: david 2002-04-25 14:55:40 +00:00
  • c616568830 Make sure README.MSVC goes in the distribution. curt 2002-04-23 01:56:51 +00:00
  • 995d2c1ede Make sure zlib.dsp goes in the distribution. curt 2002-04-23 01:55:48 +00:00
  • 051a5e9a38 Updated 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
  • 60d89097de Bump up version number, remove boost from src-libs/Makefile.am curt 2002-04-20 22:03:35 +00:00
  • 6c35255549 Updated for 0.0.18. RELEASE_0_0_18 curt 2002-04-20 21:06:05 +00:00
  • c985d8846d tweak. curt 2002-04-20 20:53:54 +00:00
  • 9a8ab26381 Removed boost dependency. Maybe we'll try again later. curt 2002-04-12 01:35:09 +00:00
  • 711622fd5b Patch from Frederic Bouvier: david 2002-04-07 21:28:43 +00:00
  • 96474823b5 Implemented a very simple hash-table cache for property lookup using relative paths. david 2002-04-06 21:47:22 +00:00