Go to file
curt 7ed51be4e6 In the original flightgear native/binary scenery terrain data format, we
used short's extensively to represent counts of objects (number of points,
number of texture coordinates, number of traingle strips, etc.) and we used
shorts to index into larger structures.  But this capped many of our structure
sizes to a maximum of 32768.

By switching to unsigned shorts in the future, we can double the maximum
object/index counts without losing anything.  This was a pretty major
oversight in our original specification.

I have bumped up the native object file version from 6 to 7 and added code
in the reader to maintain full backwards compatibilty with version 6
scenery files (i.e. the current 0.9.10 scenery release.)

Curt.
2007-11-05 21:42:29 +00:00
projects Update MSVC 7.1 projects 2007-08-12 13:40:16 +00:00
simgear In the original flightgear native/binary scenery terrain data format, we 2007-11-05 21:42:29 +00:00
.cvsignore Added more generated files. 2004-04-04 14:24:06 +00:00
acinclude.m4 automake 1.8+ fixes 2005-02-15 18:13:15 +00:00
am2dsp.cfg Olaf Flebbe: 2006-02-17 08:58:56 +00:00
AUTHORS Added Curt to empty Authors file as CVS test. 2001-12-11 22:23:25 +00:00
autogen.sh Fixes to better support the native irix compilers. 2002-09-06 15:30:11 +00:00
ChangeLog Initial revision 2000-02-09 19:27:02 +00:00
configure.ac Change "FlightGear" to "SimGear" of course. 2007-09-01 12:57:53 +00:00
COPYING Starting conversion to LGPL (from GPL). 2000-07-08 18:44:26 +00:00
Doxyfile Updates for v0.3.10-pre1. 2006-03-20 19:22:20 +00:00
DoxygenMain.cxx - Tweaks to doxygen main page. 2003-06-11 18:55:36 +00:00
Makefile.am Added a check for OpenSceneGraph and created some basic documentation. 2007-09-01 12:55:46 +00:00
NEWS v0.3.10 changes. 2006-04-05 18:42:45 +00:00
README Test commit. 2001-12-17 16:52:20 +00:00
README.MSVC Updated am2dsp.cfg file for creating MSVC project files. 2002-04-22 20:37:31 +00:00
README.OpenAL Documentation fixes: Updated the contents of README.plib and README.OpenAL 2007-09-01 09:45:21 +00:00
README.OSG Added a check for OpenSceneGraph and created some basic documentation. 2007-09-01 12:55:46 +00:00
README.plib Documentation fixes: Updated the contents of README.plib and README.OpenAL 2007-09-01 09:45:21 +00:00
README.zlib Updates to remove unneeded and old version of zlib source. 2006-03-23 21:59:59 +00:00
SimGear.dsp Refresh MSVC6 project file 2007-01-06 14:45:21 +00:00
SimGear.dsw Updates for v0.3.10-pre1. 2006-03-20 19:22:20 +00:00
SimGear.spec.in For building redhat packages. 2000-03-29 00:00:46 +00:00
Thanks SimGear: Typo in Thanks file 2007-07-23 22:00:31 +00:00
TODO Initial revision 2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]