curt
2b22f5678c
Preparations for the 0.9.6-pre1 release.
2004-09-10 18:34:00 +00:00
curt
7857ef0381
Tweaks for 0.9.5 release.
2004-07-29 21:54:15 +00:00
curt
f9af52b588
Tweaks for 0.9.5-pre3 release.
2004-07-27 21:40:37 +00:00
curt
517a7a3e5a
Updates for v0.9.5-pre2.
2004-07-21 21:49:54 +00:00
ehofman
485c66ed3e
Test for alutInit in libopenal.so and in libalut.so for Cygwin builds.
2004-07-19 14:59:24 +00:00
ehofman
ddbafac793
alut is now part of libopenal.so
2004-07-17 14:01:36 +00:00
curt
6076c83904
Various tweaks for v0.9.5-pre1.
2004-07-15 18:07:02 +00:00
ehofman
b3e9697262
Add the AIModel based air traffic subsystem from Durk Talsma.
2004-06-03 17:59:14 +00:00
curt
87387cfcc9
Add -framework AGL which is required after recent gui code changes.
2004-05-14 02:05:51 +00:00
andy
7ceb85d454
Changes to get FlightGear (well, the src directory at least) to
...
configure and compile out-of-the-box on a MinGW target:
Use -lSDL instead of -lglut32 on windows builds when --enable-sdl
is set.
Link against alut.dll in addition to openal32.dll.
Replace BSD bcopy() with ANSI C memmove() in a few places. This is
simpler than trying to abstract it out as a platform dependency in a
header file; bcopy() has never been standard.
The ENABLE_THREADS handling has changed to be set to 0 when threads
are not in use. This breaks expressions like #ifdef ENABLE_THREADS.
Replace with a slightly more complicated expression. It might have
been better to fix the configure.ac script, but I didn't know how and
this whole setting is likely to go away soon anyway.
The MinGW C runtime actually does include snprintf, so only MSVC
builds (and not all WIN32 ones) need _snprintf in JSBSim/FGState.cpp
Building on a platform with no glut at all exposed some spots where
plib/pu.h was being included without a toolkit setting (it defaults to
glut). Include fg_os.hxx first.
And when still using glut, glut.h has a bizarre dependency on a
_WCHAR_T_DEFINED symbol. It it's not defined, it tries to redefine
(!!) wchar_t to disasterous effect.
2004-04-30 00:52:11 +00:00
curt
2dc4d82d1b
Add default openal libs for cygwin.
2004-04-28 19:19:32 +00:00
curt
3816f4fbb4
Add correct openal libs for MacOS.
2004-04-25 01:41:32 +00:00
curt
df472fe0f5
Changes to go along with small interface changes in simgear/sound/libsgsound
...
(which is now written on top of OpenAL.)
2004-04-24 19:28:12 +00:00
curt
b4f6a8089e
Default to threads enabled. They can still be disabled by passing
...
--with-threads=no to the configure script.
2004-04-16 18:51:30 +00:00
ehofman
b0a3ce0fc0
First attempt to make it possible to use either SDL or glut at compile time.
2004-04-07 14:42:41 +00:00
curt
0c01cebfc3
Final 0.9.4 tweaks.
2004-03-26 21:46:49 +00:00
curt
5ea5e6250c
0.9.4.pre2 updates.
2004-03-24 01:05:53 +00:00
curt
1d50d5b68c
For cygwin, make sure to preserve previous contents of EXTRA_DIRS.
2004-03-23 13:43:13 +00:00
curt
bcc42cbe4c
Various final tweaks for the 0.9.4.pre1 release.
2004-03-22 20:19:18 +00:00
curt
d7f5107378
Make sure /usr/local/{include,lib} is added for cygwin.
2004-03-18 02:33:59 +00:00
david
25290c4467
Remove the old WeatherCM module.
2004-03-16 20:19:07 +00:00
curt
10fc1ea537
A bit more Makefile massaging.
2004-02-10 15:22:29 +00:00
ehofman
d3865a9bf9
Check for the precense of truncf rather than hard-wire it in
2004-01-27 09:31:27 +00:00
ehofman
18eb0a35a2
Rename utils/3dconvert to utils/Modeller and add Jim Wilson's animassist utility
2004-01-09 21:19:44 +00:00
ehofman
cd0c447b43
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC code.
2003-11-28 15:48:05 +00:00
curt
d3181fb437
Andy Ross:
...
A set of changes to impliment Nasal support in FlightGear. The nasal
interpreter is now part of SimGear.
2003-11-25 21:08:36 +00:00
ehofman
e322c70f52
Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place.
2003-11-13 14:42:47 +00:00
ehofman
e6cd7a0ed7
Add Manuel Bessler and Stephen Lowry's remote joystick code and add David Magginson's 3dconvert utility
2003-11-12 10:06:18 +00:00
curt
1bd99ddaf5
Someone managed to commit changes as cvsguest, return to the original
...
version. These changes need to be added via the proper channels.
2003-11-09 00:38:48 +00:00
cvsguest
d55f2bd017
Multiplayer client/server system changes and new files
2003-11-07 23:38:18 +00:00
curt
cc7b15fa7b
Various 0.9.3 updates.
2003-10-24 17:06:39 +00:00
curt
58cadee5f3
Updates for 0.9.3-pre1
2003-10-16 03:29:04 +00:00
curt
ff2740f085
Remove the last traces of metakit (hopefully) :-)
2003-08-29 04:42:43 +00:00
ehofman
6f8aa7b331
Change GLUT_H to FG_GLUT_H to prevent a naming clash with freeglut.
2003-08-21 09:12:12 +00:00
curt
7b5997e9dc
Changed "GL/glut.h" to <GL/glut.h>
2003-08-05 14:49:01 +00:00
ehofman
67b4184f4b
The test didn't work out well
2003-08-04 19:07:12 +00:00
ehofman
6834e86f94
Add 3d cloud support back in
2003-08-04 17:57:15 +00:00
curt
419f09f804
Curt:
...
I have added a fledgling replay system that records flight data and control
positions during the flight.
I have added an internal command called "replay" which will trigger a replay
of the entire saved flight data set. This could be bound to a keyboard or
menu command, in fact this entire module is screaming for someone to build
a gui to control playback speed, amount of playback, etc.
This is the initial version so there are kinks that still need to be worked
out, please be patient.
2003-07-17 18:24:17 +00:00
ehofman
849219ef45
Don't check for OpenGL libraries without at least including -lm
2003-07-12 09:17:17 +00:00
ehofman
19d08953e3
Split up into and . Fix a typo for FreeBSD. And do some Makefile cleanups
2003-07-07 13:57:43 +00:00
ehofman
02bb6a6325
Don't link agains OpenGL libraries when it's not needed
2003-07-07 11:26:48 +00:00
ehofman
fa0c719c30
Clean up, and make more flexible and prevent unnesse
...
cary library includes
2003-07-06 17:14:04 +00:00
ehofman
14c3e9e4d4
Add some solaris specific libraries
2003-07-02 08:52:45 +00:00
ehofman
e3bcb4b619
MingW 0.92 fixes
2003-06-08 12:01:43 +00:00
curt
bfaaa63bb2
Changes in preparation for the 0.9.2 release.
2003-06-04 20:27:05 +00:00
curt
503d2839cc
Attempt to work around a problem compiling ssgEntityArray.cxx against
...
plib-1.6.0
2003-05-28 16:57:24 +00:00
david
726d97be3c
Removed old menubar option.
2003-04-01 15:50:51 +00:00
ehofman
a4d1b0902e
Give MultiPlayer support authority over NetworkOLK
2003-03-21 10:39:17 +00:00
ehofman
fc721442f4
Fix a nasty NetworkOLK/MultiPlayer configure problem
2003-03-21 09:57:38 +00:00
ehofman
e46c59d4d0
Add multiplayer support from Duncan McCreanor and Diarmuid Tyson
2003-03-19 20:45:09 +00:00