99cf057906#946: some libraries not found on Ubuntu/Debian Ubuntu/Debian introduced "multiarch" library directories, which is unsupported by CMake <= 2.8.10. Add manual search paths as a workaround. Currently it is only needed for libsvn, but it is needed for any lib which is converted to the new directory standard.
ThorstenB
2012-12-01 10:59:57 +01:00
59d3d66f91Look for Boost 1.52.0 and OpenRTI under Windows
Frederic Bouvier
2012-12-01 10:59:58 +01:00
be73c0fe43hla: Use a different extrapolation method for HLALocation.
Mathias Froehlich
2012-12-01 07:59:56 +01:00
d226709836Change logging class for tie/untie messages. It's enough to see them in "general".
ThorstenB
2012-11-23 20:44:17 +01:00
fbfd03fe5cAdd logging class for navaid systems.
ThorstenB
2012-11-23 20:41:03 +01:00
f513001798#942 segfault with --log-level=debug when random buildings enabled
ThorstenB
2012-11-22 21:55:11 +01:00
31aa0ddabeImplement runway guard lights and tweak the hold short lights animation a bit
Christian Schmitt
2012-11-22 16:42:56 +01:00
767184cf3cExtend CanvasSystemAdapter to provide access to Nasal gcSave and gcRelease
Thomas Geymayer
2012-11-22 00:54:44 +01:00
fe86a9ed02Fix compiler error with disabled sound support. ("source" is undefined in SGSampleGroup::stop). Also fixes two related compiler warnings (unused var "sample").
ThorstenB
2012-11-21 20:17:58 +01:00
9be53e746fAllow canvas::Placements to have own properties
Thomas Geymayer
2012-11-21 13:05:19 +01:00
8b6f50d0ccSGPropertyNode::fireCreatedRecursive: don't fire for node itself by default
Thomas Geymayer
2012-11-21 11:57:53 +01:00
80dc28bfb5Modernise the mat lib header, remove 'using std'
James Turner
2012-11-20 17:10:13 +00:00
983e1abf48Work on ENABLE_SOUND.
James Turner
2012-11-20 12:20:21 +00:00
ff65b82671Keep (deprecated) SGTime::update method for a while allowing dependent projects to adapt.
ThorstenB
2012-11-19 23:42:51 +01:00
0b26c69222Remove duplicate members in SGSampleQueue.
James Turner
2012-11-19 15:33:53 +00:00
904d714d6dGet Canvas/PropertyBasedElement by name
Thomas Geymayer
2012-11-18 16:26:50 +01:00
2aed93a576Fix HTTP test for revised POST semantics.
James Turner
2012-11-17 19:51:57 +00:00
d1af42e9adTweak HTTP handling for POST requests.
James Turner
2012-11-17 18:08:38 +00:00
9f31addfa5Fix for old gcc which got broken by fix for VS
Thomas Geymayer
2012-11-16 16:49:35 +01:00
d56ea7e6c4Fix for VS bug
Thomas Geymayer
2012-11-16 15:49:43 +01:00
1cbe271ad5Nasal bindings: Always pass object by reference
Thomas Geymayer
2012-11-16 12:24:47 +01:00
33db3c377fOne more fix for old gcc
Thomas Geymayer
2012-11-15 23:31:18 +01:00
a0535ef64dFix compile errors for old gcc
Thomas Geymayer
2012-11-15 22:17:43 +01:00
392ba18ff7Canvas/C++ bindings: automatically detect dynamic type of polymorphic exposed classes
Thomas Geymayer
2012-11-15 21:17:33 +01:00
e872f9e928Work around Visual Studio bug
Thomas Geymayer
2012-11-13 12:35:12 +01:00
04685a8179C++/Nasal bindings: allow registering free function as member
Thomas Geymayer
2012-11-12 23:28:00 +01:00
55fbe68e62Missing include and more doxygen improvements
Thomas Geymayer
2012-11-12 13:57:10 +01:00
f51e1f0cc8Fix file headers
Thomas Geymayer
2012-11-12 12:25:08 +01:00
d31b62d44dAdd nasal::Ghost class for exposing C++ classes to Nasal
Thomas Geymayer
2012-11-12 12:11:27 +01:00
9fd90e26f7hla: Remove HLADataElement::Path based attribute handling.
Mathias Froehlich
2012-11-11 16:56:22 +01:00
dbea0c9361Geoff McLane: realpath for Windows using _fullpath. Also switch cygwin to use POSIX call.
ThorstenB
2012-11-11 19:26:51 +01:00
201cb61f84hla: Use HLADataElementIndices for HLAInteractionClass.
Mathias Froehlich
2012-11-11 16:54:43 +01:00
71141e830ahla: Use HLADataElementIndices for HLALocation.
Mathias Froehlich
2012-11-11 14:26:14 +01:00
7dc8bf3aa4hla: Fixes for the data element index implementation.
Mathias Froehlich
2012-11-11 10:47:09 +01:00
0fef94cfdbAdd from_nasal helper and fix to_nasal for std::vector.
Thomas Geymayer
2012-11-10 14:18:27 +01:00
a9b45967cegz wrapper to write and read "container files". Packs arbitrary data (strings, property trees, binary blobs, ...) into a single file. Use this for storing/loading user-data only, not for distribution files (scenery, aircraft etc).
ThorstenB
2012-11-10 10:44:19 +01:00
77f73a79dfgzfilebuf choked when reading large, heavily compressed files. Apparently a 4K buf isn't enough. 64K seem much better ;-). Real solution may be an adaptive buffer size in gzfilebuf.
ThorstenB
2012-11-09 22:02:34 +01:00
279445d6bcFor clouds, use a RNG seed that only changes every 10 minutes.
Stuart Buchanan
2012-11-09 20:25:53 +00:00
54778ee1e1Some basic C++/Nasal binding helpers
Thomas Geymayer
2012-11-09 19:28:27 +01:00
4efcda534dWorkaround for VS10 Bug/Remove superfluous class qualification
Thomas Geymayer
2012-11-09 10:36:42 +01:00
45ac5cb2faCanvas cleanup and restructuring
Thomas Geymayer
2012-11-09 00:04:50 +01:00
851a307c23Test for, and fix, materials handling in BTG code.
James Turner
2012-11-07 21:10:00 +00:00
183d3749f0Fix SGPropertyNode tests
Thomas Geymayer
2012-11-07 09:31:56 +01:00
3fe513f9e0Fix property find_last_child/addChild. Initial "addChild" should have index #0 (not #1). Also extend test cases. (Test case shows addChild(append=false) isn't working as expected!?)
ThorstenB
2012-11-07 00:53:32 +01:00
81bee2bbc6Jenkins has some problems with bind and lambdas. Let's try it with ordinary function pointers...
Thomas Geymayer
2012-11-06 19:34:23 +01:00
34719da000Clean up Canvas element creation
Thomas Geymayer
2012-11-06 18:48:00 +01:00
df8a3d9c60SIMGEAR_HEADLESS define is not needed anymore
Thomas Geymayer
2012-11-05 18:05:24 +01:00
53dea9b069Move parseColor to scene/util
Thomas Geymayer
2012-11-05 17:58:24 +01:00
186bae2bd4Proper headless build fix
Thomas Geymayer
2012-11-05 13:35:06 +01:00
f83c8828f0Fix windows and headless build
Thomas Geymayer
2012-11-05 12:58:21 +01:00
509d064286No need to link to ShivaVG anymore
Thomas Geymayer
2012-11-04 23:48:51 +01:00
2d039e393aInclude ShivaVG into libSimGearScene
Thomas Geymayer
2012-11-04 20:00:53 +01:00
9ab88d9387Commited too fast...
Thomas Geymayer
2012-11-04 19:22:37 +01:00