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
164 5498d 11h werner /src/ Tree: bug in partitioning() (forgot one factor), added more variables to Tree.  
163 5498d 16h werner /src/  
162 5499d 14h werner /src/ dynamic outputs, changed "runYear" in GlobalSettings to "currentYear" (runYear is a method of Model, thus this was misleading)  
161 5499d 14h werner /src/ dynamic outputs (i.e. a list of value defined in xml project file)  
145 5504d 14h 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 5506d 09h 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 5506d 15h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
129 5507d 11h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
128 5508d 09h Werner /src/ Model Controller, iLand main window.  
105 5515d 07h 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()
...