]> git.mxchange.org Git - flightgear.git/log
flightgear.git
12 years agoCMake header support for XCode/Visual Studio
James Turner [Sun, 26 Jun 2011 06:49:37 +0000 (07:49 +0100)]
CMake header support for XCode/Visual Studio

12 years agoFix minor memory leak in terrainsampler
Torsten Dreyer [Mon, 18 Jul 2011 09:55:50 +0000 (11:55 +0200)]
Fix minor memory leak in terrainsampler

Thanks to ThorstenB

12 years agoPartial fix for #228: ambiguous navaid-names
Torsten Dreyer [Mon, 18 Jul 2011 09:09:43 +0000 (11:09 +0200)]
Partial fix for #228: ambiguous navaid-names

This fixes at least the startup process.
If an ambigous fix name was presented with --vor=ID or --ndb=ID
present a list of matching records along with frequency and
position in the console to give the user the chance to pick
the correct one by adding the frequency with --vor-frequency=nnn.nn

It does not yes solve the issue when the user relocates using the
GUI dialog. This requires some GUI and Nasal hacking along with a
new Nasal helper function "navaidinfo".

12 years agoTwo minor MSVC90 build fixes
Torsten Dreyer [Mon, 18 Jul 2011 08:24:52 +0000 (10:24 +0200)]
Two minor MSVC90 build fixes

- provide SIMGEAR_VERSION in no_version.h
- remove duplicate define of FLIGHTGEAR_VERSION

12 years agoJoystickInput: fix potential init problem
Torsten Dreyer [Sun, 17 Jul 2011 20:26:37 +0000 (22:26 +0200)]
JoystickInput: fix potential init problem

Don't remember the axis position before bindings are loaded

12 years agoFix compile for 32bit (handleFPE() undeclared)
Torsten Dreyer [Sun, 17 Jul 2011 20:15:57 +0000 (22:15 +0200)]
Fix compile for 32bit (handleFPE() undeclared)

12 years agoRay protocol: don't use hardcoded gravity 9.81
Torsten Dreyer [Sun, 17 Jul 2011 17:32:16 +0000 (19:32 +0200)]
Ray protocol: don't use hardcoded gravity 9.81

12 years agoFix some gcc warnings
Torsten Dreyer [Sun, 17 Jul 2011 17:31:28 +0000 (19:31 +0200)]
Fix some gcc warnings

12 years agoFix make dist rule for removed files. (will pick to 2.4)
James Turner [Sun, 17 Jul 2011 10:58:46 +0000 (11:58 +0100)]
Fix make dist rule for removed files. (will pick to 2.4)

12 years agoMake configure.ac check for SimGear 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 10:16:12 +0000 (12:16 +0200)]
Make configure.ac check for SimGear 2.5.0

12 years agoBump to version 2.5.0
Torsten Dreyer [Sun, 17 Jul 2011 09:07:07 +0000 (11:07 +0200)]
Bump to version 2.5.0

12 years agoBump version to 2.4.0
Torsten Dreyer [Sun, 17 Jul 2011 08:47:27 +0000 (10:47 +0200)]
Bump version to 2.4.0

12 years agoDisable flight-related key-bindings in the WaypointList widget for 2.4 release, pendi...
James Turner [Sat, 16 Jul 2011 12:25:29 +0000 (13:25 +0100)]
Disable flight-related key-bindings in the WaypointList widget for 2.4 release, pending a better solution to PLIB's lack of focus.

12 years agoFix typo :)
Mathias Froehlich [Sat, 16 Jul 2011 06:23:47 +0000 (08:23 +0200)]
Fix typo :)

12 years agoUpdated my entry in the Thanks file.
Anders Gidenstam [Fri, 15 Jul 2011 22:16:20 +0000 (00:16 +0200)]
Updated my entry in the Thanks file.

12 years agoProvide command line arguments for fgviewer.
Mathias Froehlich [Fri, 15 Jul 2011 15:42:19 +0000 (17:42 +0200)]
Provide command line arguments for fgviewer.

Provide --fg-root and --fg-scenery command line
processing for fgviewer.

