]> git.mxchange.org Git - simgear.git/history - simgear
Patch from Melchior Franz:
[simgear.git] / simgear /
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 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 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-14 curtExplicitely reset the glBlendFunc() after drawing the...
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 curtFreeBSD fix: strnstr() is already defined.
2002-02-10 curtThis code had been written to assume current clock...
2002-02-06 curtFix for FreeBSD.
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-01-30 davidMinor fixes from Cameron Moore.
2002-01-28 curtFixes to make telnet interface work more than 1x.
2002-01-19 davidAdded some new functionality to the property manager:
2002-01-16 curtAdded conditional support for Norman's jpegfactory...
2002-01-16 curtInitial revision of jpegfactory code for generating...
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-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-10 curtDoh! fixed a typo ...
2001-12-09 curt[Hopefully] fix a line ending problem that surfaces...
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 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
2001-07-19 curt- modified both readProperties functions to return...
2001-07-19 curt- changed return type of both readProperties functions...
2001-07-19 curt- new file: implementation of SimGear general exception...
2001-07-13 curtAdded a missing include for memcpy()
2001-07-12 curt- changed default value of "archive" attribute from...
2001-07-12 curt- changed the default value of the archive flag to...
2001-07-11 curt- added virtual destructor to XMLVisitor to make sure...
2001-07-10 curtCheck for valid hostname lookup in sg_socket.cxx.
2001-07-03 curtAdd a separate function to just return modified julian...
2001-07-02 curtVarious tweaks for Irix.
2001-06-30 curtFix a potential array under/over run bug.
2001-06-28 curtTweaks to track changes in property manager.
2001-06-28 curt- removed all reference to SGValue
2001-06-28 curt- made getValue methods protected, so that they won...
2001-06-28 curt- attempting to tie an aliased node now fails; the...
2001-06-28 curt- added SGCommandState class so that commands can compi...
2001-06-28 curt- added implementation of SGCommandState
2001-06-27 curtFixed a type conversion bug that could trip up some...
2001-06-26 curtAdded tr.cxx / tr.h, Brian Paul's LGPL'd tiled renderin...
2001-06-19 curtNeed to include <simgear_config.h> to pick up the WIN32...
2001-06-13 curt#endif // __COMMANDS_HXX
2001-06-13 curt#include <simgear/compiler.h> and adjust to fit the...
2001-06-12 curtNorman Vine optimizations.
2001-06-12 curtDavid patches.
2001-06-12 curt- added SGPropertyNode::Type
2001-06-12 curt- added missing return statement for getAliasTarget
next