]> git.mxchange.org Git - simgear.git/history - simgear/misc
Pre-initialize the variables driving the external force
[simgear.git] / simgear / misc /
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...
2001-06-28 curt- added SGCommandState class so that commands can compi...
2001-06-28 curt- added implementation of SGCommandState
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 curtDavid patches.
2001-06-12 curt- added SGPropertyNode::Type
2001-06-12 curt- added missing return statement for getAliasTarget
2001-06-12 curt- added missing return statements for execute methods
2001-06-06 curt- fixed XML syntax error with missing '"' for some...
2001-06-01 curtInitial revsion of new command manager (contributed...
2001-05-23 curtgcc-3.0.x fixes.
2001-05-15 curtAttempt to resolve ambiguity between #include <config...
2001-04-11 curtIrix tweaks.
2001-04-02 curtFixes for native Irix compilers.
2001-03-29 curt- started adding doc comments to simgear/misc/props.hxx
2001-03-25 curtDoxygen ...
2001-03-25 curtDoxygen.
2001-03-25 curtrenamed to sgstream.[ch]xx
next