]> git.mxchange.org Git - simgear.git/history - simgear
cppbind: convert Nasal functions to C++ boost::function.
[simgear.git] / simgear /
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 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 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-04 James TurnerRename MD5 code.
2013-09-04 James TurnerEnsure sglog() singleton is threadsafe.
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.
2013-07-19 Thomas GeymayerCanvas: clip region rounding and catch negative size.
2013-07-18 Thomas GeymayerCanvas: don't crash with invalid clip rect
2013-07-18 Thomas Geymayercanvas::Element: Fix bounding box calculation of groups
2013-07-15 Thomas Geymayernasal::String: add ends_with method
2013-07-13 Thomas GeymayerFix inverted checks...
2013-07-13 Thomas GeymayerFix for OSG without OSG_INIT_SINGLETON_PROXY
2013-07-12 Thomas GeymayerCanvas::Group: Print warning message if using expired...
2013-07-12 Thomas GeymayerFix render order of canvas elements
2013-07-06 Thomas GeymayerCSSBorder fix: width/height swapped
2013-07-04 Thomas Geymayerinterpolate without values is used to abort interpolati...
2013-07-04 Thomas GeymayerReplace auto_ptr to prevent possible undefined behavior
2013-07-04 Thomas GeymayerCanvas: Fix removing text elements.
2013-07-03 Thomas GeymayerCanvas Event System: add missing currentTarget field.
2013-07-02 Thomas GeymayerCanvas: fix property inheritance.
2013-06-30 Thomas GeymayerCanvas: prevent bubbling of mouseenter and mouseleave.
2013-06-30 Thomas GeymayerRestore compatibility with stable OSG (3.0.1)
2013-06-29 Thomas GeymayerCanvas: clear mousedown/click if mouse leaves canvas.
2013-06-29 Thomas GeymayerCanvas: Improve checks to mark events as handled.
2013-06-29 Thomas GeymayerCanvas: Ensure events are dispatched to canvas with...
2013-06-29 Thomas GeymayerCanvas: Ignore hidden element on event traversal.
2013-06-29 Thomas GeymayerCanvas: fix distance check for click events.
2013-06-29 Thomas GeymayerCanvas: trigger missing events on mouseup.
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-26 Thomas GeymayerSet binding after color array (required by OSG 3.1.8)
2013-06-26 Alex RomosanEnsure compatibility with OSG 3.1.8.
2013-06-26 James TurnerFix crash when telnet or other protocols close.
2013-06-22 James TurnerXCode warning fixes.
2013-06-22 James TurnerFix a warning spotted by Emilian.
2013-06-22 James TurnerObject names for STG groups / nodes.
2013-06-22 James TurnerFix preview exclusion of sliders.
2013-06-22 James TurnerFix pick callbacks on scenery.
2013-06-20 Thomas GeymayerCanvas: Fix creating/forwarding of mouseenter/mouseleav...
2013-06-19 James TurnerWindows SGPath::desktop() impl
2013-06-19 James TurnerFix preprocessor boolean ops for MSVC
next