]> git.mxchange.org Git - simgear.git/history - simgear/misc
Add a prototype simgear_config.h for MSVC 7.1 and a rule to build it.
[simgear.git] / simgear / misc /
2006-03-08 mfranz- new FSF addresses
2006-02-26 fredbWrong config file name
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-17 curtClean up some compiler warnings.
2006-01-04 ehofmanMinGW fixes.
2005-12-19 ehofmanFrederic Bouvier:
2005-12-18 ehofmanFrederic: this patch to sg_path.cxx will filter out...
2005-12-17 ehofmanFrederic Bouvier:
2005-12-17 ehofmanAdd the subdir to the path before trying to create...
2005-12-17 ehofmanMSVC fixes.
2005-12-17 ehofmanAdd a function to create aa new directory
2005-12-11 ehofmanadd swap_test to .cvsignore
2005-11-13 ehofmanPut in public domain, Curtis wants it (because net_fdm...
2005-10-25 ehofmanAlex Romosan:
2005-10-06 ehofmanAnother Solaris fix.
2005-10-06 ehofmanMSVC fixes. Frederic: MSVC has no ssize_t type
2005-09-29 ehofmanCygwin fixes.
2005-09-23 ehofmanAMD64 and sgi fixes.
2005-09-22 ehofmanPlatform compatibility fix.
2005-09-22 ehofmanAdd some linefeeds.
2005-09-22 ehofmanCreate our own stdint.h(xx) implementation and use...
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...
next