12 years agoFix issue reported by heap debugger
ThorstenB [Wed, 13 Jul 2011 22:22:35 +0000 (00:22 +0200)]
Fix issue reported by heap debugger
Subsystems are erased by the subsystem manager - so better avoid
dependencies in their destructors.

12 years agoDon't crash on exit, when initialization was aborted.
ThorstenB [Wed, 13 Jul 2011 19:52:29 +0000 (21:52 +0200)]
Don't crash on exit, when initialization was aborted.
Some errors cause fgfs to abort/exit before "controls" is set.

12 years agoSome more "Thanks"
Torsten Dreyer [Sun, 10 Jul 2011 19:56:47 +0000 (21:56 +0200)]
Some more "Thanks"

12 years agoAvoid creation of stray "/null" property nodes.
ThorstenB [Sun, 10 Jul 2011 19:25:16 +0000 (21:25 +0200)]
Avoid creation of stray "/null" property nodes.
"property-assign" command had a side-effect of creating stray "/null"
nodes when assigning a value (since "getprop2" always creates some node).

12 years agoNon-conclusive update for list of contributors.
ThorstenB [Sun, 10 Jul 2011 19:21:34 +0000 (21:21 +0200)]
Non-conclusive update for list of contributors.

12 years agoFix minor DME frequency issue.
ThorstenB [Sun, 10 Jul 2011 10:52:45 +0000 (12:52 +0200)]
Fix minor DME frequency issue.
DME frequency value should be double - not string.

12 years agoFix #369: ATIS receiver has excessive range
Torsten Dreyer [Fri, 8 Jul 2011 08:56:18 +0000 (10:56 +0200)]
Fix #369: ATIS receiver has excessive range

Add a range filter when searching for CommStations,
searching by frequency is not enough.

12 years agoMake the 32'th joystick button work.
Mathias Froehlich [Thu, 7 Jul 2011 16:40:44 +0000 (18:40 +0200)]
Make the 32'th joystick button work.

12 years ago#367: Add visible error messages when flight plan file isn't found/readable
ThorstenB [Thu, 7 Jul 2011 06:44:09 +0000 (08:44 +0200)]
#367: Add visible error messages when flight plan file isn't found/readable

12 years ago#367: raise log level for some routemanager error messages
ThorstenB [Wed, 6 Jul 2011 20:33:19 +0000 (22:33 +0200)]
#367: raise log level for some routemanager error messages
When flightplans cannot be loaded (i.e. --flight-plan command-line
option fails), make sure the message is visible to the user with
default log level.

12 years agoFix #220, Ctrl-U no longer working for YASim
Torsten Dreyer [Tue, 5 Jul 2011 15:33:11 +0000 (17:33 +0200)]
Fix #220, Ctrl-U no longer working for YASim

Set model-state's position from properties so it can be manipulated
from the property tree.

13 years agoFixed faulty frame transformation of moment of inertia.
Anders Gidenstam [Sun, 3 Jul 2011 20:05:57 +0000 (22:05 +0200)]
Fixed faulty frame transformation of moment of inertia.
Thanks to Jon for finding the problem.

13 years ago#348 related: More places where missing files were not reported properly
ThorstenB [Sun, 3 Jul 2011 11:06:41 +0000 (13:06 +0200)]
#348 related: More places where missing files were not reported properly
Whenever resolving a (relative) path to an absolute path with
'resolve_maybe_aircraft_path', check if the result is empty and report original
(relative) path as missing. Otherwise no or a meaningless message is
issued ("File '' not found.").

13 years agoUpdate 3rdparty files for win32/x64 to OSG 3.0.0
Frederic Bouvier [Sun, 3 Jul 2011 06:54:05 +0000 (08:54 +0200)]
Update 3rdparty files for win32/x64 to OSG 3.0.0

