3849de1931Merge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-26 16:23:58 +02:00
a459b8fdbbMake the common case the default: no library suffix for RelWithDbg or MinSizeRel builds. Of course you can still specify a suffix if desired.
James Turner
2011-09-26 13:32:34 +01:00
1a46974cb9Merge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-26 11:18:56 +02:00
c925c02e69automake: add thread libs to the io tests.
Mathias Froehlich
2011-09-24 09:55:01 +02:00
25918b8b76Merge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-16 22:55:44 +02:00
4566bece90Alternate, WinSock friendly reporting for host lookup failures.
James Turner
2011-09-16 16:43:09 +01:00
403b7c14aaFix a crash where hostlookup fails entirely, thanks to Andreas Gaeb for the catch.
James Turner
2011-09-16 11:37:02 +01:00
20bd0737a2Make tree textures consistent across runs by replacing rand() call with something deterministic.
Stuart Buchanan
2011-09-15 21:11:00 +01:00
31fdfbaf38Merge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-14 19:55:27 +02:00
b3e07077facmake: clear the svn libraries variable if not found.
Mathias Froehlich
2011-09-14 17:24:49 +02:00
8428cae1c8Merge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-14 15:50:19 +02:00
f7cee2ed56cmake: Add headers to library components
Andreas Gaeb
2011-09-11 12:18:03 +02:00
65ae34169dMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-13 13:37:12 +02:00
b7173100c8Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/simgear into merge-requests/11
Torsten Dreyer
2011-09-12 17:26:01 +02:00
ecff995e7cMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-12 16:02:00 +02:00
d2dfb81a09Place clouds on a curved field, rather than completely flat, so they curve with the earth surface. Note that this does not fix "wrapped" clouds.
Stuart Buchanan
2011-09-11 22:11:27 +01:00
4acf7ce840Merge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan
2011-09-11 21:38:54 +01:00
2f6b84a2ccLower the requirements on Cmake version (at least until Jenkins is updated)
Frederic Bouvier
2011-09-11 21:43:54 +02:00
2c00a4ac35Enforce the use of Cmake 2.8
Frederic Bouvier
2011-09-11 20:48:50 +02:00
c27ca18674Merge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan
2011-09-09 18:42:56 +01:00
b204b3c8ebMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-09 18:13:12 +02:00
7c7f3d4fcdHopefully fix test compilation on MSVC 2008+CMake
James Turner
2011-09-09 11:48:11 +01:00
34738bb20aMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott
2011-09-08 18:09:24 +02:00
05272d1070Merge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan
2011-08-29 14:33:02 +01:00
b5d2cfdbeaFix error message in RTI13ObjectInstance.
Mathias Froehlich
2011-08-28 22:26:16 +02:00
e716f82670Add query{Looahead,FederateTime} to the hla interface.
Mathias Froehlich
2011-08-28 21:22:02 +02:00
dc5af66748Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/simgear into merge-requests/9
ThorstenB
2011-08-28 14:10:11 +02:00
40e177a02e#329: fix issue with mismatching sound volume Sounds played after changing view position sometimes had incorrect volume
ThorstenB
2011-08-27 12:00:17 +02:00
36a8243f73Support absolute paths for XML includes. Use standard path resolver when searching for includes. Includes like <foo include="/Aircraft/Instruments/myfile.xml"> are now also supported - no need for <foo include="../../../Aircraft/Instruments/myfile.xml">.
ThorstenB
2011-08-27 11:52:05 +02:00
d90647e9baMerge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan
2011-08-26 19:09:51 +01:00
c7152af191Further tweaks to only consider IP4 addresses for the moment, when using getaddrinfo.
James Turner
2011-08-26 11:27:50 +01:00
2f9ba31b0aRequest only IP4 addresses for the moment, further work required to deal with IP6 addresses.
James Turner
2011-08-26 09:36:59 +01:00
ef48baafccMerge branch 'next' of git://gitorious.org/fg/simgear into next
Stuart Buchanan
2011-08-25 22:01:07 +01:00
1227bd4898Don't make CMake install HLA libs and headers in every case.
Christian Schmitt
2011-08-25 14:03:52 +02:00
09e610b900Implement #327 Add condition checking the range of a value
Torsten Dreyer
2011-08-24 21:26:02 +02:00
b317520543Make RTI configurable
Christian Schmitt
2011-08-24 13:25:46 +02:00
25c3881782fix some of the CMake syntax and correctly print the headless option
Christian Schmitt
2011-08-24 13:14:36 +02:00
27e8916843Another Windows typo-fix.
James Turner
2011-08-24 11:29:09 +01:00
fa27207351Include ws2tcpip.h header (for getaddrinfo) on Windows
James Turner
2011-08-24 11:25:37 +01:00
3753d50992Fix a release build issue, meaning of IDLE state was overloaded, add an explicit state when we're waiting for the response start.
James Turner
2011-08-24 02:30:27 -07:00
b7654c181dCopy constructor and assignment operator for revised IPAddress
James Turner
2011-08-24 02:30:02 -07:00
50e226a146Change IPAddress to use getaddrinfo internally, and store the sockaddr data via a pointer
James Turner
2011-08-24 09:46:20 +01:00
991f28906eMerge branch 'next' of git://gitorious.org/fg/simgear into next
Stuart Buchanan
2011-08-22 21:15:58 +01:00
f18a9493b3Revert "Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname. (Only affects netChannel - raw socket will use blocking behaviour by default, as previously)"
James Turner
2011-08-22 10:15:05 +01:00
bca9a787f6Revert "Keep automake working, added new files"
James Turner
2011-08-22 10:15:00 +01:00
9699d76dcbRevert "Ick, further fixes for Linux/MSVC"
James Turner
2011-08-22 10:14:55 +01:00
5f07efa12aIck, further fixes for Linux/MSVC
James Turner
2011-08-22 09:10:38 +01:00
a175033e3bKeep automake working, added new files
James Turner
2011-08-21 22:37:01 +01:00
878b504f8eSupport non-blocking address lookups, and switch to getaddrinfo over gethostbyname. (Only affects netChannel - raw socket will use blocking behaviour by default, as previously)
James Turner
2011-08-21 22:30:04 +01:00
2f381c22e3Further enhancements/bug fixes to the 3D clouds:
Stuart Buchanan
2011-08-21 19:18:24 +01:00
ee06c12374Fix sg_dir dot-file handling File dialogs never showed ".." directories for navigation, since these were filtered by the "INCLUDE_HIDDEN" option. Only the "NO_DOT_OR_DOTDOT" option should be used for filtering - otherwise it's impossible to show the "."/".." directories while all other files are still hidden.
ThorstenB
2011-08-21 14:30:28 +02:00
225c2803acremove reference to obsolete visual_enviro.hxx
Torsten Dreyer
2011-08-20 08:51:39 +02:00
1e0bd6717eAdd visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx built here?)
Curtis L. Olson
2011-08-15 22:45:44 -05:00