Commit Graph

  • d0def466da Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-25 10:29:25 +02:00
  • 959f44502b Fix simgear::Dir::children on Linux where dirent->d_type might be 0; always use stat() to determine file type. Thanks to Alex Romonsan for helping debugging this! James Turner 2010-07-24 10:27:50 +01:00
  • 1840541f6d Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-23 20:05:40 +02:00
  • c5ec6927b3 Add a method to set particle wind using from heading (deg) and speed (kt) Cutis L. Olson 2010-07-23 09:01:49 -05:00
  • 7beaf3705e Add closest-point calculation to SGRay, to replace a vector.h helper. James Turner 2010-07-23 13:04:09 +01:00
  • 792ffa2d26 Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-23 13:57:53 +02:00
  • bbd61977f1 Change SGPath::exists to use stat(), fix '.' and '..' handling on Windows, add simgear::Dir version of exists(). James Turner 2010-07-23 07:54:10 +01:00
  • e3d1fa2686 Merge branch 'next' of git@gitorious.org:fg/simgear into next James Turner 2010-07-23 06:30:37 +01:00
  • 293d3b4fb3 Fix Win32 compilation of raw_socket. James Turner 2010-07-23 06:30:02 +01:00
  • e1d8155565 Linux build fixes, now netSocket.h is no longer included. James Turner 2010-07-22 22:04:20 +01:00
  • c37b27a926 I greatly dislike GNU automake. James Turner 2010-07-22 21:27:11 +01:00
  • 6b3a05e23f Move PLIB netSocket into SimGear, as simgear::Socket, and update the wrapper classes. James Turner 2010-07-22 13:34:05 +01:00
  • 0e92bb58b0 Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-22 08:57:04 +02:00
  • 63cbd4deb0 On Unix, check for symlinks from readdir(), and look through them (using stat()) to discern target type. James Turner 2010-07-21 22:08:06 +01:00
  • 17bcd4e2ab Add a new function alias for MSVC: strcasecmp -> stricmp Frederic Bouvier 2010-07-19 22:36:01 +02:00
  • 72f301c655 Merge branch 'next' of git://gitorious.org/fg/simgear into fredb/winbuild Frederic Bouvier 2010-07-19 20:02:41 +02:00
  • a62a8518b9 Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-16 20:20:28 +02:00
  • fa169d6aa2 Merge branch 'next' of gitorious.org:fg/simgear into next Torsten Dreyer 2010-07-16 18:35:55 +02:00
  • d2bcb86e1e Warning fix: compare signed/unsigned Torsten Dreyer 2010-07-16 18:34:39 +02:00
  • ed7361622b Warning fix: unused variable in TextureBuilder.cxx Torsten Dreyer 2010-07-16 18:19:56 +02:00
  • 3117ec5a7d Fix simgear::Dir compilation on some Unix setups, thanks Anders. James Turner 2010-07-16 08:40:07 +01:00
  • cb4716f403 Initial work on simgear::Dir, replacement for PLIB ulDir functions. James Turner 2010-07-15 09:40:46 +01:00
  • b48c0e968f Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-14 12:19:08 +02:00
  • aa2ed5fb0c Allow tasks to be removed from the EventManager by name. James Turner 2010-07-13 13:07:35 +01:00
  • 8b7a279c61 Merge branch 'next' of git://gitorious.org/fg/simgear into next Erik Hofman 2010-07-09 08:53:56 +02:00
  • b286e9d337 Add two more subsystem groups, to aid in fixing bug 141. James Turner 2010-07-08 23:21:25 +01:00
  • d671c3d9fa At some points Flightgear stops and restarts the entire sample group containing the looping background/engine noise. But it does not restart the individual (looping) samples in the group. So now the background noise dies when resetting the sim or changing aircraft location. Erik Hofman 2010-06-29 08:28:38 +02:00
  • 7086f2dc89 brehmt: When a sample's state constantly is "changed" (because sth. keeps updating the sample in each update loop), then SGSampleGroup::update never ever checked if the sample had already stopped playing by itself. The attached patch reorders the last two conditions. It now first checks if a sample has already stopped playing, before checking if there's sth to update. Erik Hofman 2010-06-28 08:12:23 +02:00
  • 7e8bb9ea00 Merge branch 'next' of git://gitorious.org/fg/simgear into fredb/winbuild Frederic Bouvier 2010-06-19 08:14:26 +02:00
  • 4e46bb6671 Merge branch 'master' of git://gitorious.org/fg/simgear into fredb/winbuild Frederic Bouvier 2010-06-19 08:14:02 +02:00
  • de35658096 Merge remote branch 'gitorious/next' into next Tim Moore 2010-06-17 23:46:52 +02:00
  • 034f5db3bd use an additional shader program map keyed using the resolved shader filenames Tim Moore 2010-06-17 23:45:27 +02:00
  • 57375bfd73 Merge commit 'b846e33' into next James Turner 2010-06-17 21:40:09 +01:00
  • b846e33ee3 Extend Magvar interface to use SGGeod. James Turner 2010-06-17 21:39:10 +01:00
  • cc9b817f0e Extend SGSubsystemGroup, to allow running a fixed dt time, internally James Turner 2010-06-16 18:02:41 +01:00
  • 0d419aba8a Add bool and int uniform types for shaders, and vertex-program-two-sided Tim Moore 2010-06-15 18:56:51 +02:00
  • ae22321d9c Automake changes to Hudson 'make check' runs. Includes moving the OpenAL test programs to 'noinst' so they don't run as part of make check James Turner 2010-06-14 12:38:41 +01:00
  • 87169febf8 Const-ify some ephemeris accessors, so they can be tied. James Turner 2010-06-14 10:23:06 +01:00
  • dd044844e5 Add radial intersection code to SGGeodesy, and test coverage for geocentric helpers. James Turner 2010-06-14 10:15:44 +01:00
  • 0c8c596ee5 Fix longitude sign convention of geocentric routines (derived from the Williams aviation formulary, with W longitude +ve) James Turner 2010-06-11 18:38:43 +02:00
  • b9496fef1d Merge branch 'topics/condexp' into next James Turner 2010-05-27 15:19:38 +01:00
  • b4b9d3a4b7 Support constant true and false values in conditions. James Turner 2010-05-27 15:19:04 +01:00
  • 0128c89f8d Merge branch 'topics/condexp' into next James Turner 2010-05-26 19:29:28 +01:00
  • 9e77d06c72 Support <table>s in expression XML. James Turner 2010-05-26 19:28:42 +01:00
  • 25bb1cc957 Cleanup some nonprinting characters make this file work Torsten Dreyer 2010-05-23 21:02:19 +02:00
  • 2c6f8299f0 typo in gitignore filename Torsten Dreyer 2010-05-23 19:09:00 +02:00
  • 6a2773c3ac ignore generated files Torsten Dreyer 2010-05-23 10:54:23 +02:00
  • 1eea917121 ignore generated files Torsten Dreyer 2010-05-23 10:45:01 +02:00
  • ea1bbbabfa ignore generated test apps Torsten Dreyer 2010-05-23 10:44:29 +02:00
  • 399d2bc73c Fix a gcc warning Torsten Dreyer 2010-05-22 23:40:07 +02:00
  • 0759dbcdc9 Merge branch 'next' of gitorious.org:fg/simgear into next Torsten Dreyer 2010-05-22 23:36:39 +02:00
  • 1ae0f9c19d New pick animation capability from Alex Perry Torsten Dreyer 2010-05-22 23:35:01 +02:00
  • e8364a03bc Merge branch 'topics/condexp' into next James Turner 2010-05-20 23:57:54 +01:00
  • 046d88ab2d Support <expression> children in comparison conditions. Also makes ordering of child nodes match XML consistently. James Turner 2010-05-20 23:56:04 +01:00
  • f161f78a33 Add a tight and cheap method to represent a rotation. Adapt tests for that new method. Mathias Froehlich 2010-05-17 23:13:59 +02:00
  • 1912444886 revert previous commit, this was a mistake Erik Hofman 2010-05-11 11:32:58 +02:00
  • b6ef5a0a3d Before Erik Hofman 2010-05-08 11:19:01 +02:00
  • 401c88adbb Test git commit with a simple change Frederic Bouvier 2010-05-08 00:19:43 +02:00
  • 42984d1bfb Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this. James Turner 2010-05-07 00:12:21 +01:00
  • 6997082b03 Add .gitignore files, ignore automake/configure artefacts. James Turner 2010-05-06 11:25:53 +01:00
  • 139217dc79 Configure.as updates for ALUT changes, make --with-alut-framework= work. James Turner 2010-05-06 10:27:38 +01:00
  • 2cc2a857a2 Merge branch 'jmt/ref_ptr-conv' Tim Moore 2010-05-06 10:43:53 +02:00
  • 7dfb463ba9 Merge branch 'ehofman/framebuffer' Tim Moore 2010-05-06 10:43:45 +02:00
  • da07871bc6 Merge branch 'mathias/intersect' Tim Moore 2010-05-06 10:43:27 +02:00
  • 530d2309e7 Merge branch 'ehofman/sound' Tim Moore 2010-05-06 10:43:12 +02:00
  • 7e7a5d38f8 Merge branch 'fredb/msvc-cleanup' Tim Moore 2010-05-06 10:42:59 +02:00
  • ecf949dee0 Merge branch 'ehofman/model' Tim Moore 2010-05-06 10:42:44 +02:00
  • 9b0ba10b0b Merge branch 'jmt/ref_ptr-conv' into next last-cvs Tim Moore 2010-05-05 10:42:41 +02:00
  • 9f9c4cf32c Compile even if OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is not set. jmt 2010-05-03 08:51:27 +00:00
  • 536ebf604f Merge branch 'ehofman/framebuffer' into next Tim Moore 2010-05-05 10:39:32 +02:00
  • 03a616b737 Add support for EXT_framebuffer_object for Atlas ehofman 2010-05-03 06:48:44 +00:00
  • 0b05f67114 Merge branch 'master' into next Tim Moore 2010-05-05 10:38:26 +02:00
  • 0ede690580 Merge branch 'maint' Tim Moore 2010-05-05 10:38:18 +02:00
  • d81545a871 Add -ldl for newer ld defaults from fedora 13 frohlich 2010-05-02 20:32:54 +00:00
  • 1cda1fc201 Merge branch 'mathias/intersect' into next Tim Moore 2010-05-05 09:43:40 +02:00
  • 490dad7838 Provide a more exact sphere/box test. frohlich 2010-05-02 20:14:39 +00:00
  • 13ecbb8bce Merge branch 'master' into next Tim Moore 2010-05-05 09:40:31 +02:00
  • 3346bfc9a8 Merge branch 'maint' Tim Moore 2010-05-05 09:40:23 +02:00
  • c5de65f115 Make the bounding volume debug visitor compile again. frohlich 2010-05-02 20:02:50 +00:00
  • 4fffcf9975 Merge branch 'ehofman/sound' into next Tim Moore 2010-05-05 09:05:35 +02:00
  • 8962d9b293 Following discussion with Tat and Erik, update how we handle ALUT on Mac; specifically, switch to using an ALUT.framework built from FreeALUT. The ALUT framework is available (initially) from: jmt 2010-05-02 11:09:31 +00:00
  • 050c1560e8 Merge branch 'fredb/msvc-cleanup' into next Tim Moore 2010-05-05 09:03:20 +02:00
  • 68b3041f50 Remove obsolete file fredb 2010-05-01 12:10:55 +00:00
  • 1ddd153399 Cleanup MSVC projects fredb 2010-05-01 12:07:26 +00:00
  • df0a60caae Merge branch 'ehofman/model' into next Tim Moore 2010-05-05 08:44:32 +02:00
  • 675c86582d Stuart Buchanan: Fix a bug in the random object placement where the model selected in the case of multiple object definitions in material.xml was random, rather than seeded. fredb 2010-04-25 10:47:37 +00:00
  • e6d01ed1a3 Merge branch 'fredb/effect-stuff' Tim Moore 2010-04-25 22:52:35 +02:00
  • d8d1064e05 Merge branch 'zan/cubemap' Tim Moore 2010-04-25 22:52:10 +02:00
  • 5d04cb81ba Merge branch 'fredb/geom-shader' Tim Moore 2010-04-25 22:52:02 +02:00
  • 5d5906e980 Merge branch 'ehofman/particles' Tim Moore 2010-04-25 22:36:06 +02:00
  • 2e7b862ad3 Merge branch 'timoore/aptsign' Tim Moore 2010-04-25 22:33:34 +02:00
  • ad86e22824 Merge branch 'jmt/magvar' Tim Moore 2010-04-25 22:33:18 +02:00
  • 536b8a213b Merge branch 'fred/precip' Tim Moore 2010-04-25 22:33:02 +02:00
  • 2e13877926 Merge branches 'ehofman/propfix' and 'ehofman/sound' Tim Moore 2010-04-25 22:32:44 +02:00
  • 967d63dec4 Merge branches 'ehofman/config' and 'ehofman/dlerror' Tim Moore 2010-04-25 22:32:14 +02:00
  • 573c4268b6 Merge branch 'fredb/effect-stuff' into next Tim Moore 2010-04-12 07:25:24 +02:00
  • f19e83dcf1 Add a new node "float-property" to be used in float comparision in effect predicates fredb 2010-04-10 11:15:32 +00:00
  • caabe8fc87 Add a "scale" parameter that combine xsize and ysize in a vec3 property. There is no vec2 property, so the third component is zero fredb 2010-04-10 10:52:11 +00:00
  • 7c4e5309fc Declare some material parameters as implicit effect parameters fredb 2010-04-10 10:06:25 +00:00
  • 542124e90c materials.xml format update fredb 2010-04-10 09:23:12 +00:00