Permalink
Commits on Aug 7, 2016
  1. Corrected light intensity. Before fix

    buddhi1980 committed Aug 7, 2016
    cb3dcff
    there was an error where number of light was always 24
Commits on Aug 4, 2016
Commits on Aug 3, 2016
  1. Statement for OpenMP in cImage::UpdatePreview has to be commented out,

    buddhi1980 committed Aug 3, 2016
    because slows down a lot refreshing of image inder Windows.
Commits on Aug 2, 2016
  1. branch 2.08-2: Much reduced memory usage of thumbnail widgets placed in

    buddhi1980 committed Aug 2, 2016
    animation table
    (now uses about 20% of former memory usage). Memory for image is
    allocated on demand and memory for parameters is freed when thumbnail is
    already rendered. 
    Much optimized loading of flight animations (table is resized in one
    step)
  2. branch 2.08-2: in cMaterialItemView::paintEvent() added checking if

    buddhi1980 committed Aug 2, 2016
    model() is already
    assigned. This should fix the problem with crashing of application under
    OSX.
    Updated NEWS file
  3. Branch 2.08-2: Park-Miller Random Number Generator. optimized random

    buddhi1980 committed Aug 2, 2016
    rumber generator which doesn't use any mutex. This speeds up rendering a
    lot.
  4. Branch 2.08-2: merged changes which implements MyProgressBar (fix non

    buddhi1980 committed Aug 2, 2016
    existing text in progressbar on OSX)
Commits on Jul 31, 2016
  1. Branch 2.08-2: Fixed bug #119: Program crashed when texture scale was 0.

    buddhi1980 committed Jul 31, 2016
    Another
    approach to eliminate the problem.
    There was wrong calculation of texture coordinates when texture pixel
    size was extremely big. It caused out of range error when texture was
    read.
Commits on Jul 30, 2016
  1. branch 2.08-2: fixed bug: NetRender still showed errors of loading

    buddhi1980 committed Jul 30, 2016
    textures from
    QByteArray. The problem was in cThumbnailWidget which tried to load
    textures from NetRender source.
Commits on Jul 29, 2016
  1. Branch 2.08-2: corrected number of decimal places in spinboxes for IFS

    buddhi1980 committed Jul 29, 2016
    formula. 
    Added one missing change in settings.cpp
Commits on Jul 28, 2016
Commits on Jul 26, 2016
  1. Branch 2.08-2: Corrected positioning of textures. Now position is

    buddhi1980 committed Jul 26, 2016
    calculated based on
    texture coordinates (before it was based on object coordinates)
    It closes issue: Texture positioning works bad when texture scale != 1.0
    #110
  2. Commited change based on correct files. I have overwritten zebastian's

    buddhi1980 committed Jul 26, 2016
    changes. Fixed bug: Some sliders are jumping under Win …
    …10. There is changed size policy for edit fields. This should solve
    issue #105"
  3. Revert "Branch 2.08-2: Fixed bug: Some sliders are jumping under Win …

    buddhi1980 committed Jul 26, 2016
    …10. There is changed size policy for edit fields. This should solve issue #105"
    
    This reverts commit 1ec1bf0.
Commits on Jul 25, 2016
  1. Branch 2.08-2: Fixed bug: Some sliders are jumping under Win 10. There

    buddhi1980 committed Jul 25, 2016
    is changed size
    policy for edit fields. This should solve issue #105
Commits on Jul 24, 2016
  1. Commit to branch: 2.08-2. Fixed bug with loading textures from

    buddhi1980 committed Jul 24, 2016
    QByteArray when NetRender was used
    on different systems. The problem happened when default texture path was
    different than on server side.
  2. FIX old settings importer ported back

    zebastian committed Jul 24, 2016
     This is a bugfix branch for 2.08-2. This will be a dead-end branch, since a lot of code refactoring has happened, this branch cannot be merged with master. Code Fixes will be needed to be done for master and this branch.
Commits on Jul 3, 2016
  1. Updated NEWS file and version number changed to 2.08-1

    buddhi1980 committed Jul 3, 2016
  2. added test cases for flight / keyframe

    zebastian committed Jul 3, 2016
    these testcases should cover the cli functionality of flight and keyframe
    rendering
  3. FIX CLI for keyframes and flight

    zebastian committed Jul 3, 2016
    keyframe and flight animation on cli received segfault for accessing non
    existing ui parts.
Commits on Jul 1, 2016
  1. Update README.md

    buddhi1980 committed Jul 1, 2016
    Added screenshot with Material Manager
Commits on Jun 28, 2016
Commits on Jun 27, 2016
  1. Fixed problem with not updated values of spinboxes when slider or dial

    buddhi1980 committed Jun 27, 2016
    was moved by page step event (click by the knob).
Commits on Jun 26, 2016
  1. standard source file headers - scheduler, settings & ssao_worker

    zebastian committed Jun 26, 2016
    some small code adjustments
  2. Updated README files. Changed install script to use make with -j2

    buddhi1980 committed Jun 26, 2016
    parameter (faster compilation)