curt
|
1a7c97601d
|
Additional progress.
|
1999-02-23 01:29:03 +00:00 |
|
curt
|
d4950f5e70
|
Working on clipping shapes and distributing into buckets.
|
1999-02-19 19:05:17 +00:00 |
|
curt
|
739588f9c3
|
Renamed bucketutils.c -> bucketutils.cxx
|
1999-02-17 20:52:02 +00:00 |
|
curt
|
bbcb8878f9
|
Initial revision.
|
1999-02-15 19:10:23 +00:00 |
|
curt
|
7260c176a9
|
Separated out flight gear scenery specifics into a separate Scenery
Generation section.
|
1999-02-15 00:49:18 +00:00 |
|
curt
|
1d390b6f66
|
Initial revision.
|
1999-02-15 00:38:46 +00:00 |
|
curt
|
99a937d9c3
|
Initial revisions.
|
1999-02-14 19:10:47 +00:00 |
|
curt
|
2964dc73ee
|
Initial revision.
|
1999-02-14 19:07:13 +00:00 |
|
curt
|
1ca1299197
|
initial checkin
|
1999-02-14 18:53:01 +00:00 |
|
curt
|
62a42862f7
|
Initial Revision.
|
1999-02-13 01:12:03 +00:00 |
|
curt
|
4b2dfde7bf
|
Allow auto-throttle adjustment while active.
|
1999-02-12 23:22:35 +00:00 |
|
curt
|
4793414f88
|
Changes to allow adjustment of the autopilot settings while it is activated.
|
1999-02-12 22:17:59 +00:00 |
|
curt
|
dcc2c53143
|
Changes contributed by Norman Vine to allow adjustment of the autopilot
while it is activated.
|
1999-02-12 22:17:14 +00:00 |
|
curt
|
509de0cfe8
|
Added Jon Berndt.
|
1999-02-12 22:16:42 +00:00 |
|
curt
|
8b0110fe5d
|
Updates and fixes from Friedemann.
|
1999-02-12 01:46:29 +00:00 |
|
curt
|
397ca564b3
|
Interface with Jon's submitted JSBsim changes.
|
1999-02-11 21:09:40 +00:00 |
|
curt
|
f4e3e8bc92
|
New changes to address various feedback from initial release.
|
1999-02-11 21:05:34 +00:00 |
|
curt
|
bfbee6c124
|
Final changes for 0.58
|
1999-02-11 02:02:08 +00:00 |
|
curt
|
6f69fd6fc1
|
Final changes for 0.58
|
1999-02-11 02:02:00 +00:00 |
|
curt
|
b1eb65cd5d
|
Start of scenery revamp project.
|
1999-02-11 01:10:50 +00:00 |
|
curt
|
d6b38f2eea
|
Added Clipper/ and ShapeFile/
|
1999-02-11 01:10:16 +00:00 |
|
curt
|
5b299a2594
|
Dist. tweaks.
|
1999-02-11 01:09:56 +00:00 |
|
curt
|
505de4703b
|
Added a routine to calculate the offset in bucket units between two buckets.
|
1999-02-11 01:09:33 +00:00 |
|
curt
|
d2d570a40c
|
Temporary tweak for JSBsim data.
Added two new Tools/ ... Clipper/ and ShapeFile/
|
1999-02-11 01:08:14 +00:00 |
|
curt
|
236a1f2a2d
|
Added a FG_CLIPPER debug type for the polygon clipper lib.
|
1999-02-09 00:08:48 +00:00 |
|
curt
|
91efc5ad87
|
Added a new "newbucket.[ch]xx" FGBucket class to replace the old
fgBUCKET struct and C routines. This FGBucket class adjusts the tile
width towards the poles to ensure the tiles are at least 8 miles wide.
|
1999-02-08 23:52:13 +00:00 |
|
curt
|
c27844393d
|
Incorporating Jon S. Berndt's flight model code.
|
1999-02-05 21:29:38 +00:00 |
|
curt
|
b8d59efa71
|
Modifications to incorporate Jon S. Berndts flight model code.
|
1999-02-05 21:28:09 +00:00 |
|
curt
|
84e9a0df24
|
Tweaks for the solaris platform.
|
1999-02-05 21:27:41 +00:00 |
|
curt
|
c51a45b45b
|
Preparations for 0.58
|
1999-02-05 21:27:19 +00:00 |
|
curt
|
bef268a4cd
|
Initial revision.
|
1999-02-05 21:26:01 +00:00 |
|
curt
|
91cb0e2a99
|
MSVC++ portability changes by Bernie Bright:
Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
|
1999-02-02 20:13:29 +00:00 |
|
curt
|
123c816048
|
MSVC++ portability changes by Bernie Bright:
Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
|
1999-02-02 20:13:23 +00:00 |
|
curt
|
1209546e08
|
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
Jon accepted my offer to do this and thought it was a good idea.
|
1999-02-01 21:33:23 +00:00 |
|
curt
|
cc37d0e0ef
|
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
Jon accepted my offer to do this and thought it was a good idea.
|
1999-02-01 21:33:19 +00:00 |
|
curt
|
aee2c4cfca
|
Removed unused variables.
|
1999-02-01 21:15:43 +00:00 |
|
curt
|
80b6403955
|
Converted to C++ style comments.
|
1999-02-01 21:14:10 +00:00 |
|
curt
|
3cf321736b
|
Optimizations from Norman Vine.
|
1999-02-01 21:09:40 +00:00 |
|
curt
|
730132afab
|
Moving location of Lib/DEM/ to Tools/DEM/
|
1999-02-01 21:09:21 +00:00 |
|
curt
|
9cf94c3811
|
Bug fix in vertex order of inner disk (fan) of the sky dome.
|
1999-02-01 21:09:00 +00:00 |
|
curt
|
4657515bb2
|
Optimizations from Norman Vine.
|
1999-02-01 21:08:33 +00:00 |
|
curt
|
fab6d05157
|
Optimizations from Norman Vine.
|
1999-02-01 21:08:28 +00:00 |
|
curt
|
21a592fad2
|
Added note about joystick support under Unix.
|
1999-02-01 21:08:13 +00:00 |
|
curt
|
0d30a845d0
|
Move sun/solaris specific stuff to compiler.h
|
1999-01-27 04:50:18 +00:00 |
|
curt
|
11a561872a
|
Fixes so that the sim can start out at an airport below sea level.
|
1999-01-27 04:49:48 +00:00 |
|
curt
|
3e918d1df1
|
Game mode fixes from Norman Vine.
Initial altitude setting tweaks and fixes (especially for when starting
below sea level.)
|
1999-01-27 04:49:17 +00:00 |
|
curt
|
5faef1c9d6
|
Set the runway height in cur_fdm_state as well as base_fdm_state.
|
1999-01-27 04:48:39 +00:00 |
|
curt
|
25c007cdd6
|
C++ style refinements by Bernie Bright.
|
1999-01-27 04:48:13 +00:00 |
|
curt
|
802920f55b
|
Make lower end of altitude = -500 so the altimeter is guaged below zero (such
as in death valley.)
|
1999-01-27 04:47:52 +00:00 |
|
curt
|
717254c2cd
|
Removed code to make sun appear larger at the horizon.
|
1999-01-27 04:46:45 +00:00 |
|