]> git.mxchange.org Git - flightgear.git/commit
Major shuffling to push basic material management out into FlightGear/Lib/
authorcurt <curt>
Wed, 12 May 1999 04:24:55 +0000 (04:24 +0000)
committercurt <curt>
Wed, 12 May 1999 04:24:55 +0000 (04:24 +0000)
commita9b54bca0ff9b7e2fd319de1beac4ffcadfb5dba
tree3337fa49869b0965539ae96797075677078d6fa7
parentf91a26f0456e144baff98bef78762a4dc6b2f063
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.
18 files changed:
Lib/Misc/Makefile.am
Lib/Misc/colours.h [new file with mode: 0644]
Lib/Misc/material.cxx [new file with mode: 0644]
Lib/Misc/material.hxx [new file with mode: 0644]
Lib/Misc/texload.c [new file with mode: 0644]
Lib/Misc/texload.h [new file with mode: 0644]
Simulator/Airports/genapt.cxx
Simulator/Astro/moon.cxx
Simulator/Cockpit/panel.cxx
Simulator/Main/GLUTkey.cxx
Simulator/Main/Makefile.am
Simulator/Main/splash.cxx
Simulator/Objects/Makefile.am
Simulator/Objects/fragment.hxx
Simulator/Objects/materialmgr.cxx [new file with mode: 0644]
Simulator/Objects/materialmgr.hxx [new file with mode: 0644]
Simulator/Objects/obj.cxx
Simulator/Scenery/tilemgr.cxx