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
393 5270d 20h werner /src/ fixed a bug in StampContainer when loading trees with invalid hd-ratio (too low trees).
fixed a bug that caused a crash when seed dispersal was disabled.
added return values for stand init routines (also those that accessed by scripting) and cleaned up the documentation.
 
389 5273d 08h werner /src/ fixed small glitches with single tree initialization (species name at last position); changes to management routines.  
388 5273d 09h werner /src/core/ remodified the age calculation. Now the age is estimated based on the current height relative to h_max. The aging-calculation itself is no longer changed by that.  
384 5273d 19h werner /src/core/ various changes in load of initialization  
381 5273d 20h werner /src/core/ appropriate handling of tree age during initialization.
if no age is provided in the input file only the tree height is used for the aging calculation. The tree "age" in that case reflects only the number of years since initialization.
 
319 5420d 20h werner /src/ loading of the environment  
312 5427d 18h werner /src/core/ increased freq. of sorting for low stem numbers  
311 5427d 18h werner /src/core/ improve loading of tree distributions (density per line)  
299 5440d 19h werner /src/ fixed bug with disabled debug outputs
added modified LRI to NPP-debug output
new species parameter "probStressYears".
documentation (wiki-links)
 
294 5461d 01h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
290 5461d 08h werner /src/ using now the CustomRandomPDF class (from Picus) for the custom probabilty density function used in the standloader.  
289 5462d 05h werner /src/ random - things: added the Picus random-helper-classes (RandomIndex, CustomRandomPDF, ...).
added a 3rd party Mersenne-Twister-Random-Generator (added a 3rdparty) directory.
 
288 5463d 02h werner /src/ more stand loading  
287 5463d 04h werner /src/ Tree initialization (random variant). works almost...  
285 5464d 23h 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.  
284 5465d 03h werner /src/ loading of different ini-files on the worlds landscape.  
281 5465d 03h werner /src/ setup of the world - remodeled the init-routine in Model, changed the init of stands (also some xml-keys). added a storage for variables local to rseource units (e.g. nitrogenAvailable).  
270 5469d 02h werner /src/core/ added warning if species table not found  
247 5475d 04h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
204 5489d 07h werner /src/core/  
194 5491d 04h werner /src/ Loading of climate data from a database. Tests contain test code for that.
fixed some regressions due to the recent change in project file structure. ouch.
 
192 5491d 10h werner /src/ xml settings, revisited.  
191 5491d 11h werner /src/ change of project file structure. update of node requests  
189 5491d 22h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
187 5491d 23h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
170 5498d 04h werner /src/ added a "age" to trees (Tree, also Treewrapper, also StandLoader). Used by aging.  
155 5503d 11h werner /src/ wraparound of trees around an one hectare patch. Edges are glued together. This is done by doubling code for applyStamp, readStamp and heightGrid in Tree.
improved "clicking" on trees in MainWindow.
 
141 5506d 11h Werner /src/ documentation ExpressionWrapper, code cleanup  
140 5506d 12h Werner /src/ added ExpressionWrapper that enables the use of model variables (e.g. of trees) in expressions.  
138 5506d 23h Werner /src/ updated StandLoader (now more strict), little bit more design of model meta control (run/stop/pause...).  
137 5507d 00h Werner /src/ rework of the growing process, also debugging outputs etc.  
117 5514d 03h Werner /src/ new debug macros (which are compiled to NOOP in release mode)  
113 5514d 07h Werner /src/ started Production3PG-class which couples the (stand-level) production.
implemented zooming and panning in Viewport (this is always a hell of a job)
 
107 5515d 23h Werner /src/ created "AllTreeIterator" as a convenient means to traverse all trees in the model, adapted the painting of trees in MainWindow to the many RessourceUnits.  
106 5516d 00h Werner /src/ added StandLoader class which encapsulates the initialization of stands. Currently only Picus-style initfiles can be loaded.
added more content to Model and cleaned the Tree class. Now a multiple stand setup with N ressource units and N duplicate stands can be loaded and the light-patterns calculated. cool!