1
0
Fork 0
Commit graph

1403 commits

Author SHA1 Message Date
curt
7faf98d917 Tweaks to some of the extra rules. 1998-11-06 14:03:48 +00:00
curt
66f4bab7a0 Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:43 +00:00
curt
197b94fcf4 Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:39 +00:00
curt
59285ca41e Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:04 +00:00
curt
b7daf28f0e Display ft or m in mini-hud next to altitude. 1998-11-03 12:33:11 +00:00
curt
f17926ec54 HUD units now display in feet by default with meters being a command line
option.
1998-11-02 23:04:02 +00:00
curt
a1a3ba0531 HUD units now display in feet by default with meters being a command line
option.
1998-11-02 23:04:00 +00:00
curt
e6a2ba66fc HUD units now display in feet by default with meters being a command line
option.
1998-11-02 23:03:55 +00:00
curt
535282bd23 Add a unix main so program will compiler there too. It will output an
"only for windoze" message.
1998-11-02 18:29:42 +00:00
curt
2fe733e796 Portability changes for the Borland compiler. 1998-11-02 18:29:00 +00:00
curt
3e63d6ca5d Additional win32 support. 1998-11-02 18:28:31 +00:00
curt
cb8439ae3f Portability updates from Bernie Bright 1998-11-02 18:28:08 +00:00
curt
3bd85d5911 tweaks. 1998-11-02 18:27:40 +00:00
curt
1d97b7542d Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:40 +00:00
curt
2612ab0ab3 Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:34 +00:00
curt
6ca9596807 Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:32 +00:00
curt
5cfb0ef1ec Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:29 +00:00
curt
17040e4b4d Changes contributed by Norman Vine 1998-10-28 19:39:33 +00:00
curt
033491ac31 Changes to better support win32 scenery development. 1998-10-28 19:39:06 +00:00
curt
914bbba3ef Elliminate some unnecessary win32 specific stuff (by Norman Vine) 1998-10-28 19:38:20 +00:00
curt
80b8037230 Changes to support GLUT joystick routines as fall back. 1998-10-27 02:14:21 +00:00
curt
5695fc84e1 Tweak for building with latest egcs. 1998-10-27 02:14:16 +00:00
curt
1b6b7a348d Changes to support GLUT joystick routines as fall back. 1998-10-27 02:13:59 +00:00
curt
bab1b9c2e5 Turned "struct fgCONTROLS" into a class, with inlined accessor functions. 1998-10-25 14:08:37 +00:00
curt
309f1543a9 Changes to use the new joystick library if it is available. 1998-10-25 10:57:18 +00:00
curt
372eeb7aa7 Completely rewritten to use Steve Baker's joystick interface class. 1998-10-25 10:56:25 +00:00
curt
58b4e200ec Only build the Joystick lib if joystick support is available. 1998-10-25 10:55:07 +00:00
curt
314342e46a Added initial (Linux) joystick support. 1998-10-25 10:54:30 +00:00
curt
b17f3b1b28 Renamed joystick.[ch] to joystick.[ch]xx
Added js.hxx which is Steve's joystick interface class.
1998-10-24 22:28:13 +00:00
curt
7ef298dc2e Modified the info that is put in the VERSION file. 1998-10-22 22:00:10 +00:00
curt
2aea6362db Added point3d.hxx to the list of source files. 1998-10-22 21:59:44 +00:00
curt
3468bef4bb Fixed a couple subtle bugs that resulted from some of my c++ conversions.
One bug could cause a segfault on certain input, and the other bug could
cause the whole procedure to go balistic and generate huge files (also only
on rare input combinations.)
1998-10-22 21:59:19 +00:00
curt
cc8e4d0bde Added compiler.h to source files. 1998-10-22 21:57:57 +00:00
curt
d4e18d0acc Minor parameter passing tweak. 1998-10-21 14:56:50 +00:00
curt
e12ef6b450 Fixed a units conversion bug. 1998-10-21 14:56:20 +00:00
curt
71f2e4342c Converted to Point3D class. 1998-10-21 14:55:55 +00:00
curt
995729b5a1 Tweaked sunrise/sunset colors. 1998-10-20 18:41:53 +00:00
curt
aefbf0cc05 Tweaked texture coordinates, but we still have some problems. :-( 1998-10-20 18:33:55 +00:00
curt
1f49d95eae Tweaked sunset/sunrise colors. 1998-10-20 18:28:30 +00:00
curt
1836f7d8ff Updates to point3d.hxx 1998-10-20 18:26:06 +00:00
curt
bb70329c25 Tweaks from Bernie Bright. 1998-10-20 18:21:49 +00:00
curt
8f9a1bcb56 Fixed a units conversion bug introduced when converting to Point3D class. 1998-10-20 15:52:46 +00:00
curt
69ac8bd3a7 whitespace tweak. 1998-10-20 15:50:33 +00:00
curt
4daff42c25 comment reformat 1998-10-20 15:50:16 +00:00
curt
477753ef94 tweak ... 1998-10-20 15:49:54 +00:00
curt
048130a991 Converted to Point3D class. 1998-10-20 15:49:22 +00:00
curt
5b7e21a859 Removed an extraneous output message. 1998-10-20 15:48:44 +00:00
curt
770e656207 updates ... 1998-10-20 15:48:22 +00:00
curt
0bcaef2256 Ctrl-R now reverses default polygon winding so I can see if a hole in the
terrain is a result of improper winding, or if it is just an empty hole.
1998-10-20 14:58:57 +00:00
curt
5321d533d6 C++-ification. 1998-10-19 19:33:31 +00:00