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 2985d 00h werner / public SVN  
1221 2985d 00h werner /branches/ public SVN  
1220 2985d 00h werner /branches/version1.0/ Version 1.0  
1218 2985d 02h werner / clean up repository - make 1.0 trunk again!  
1217 2985d 02h werner / clean up repository - make 1.0 trunk again!  
1104 3273d 06h 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 4257d 01h werner /branches/port_qt5_64bit/  
735 4670d 04h werner /trunk/src/core/ fixes of possible memory leakes / problems  
697 4796d 22h 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 4840d 02h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5000d 23h werner / move current content to the "trunk"  
429 5348d 05h werner /src/core/ additional debug information for stamp containers  
401 5356d 20h 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 5579d 15h werner /src/ global script object (ScriptGlobal).
Doxygen documentation refinements.
 
145 5609d 20h 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 5621d 11h Werner /src/ added handling for file path to xml-project files and to GlobalSettings.  
80 5623d 21h Werner / change master structure  
65 5665d 12h Werner /fonstudio/ fixed the reading of stamps
more fixes during loading of stamps
 
64 5665d 17h Werner /fonstudio/ remodeled StampContainer to store bins with different width (smaller bins for smaller diameter). Somewhat complicated to get it working again...  
63 5665d 18h Werner /fonstudio/ * added a comment to the binary stamp file
* removed some debug-messages
 
61 5665d 19h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5666d 17h 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 5667d 21h Werner /fonstudio/ changed application/stamp production to a multiplicative approach, disengaged the height field.  
47 5670d 18h 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 5671d 15h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5672d 16h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5672d 17h 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 5674d 14h Werner /fonstudio/ various fixes (still trying to load/save stamps).  
34 5674d 16h Werner /fonstudio/ Handling of stamps (read, write, ...)  
33 5674d 16h 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.