]> git.mxchange.org Git - flightgear.git/history - utils
a small cleanup and make Windows simple_mmap function return the proper value if...
[flightgear.git] / utils /
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
2008-07-22 mfranzadd thisfunc() and props.condition()
2008-07-21 curtClean up a couple warnings.
2008-07-21 ehofman * change a number of function parameters to const...
2008-07-20 ehofman* fix __xmlSkipComment to properly find the end of...
2008-07-19 ehofmanChange the low level internals of the xml library to...
2008-07-06 ehofman* reorganize the code to be able to skip comment sections
2008-07-01 ehofman * fix a problem caused by removing the last unnecessar...
2008-06-30 ehofmanwhoops, my bad
2008-06-30 ehofmanRemove the last unnecessary alloc from the library
2008-06-30 ehofmanSome small updates; fix typo's and fix a small memory...
2008-06-29 mfranzErik HOFMAN: add documentation/changelog
2008-06-29 mfranzErik HOFMAN: faster and better xmlgrep implementation
2008-06-19 mfranzadd abort()
2008-06-07 mfranzvim syntax files for *.ac and *.nas files. See nasal...
2008-04-13 timooreFixes for compiling with gcc 4.3
2008-04-04 curtAdd a telnet command parser to UGear so we can feed...
2008-04-04 curtAdded autopilot target values to communications link.
2008-03-30 curtSeveral updates to implement a sequenced/verified/check...
2008-03-28 curt- UGsmooth now can send opengc packets directly rather...
2008-03-10 mfranzfinal cosmetics (because I had posted the web-cvs link...
2008-03-08 mfranz- GPL license block
next