head 1.3; access; symbols pkgsrc-2019Q3:1.2.0.58 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.56 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.54 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.52 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.50 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.48 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.46 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.44 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.42 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.38 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.36 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.34 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.32 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.30 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.28 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.26 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.24 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.22 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.20 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.18 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.16 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.14 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.12 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.10 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.8 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.4 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2; locks; strict; comment @// @; 1.3 date 2019.10.01.15.08.46; author nia; state dead; branches; next 1.2; commitid QobacCK6ngTGYaFB; 1.2 date 2012.12.19.13.50.35; author ryoon; state Exp; branches; next 1.1; 1.1 date 2012.12.19.13.42.04; author ryoon; state Exp; branches; next ; desc @@ 1.3 log @gource: Update to 0.50 0.50: * Right mouse button rotation now pivots around the camera. * Added --font-file option. * Added --enable-font-file option to configure. * Added --no-time-travel option (Lars Schmertmann). * Added --dir-name-position option (Lars Schmertmann). * Added --file-extension-fallback option (Lars Schmertmann). * Added --user-show-filter option (Victor Lopez). * Added --disable-input option (Joey Parrish). * Fixed a bug in the Mercurial log parser that caused changes to be missed. * Fixed file removal being cancelled by an action with an earlier timestamp. * Fixed a bug in the log file format detection that could result in the wrong first entry being displayed for a custom log. 0.49: * Fixed compatibility with GLM 0.9.9.0. 0.48: * Can now generate logs from git sub module directories. 0.47: * Fixed low mouse movement speed with some mice while repositioning camera. 0.46: * Added --screen option. 0.45: * Added --window-position XxY option. * Added --frameless option. * Added --file-show-filter REGEX option (swoogles). * Added --filename-time and filename-colour options (gh2k). * Improved handling of very low seconds-per-day values (malengrin). * Fixed crash when SVN log lacks author information (obarthel). * Additional git log command validation (cym13). * Allow lower case hex colours in custom logs (HSorensen). * Enabled STDOUT support with --output-stream '-' on Windows (circulosmeos). * Now requires SDL 2 to build (deprecated SDL 1.2 support removed). 0.44: * Fixed crash when taking a screenshot with an odd resolution. * Fixed type deduction compilation error with newer versions of GCC. * Documentation improvements. 0.43: * Updated boost autoconf macros to fix multi-arch detection. 0.42: * Fixed bzr log command when no start date was specified (chrisf). * Fixed hg log commit order when date range specified. * Fixed hg log command line on Windows. * Fixed parser bug in date range filtering code. 0.41: * Multi-monitor support using SDL 2.0 when available. * SDL 1.2 support is deprecated. * Full screen mode now uses desktop resolution by default. * Added --start-date, --stop-date 'YYYY-MM-DD hh:mm:ss' options. * Added --dir-name-depth option. * Changed --file-idle-time default value to 0. * Changed screenshot format to PNG. @ text @$NetBSD: patch-src_dirnode.cpp,v 1.2 2012/12/19 13:50:35 ryoon Exp $ * Fix build failure with gcc 4.7 (and 5.4.4) --- src/dirnode.cpp.orig 2012-04-20 01:52:29.000000000 +0000 +++ src/dirnode.cpp @@@@ -577,7 +577,7 @@@@ void RDirNode::calcRadius() { //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used // this->parent_radius = std::max(1.0, parent_circ / PI); - this->parent_radius = std::max(1.0, sqrt(total_file_area) * gGourceDirPadding); + this->parent_radius = std::max(1.0f, (float) (sqrt(total_file_area) * gGourceDirPadding)); } float RDirNode::distanceToParent() const{ @ 1.2 log @Fix build again on gcc 4.5.4. @ text @d1 1 a1 1 $NetBSD: patch-src_dirnode.cpp,v 1.1 2012/12/19 13:42:04 ryoon Exp $ @ 1.1 log @Fix build with gcc 4.7. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 * Fix build failure with gcc 4.7 d12 1 a12 1 + this->parent_radius = std::max(1.0f, sqrt(total_file_area) * gGourceDirPadding); @