Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 3151d 22h werner / public SVN  
1221 3151d 22h werner /branches/ public SVN  
1220 3151d 23h werner /branches/version1.0/ Version 1.0  
1218 3152d 01h werner / clean up repository - make 1.0 trunk again!  
1217 3152d 01h werner / clean up repository - make 1.0 trunk again!  
1104 3440d 05h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
802 4291d 06h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4424d 00h werner /branches/port_qt5_64bit/  
758 4649d 23h werner /trunk/src/ tests with the random generator; (see also the blog post about random numbers). Now the generations of the generator are deactivated (i.e. set to 0). The ignition calculation of the fire module is now based on the resource unit (instead of the single fire pixel).  
757 4651d 18h werner /trunk/src/ after performing random number tests; still trying to understand the fire ignition patterns.  
756 4656d 23h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
755 4657d 19h werner /trunk/src/plugins/fire/ changend JS ignntion()  
697 4963d 21h werner /trunk/ Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;)
 
696 4970d 03h werner /trunk/src/ added a javascript event handler to the fire module (onAfterFire)  
693 4978d 22h werner /trunk/src/plugins/fire/ minor fixes in the fire module.
Added two new grids to be exported (e.g., crown kill), extended the fire output.
 
680 4999d 04h werner /trunk/ Version 0.7.1
Several improvements/fixes in the Fire module, inter alia:
* fire size distribution
* handling of burning snags
* improved scripting support (export spread pattern als ESRI grid)
* fix in watercylce for kbdi-calculation
 
674 5006d 21h werner /trunk/src/ added scripting capabilities (JavaScript) to the "Modules". Now a module can add own objects/properties to the global javascript object. The fire module adds a "FireScript" ("Fire" in JS) object that can be used e.g. to manually "ignite" fires.