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
171 5412d 12h werner /src/ added a "paramValueBool()" function for XmlHelper.  
170 5412d 12h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
168 5413d 09h werner /src/core/  
166 5413d 13h werner /src/ troubles with expressions...  
165 5413d 14h werner /src/core/ stress based mortality, user defined expressions in dynamic outputs  
164 5413d 15h werner /src/ Tree: bug in partitioning() (forgot one factor), added more variables to Tree.  
163 5413d 20h werner /src/  
162 5414d 18h werner /src/ dynamic outputs, changed "runYear" in GlobalSettings to "currentYear" (runYear is a method of Model, thus this was misleading)  
161 5414d 18h werner /src/ dynamic outputs (i.e. a list of value defined in xml project file)  
145 5419d 18h 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!
 
136 5421d 13h 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 5421d 19h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
129 5422d 15h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
128 5423d 13h Werner /src/ Model Controller, iLand main window.  
105 5430d 11h 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()
...