d0def466daMerge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-25 10:29:25 +02:00
959f44502bFix 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
1840541f6dMerge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-23 20:05:40 +02:00
c5ec6927b3Add a method to set particle wind using from heading (deg) and speed (kt)
Cutis L. Olson
2010-07-23 09:01:49 -05:00
7beaf3705eAdd closest-point calculation to SGRay, to replace a vector.h helper.
James Turner
2010-07-23 13:04:09 +01:00
792ffa2d26Merge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-23 13:57:53 +02:00
bbd61977f1Change 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
e3d1fa2686Merge branch 'next' of git@gitorious.org:fg/simgear into next
James Turner
2010-07-23 06:30:37 +01:00
293d3b4fb3Fix Win32 compilation of raw_socket.
James Turner
2010-07-23 06:30:02 +01:00
e1d8155565Linux build fixes, now netSocket.h is no longer included.
James Turner
2010-07-22 22:04:20 +01:00
c37b27a926I greatly dislike GNU automake.
James Turner
2010-07-22 21:27:11 +01:00
6b3a05e23fMove PLIB netSocket into SimGear, as simgear::Socket, and update the wrapper classes.
James Turner
2010-07-22 13:34:05 +01:00
0e92bb58b0Merge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-22 08:57:04 +02:00
63cbd4deb0On 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
17bcd4e2abAdd a new function alias for MSVC: strcasecmp -> stricmp
Frederic Bouvier
2010-07-19 22:36:01 +02:00
72f301c655Merge branch 'next' of git://gitorious.org/fg/simgear into fredb/winbuild
Frederic Bouvier
2010-07-19 20:02:41 +02:00
a62a8518b9Merge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-16 20:20:28 +02:00
fa169d6aa2Merge branch 'next' of gitorious.org:fg/simgear into next
Torsten Dreyer
2010-07-16 18:35:55 +02:00
3117ec5a7dFix simgear::Dir compilation on some Unix setups, thanks Anders.
James Turner
2010-07-16 08:40:07 +01:00
cb4716f403Initial work on simgear::Dir, replacement for PLIB ulDir functions.
James Turner
2010-07-15 09:40:46 +01:00
b48c0e968fMerge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-14 12:19:08 +02:00
aa2ed5fb0cAllow tasks to be removed from the EventManager by name.
James Turner
2010-07-13 13:07:35 +01:00
8b7a279c61Merge branch 'next' of git://gitorious.org/fg/simgear into next
Erik Hofman
2010-07-09 08:53:56 +02:00
b286e9d337Add two more subsystem groups, to aid in fixing bug 141.
James Turner
2010-07-08 23:21:25 +01:00
d671c3d9faAt 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
7086f2dc89brehmt: 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
7e8bb9ea00Merge branch 'next' of git://gitorious.org/fg/simgear into fredb/winbuild
Frederic Bouvier
2010-06-19 08:14:26 +02:00
4e46bb6671Merge branch 'master' of git://gitorious.org/fg/simgear into fredb/winbuild
Frederic Bouvier
2010-06-19 08:14:02 +02:00
de35658096Merge remote branch 'gitorious/next' into next
Tim Moore
2010-06-17 23:46:52 +02:00
034f5db3bduse an additional shader program map keyed using the resolved shader filenames
Tim Moore
2010-06-17 23:45:27 +02:00
57375bfd73Merge commit 'b846e33' into next
James Turner
2010-06-17 21:40:09 +01:00
b846e33ee3Extend Magvar interface to use SGGeod.
James Turner
2010-06-17 21:39:10 +01:00
cc9b817f0eExtend SGSubsystemGroup, to allow running a fixed dt time, internally
James Turner
2010-06-16 18:02:41 +01:00
0d419aba8aAdd bool and int uniform types for shaders, and vertex-program-two-sided
Tim Moore
2010-06-15 18:56:51 +02:00
ae22321d9cAutomake 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
87169febf8Const-ify some ephemeris accessors, so they can be tied.
James Turner
2010-06-14 10:23:06 +01:00
dd044844e5Add radial intersection code to SGGeodesy, and test coverage for geocentric helpers.
James Turner
2010-06-14 10:15:44 +01:00
0c8c596ee5Fix 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
b9496fef1dMerge branch 'topics/condexp' into next
James Turner
2010-05-27 15:19:38 +01:00
b4b9d3a4b7Support constant true and false values in conditions.
James Turner
2010-05-27 15:19:04 +01:00
0128c89f8dMerge branch 'topics/condexp' into next
James Turner
2010-05-26 19:29:28 +01:00
9e77d06c72Support <table>s in expression XML.
James Turner
2010-05-26 19:28:42 +01:00
25bb1cc957Cleanup some nonprinting characters make this file work
Torsten Dreyer
2010-05-23 21:02:19 +02:00
2c6f8299f0typo in gitignore filename
Torsten Dreyer
2010-05-23 19:09:00 +02:00
ea1bbbabfaignore generated test apps
Torsten Dreyer
2010-05-23 10:44:29 +02:00
399d2bc73cFix a gcc warning
Torsten Dreyer
2010-05-22 23:40:07 +02:00
0759dbcdc9Merge branch 'next' of gitorious.org:fg/simgear into next
Torsten Dreyer
2010-05-22 23:36:39 +02:00
1ae0f9c19dNew pick animation capability from Alex Perry
Torsten Dreyer
2010-05-22 23:35:01 +02:00
e8364a03bcMerge branch 'topics/condexp' into next
James Turner
2010-05-20 23:57:54 +01:00
046d88ab2dSupport <expression> children in comparison conditions. Also makes ordering of child nodes match XML consistently.
James Turner
2010-05-20 23:56:04 +01:00
f161f78a33Add 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
1912444886revert previous commit, this was a mistake
Erik Hofman
2010-05-11 11:32:58 +02:00
b6ef5a0a3dBefore
Erik Hofman
2010-05-08 11:19:01 +02:00
401c88adbbTest git commit with a simple change
Frederic Bouvier
2010-05-08 00:19:43 +02:00
42984d1bfbMake ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.
James Turner
2010-05-07 00:12:21 +01:00
4fffcf9975Merge branch 'ehofman/sound' into next
Tim Moore
2010-05-05 09:05:35 +02:00
8962d9b293Following 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
050c1560e8Merge branch 'fredb/msvc-cleanup' into next
Tim Moore
2010-05-05 09:03:20 +02:00
df0a60caaeMerge branch 'ehofman/model' into next
Tim Moore
2010-05-05 08:44:32 +02:00
675c86582dStuart 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
e6d01ed1a3Merge branch 'fredb/effect-stuff'
Tim Moore
2010-04-25 22:52:35 +02:00
d8d1064e05Merge branch 'zan/cubemap'
Tim Moore
2010-04-25 22:52:10 +02:00
5d04cb81baMerge branch 'fredb/geom-shader'
Tim Moore
2010-04-25 22:52:02 +02:00
5d5906e980Merge branch 'ehofman/particles'
Tim Moore
2010-04-25 22:36:06 +02:00
2e7b862ad3Merge branch 'timoore/aptsign'
Tim Moore
2010-04-25 22:33:34 +02:00
ad86e22824Merge branch 'jmt/magvar'
Tim Moore
2010-04-25 22:33:18 +02:00
536b8a213bMerge branch 'fred/precip'
Tim Moore
2010-04-25 22:33:02 +02:00
2e13877926Merge branches 'ehofman/propfix' and 'ehofman/sound'
Tim Moore
2010-04-25 22:32:44 +02:00
967d63dec4Merge branches 'ehofman/config' and 'ehofman/dlerror'
Tim Moore
2010-04-25 22:32:14 +02:00
573c4268b6Merge branch 'fredb/effect-stuff' into next
Tim Moore
2010-04-12 07:25:24 +02:00
f19e83dcf1Add a new node "float-property" to be used in float comparision in effect predicates
fredb
2010-04-10 11:15:32 +00:00
caabe8fc87Add 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
7c4e5309fcDeclare some material parameters as implicit effect parameters
fredb
2010-04-10 10:06:25 +00:00
542124e90cmaterials.xml format update
fredb
2010-04-10 09:23:12 +00:00