]> git.mxchange.org Git - simgear.git/history - simgear/io/sg_binobj.cxx
Removal of PLIB/SG from SimGear
[simgear.git] / simgear / io / sg_binobj.cxx
2010-08-07 James TurnerRemoval of PLIB/SG from SimGear
2010-07-29 James TurnerRemove deprecated vector classes - finally!
2010-07-29 James TurnerWIP - removing remaining users of Point3D.
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2007-11-05 curtIn the original flightgear native/binary scenery terrai...
2007-05-28 frohlichModified Files:
2007-02-05 mfranzfix error message
2006-03-14 mfranz--warnings
2006-03-08 mfranz- new FSF addresses
2006-02-21 ehofmanBack out the previous patch.
2006-02-21 ehofmanMelchior FRANZ:
2006-02-17 curtClean up some compiler warnings.
2006-01-07 fredbUse the new SGPath::create_dir function
2005-12-19 ehofmanVassilii Khachaturov:
2005-10-12 curtUse an unsigned vs. signed short to double our element...
2005-10-01 ehofmanCygwin fixes(?), it's a good idea to do it this way...
2005-09-15 ehofmanUse inttypes.h specified types. This is the standard...
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-07-14 curtTweaks in preparation for the 0.3.6-pre1 release.
2003-03-02 davidPatches from Erik Hofman (for Irix? I've lost the origi...
2002-12-31 davidPatch from Erik Hofman:
2002-12-03 curt#include <simgear_config.h> as necessary.
2002-08-23 curtBernie Bright:
2002-07-30 curtRemove efence support in favor of valgrind.
2002-07-02 curtFixes for IA-64 with Intel compiler.
2002-03-13 curtFixed an 'elstupido' bug.
2002-03-11 curtAdded a warning message if the file is not found.
2002-03-10 curtAdditions to the binary file format to make it *much...
2002-02-26 curtAdd initial support for per vertex or per object colors.
2002-02-26 curtExtended .btg format to support a 'points' primitive.
2002-02-11 curtDecouple sg_time code from the current time(NULL),...
2001-08-02 curtVarious changes for MingWin32 support.
2001-05-15 curtAttempt to resolve ambiguity between #include <config...
2001-05-15 curtMSVC++ doesn't have long long, but does have __int64.
2001-05-03 curtInitial revision.
2001-04-07 curtSwab after sgReadBytes() if necessary.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-02 curtChanges for the native Irix CC compiler contributed...
2001-01-24 curtClose a binary file before we return (if it turns out...
2001-01-19 curtFixed a bug in how zlib.h was included.
2001-01-12 curtTweaks to get us back within the ANSI C++ spec.
2001-01-11 curtMinor MSVC tweaks by Christian Mayer.
2001-01-06 curtmade read/write functions into members of SGBinObject.
2001-01-06 curtSimplified calling interface to read/write obj functions.
2001-01-05 curtAdditional bug fixes after testing.
2001-01-04 curtMove binary file reading and writing to simgear.