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 2747d 12h werner / public SVN  
1221 2747d 12h werner /branches/ public SVN  
1220 2747d 12h werner /branches/version1.0/ Version 1.0  
1218 2747d 14h werner / clean up repository - make 1.0 trunk again!  
1217 2747d 14h werner / clean up repository - make 1.0 trunk again!  
1104 3035d 19h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
779 4019d 14h werner /branches/port_qt5_64bit/  
735 4432d 16h werner /trunk/src/core/ fixes of possible memory leakes / problems  
697 4559d 11h 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 ;)
 
671 4602d 15h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4763d 12h werner / move current content to the "trunk"  
429 5110d 17h werner /src/core/ additional debug information for stamp containers  
401 5119d 09h 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
 
247 5342d 04h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
145 5372d 09h Werner /src/ Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
 
99 5383d 23h Werner /src/ added handling for file path to xml-project files and to GlobalSettings.  
80 5386d 10h Werner / change master structure  
65 5428d 01h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
64 5428d 06h Werner /fonstudio/ remodeled StampContainer to store bins with different width (smaller bins for smaller diameter). Somewhat complicated to get it working again...  
63 5428d 07h Werner /fonstudio/ * added a comment to the binary stamp file
* removed some debug-messages
 
61 5428d 08h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5429d 06h Werner /fonstudio/ working version of light alogorithnm:
* steps during read:
own_xy = 1 - writer_xy * la_factor / h_dom
value_xy = grid_xy / own_xy
lightvalue = sum( value_xy * reader_xy) [ sum(reader) = 1 ]

additional correction for overstorey:
if h > h_dom:
lightvalue = 1 - (1 - lightvalue) * h/h_dom

other issues:
* added buffer around sim. area
* cleaned xml-file and code to interpret
* fixed Viewport (handling of negative coordinates - see buffer)
* fixed StampContainer, added finalizeSetup() - (filling up of the lookup map)
 
51 5430d 10h Werner /fonstudio/ changed application/stamp production to a multiplicative approach, disengaged the height field.  
47 5433d 07h Werner /fonstudio/ now to each "writer" stamp a reader stamp (i.e. the "crownradius") is directly attached. Therefore some changes in tree and treespecies.  
40 5434d 04h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5435d 04h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5435d 05h Werner /fonstudio/ LightRoom: use sum instead of average
Use of Lightroom in mainwindow: cut parts of lightroom result based on values and save as binary stamp file.
create class TreeSpecies, start to impl. use of stamps in Tree.
 
35 5437d 03h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
34 5437d 04h Werner /fonstudio/ Handling of stamps (read, write, ...)  
33 5437d 05h Werner /fonstudio/ general handling of stamps. This includes:
* StampContainer class. encapsulates internal storage, fast access, read/write functions to binary streams
* factory-approach for creation of stamps with different size. This can be used to use specific looping routines depending on stamp size.