]> git.mxchange.org Git - flightgear.git/blob - Simulator/Done
updated ...
[flightgear.git] / Simulator / Done
1 --------------------------------------------------------------------------
2 | Done
3 --------------------------------------------------------------------------
4
5 5/6/98 -   HUD updates from Jeff Goeke-Smith.
6
7 5/5/98 -   Added a visual frame rate counter on the HUD.
8
9 5/2/98  -  Option to go full screen.  call glutFullScreen()
10
11 4/29/98 -  Option to toggle between smooth / flat shading.
12
13 4/28/98 -  Physically check if airport list overruns array size when loading.
14
15 4/28/98 -  Wrap up zlib so we can conditionally compile back in normal
16            behavior on systems that have trouble building zlib.
17
18 4/27/98 -  Do a better job of translating scenery tiles towards (0,0,0)
19
20 4/27/98 -  fgTIME fgVIEW struct -> typedef
21
22 4/27/98 -  Add a option to disable texturing.
23
24 4/25/98 -  Clean up initialization sequence and eliminate
25            interdependencies between lighting and position.
26
27 4/23/98 -  encapsulate all #include <config.h>'s with #ifdef HAVE_CONFIG_H
28
29 4/23/98 -  Give all textured polygons ambient and diffuse glMaterial()
30            properties of "white" so GL_MODULATE works as expected and
31            textures are not oddly tinted.
32
33 4/21/98 -  Convert lighting equations to table lookups
34
35 4/21/98 -  Make sure all #ifdef _cplusplus are after any other includes
36            Make sure all .hxx files have #ifndef cplusplus #error
37
38 4/21/98 -  various autoconf cleanups/preparation for C++
39
40 4/9/98 -   Fixed a bug in event management where the next event run time
41            was miscalculated so it was never run.
42
43 4/6/98 -   Cleanups
44
45 --------------------------------------------------------------------------
46
47 4/3/98 -   Released version 0.40
48
49 4/3/98 -   Incorporated the Gnu automake/autoconf/libtool system.
50
51 3/17/98  - Fix time jumping problem on win32
52
53 3/1/98 -   Unify sun position render code with existing sunpos
54            calculations so the sun doesn't do it's little jump every
55            hour.
56
57 2/19/98 -  Fixed a problem with smooth view (scenery center) switch
58            when entering a new tile.
59
60 2/18/98 -  Fixed a problem with terrain generation that was causing
61            some strips to be put in the wrong winding list.
62
63 2/9/98 -   Fixed a problem with terrain tiles not quite matching up perfectly.
64
65 2/2/98 -   Fix warning when compiling with c++ ... also successfully built 
66            with cygnus-g++.  There should be nothing holding us back from 
67            using C++.
68
69 1/30/98 -  remove Scenery/geometry.c and Scenery/mesh.c
70    
71 1/28/98 -  Dynamic unloading of scenery.
72
73 1/26/98 -  Debug message system.
74
75 1/26/98 -  Dynamic loading of scenery
76
77 1/24/98 -  Remove some of the unused files such as ls_sync.c
78
79 1/23/98 -  in all .h's change #ifdef FILE_H -> #ifdef _FILE_H
80
81 --------------------------------------------------------------------------
82
83 1/22/98 -  Released version 0.25
84
85 1/19/98 -  Compile with c++
86
87 1/17/98 -  Change all "type function();" to "type function( void );"
88
89 --------------------------------------------------------------------------
90
91 1/16/98 -  Release verison 0.23
92
93 1/6/98 -   Added FGwin32.mak (a MSVC++ Makefile for building win32 versions)
94
95 --------------------------------------------------------------------------
96
97 1/5/98 -   Released version 0.21
98
99 12/31/97 - remove Unix dependencies from .../Time/fg_time.c
100
101 --------------------------------------------------------------------------
102
103 12/30/97 - Released version 0.20
104
105 12/30/97 - Released version 0.19
106
107 12/30/97 - Event manager
108
109 12/23/97 - First stab at a reasonable sky ... I'm going to probably
110            leave this for now so I don't spend the rest of my life
111            trying to tweak it.
112
113 12/17/97 - Released version 0.18
114
115 12/17/97 - Fix sun/moon initialization code so display lists aren't 
116            re-created at every Init().
117
118 12/12/97 - Released verison 0.17
119
120 12/10/97 - Released version 0.16
121
122 12/9/97 -  Released demtools version 0.01
123
124 12/9/97 -  Released version 0.15
125
126 11/25/97 - Released version 0.14
127
128 10/24/97 - Released version 0.13
129
130 9/22/97 -  Released version 0.12
131
132 9/16/97 -  Released version 0.11
133