Subversion Repositories public iLand

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
564 4911d 20h werner /src/ Improvements of the Management API and functionality.
new functionality:
* killSaplings() -> use a "MapGrid" and remove small trees specifically
* properties defining biomass remove fractions during management

Now the tree list of the management object is cleaned up after a management, i.e. successive managements without reloading the tree list are possible.
 
/src/core/management.cpp
/src/core/management.h
/src/core/resourceunitspecies.cpp
/src/core/sapling.cpp
/src/core/sapling.h
/src/core/snag.cpp
/src/core/tree.cpp
/src/core/tree.h
/src/tools/mapgrid.cpp
/src/tools/mapgrid.h
555 4919d 22h werner /src/core/ solved the problem of passing QObject-derived objects from scripts to slots of other qobject-derived objects.  
/src/core/management.cpp
/src/core/management.h
552 4920d 02h werner /src/ fixed bug when calculating 're' with the day / dayOfMonth confusion. Changed name of the data field to avoid future problems.  
/src/core/climate.cpp
/src/core/climate.h
/src/core/management.cpp
/src/core/management.h
/src/core/snag.cpp
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
544 4945d 02h werner /src/ MapGrid rocks! It is quite easy now to write - for instance - a management based on polygon defined by a grid; (see the "test" for this case).  
/src/core/management.cpp
/src/core/management.h
/src/core/tree.h
/src/iland/tests.cpp
/src/tools/mapgrid.cpp
/src/tools/mapgrid.h
420 5149d 17h werner /src/core/ removed the QMutex and the QMutexLocker for serializing the execution of expression evaluations. This is no longer necessary, because Expression::calculate() now is reentrant.
The performance effect of this change is awesome: the time used to grow individual trees drops by ca. 40% (the total runtime is maybe 5-10% faster) (tested with iLandSpeed.xml -> 2x2km)
 
/src/core/management.cpp
/src/core/species.cpp
/src/core/species.h
/src/core/speciesset.cpp
/src/core/speciesset.h
389 5177d 16h werner /src/ fixed small glitches with single tree initialization (species name at last position); changes to management routines.  
/src/core/management.cpp
/src/core/standloader.cpp
/src/core/standloader.h
/src/core/tree.cpp
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
349 5241d 01h werner /src/ tested behavior of irandom(from, to). It is clear now, that results are [from, to], i.e. the upper value is also returned. Be careful when using for querying an index for a list/vector.  
/src/core/climate.cpp
/src/core/global.h
/src/core/management.cpp
/src/iland/tests.cpp
346 5252d 02h werner /src/ fixed a bug in Management::kill()  
/src/core/management.cpp
/src/tools/csvfile.h
321 5325d 02h werner /src/ * check for NaN in readLIF_torus() (Tree).
* dump() function in Stamp
* removed compiler warnings
 
/src/iland/res/document-open.png
/src/iland/res/document-save.png
/src/core/management.cpp
/src/core/stamp.cpp
/src/core/stamp.h
/src/core/tree.cpp
/src/iland/mainwindow.ui
/src/iland/res/iland.qrc
295 5363d 10h werner /src/core/ "torus"-mode of light calculations for multiple simulated units. Each RU "wraps" its influence around the edges of the respective resource unit. This works now for more RUs simultaneously.  
/src/core/management.cpp
/src/core/tree.cpp
294 5365d 09h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
/src/core/management.cpp
/src/core/management.h
/src/core/model.h
/src/core/modelcontroller.cpp
/src/core/resourceunit.h
/src/core/standloader.cpp
/src/core/standloader.h
/src/iland/mainwindow.cpp
/src/iland/tests.cpp
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
278 5370d 09h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
/src/output/managementout.cpp
/src/output/managementout.h
/src/core/management.cpp
/src/core/model.cpp
/src/core/resourceunit.cpp
/src/core/resourceunitspecies.cpp
/src/core/resourceunitspecies.h
/src/core/tree.cpp
/src/core/tree.h
/src/iland/iland.pro
/src/output/outputmanager.cpp
252 5376d 15h werner /src/core/ added another "kill"-function  
/src/core/management.cpp
250 5376d 18h werner /src/ Management scripting, scripting general.  
/src/core/management.cpp
/src/core/management.h
/src/tools/csvfile.cpp
/src/tools/csvfile.h
/src/tools/scriptglobal.cpp
247 5379d 12h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
/src/iland/maindoc.cpp
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
/src/core/climate.cpp
/src/core/grid.h
/src/core/management.cpp
/src/core/model.cpp
/src/core/resourceunitspecies.cpp
/src/core/species.cpp
/src/core/speciesresponse.cpp
/src/core/stampcontainer.h
/src/core/standloader.cpp
/src/core/tree.h
/src/iland/iland.pro
/src/tools/climateconverter.cpp
/src/tools/expression.cpp
/src/tools/globalsettings.cpp
245 5379d 20h werner /src/ CSVFile: changed API and made it available for script access.  
/src/core/management.cpp
/src/iland/tests.cpp
/src/tools/climateconverter.cpp
/src/tools/csvfile.cpp
/src/tools/csvfile.h
242 5380d 12h werner /src/ added a scriptable object "ClimateConverter" that converts climate data sources to the built-in format. The scripting stuff is quite cool!  
/src/tools/climateconverter.cpp
/src/tools/climateconverter.h
/src/core/management.cpp
/src/iland/iland.pro
/src/tools/expression.cpp
/src/tools/expression.h
217 5388d 13h werner /src/ "script-window" in mainwindow, fixed error in partitioning when NPP was 0.  
/src/core/management.cpp
/src/core/management.h
/src/core/tree.cpp
/src/iland/mainwindow.ui
216 5388d 14h werner /src/ created a more sophisticated management routine using javascript.  
/src/core/global.h
/src/core/management.cpp
/src/core/management.h
/src/core/model.h
/src/iland/mainwindow.cpp
/src/iland/mainwindow.h
/src/iland/mainwindow.ui
200 5394d 13h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.  
/src/core/management.cpp
/src/core/management.h
/src/core/modelsettings.cpp
/src/core/modelsettings.h
/src/iland/management.cpp
/src/iland/management.h
/src/core/model.cpp
/src/core/model.h
/src/core/resourceunit.cpp
/src/core/resourceunit.h
/src/core/threadrunner.cpp
/src/core/threadrunner.h
/src/core/tree.cpp
/src/fonstudio/fonstudio.pro
/src/fonstudio/mainwindow.cpp
/src/iland/iland.pro
/src/iland/mainwindow.cpp
/src/iland/mainwindow.h
/src/iland/tests.cpp
/src/iland/tests.h
/src/output/outputmanager.cpp
/src/tools/expressionwrapper.h

Show All