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
967 3483d 11h werner /branches/port_qt5_64bit/src/core/ loading of saplings: this works now when running in standgrid mode.  
966 3484d 10h werner /branches/port_qt5_64bit/src/core/ implementing sapling initialization.  
904 3702d 07h werner /branches/port_qt5_64bit/src/ ... working on amie...  
779 4050d 12h werner /branches/port_qt5_64bit/  
732 4496d 13h 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 4633d 13h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4794d 10h werner / move current content to the "trunk"  
603 4863d 17h 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 4864d 07h 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 4914d 16h werner /src/ initialization based on stand grids.
added new functionality for that in StandLoader plus minor changes in Model or MapGrid.
 
393 5168d 17h 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 5171d 05h werner /src/ fixed small glitches with single tree initialization (species name at last position); changes to management routines.  
311 5325d 16h werner /src/core/ improve loading of tree distributions (density per line)  
294 5358d 23h werner /src/ lots of scripting stuff: new global functions (include, alert)
new methods of the "Globals" javascript object (set, setting, addTrees, ...)
 
290 5359d 06h werner /src/ using now the CustomRandomPDF class (from Picus) for the custom probabilty density function used in the standloader.  
287 5361d 01h werner /src/ Tree initialization (random variant). works almost...  
284 5363d 01h werner /src/ loading of different ini-files on the worlds landscape.  
281 5363d 01h 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 5369d 02h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
187 5389d 21h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
106 5413d 22h 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!