]> git.mxchange.org Git - simgear.git/history - simgear/misc
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / misc /
2005-05-22 ehofmanMSVC fix.
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-07-28 ehofmanUse the SimGear default notation.
2004-07-28 ehofmanIRIX fixes (at least).
2004-07-05 ehofmanMake sure that a directory name containing a '.' doesn...
2004-06-07 ehofmanMingW fix.
2004-06-07 ehofmanAdd an 'add(str)' function that adds a search path...
2004-03-21 ehofmanFrederic Bouvier:
2004-03-12 ehofmanUpdate for non-conformal (older) compilers
2004-03-07 ehofmanMSVC .NET 2003 fix
2003-12-05 andyProperty interpolator subsystem. A utility, primarily...
2003-12-01 ehofmanRename IRIX to irix_string in simgear/compatibility...
2003-11-21 ehofmanFIx a typo
2003-10-16 ehofmanFix a problem where older IRIX compilers needed a typec...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-29 ehofmanNew automake, new problems. Use $base_LIBS where $LIBS...
2003-08-19 curtGive calc_tex_coords() a more conformant name: sgCalcTe...
2003-08-09 curtOnly use the ";" delimiter under WIN32
2003-08-08 curtAdd a routines that takes a search path (separated...
2003-05-06 curt- Moved some property specific code into simgear/props/
2003-04-12 ehofmanMove the texture object to the screen directory for...
2003-04-12 ehofmanMove the texture object to the screen directory for...
2003-04-10 ehofmanget rid of malloc()
2003-04-10 ehofmanDepreciate a wrapper header file
2003-04-09 ehofmanAdd out own texture object
2003-03-02 davidPatch from Frederic Bouvier:
2003-03-02 davidAdded tabbed_test program.
2003-03-02 davidPatches from Erik Hofman (for Irix? I've lost the origi...
2003-02-28 curtBernie Bright:
2003-02-26 curtAdd some convenience functions to the SGPath function.
2003-02-15 curtOops, missed this the first time.
2003-02-15 curtJames Turner:
2003-02-15 curtJames Turner:
2002-12-31 davidPatch from Erik Hofman:
2002-11-11 davidAllow 'include' attribute on root PropertyList element.
2002-10-26 davidSimplified the command-manager interface.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-07-18 davidPatch from Cameron Moore:
2002-07-18 davidQuick fix for bug reported by Julian Foad, where the...
2002-07-06 davidFix deletes in destructor.
2002-07-06 davidAdded new getDisplayName method that gets the name...
2002-07-06 davidMade SGPropertyNode::getPath extremely efficient: it...
2002-07-03 curtFixed a couple minor compiler warnings.
2002-07-03 davidMSVC++ bug work-around from Frederic Bouvier.
2002-06-28 davidFixed an MSVC compilation problem reported by Frederic...
2002-06-28 davidFixed bug reported by Julian Foad:
2002-06-18 davidSignificant improvements to the change-listener support...
2002-06-18 davidAdded a ptr() method to SGPropertyNode_ptr to get the...
2002-05-10 davidModified to work with the new SGPropertyNode_ptr class.
2002-05-10 davidPatch from Frederic Bouvier:
2002-05-10 davidEliminate an unsigned-int comparison warning.
2002-05-10 curtBernie Bright:
2002-04-25 davidPatches from Erik Hoffman:
2002-04-25 davidPatch from Melchior Franz:
2002-04-07 davidPatch from Frederic Bouvier:
2002-04-06 davidImplemented a very simple hash-table cache for property...
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-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-19 davidIMPORTANT: backwards-incompatible change to properties.
2002-02-04 curtPass strings by const reference instead of by value,
2002-01-30 davidMinor fixes from Cameron Moore.
2002-01-19 davidAdded some new functionality to the property manager:
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-12 david-Added .cvsignore files to clean up CVS messages
2001-12-12 davidAdded trace attributes to properties:
2001-11-20 curt- changed getAttribute to avoid MSVC compiler warning
2001-10-24 curtMisc Irix tweaks.
2001-10-24 curtMisc MSVC tweaks.
2001-07-28 curtOops, missing a trainling backslash after exception.hxx
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- 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-12 curt- changed default value of "archive" attribute from...
2001-07-12 curt- changed the default value of the archive flag to...
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...
next