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
349 5332d 04h 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.  
346 5343d 05h werner /src/ fixed a bug in Management::kill()  
321 5416d 05h werner /src/ * check for NaN in readLIF_torus() (Tree).
* dump() function in Stamp
* removed compiler warnings
 
295 5454d 13h 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.  
294 5456d 12h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
278 5461d 12h werner /src/ Management output. Added a statisticsMgmt() for ResourceUnitSpecies. Complicated to get the order right.  
252 5467d 18h werner /src/core/ added another "kill"-function  
250 5467d 21h werner /src/ Management scripting, scripting general.  
247 5470d 15h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
245 5470d 23h werner /src/ CSVFile: changed API and made it available for script access.  
242 5471d 15h werner /src/ added a scriptable object "ClimateConverter" that converts climate data sources to the built-in format. The scripting stuff is quite cool!  
217 5479d 16h werner /src/ "script-window" in mainwindow, fixed error in partitioning when NPP was 0.  
216 5479d 17h werner /src/ created a more sophisticated management routine using javascript.  
200 5485d 16h 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.  
189 5487d 09h iland /src/ finished ressource vs. resource struggle, some cleanup within xml file
reading.
 
187 5487d 10h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
186 5487d 15h werner /src/ management 1st version running  
185 5487d 16h werner /src/ started Management, my first javascript function executes... great.