]> git.mxchange.org Git - simgear.git/shortlog
simgear.git
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas Geymayerio: refactor and improve HTTP modules.
2013-10-27 Thomas GeymayerNew class simgear::Map extending std::map interface.
2013-10-26 James TurnerWindows logging changes
2013-10-26 James TurnerFix handling of SGPath::rename
2013-10-25 Thomas Geymayercppbind: automatic conversion of SGReferenced derived...
2013-10-24 James TurnerAdd total bytes downloaded tracking.
2013-10-23 Thomas Geymayercanvas::Element: add getter for parent element.
2013-10-23 James TurnerOoops, fix INSTALL rule.
2013-10-22 James TurnerComment out Cmake export experiments for now.
2013-10-21 James TurnerFix GPS activation on Windows.
2013-10-21 James TurnerFix Dir warnings on Windows.
2013-10-21 James TurnerSmoother download rate from HTTP
2013-10-20 James TurnerFail HTTP request with missing/illegal protocols.
2013-10-20 James TurnerPlacement can contain multiple nodes.
2013-10-20 Thomas GeymayerAdd SGPropertyNode::setValueReadOnly.
2013-10-17 James TurnerAvoid a divide-by-zero on malformed BTG files.
2013-10-17 James TurnerFix float-int conversion bug caught by Clang
2013-10-17 James TurnerFix unused-var warnings from Clang.
2013-10-17 James TurnerTerraysnc: don't block requests when inactive.
2013-10-17 James TurnerRe-order install(EXPORT ) lines.
2013-10-17 James TurnerInitial work on syncing non-scenery data.
2013-10-17 James TurnerRemove some iostream debugging.
2013-10-17 James TurnerExport SimGear config to cmake.
2013-10-17 James TurnerKill off EMBEDDED_SIMGEAR
2013-10-17 Thomas GeymayerAdd helper to get osg::Node path as string.
2013-10-16 Thomas GeymayerNasal: do not print invalid elements for error backtraces.
2013-10-15 Thomas GeymayerCanvas: simplify code by using new nasal function conve...
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-10-15 Thomas Geymayercppbind: fix bad class hierarchy for bad_nasal_cast.
2013-10-15 Thomas GeymayerNasal: use correct function pointer in naCall (with...
2013-10-15 Thomas GeymayerNasal: recursive method calling.
2013-10-14 Thomas GeymayerCanvas: use new naGCSave/naGCRelease functions.
2013-10-14 Thomas GeymayerNasal: add naGCSave/naGCRelease for preventing objects...
2013-10-14 Thomas Geymayercppbind: add to_nasal_helper for enums.
2013-10-13 Thomas GeymayerHTTP: check url for scheme and report instead of failin...
2013-10-13 Thomas GeymayerDon't let exceptions escape from commands.
2013-10-13 Thomas Geymayercppbind: Catch exceptions before reaching C code.
2013-10-11 Thomas GeymayerCanvas: allow also C++ callable entities as event callb...
2013-10-09 James TurnerAnother attempt to make MSVC happy!
2013-10-09 James TurnerLinux needs <cstring>
2013-10-09 James TurnerFix MSVC build, no C99 so no round().
2013-10-09 James TurnerAvoid a data copy decoding base64 data.
2013-10-09 James TurnerRefactor HTTP content-encoding support.
2013-10-09 James TurnerUse std::string.append, avoid string copying.
2013-10-09 James TurnerMake base64 decode significantly faster.
2013-10-09 James TurnerCheck for DAV status parse failures.
2013-10-09 James TurnerReset: Nasal additions to force GC, clear saved refs.
2013-10-09 James TurnerReset: event manager can be unbound.
2013-10-09 James TurnerReset: model placement can drop OSG nodes.
2013-10-09 James TurnerReset: model lib can drop static root.
2013-10-03 Stanislaw Halikcmake: prevent Boost barfing out too many warns
2013-10-03 Stanislaw Halikfix static build with recent GNU binutils
2013-10-03 James TurnerExtend built-in Nasal math.
2013-09-30 James TurnerRename WaitingSyncItem -> SyncItem.
2013-09-30 James TurnerFix a signed/unsigned compare warning
2013-09-30 James TurnerExpose active tiles via API, sync by SGBucket.
2013-09-30 James TurnerSay which ocean tile we generated.
2013-09-30 James Turnersprintf -> snprintf in bucket code.
2013-09-28 James TurnerMake code quieter at log-level=DEBUG.
2013-09-28 James TurnerHTTP: adjust request-connection assignment.
2013-09-27 James TurnerReposition hook for terrasync.
2013-09-27 James TurnerTerrasync: Expose transfer rate as a property.
2013-09-27 James TurnerHTTP bugfix + enhancement.
2013-09-26 James TurnerAllow TerraSync to be inited early.
2013-09-25 James TurnerParallel sync of items.
2013-09-23 James TurnerRename WaitingTile to WaitingSyncItem.
2013-09-23 James TurnerLibsvn / APR dependency is removed.
2013-09-20 James TurnerFix no-svn build (Win64 only at present)
2013-09-19 James TurnerAttempting to fix import/export linkage on Windows.
2013-09-19 James TurnerEven more forcing of include file names.
2013-09-19 James TurnerChange got lost in the move/rename, not good.
2013-09-19 James TurnerIntermediate static libs have issues.
2013-09-19 James TurnerMove bundled Expat to new home.
2013-09-19 James Turnerrand(), not random(), for Windows.
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerFix missing include for non-Mac
2013-09-18 James TurnerPersistent SVN update cache.
2013-09-18 James TurnerHTTP Client improvements
2013-09-18 James TurnerKill legacy PPM support in screen-dump
2013-09-15 James TurnerPrintf format sanitising.
2013-09-14 James TurnerBah, tested on the wrong compiler, so missed a file.
2013-09-14 James TurnerPrefix GCC version constant.
2013-09-07 Thomas GeymayerRemove temporary file and add to .gitignore
2013-09-04 James TurnerRename MD5 code.
2013-09-04 James TurnerEnsure sglog() singleton is threadsafe.
2013-09-04 James TurnerTweak for 64-bit Linux linkage.
2013-08-29 James TurnerSG part of fix for TerraSync models.
2013-08-17 Thomas GeymayerFix #1163
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-29 James TurnerNo need to deal with OSG versions pre 3.0
2013-07-28 James TurnerHTTP SVN fixes, cap max update-report depth.
2013-07-28 James TurnerBetter reporting when an HTTP request fails.
2013-07-26 Thomas GeymayerCanvas: ensure render order equals order in property...
2013-07-23 James TurnerFix for #587, crash on break/continue.
2013-07-23 James TurnerInitialise token precedence rule.
2013-07-23 James TurnerBug 585, assignment to multiple l-values.
2013-07-23 James TurnerBug 737, crash parsing default args.
2013-07-20 Thomas GeymayerCanvas: Ensure all element types are initialized before...
2013-07-19 Thomas GeymayerCanvas::Text: add line-height property.
next