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