Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
187 5486d 23h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
180 5488d 04h werner /src/ created StandStatistics (similar to the solution in Picus). Each tree adds itself to the statistics object of RU x species. During yearEnd() of RessourceUnit the data is aggregated for the whole stand.  
170 5493d 04h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
169 5493d 09h werner /src/ Aging in Tree growth (Species::aging()), species parameters, ...  
159 5495d 12h werner /src/ Mortality of trees (new species parameter, mortality function, ...)  
158 5497d 11h werner /src/core/ code cleanup/refactoring on Tree.  
157 5498d 05h werner /src/ cleaning of memory after trees died; this had some impacts on AllTreeIterator and some other places.
added a "Tests" class to combine some simple tests.
 
156 5498d 10h werner /src/core/ removed QPointF position in Tree (now only the index on the grid is stored). This saves 8 Bytes (2x double, now 2x int), and should be slightly faster.  
155 5498d 11h werner /src/ wraparound of trees around an one hectare patch. Edges are glued together. This is done by doubling code for applyStamp, readStamp and heightGrid in Tree.
improved "clicking" on trees in MainWindow.
 
151 5499d 11h iland /src/ - now calculating the area per RU which is stocked.
to achieve that, changes were made to:
- heightGrid() in Tree
- RessourceUnit: new member variables
- Model: function to iterate over RUs and calculate actual values.
- added functions for binary (QByteArray) loading/saving to file in
Helper

GUI: saveState/restoreState in MainWindow - used for dockwindows.
 
149 5500d 04h werner /src/ - drawing GUI in MainWindow
- "Opacity" of tree crowns as a function of leafarea (and crown area;
crown radius is stored in LIP-stamp).
 
148 5500d 05h iland /src/ - distribution of radiation
- painting trees with results of formulae
 
145 5500d 10h Werner /src/ Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
 
144 5501d 04h Werner /src/ prettier Tree-dump-list, more debugging in partition - there is a problem with big trees....  
143 5501d 05h Werner /src/ - StampContainer: find stamps out of HD bounds.
- AllTreeIterator fixed bug in next()
- improvements in Expression (function inlining, ...)
- use tree with expression, together with Stats-class.
... and much more ;)
 
141 5501d 12h Werner /src/ documentation ExpressionWrapper, code cleanup  
139 5501d 22h Werner /src/ added debugTimer for simulation of N years.  
137 5502d 01h Werner /src/ rework of the growing process, also debugging outputs etc.  
136 5502d 05h Werner /src/ rework of the partition model. changed species parameter and partition routine, also some work on debug outputs.
added the "year" of the simulation now th globalsettings.
 
135 5502d 11h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  

Show All