]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2002-03-27 davidPatch from Melchior Franz:
2002-03-25 davidPatch from Melchior Franz:
2002-03-25 davidPatch from Melchior Franz:
2002-03-22 davidRemoved an unnecessary string allocation during copying.
2002-03-22 davidRemoved commented-out dead code.
2002-03-22 davidMore rearrangement of headers. Replaced delete with...
2002-03-22 davidMoved up #include <algorithm>
2002-03-21 davidFix segfault when deleting a node with a string value.
2002-03-20 davidPatch from Frederic Bouvier:
2002-03-20 davidPatch from Tony Peden to remove unused variable and...
2002-03-20 davidMoved includes higher to make sure that std::sort is...
2002-03-19 davidInclude <algorithm> and <stdio.hxx> to fix compilation...
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-18 davidRemoved SGRawValueInternal class (it's now handled...
2002-03-18 davidSome code fixes to keep untying clean with new optimiza...
2002-03-18 davidCode cleanup and minor speed improvements. For the...
2002-03-15 davidPatches from Tony Peden to separate property XML I...
2002-03-13 curtFixed an 'elstupido' bug.
2002-03-13 curtAdded some increased functionality in support of the...
2002-03-11 curtzlib-1.1.3 had a potential security flaw which is fixed...
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-03-09 davidPatch from Martin Dressler to ensure that values as...
2002-03-03 davidModified to add an optional parameter to writePropertie...
2002-03-02 davidCleanups from Petru Paler:
2002-02-28 davidMinor changes to path caching.
2002-02-27 curtAdded support for points objects.
2002-02-26 curtMight as well bump up the version number.
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-19 davidIMPORTANT: backwards-incompatible change to properties.
2002-02-15 curtUpdated version number.
2002-02-15 curtRemoved duplicate message.
2002-02-15 curtUpdated ...
2002-02-14 curtAdded README's to distribution.
2002-02-14 curtExplicitely reset the glBlendFunc() after drawing the...
2002-02-13 curt0.7.9pre2 changes.
2002-02-13 davidReplaced some cout's with SG_LOG (fixes namespace probl...
2002-02-12 curtFixed a problem that could lead to a 'near infinite...
2002-02-11 curtDecouple sg_time code from the current time(NULL),...
2002-02-10 curtUpdated with 0.0.17 changes.
2002-02-10 curtFreeBSD fix: strnstr() is already defined.
2002-02-10 curtThis code had been written to assume current clock...
2002-02-07 curtFixes a config problem that could lead to a bogus build...
2002-02-06 curtFix for FreeBSD.
2002-02-05 curtTweaks ...
2002-02-04 curtoops, minor tweaks.
2002-02-04 curtVarious mingwin patches contributed by Norman Vine.
2002-02-04 curtPass strings by const reference instead of by value,
2002-02-01 curtRemoved some depricated irix support that is now handle...
2002-01-30 davidMinor fixes from Cameron Moore.
2002-01-28 curtFixes to make telnet interface work more than 1x.
2002-01-19 curtFurther autogen.sh fixes to handle more cases.
2002-01-19 curtMinor clean ups.
2002-01-19 davidAdded some new functionality to the property manager:
2002-01-17 curtFixed typos ...
2002-01-17 curtUpdated to automatically handle newer versions of automake.
2002-01-16 curtAdded conditional support for Norman's jpegfactory...
2002-01-16 curtInitial revision of jpegfactory code for generating...
2002-01-16 davidAdded aclocal.m4
2002-01-15 curtA few changes from Norman Vine to support mingwin.
2001-12-29 curtInitial revision.
2001-12-29 curtRemoved metakit and zlib from the configure/build proce...
2001-12-29 curtRemoved metakit and zlib from the configure/build proce...
2001-12-28 curtSmall tweaks to class initialization.
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-17 curtTest commit.
2001-12-16 davidFixed Makefile.am to install easyxml.hxx in the simgear...
2001-12-12 david-Added .cvsignore files to clean up CVS messages
2001-12-12 davidAdded trace attributes to properties:
2001-12-11 davidAdded Curt to empty Authors file as CVS test.
2001-12-10 curtDoh! fixed a typo ...
2001-12-09 curt[Hopefully] fix a line ending problem that surfaces...
2001-12-06 curtRemoved this autogenerated file from CVS.
2001-12-05 curtIn certain degenerate situations on the FlightGear...
2001-11-27 curtChristian M. says it's bad to chain one constructor...
2001-11-21 curtBernie Bright: support for Intel C++ under Linux.
2001-11-20 curt- changed getAttribute to avoid MSVC compiler warning
2001-11-20 curt- implemented set/get_log_classes and set/get_log_priority
2001-11-12 curtOops, typo ...
2001-11-12 curtUpdated RPM make rule as per Ross Golder.
2001-11-12 curtMixed a makefile typo.
2001-11-12 curtplib/net based udp client/server sockets.
2001-10-24 curtOne more tiny Irix tweak.
2001-10-24 curtMisc Irix tweaks.
2001-10-24 curtMisc MSVC tweaks.
2001-10-23 curtMacintosh OSX changes.
2001-08-13 curtMSVC tweaks.
2001-08-02 curtVarious changes for MingWin32 support.
2001-07-30 curtVarious MSVC fixes.
2001-07-30 curtUpdates for irix to disable various warnings and define
2001-07-28 curtOops, missing a trainling backslash after exception.hxx
2001-07-24 curt- removed declaration of sg_xml_exception (use sg_io_ex...
2001-07-24 curt- make sure file is closed when an exception passes...
2001-07-24 curt- remove dependencies on sg_throwable::clone
2001-07-24 curt- remove clone methods for exceptions (SGI/Irix compile...
2001-07-24 curt- remove clone method declarations (SGI/Irix compiler...
2001-07-19 curtAdded exceptions.[ch]xx
2001-07-19 curt- added sg_xml_exception class
2001-07-19 curt- implemented sg_xml_exception class
next