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 3037d 17h werner / public SVN  
1221 3037d 17h werner /branches/ public SVN  
1220 3037d 17h werner /branches/version1.0/ Version 1.0  
1218 3037d 19h werner / clean up repository - make 1.0 trunk again!  
1217 3037d 19h werner / clean up repository - make 1.0 trunk again!  
1104 3326d 00h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1102 3326d 12h werner /branches/port_qt5_64bit/src/ fixed couple of clang warnings.

some debugging/profiling work w.r.t. establishment/regen.
 
835 4139d 13h werner /branches/port_qt5_64bit/ fixes to allow compilation on 64bit Linux  
802 4177d 01h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
781 4296d 18h werner /branches/port_qt5_64bit/src/ tried to compile also for MSVC 2010 32bit  
779 4309d 19h werner /branches/port_qt5_64bit/  
772 4405d 00h werner /trunk/src/ small changes to compile fonstudio again  
735 4722d 22h werner /trunk/src/core/ fixes of possible memory leakes / problems  
671 4892d 20h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5053d 17h werner / move current content to the "trunk"  
632 5100d 19h werner /src/ bugfixes and improved writing of error messages  
550 5173d 22h werner /src/ some fixes with landscape initialization, made some debug messages conditional on various places.  
505 5243d 15h werner /src/core/ fix crash small stamps for Acma.  
498 5260d 16h werner /src/ fixed bug in stampcontainer that led to crashes when trees grew very very big.  
430 5399d 18h werner /src/core/ additional linearizations of tree growth functions (HDlow, HDhigh, ...)  
429 5400d 22h werner /src/core/ additional debug information for stamp containers  
401 5409d 14h werner / starting from a change in the LIP-pattern and the LIP-application a grand tour through followed.
StampContainer has now a static grid that holds distances to the stamp-center. This is used by the tree when applying a stamp.cpp
minor changes necessary due to the switch to Qt 4.6
 
400 5409d 21h werner /src/ changed the binary format of the LIP stamps (included a magic number, a version and a call to setVersion()). Changed the way of aggregating the "shadow" in the lightroom: now (again) the result value represents the mean "shadow" per meter below the 45° line.  
397 5425d 02h werner /src/core/ thanks to ruperts sharp eyes we found a bug in the torus implementation of readLIF_torus(). Basically, the wrong pixels were evaluated. This became apparent in the HJA with very structured stands.
Another possible flaw (not sure whether this actually caused errors) was found in the attachment of reader stamps.
 
393 5428d 00h 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.
 
362 5473d 20h werner /src/ small logging adaptations.
StampContainer: increased class count for HD classes to 16 (had previously an error with a hd value of 185)
 
361 5473d 21h werner /src/core/ fixed bug that the stamp map was not filled correctly from below. That is, if trees were of smaller hd-value (though valid) as the smallest "real" stamp, a invalid stamp was returned and a warning message was generated (which led to crashes and extremely slow response)  
359 5473d 23h werner /src/ stampcontainer.cpp: fixed reading of "debugDumpStamps" key
mainwindow.cpp: added logging to a file, added keys to xml file. new section "system.logging"
 
357 5480d 22h werner /src/core/ * added a error message if tree dimensions are invalid during loading of the stamps
* increased the size of the stamp-look-up grid. It now is able to safely load trees up to 250cm dbh.
 
309 5585d 17h werner /src/ increased size limits (hd-classes go up to 190, max crown radius now 15m)  
149 5662d 08h werner /src/ - drawing GUI in MainWindow
- "Opacity" of tree crowns as a function of leafarea (and crown area;
crown radius is stored in LIP-stamp).
 
143 5663d 09h Werner /src/ - StampContainer: find stamps out of HD bounds.
- AllTreeIterator fixed bug in next()
- improvements in Expression (function inlining, ...)
- use tree with expression, together with Stats-class.
... and much more ;)
 
103 5673d 14h Werner /src/ included grids  
102 5673d 15h Werner /src/ * added a global XML-node of the project file to GlobalSettings (each setup() routine has access to that)
* loading of stamps for each species.
 
99 5674d 04h Werner /src/ added handling for file path to xml-project files and to GlobalSettings.  
80 5676d 15h Werner / change master structure  
65 5718d 06h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
64 5718d 11h Werner /fonstudio/ remodeled StampContainer to store bins with different width (smaller bins for smaller diameter). Somewhat complicated to get it working again...  
63 5718d 12h Werner /fonstudio/ * added a comment to the binary stamp file
* removed some debug-messages
 
61 5718d 13h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)