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