13 years agoTrying to support new osg file formats by providing required plug-ins
Frederic Bouvier [Sat, 2 Jul 2011 17:07:59 +0000 (19:07 +0200)]
Trying to support new osg file formats by providing required plug-ins

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 2 Jul 2011 16:57:21 +0000 (18:57 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoUpdate to sync with JSBSim CVS, small bug fixes.
Erik Hofman [Fri, 1 Jul 2011 06:21:06 +0000 (08:21 +0200)]
Update to sync with JSBSim CVS, small bug fixes.

13 years agoFix #357: Enabling "fixes" on map dialog crashes FG
Torsten Dreyer [Tue, 28 Jun 2011 10:51:00 +0000 (12:51 +0200)]
Fix #357: Enabling "fixes" on map dialog crashes FG

This happened for fixes with names shorter than 5 characters.
range check added, which operator[] does not perform.

13 years agoMerge branch 'next' of http://git.gitorious.org/fg/flightgear into next
Torsten Dreyer [Tue, 28 Jun 2011 10:48:39 +0000 (12:48 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next

13 years ago#178: improve normalization issue (avoid loops altogether)
ThorstenB [Sun, 26 Jun 2011 17:05:28 +0000 (19:05 +0200)]
#178: improve normalization issue (avoid loops altogether)
thanks to Torsten

13 years ago#178 related: avoid sim from freezing when FDM goes wild
ThorstenB [Sun, 26 Jun 2011 14:18:36 +0000 (16:18 +0200)]
#178 related: avoid sim from freezing when FDM goes wild

13 years ago#358: Missing option to disable AI scenarios
ThorstenB [Sun, 26 Jun 2011 14:08:19 +0000 (16:08 +0200)]
#358: Missing option to disable AI scenarios
--ai-scenario=... can only add/enable another scenario.
Introduce --disable-ai-scenarios option to disable all scenarios (can be
used by external launchers, GUIs etc)
Also provide error instead of debug message when a scenario cannot be loaded.

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sun, 26 Jun 2011 07:21:13 +0000 (09:21 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years ago#221, #242: Fix/work-around for AI traffic issues
ThorstenB [Sat, 25 Jun 2011 18:44:44 +0000 (20:44 +0200)]
#221, #242: Fix/work-around for AI traffic issues
Move the disable-HOT feature from the MP aircraft to the a/c base class,
disable HOT for all AIaircraft, since that's a fix/work-around for
#242: AI aircraft respect the user a/c only when HOT is _disabled_ for them
#221: AI aircraft don't stack at parking positions when HOT is disabled
Also generally disables HOT for ballistic and other models (suggested by vivian),
allowing it for ship/carrier models only.

13 years agoTone down some log output for the release, especially related to airways/navaid loading.
James Turner [Sat, 25 Jun 2011 15:18:07 +0000 (16:18 +0100)]
Tone down some log output for the release, especially related to airways/navaid loading.

13 years agoUpdate 3rdparty files for win32/x64 to OSG 3.0.0-rc5
Frederic Bouvier [Sat, 25 Jun 2011 12:30:54 +0000 (14:30 +0200)]
Update 3rdparty files for win32/x64 to OSG 3.0.0-rc5

13 years agoTrying to fix compilation failure on Linux and Mac
Frederic Bouvier [Sat, 25 Jun 2011 08:05:38 +0000 (10:05 +0200)]
Trying to fix compilation failure on Linux and Mac

13 years agoFix issue #354: updateCameras reset viewport size to its initial value on OSG 3.0
Frederic Bouvier [Sat, 25 Jun 2011 07:22:51 +0000 (09:22 +0200)]
Fix issue #354: updateCameras reset viewport size to its initial value on OSG 3.0

13 years agoMerge branch 'next' of http://git.gitorious.org/fg/flightgear into next
Torsten Dreyer [Thu, 23 Jun 2011 20:23:35 +0000 (22:23 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next

13 years agoMake fgviewer at least somehow work again.
Mathias Froehlich [Wed, 22 Jun 2011 20:15:04 +0000 (22:15 +0200)]
Make fgviewer at least somehow work again.

13 years agoEnable parameter for new command-line option.
ThorstenB [Wed, 22 Jun 2011 18:01:31 +0000 (20:01 +0200)]
Enable parameter for new command-line option.

13 years agoMerge branch 'next' of http://git.gitorious.org/fg/flightgear into next
Torsten Dreyer [Wed, 22 Jun 2011 13:51:33 +0000 (15:51 +0200)]
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next

13 years agoBundle more OSG plugins in nightly builds[D
Frederic Bouvier [Mon, 20 Jun 2011 21:31:22 +0000 (23:31 +0200)]
Bundle more OSG plugins in nightly builds[D

13 years ago#346 related: missing status message for property server
ThorstenB [Mon, 20 Jun 2011 20:50:07 +0000 (22:50 +0200)]
#346 related: missing status message for property server
Provide same start-up status message as for other protocols.

13 years agoRemoved useless divisions - As a side effect, it removes the risk of divisions by...
Erik Hofman [Sun, 19 Jun 2011 08:34:21 +0000 (10:34 +0200)]
Removed useless divisions - As a side effect, it removes the risk of divisions by zero

13 years agoUpdate 3rdparty files for win32/x64
Frederic Bouvier [Sat, 18 Jun 2011 21:34:57 +0000 (23:34 +0200)]
Update 3rdparty files for win32/x64

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Frederic Bouvier [Sat, 18 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agoBundle DDS plugin too
Frederic Bouvier [Sat, 18 Jun 2011 19:23:54 +0000 (21:23 +0200)]
Bundle DDS plugin too

13 years agoImproved the calcs during trimming after a suggestion from Dennis
Erik Hofman [Sat, 18 Jun 2011 15:50:47 +0000 (17:50 +0200)]
Improved the calcs during trimming after a suggestion from Dennis

13 years agoFixed switch parsing and message
Erik Hofman [Fri, 17 Jun 2011 12:16:49 +0000 (14:16 +0200)]
Fixed switch parsing and message

13 years agosync with JSBSim CVS
Erik Hofman [Fri, 17 Jun 2011 07:26:52 +0000 (09:26 +0200)]
sync with JSBSim CVS

13 years agoLink built-in svn in MSVC if 32-bit target is selected
Frederic Bouvier [Wed, 15 Jun 2011 06:27:56 +0000 (08:27 +0200)]
Link built-in svn in MSVC if 32-bit target is selected

13 years agoissue #127: make screen shots work with OSG multi-threading
ThorstenB [Mon, 13 Jun 2011 18:31:27 +0000 (20:31 +0200)]
issue #127: make screen shots work with OSG multi-threading
Make sure actual snap shot is executed in graphics context.
(Revert the revert :) - since the basic issue in simgear is solved now)
(patch requires simgear+fgdata update!)

13 years agoRevert "issue #127: make screen shots work with OSG multi-threading"
ThorstenB [Sun, 12 Jun 2011 22:52:43 +0000 (00:52 +0200)]
Revert "issue #127: make screen shots work with OSG multi-threading"

This reverts commit b4d90150c50094ac25f2e9ed7ea8302a3ef148d2.

13 years agoMartin Spott: Fix special FDM define for CMake.
ThorstenB [Sun, 12 Jun 2011 22:46:50 +0000 (00:46 +0200)]
Martin Spott: Fix special FDM define for CMake.

13 years agoMartin Spott: Add CMake DBus support for event driven input.
ThorstenB [Sun, 12 Jun 2011 22:45:40 +0000 (00:45 +0200)]
Martin Spott: Add CMake DBus support for event driven input.
Tested on Linux only, please improve if you see fit.

13 years agoMartin Spott: CMake DBus module, credit goes to the KDE project
ThorstenB [Sun, 12 Jun 2011 22:44:22 +0000 (00:44 +0200)]
Martin Spott: CMake DBus module, credit goes to the KDE project
from whom the file was copied.

13 years agoBetrand Coconnier: fix for issue #220 for JSBSim a/c
ThorstenB [Sun, 12 Jun 2011 19:04:16 +0000 (21:04 +0200)]
Betrand Coconnier: fix for issue #220 for JSBSim a/c
Modifying /position/altitude-ft did not change a/c position

13 years agoIntroduce "PRESERVE" flag to protect properties on sim reset.
ThorstenB [Sun, 12 Jun 2011 18:31:56 +0000 (20:31 +0200)]
Introduce "PRESERVE" flag to protect properties on sim reset.
Some specific properties need protection and shouldn't be restored to their
original values on sim-reset.

13 years agoMartin Spott: fixed sh-like variable in CMakeLists.txt
ThorstenB [Sun, 12 Jun 2011 13:17:03 +0000 (15:17 +0200)]
Martin Spott: fixed sh-like variable in CMakeLists.txt

13 years agoDo not reset persistent properties on sim-reset.
ThorstenB [Sun, 12 Jun 2011 11:53:14 +0000 (13:53 +0200)]
Do not reset persistent properties on sim-reset.
Fixed ugly sim-reset issue: Persistent properties (USERARCHIVE attribute)
are retained across sim sessions (when restarting the sim). So they should
also be retained on sim-resets (without the need to first exit/restart
the sim to make them really persistent).
Also, avoid warning due to read-only properties.

13 years agoAvoid compiler warning.
ThorstenB [Sun, 12 Jun 2011 11:45:10 +0000 (13:45 +0200)]
Avoid compiler warning.

13 years agoFix linking with -lsgtsync with cmake.
Mathias Froehlich [Sun, 12 Jun 2011 06:29:49 +0000 (08:29 +0200)]
Fix linking with -lsgtsync with cmake.

13 years agoIntroduce terrasync subsystem.
ThorstenB [Sat, 11 Jun 2011 22:44:07 +0000 (00:44 +0200)]
Introduce terrasync subsystem.
Fix tile reloading issue.

13 years agogit ignore debug directory
ThorstenB [Sat, 11 Jun 2011 22:12:39 +0000 (00:12 +0200)]
git ignore debug directory

13 years agoissue #61: built-in svn broken for automake builds
ThorstenB [Sat, 11 Jun 2011 13:29:50 +0000 (15:29 +0200)]
issue #61: built-in svn broken for automake builds
Thanks to "j...@flygarna.se"

13 years agoUse computed gravity instead of hardcoded value
Torsten Dreyer [Wed, 8 Jun 2011 18:17:40 +0000 (20:17 +0200)]
Use computed gravity instead of hardcoded value

13 years agoMerge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into vivian
Torsten Dreyer [Wed, 8 Jun 2011 18:12:53 +0000 (20:12 +0200)]
Merge commit 'refs/merge-requests/11' of git://gitorious.org/fg/flightgear into vivian

13 years agoChange SimGear library order for fgadmin
Torsten Dreyer [Wed, 8 Jun 2011 14:02:07 +0000 (16:02 +0200)]
Change SimGear library order for fgadmin

13 years agoMake fgadmin compile under linux
Torsten Dreyer [Wed, 8 Jun 2011 14:01:23 +0000 (16:01 +0200)]
Make fgadmin compile under linux

missing string.h for str(n)cmp

13 years agoRemove stray space
ThorstenB [Mon, 6 Jun 2011 17:53:21 +0000 (19:53 +0200)]
Remove stray space
Thanks to Vivian - make MSVC9 happy again.

13 years agoBugfix: set life timer to 0 on instantiation and when ballistic object dies.
Vivian Meazza [Mon, 6 Jun 2011 08:32:00 +0000 (09:32 +0100)]
Bugfix: set life timer to 0 on instantiation and when ballistic object dies.

Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Mon, 6 Jun 2011 08:16:39 +0000 (09:16 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agoMerge branch 'next' of D:\Git_New\flightgear into next
Vivian Meazza [Sun, 5 Jun 2011 21:25:10 +0000 (22:25 +0100)]
Merge branch 'next' of D:\Git_New\flightgear into next

13 years agocmake: check for SimGear 2.3.0
Torsten Dreyer [Sun, 5 Jun 2011 19:38:44 +0000 (21:38 +0200)]
cmake: check for SimGear 2.3.0

13 years agoMake cmake for fgpanel work under linux
Torsten Dreyer [Sun, 5 Jun 2011 19:08:44 +0000 (21:08 +0200)]
Make cmake for fgpanel work under linux

13 years agoFix a data type mismatch
Torsten Dreyer [Sun, 5 Jun 2011 15:10:04 +0000 (17:10 +0200)]
Fix a data type mismatch

13 years agoInitial commit to add fgpanel to cmake build system
Torsten Dreyer [Sun, 5 Jun 2011 15:04:41 +0000 (17:04 +0200)]
Initial commit to add fgpanel to cmake build system

Most likely only works on OSX, other OSes will follow later

13 years agoAvoid crashing in hla initialization failure.
Mathias Froehlich [Sun, 5 Jun 2011 11:44:37 +0000 (13:44 +0200)]
Avoid crashing in hla initialization failure.

13 years agoadd a sanity check for the overcast property
Erik Hofman [Sun, 5 Jun 2011 08:26:55 +0000 (10:26 +0200)]
add a sanity check for the overcast property

13 years agoAdd a /rendering/scene/overcast option to color the skydome gray in case of overcast
Erik Hofman [Sun, 5 Jun 2011 08:20:16 +0000 (10:20 +0200)]
Add a /rendering/scene/overcast option to color the skydome gray in case of overcast

13 years agoMerge branch 'next' of git://gitorious.org/fg/flightgear into next
Torsten Dreyer [Sat, 4 Jun 2011 19:30:46 +0000 (21:30 +0200)]
Merge branch 'next' of git://gitorious.org/fg/flightgear into next

13 years agofgpanel: fix compile for OSX
Torsten Dreyer [Sat, 4 Jun 2011 19:27:04 +0000 (21:27 +0200)]
fgpanel: fix compile for OSX

13 years agoMinor error message formatting.
ThorstenB [Sat, 4 Jun 2011 15:55:37 +0000 (17:55 +0200)]
Minor error message formatting.

13 years agoFix crash when display/screen number invalid
ThorstenB [Sat, 4 Jun 2011 15:55:12 +0000 (17:55 +0200)]
Fix crash when display/screen number invalid
getScreenResolution shouldn't be called before the safety check.
Fixes commit ba7d8b8155731c95acf43f5e5a5a007cc6e96cdc

13 years agoMerge branch 'next' of gitorious.org:fg/flightgear into next
Torsten Dreyer [Sat, 4 Jun 2011 13:58:54 +0000 (15:58 +0200)]
Merge branch 'next' of gitorious.org:fg/flightgear into next

13 years agoAnticipating v2.4.0 - bump fgdata version to 2.3.0
Torsten Dreyer [Sat, 4 Jun 2011 13:53:38 +0000 (15:53 +0200)]
Anticipating v2.4.0 - bump fgdata version to 2.3.0

13 years agoAs torten explains: it is probably not a good idea to ti /environment/relative-humidi...
Erik Hofman [Sat, 4 Jun 2011 13:39:45 +0000 (15:39 +0200)]
As torten explains: it is probably not a good idea to ti /environment/relative-humidity since the FGEnvironment ties to this property too

13 years agoAdd the /rendering/scene/scattering property to allow the weather system to contoll...
Erik Hofman [Sat, 4 Jun 2011 11:11:56 +0000 (13:11 +0200)]
Add the /rendering/scene/scattering property to allow the weather system to contoll the amount of light scattering (or absorption) of the fog

13 years agoFix bug#333 2D clouds sometimes not visible with material shaders are disabled
Torsten Dreyer [Fri, 3 Jun 2011 20:05:43 +0000 (22:05 +0200)]
Fix bug#333 2D clouds sometimes not visible with material shaders are disabled

Only draw 3d clouds if enabled and shader-effects are true.
Remove the property-tie for 3dclouds-enabled and use a change listener
instead which also listens for changes of the shader-effects property.

13 years agoPush some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned...
James Turner [Thu, 2 Jun 2011 22:28:40 +0000 (23:28 +0100)]
Push some of the ATIS logic into AirportDynamics, in preparation for ATIS being owned by the airport

13 years agoFix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the...
James Turner [Thu, 2 Jun 2011 22:01:17 +0000 (23:01 +0100)]
Fix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the catch!

13 years agoOlaf Flebbe: #332, Improve Nasal's "systime" method
ThorstenB [Thu, 2 Jun 2011 21:53:42 +0000 (23:53 +0200)]
Olaf Flebbe: #332, Improve Nasal's "systime" method
Use gettimeofday for determine time, rather than time() and gettimeofday()

13 years agoMinor tweaks to positioned find commands.
James Turner [Wed, 1 Jun 2011 23:33:47 +0000 (00:33 +0100)]
Minor tweaks to positioned find commands.