]> git.mxchange.org Git - simgear.git/history - simgear/io
temporarily remove listener (viewer) and source offsets. they mess things up
[simgear.git] / simgear / io /
2009-09-17 Tim MooreMerge branch 'tat/configure' into next
2009-09-17 torstenTatsuhiro Nishioka:
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-16 mfranztcpserver: typo
2009-05-16 mfranzfix leaks
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-30 frohlichZap aliasing compiler warnings.
2008-08-07 timooreReturn eof after a number of reptetitions of file input.
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-28 ehofmanReplace SG_USE_STD() by using std::
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-07-19 timooreAdd repeat option to SGFile.
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-04-13 timooreFixes for compiling with gcc 4.3
2007-11-05 curtIn the original flightgear native/binary scenery terrai...
2007-07-22 timooreAllow parallel make ("make -j2") by giving make the...
2007-05-28 frohlichModified Files:
2007-02-05 mfranzfix error message
2006-06-17 fredbCompile again on Win32 platforms
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-18 fredbAdd missing include files needed by the new math code...
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-09 ehofmanDavid Luff:
2005-10-06 ehofmanMSVC fixes. Frederic: MSVC has no ssize_t type
2005-10-01 ehofmanCygwin fixes(?), it's a good idea to do it this way...
2005-09-24 curtAdd eof() support to SGIOChannel/SGFile.
2005-09-23 curtAdd an eof() method to SGFile.
2005-09-22 ehofmanCreate our own stdint.h(xx) implementation and use...
2005-09-18 ehofmanDon't refference simgear_config.h because this header...
2005-09-18 ehofmanint64_t is in stdint.h by default.
2005-09-18 ehofmanMSVC fix.
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-29 ehofmanMake gcc 2.95.* compile again.
2004-07-28 ehofmanIRIX fix (at least).
2004-07-14 curtTweaks in preparation for the 0.3.6-pre1 release.
2004-02-07 davidBe a little quieter at the default debug level.
2003-12-27 ehofmanResolve some dependency problems
2003-12-14 ehofmanMelchior FRANZ:
2003-12-14 ehofmanMake sure both client and server situations are hendled...
2003-11-27 curtAttempt to fix a bug in SGSocket::read() affecting...
2003-10-16 ehofmanFix a problem where older IRIX compilers needed a typec...
2003-08-29 ehofmanNew automake, new problems. Use $base_LIBS where $LIBS...
2003-07-10 ehofmanSync he configure script with that one from FLightGear...
2003-05-30 curtRename FGSerialPort to SGSerialPort.
2003-03-02 davidPatches from Erik Hofman (for Irix? I've lost the origi...
2002-12-31 davidPatch from Erik Hofman:
2002-12-10 curt- Refactoring configure.ac a bit to use $host (please...
2002-12-03 curt#include <simgear_config.h> as necessary.
2002-09-06 curtFixes to allow MingW compilation.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
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-05-15 curtErik Hofman:
2002-05-10 davidIgnore binaries.
2002-05-10 curtBernie Bright:
2002-04-25 davidPatches from Erik Hoffman:
2002-03-13 curtFixed an 'elstupido' bug.
2002-03-13 curtAdded some increased functionality in support of the...
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-27 curtAdded support for points objects.
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),...
2002-02-04 curtoops, minor tweaks.
2002-02-04 curtVarious mingwin patches contributed by Norman Vine.
2002-01-28 curtFixes to make telnet interface work more than 1x.
2001-12-29 curtRemoved metakit and zlib from the configure/build proce...
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-12 david-Added .cvsignore files to clean up CVS messages
2001-11-12 curtMixed a makefile typo.
2001-11-12 curtplib/net based udp client/server sockets.
2001-10-24 curtMisc MSVC tweaks.
2001-10-23 curtMacintosh OSX changes.
2001-08-02 curtVarious changes for MingWin32 support.
2001-07-13 curtAdded a missing include for memcpy()
2001-07-10 curtCheck for valid hostname lookup in sg_socket.cxx.
2001-07-02 curtVarious tweaks for Irix.
2001-05-23 curtgcc-3.0.x fixes.
2001-05-17 curtTweak link libs for decode_binobj.
2001-05-15 curtWe have to add a few more libs to a couple link lines...
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-04-06 curtTweaks to endianess support.
2001-04-06 curtTweaks to lowlevel.[ch]xx from Norman.
2001-04-05 curtAdded support for byte swapping based on endianess...
2001-03-25 curtdoxygen ...
2001-03-24 curtDoxygen ...
2001-03-24 curtname space tweaks.
2001-03-24 curtSG-ified logstream.
next