]> git.mxchange.org Git - flightgear.git/history - utils
return the len of the string
[flightgear.git] / utils /
2009-06-11 ehofmanreturn the len of the string
2009-06-11 frohlichMore default setup for FG_ROOT
2009-06-03 frohlichAdd some camera manipulators to the viewer.
2009-06-02 ehofmansmall fixes
2009-06-02 frohlichMake it compile with gcc-4.4.0
2009-06-02 frohlichBetter error message when materials cannot be loaded.
2009-06-02 ehofmanFix cacheFree
2009-06-02 ehofman * Implement a node cache that can be enabled at compi...
2009-06-02 frohlichAdd osg stats and other usefull stuff.
2009-06-02 frohlichAdd a new tool called fgviewer.
2009-05-18 ehofmanfixes for compiling without syntax validation.
2009-05-18 ehofmanSkip one recursive function call for leaf nodes at...
2009-05-18 fredbCompile xmlgrep with MSVC 7.1
2009-05-18 ehofmanmore small fixes
2009-05-18 ehofman * Various bugfixes, required to get fgrun working
2009-05-18 ehofmanVarious bugfixes. This allows me to run fgrun on all...
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-05-01 ehofmanallow C++ to include the header
2009-05-01 ehofmangeneral cleanups.
2009-05-01 ehofmanAdd support for CDATA
2009-05-01 ehofmanFix an off by one problem.
2009-05-01 ehofmana small cleanup and make Windows simple_mmap function...
2009-05-01 ehofman * add printxml, an example utility that walks an...
2009-05-01 ehofman * changes to the code to allow walking the xml-tree...
2009-05-01 ehofmanOuch, forgot to allocate memory for the root node in...
2009-05-01 ehofmanzero is a valid file descriptor, use -1 instead and...
2009-05-01 ehofman * add xmlInitBuffer() for processing of a preallocate...
2009-05-01 ehofmanfix a buffer overflow
2009-05-01 ehofmancatch one more syntax error and remove a stale debug...
2009-05-01 ehofman * add support for comments inside xml-tags, e.g....
2009-05-01 ehofman * add support for self-contained tags like <test/>
2009-05-01 ehofmanfix a case where a single-element root path (e.g. ...
2009-05-01 ehofman * Setting an error when a node isn't found isn't...
2009-05-01 ehofman * fix a problem where attributes or elements starting...
2009-05-01 fredberrno is a reserved macro in some compilers
2009-05-01 ehofmanFix a typo.
2009-05-01 ehofman * Introduce a root-node that can hold extra informati...
2009-05-01 fredbCompile xmlgrep with MSVC 7.1
2009-05-01 ehofman * Rename xmlGetNode functions to xmlNodeGet for bette...
2009-04-15 ehofmanforgot one small fix
2009-04-15 ehofmanbetter use of const and fix a bunch of warnings
2009-03-18 frohlichAdapt to SGTimeStamp changes.
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-09 fredbImprove TerraSync suggested by Alex Perry
2009-02-09 fredbImprove TerraSync
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreChange waitingTiles from std::queue to std::deque
2009-02-01 fredbImprove the terrasync strategy
2009-02-01 fredbFix terrasync parsing of atlas messages
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtFix more test/util linkage for sgmath depending on...
2008-12-21 fredbDon't try to fetch tiles when lat or lon are invalid
2008-12-10 durkSome final adjustments:
2008-12-03 curtAdd propmerge to the subdirs list so it can get include...
2008-11-12 mfranzpositive error return values, variable name change
2008-11-11 mfranzenable SG_LOG output
2008-11-11 mfranzadd propmerge utility, which merges <PropertyList>...
2008-10-19 fredbProvide an explanation to why a special case is needed
2008-10-19 fredbAlex Perry :
2008-10-19 fredbAlex Perry :
2008-10-13 mfranzMove vim syntax files from utils/syntax/ to scripts...
2008-10-12 durkAdded two missing libraries needed by the new terrasync...
2008-10-12 fredbUpdate Terrasync README file
2008-10-12 fredbAlex Perry :
2008-09-30 mfranzdetect parenthesis nesting errors, not only spurious...
2008-09-29 mfranz- improve number detection
2008-09-28 fredbMINGW patch by Csaba Halasz, reworked by me to avoid...
2008-08-13 mfranznasal.vim: add <?...?> and <!--...--> to XML embedded...
2008-08-05 mfranz<foo/> are also comments in XML embedded Nasal mode
2008-08-03 mfranzmark obvious XML tags as comments
2008-08-02 mfranzsimplification
2008-07-29 ehofmanJames Turner:
2008-07-27 fredbSG_GLUT_H removed
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 mfranzswitch back to "<key> in <hash>" notation (this had...
2008-07-26 mfranzadd cvs source urls
2008-07-25 mfranzdrop dependence on PyXML and use standard lib methods
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-07-23 mfranzadd printf
next