af15e73e64create an absolute value before calling log or log10, this adds support for sound on negative numbers (thrust reverse for example).
ehofman
2006-01-30 20:30:56 +00:00
36e7684d9aMSVC vsnprintf ( in fact _vsnprinft ) returns -1 when the buffer is too short
fredb
2006-01-10 20:25:46 +00:00
795c079af0Use the new SGPath::create_dir function Ensure no triangles array could have more than 32767 vertices, a PLIB limit.
fredb
2006-01-07 13:21:36 +00:00
c5737c5f74Try to detect the proper type for mode_t
ehofman
2005-12-17 15:15:09 +00:00
106198fa20Stefan Seifert: Add the posibility to specify a userarchive attribute which could be used to save user prefferences at program exit.
ehofman
2005-12-17 15:11:37 +00:00
4eb74a3c93Add a function to create aa new directory
ehofman
2005-12-17 15:06:56 +00:00
61984730acAdd a small accessor function to expose local timezone offset.
curt
2005-11-17 15:30:07 +00:00
f196d3bab8Fix a small spelling mistake.
curt
2005-11-15 21:43:34 +00:00
7da45cb49eRevert to the original (0.9.8) version, it causes more problems than it solves (did actually solve any?)
ehofman
2005-11-14 18:25:17 +00:00
e994305da6Put in public domain, Curtis wants it (because net_fdm.hxx depends on it) and I created the other functions.
ehofman
2005-11-13 09:42:38 +00:00
2af37b484eLet the application free the buffer data.
ehofman
2005-11-12 12:22:23 +00:00
faf41f7d96Prevent a possible memory leak.
ehofman
2005-11-12 12:17:04 +00:00
7629e29397add a missing character.
ehofman
2005-11-12 10:55:22 +00:00
1cff7fcfeaMake a clear separation between loading a sound file into main memroy and sending it to the driver. This prevents data to be loaded into the main memory (or onto the soundcard's memory) when it's not needed.
ehofman
2005-11-12 10:26:21 +00:00
694cf6e958Expose some internals.
ehofman
2005-11-11 13:19:58 +00:00
61f2f4b761Architectural fix allowing the "tip" popups (FOV, view name, etc...) to pop themselves down while the simulator is paused.
andy
2005-11-09 20:34:14 +00:00
db1b99d8ddBack out the shared mutex code since it only works when the mutex is in shared memory[1], something we don't support anyhow. This also fixes a FreeBSD compile problem.
ehofman
2005-10-26 11:19:58 +00:00
65a880e9faOops, ALUT 1.0 requires a little more work than expected.
ehofman
2005-10-25 18:05:23 +00:00
80abe952baIma Sudonim remembered me there is still one problem for gcc Vs. 3.4 or later under Cygwin. This fixes it.
ehofman
2005-10-15 14:59:02 +00:00
c12162407cFix memory leak discovered by Mathias Froehlich
andy
2005-10-14 16:42:32 +00:00