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
514 5014d 11h werner /src/ added a species-selection drop down box for GUI visualization.  
497 5040d 12h werner /src/ tried some possibilities to eliminate "strange" crashes when simulating very for a long time. Ended up with adding additional "pause" between every 50 year or so (see modelcontroller.cpp); this helps at least a little.
also updated the expression-linearization
 
431 5179d 05h werner /src/ included the logLevel-Functions at several locations in the source code.
added a option to only display debug messages in the DebugTimer destructor when elapsed time is longer than one millisecond.
 
421 5182d 05h 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 5206d 05h werner /src/ fixed the "output on startup" which was broken due to changes in the execution sequence.  
370 5226d 13h 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 5253d 12h 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 5397d 21h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
286 5400d 04h 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 5401d 19h 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 5403d 02h werner /src/ added "Gesamtwuchsleistung" i.e. total growth.  
267 5406d 05h werner /src/ fixed logging (buffered during model run (multi-threading-issues), non buffered during "normal" mode.  
225 5416d 05h werner /src/ Run/Pause/Stop, etc. in ModelController.  
223 5420d 01h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
222 5420d 06h 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 5420d 23h werner /src/ added "p5", "p95", etc for dynamic stand outputs.  
176 5430d 02h werner /src/ getting database oriented outputs to work  
171 5434d 23h werner /src/ added a "paramValueBool()" function for XmlHelper.  
170 5435d 00h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
168 5435d 20h werner /src/core/  

Show All