curt
3980f08cc5
Initial revsion of new command manager (contributed by David Megginson)
...
Fix to configure.in.
2001-06-01 15:28:49 +00:00
curt
f93fa4b613
Detect Irix/CC compiler and substitute AR="CC -ar".
2001-06-01 15:13:04 +00:00
curt
06f2dba92c
Norman Vine contributed an optimization to eliminate unnecessary color
...
recalculations.
2001-05-29 13:45:06 +00:00
curt
30a14741c9
gcc-3.0.x fixes.
2001-05-23 19:25:27 +00:00
curt
2f39b688f4
Added #include <config.h>
2001-05-18 19:06:26 +00:00
curt
724a2ef83b
MSVC changes contributed by Geoff McLane.
2001-05-17 19:54:18 +00:00
curt
f7e0e46143
Tweak link libs for decode_binobj.
2001-05-17 16:19:29 +00:00
curt
83acb47295
renamed config.h to simgear_config.h
2001-05-16 00:19:24 +00:00
curt
e5282caea5
MSVC++ tweaks.
2001-05-15 22:17:58 +00:00
curt
6a481eed36
We have to add a few more libs to a couple link lines in order to make
...
irix happy because it tries to resolve dependencies even if they are
eventually never used.
2001-05-15 21:31:35 +00:00
curt
e145f903de
STL-ified the interpolation table so it is not size limited.
2001-05-15 21:07:41 +00:00
curt
2afd1c8663
Updates ...
2001-05-15 20:34:20 +00:00
curt
948d02055d
Tweaks.
2001-05-15 20:26:47 +00:00
curt
e2b4c0787a
Attempt to resolve ambiguity between #include <config.h> for simgear vs.
...
flightgear, especially when this occurs in a simgear .hxx file. This is
now expressly forbidden, and will cause problems anyways because we now
changed the name to <simgear_config.h> which isn't installed, so you can't
include it in an installed header file.
2001-05-15 19:26:22 +00:00
curt
2d21e59b54
MSVC++ doesn't have long long, but does have __int64.
2001-05-15 15:52:10 +00:00
curt
00ccafb90d
Update build order to work around dependencies.
2001-05-04 02:10:46 +00:00
curt
b82e02b5ed
Tweaks.
2001-05-03 01:58:50 +00:00
curt
096550f163
Initial revision.
2001-05-03 01:58:12 +00:00
curt
81e5963a5d
Timezone fixes for cygwin.
2001-04-26 16:15:01 +00:00
curt
14569e4fae
Tweaked efence configure.
2001-04-24 21:34:07 +00:00
curt
6cc32a56b9
Added some convenience functions to point3d.
2001-04-24 20:01:52 +00:00
curt
ebdb86c460
Screen shot tweaks from Cameron Moore.
2001-04-22 20:02:49 +00:00
curt
400c9d6a2d
Fix various compiler warnings contributed by Norman Princeton.
2001-04-22 14:57:08 +00:00
curt
e9a1b06746
Updated for cygwin build note.
2001-04-18 11:59:47 +00:00
curt
4f3aaa1ede
iAdded new classes to simgear/threads. SGGuard is a wrapper around a
...
mutex that unlocks the mutex when the SGGuard object goes out of scope.
The SGxxxQueue<T> template family factor out the common behaviour we
need for passing data between threads.
2001-04-16 17:26:13 +00:00
curt
187258cc3a
-a needed instead of -o
2001-04-13 13:45:15 +00:00
curt
dfbcb1566b
Irix tweaks.
2001-04-11 21:14:24 +00:00
curt
e3b0a70eb9
Fixed a typo.
2001-04-11 18:03:30 +00:00
curt
790a40ec99
Tweak...
2001-04-09 18:02:22 +00:00
curt
a824bec9e1
Configure check for pthreads.
2001-04-09 17:58:20 +00:00
curt
10db0c3c66
Swab after sgReadBytes() if necessary.
2001-04-07 23:07:44 +00:00
curt
12620b6152
Tweaks to endianess support.
2001-04-06 21:26:34 +00:00
curt
2294283506
Tweaks to lowlevel.[ch]xx from Norman.
2001-04-06 18:08:07 +00:00
curt
cebcf6a4fc
Expanded doxygen comments and added the SGThread::set_cancel() function.
2001-04-06 14:30:42 +00:00
curt
a79a78b6e6
Ooops, commit Makefile.am not .in.
2001-04-05 23:01:04 +00:00
curt
c6ad744ce2
Added support for byte swapping based on endianess. Note the assumption is
...
that files are stored in little endian order so if reads or writes are done
from a big endian machine, the contents must be byte swapped.
2001-04-05 21:51:32 +00:00
curt
b430b3c8df
Added simgear/threads contributed by Bernie Bright.
2001-04-05 15:58:41 +00:00
curt
0b316a8c5e
Initial revision.
2001-04-05 15:58:22 +00:00
curt
b8e93e6099
Fixes for native Irix compilers.
2001-04-02 00:23:46 +00:00
curt
a84a88bf09
- started adding doc comments to simgear/misc/props.hxx
...
- fixed some minor bugs in simgear/misc/props-io.cxx relating to the
new LONG type
2001-03-29 01:35:00 +00:00
curt
02d54dd187
Doxygen.
2001-03-26 19:04:52 +00:00
curt
fb054c7f8d
Doxygen ...
2001-03-26 02:41:40 +00:00
curt
77da29b4f7
Doxygen ...
2001-03-25 21:39:03 +00:00
curt
828a9a8c51
Doxygen ...
2001-03-25 13:27:50 +00:00
curt
c680947db5
Doxygen.
2001-03-25 13:16:05 +00:00
curt
5348f4eafe
Doxygen.
2001-03-25 12:45:13 +00:00
curt
7781498181
renamed to sgstream.[ch]xx
2001-03-25 12:07:55 +00:00
curt
b8ce139b8a
FG_ to SG_ namespace changes.
...
Doxygenifing.
2001-03-25 12:06:09 +00:00
curt
75911b6c64
doxygen ...
2001-03-25 01:42:40 +00:00
curt
bf0d95145d
Doxygen ...
2001-03-24 14:21:06 +00:00