Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3150d 04h werner / public SVN  
1221 3150d 04h werner /branches/ public SVN  
1220 3150d 04h werner /branches/version1.0/ Version 1.0  
1218 3150d 06h werner / clean up repository - make 1.0 trunk again!  
1217 3150d 06h werner / clean up repository - make 1.0 trunk again!  
1104 3438d 10h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
779 4422d 06h werner /branches/port_qt5_64bit/  
639 5166d 04h werner / move current content to the "trunk"  
400 5522d 08h werner /src/ changed the binary format of the LIP stamps (included a magic number, a version and a call to setVersion()). Changed the way of aggregating the "shadow" in the lightroom: now (again) the result value represents the mean "shadow" per meter below the 45° line.  
356 5593d 09h werner /src/ fixed FonStudio (did not compile because version.cpp was missing).
key "randomSamplingEnabled": removed error message when key is false
 
259 5740d 20h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
178 5762d 20h werner /src/ fonstudio compiles again...  
113 5783d 22h Werner /src/ started Production3PG-class which couples the (stand-level) production.
implemented zooming and panning in Viewport (this is always a hell of a job)
 
105 5785d 18h Werner /src/ several changes:
create multiple RessourceUnits as a grid
modified include-order for model.h and mainwindow.cpp
added clear() to Grid.
fixed bug in Grid::indexOf()
...
 
104 5786d 00h Werner /src/ incorporated "Model" into the FonStudio.  
85 5789d 01h Werner /src/  
83 5789d 01h Werner /src/ new structure  
82 5789d 02h Werner /src/  
80 5789d 02h Werner / change master structure  
72 5800d 17h Werner /fonstudio/ removed the cycle.h (problem was that mere processor cycles are not very useful), and added good ol TTickTack (from Picus), but applying a wrapper-class so that including of windows.h is occurs only in ticktack.cpp.
added also a routine in mainwindow to emulate multiple executions of read/write cycles.
 
69 5803d 00h Werner /fonstudio/ automation function - execute multiple stands and save the treelist output.
(on_execManyStands()).
 
67 5830d 15h Werner /fonstudio/ some basic outputs in textfile format into the clipboard.  
66 5830d 16h Werner /fonstudio/ some GUI adaptions...  
65 5830d 16h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
61 5831d 00h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5831d 22h Werner /fonstudio/ working version of light alogorithnm:
* steps during read:
own_xy = 1 - writer_xy * la_factor / h_dom
value_xy = grid_xy / own_xy
lightvalue = sum( value_xy * reader_xy) [ sum(reader) = 1 ]

additional correction for overstorey:
if h > h_dom:
lightvalue = 1 - (1 - lightvalue) * h/h_dom

other issues:
* added buffer around sim. area
* cleaned xml-file and code to interpret
* fixed Viewport (handling of negative coordinates - see buffer)
* fixed StampContainer, added finalizeSetup() - (filling up of the lookup map)
 
49 5835d 16h Werner /fonstudio/ gfx stuff (added class Viewport; not finished yet).
as always some grid functions.
mouseMove in PaintArea.
 
48 5835d 21h Werner /fonstudio/ grid: bugfix
mainwindow: added different visualizations
tree: adopted to new scheme: dominance height split in "above Z*" and "below Z*"
 
45 5836d 01h Werner /fonstudio/ apply stamps at domiance grid  
40 5836d 20h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
35 5839d 19h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
30 5843d 02h Werner /fonstudio/ change "stamp" to "imagestamp", added a new "stamp" which should be more like the real, efficient stamp used in iLand.
started impl. of lightroom - batch modus.
 
28 5843d 21h Werner /fonstudio/ Mainwindow: applying of XML
LightRoom: behavior of coords x/y=0/0 fixed.
 
25 5844d 20h Werner /fonstudio/ lots of stuff....  
23 5845d 02h Werner /fonstudio/ hit detection of tree in LightRoom.  
20 5845d 21h Werner /fonstudio/ rework of painting (prepare for additional gfx for HemiGrid...)  
19 5845d 21h Werner /fonstudio/ reworked GUI, added some nice icons and reorganized. Now the Fonstudio has severel main working areas, e.g. lightroom, FON,...
setup of LightRoom.
created a little Timer class in helper.cpp (DebugTimer).
 
16 5846d 02h Werner /fonstudio/  
15 5846d 02h Werner /fonstudio/  
9 5847d 03h Werner /fonstudio/