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
421 5159d 22h werner /src/ additional timer in ModelController
fixed the way the rectangles are drawn in Qt4.6 (removed the white lines in the Height-grid-view)
 
395 5183d 22h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
370 5204d 06h werner /src/ * expansion of the logwindow on the mainwindow
* bug with multi threading: serialization using QMutexLocker when attempting to write/print the debug outputs.
* enabled painting of the visuals in modelcontroller.cpp (re-enabled??)
* changed the threshold for multi threading to 6 resource-units
* optimized StatData-class to avoid unnecessary calculations of percentiles
* several comments
 
362 5231d 04h werner /src/ small logging adaptations.
StampContainer: increased class count for HD classes to 16 (had previously an error with a hd value of 185)
 
294 5375d 13h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
286 5377d 20h werner /src/ management of output-database files. A table "runs" in the input species contains rudimentary run-metadata (id, timestamp), keywords in the database path are substituted, 'output' is a new path category.  
285 5379d 12h werner /src/core/ loading of the landscape. added "areaMask.imageFile" to "world" in xml file. This loads a image mask that establishes area that are inside and outside the project area respectively.  
277 5380d 19h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
267 5383d 22h werner /src/ fixed logging (buffered during model run (multi-threading-issues), non buffered during "normal" mode.  
225 5393d 21h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5397d 17h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5397d 22h werner /src/ * outputs: delayed commits of transactions. transactions are commited (and thus written to disk) at the end of run
* improved the "remotecontrol", added signals and slots to indicate progress...
 
218 5398d 16h werner /src/ added "p5", "p95", etc for dynamic stand outputs.  
176 5407d 18h werner /src/ getting database oriented outputs to work  
171 5412d 16h werner /src/ added a "paramValueBool()" function for XmlHelper.  
170 5412d 16h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
168 5413d 13h werner /src/core/  
166 5413d 17h werner /src/ troubles with expressions...  
165 5413d 18h werner /src/core/ stress based mortality, user defined expressions in dynamic outputs  
164 5413d 19h werner /src/ Tree: bug in partitioning() (forgot one factor), added more variables to Tree.  
163 5414d 00h werner /src/  
162 5414d 22h werner /src/ dynamic outputs, changed "runYear" in GlobalSettings to "currentYear" (runYear is a method of Model, thus this was misleading)  
161 5414d 22h werner /src/ dynamic outputs (i.e. a list of value defined in xml project file)  
145 5419d 22h 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 17h 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 23h Werner /src/ added keyboard support for scrolling in PaintArea, some issues with startup/init the model, modfied growth-routine.  
129 5422d 19h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
128 5423d 17h Werner /src/ Model Controller, iLand main window.  
105 5430d 15h 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()
...