1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
curt
2c6db0ec35 Created an FGTileMgr class to encapsulate the high level tile management
tasks.
Created a tile load queue.  When we init, or cross a tile boundary, we
  stuff the new tiles to be loaded on a load queue, and then only load
  one tile per frame.  This will need further refinement, but it is better
  than what we had.
1999-06-13 05:58:02 +00:00
curt
70505137eb GUI updates contributed by Norman Vine. 1999-06-01 21:17:10 +00:00
curt
9d78e32da8 Fix bug with passing PUI keystrokes on to glut. 1999-05-29 13:03:26 +00:00
curt
a9b54bca0f Major shuffling to push basic material management out into FlightGear/Lib/
so it can be accessible from the scenery tools.
Also implimented JIT texture loading to save start time and memory.
1999-05-12 04:24:55 +00:00
curt
28ee2efbf9 Changes to support plib-1.0.7's font code.
GUI improvements contributed by Norman Vine.
3dfx.sh wrapper script now sets voodoo2 variables as well.
Start of support for user defined texture scale.
Start of support for precalculated texture coordinates.
1999-05-12 02:07:21 +00:00
curt
2ec91c2e9f GUI changes contributed by Norman Vine. 1999-05-12 01:11:17 +00:00
curt
40db8d0c1f Changes to toggle panel on and off. 1999-05-06 22:16:12 +00:00
curt
e03741be5f Fixed teleportation and dialog box crashes. 1999-05-06 21:14:06 +00:00
curt
78757ea9dd Changes by NHV to allow the sim to be reset. 1999-04-27 15:52:32 +00:00
curt
26cdcb3064 Removed plib from the source distribution. It must be built and installed
separately before fgfs can be built and installed.
1999-04-12 02:03:32 +00:00
curt
fcfbba74db Changed contributed by Durk Talsma:
- Converted struct fgTIME to class FGTime
- Don't draw textured moon/sun halos when --disable-textures requested
1999-04-08 19:53:46 +00:00
curt
f5067f82cb Removed in-src cvs logs. 1999-04-06 23:37:07 +00:00
curt
29f6d05875 Initial revision 1999-04-05 21:32:32 +00:00
Tim Moore
66a0be21da Merge FG_Simulator as subdirectory 2009-09-14 13:38:55 +02:00