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 2779d 22h werner / public SVN  
1221 2779d 22h werner /branches/ public SVN  
1220 2779d 22h werner /branches/version1.0/ Version 1.0  
1218 2780d 00h werner / clean up repository - make 1.0 trunk again!  
1217 2780d 00h werner / clean up repository - make 1.0 trunk again!  
1104 3068d 04h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
968 3480d 21h werner /branches/port_qt5_64bit/src/core/ allow floating point numbers for stem numbers in initialization.  
967 3484d 23h werner /branches/port_qt5_64bit/src/core/ loading of saplings: this works now when running in standgrid mode.  
966 3485d 21h werner /branches/port_qt5_64bit/src/core/ implementing sapling initialization.  
904 3703d 19h werner /branches/port_qt5_64bit/src/ ... working on amie...  
779 4052d 00h werner /branches/port_qt5_64bit/  
732 4498d 01h werner /trunk/src/ initialization of trees with given tree heights. The tree height data (e.g. Lidar data) is loaded from a GIS grid file.
some additional changes with painting different grids.
added also an option to use mapgrids without the 'spatial index' (e.g. for float grids on height grid resolution).
 
671 4635d 00h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4795d 22h werner / move current content to the "trunk"  
603 4865d 05h werner /src/ added the target "Map" to functions of the StandLoader; also changed some functions in scriptglobal.cpp (addTreesOnMap).
Interesting: you can easily pass (scripted) object to slots as Pointer - but not so easy as references (for refs you would need to qScriptRegisterMetaType()) - it took me a while find this out...
 
600 4865d 18h werner /src/ corrected grid export (flipping of y-axis)
added initialization of saplings; StandLoader contains now a routine similar to the one for larger trees to distribute saplings; additionally, a script function (Globals.addSaplingsOnStand()) can be used to use this functionality.
 
549 4916d 04h werner /src/ initialization based on stand grids.
added new functionality for that in StandLoader plus minor changes in Model or MapGrid.
 
393 5170d 05h 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 5172d 17h werner /src/ fixed small glitches with single tree initialization (species name at last position); changes to management routines.  
311 5327d 03h werner /src/core/ improve loading of tree distributions (density per line)  
294 5360d 10h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
290 5360d 17h werner /src/ using now the CustomRandomPDF class (from Picus) for the custom probabilty density function used in the standloader.  
287 5362d 13h werner /src/ Tree initialization (random variant). works almost...  
284 5364d 12h werner /src/ loading of different ini-files on the worlds landscape.  
281 5364d 13h 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).  
259 5370d 14h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
187 5391d 08h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
106 5415d 09h 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!