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 |
|
1102 |
3273d 19h |
werner |
/branches/port_qt5_64bit/src/ |
fixed couple of clang warnings.
some debugging/profiling work w.r.t. establishment/regen. |
|
779 |
4257d 01h |
werner |
/branches/port_qt5_64bit/ |
|
|
738 |
4666d 04h |
werner |
/trunk/src/core/ |
small fixes (memory leaks) due to Valgrind/memcheck session |
|
736 |
4670d 04h |
werner |
/trunk/src/core/ |
fixed the crashes (I hope).
The problem was either:
(a) if you load just one year of climate and have a leapyear, then the store for climate-days can is too short (it was: years*366, now: years*366 + 1
(b) The value of "mHeightGridTries" (in standloader) was not initialized with disabled "heightGrid". |
|
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" |
|
487 |
5210d 21h |
werner |
/src/core/ |
some performance optimizations done on Linux with valgrind /
KCacheGrind.
stamp: did inlining of "distanceToCenter" (is still relatively expensive
due to heavy usage in e.g. applyLip)
Saplings: removed the very exensive way to check if a sapling of a
species is already on a given pixel; we now use a std::bitmap for that
purpose.
grid: optimized the "indexOf(float*)"-method; this method is used very
often. |
|
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 |
|
400 |
5357d 04h |
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. |
|
321 |
5525d 05h |
werner |
/src/ |
* check for NaN in readLIF_torus() (Tree).
* dump() function in Stamp
* removed compiler warnings |
|
149 |
5609d 14h |
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). |
|
131 |
5612d 14h |
Werner |
/src/ |
added a 64x64 stamp while reinvoking the FonStudio |
|
93 |
5621d 17h |
Werner |
/src/ |
XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system. |
|
83 |
5623d 21h |
Werner |
/src/ |
new structure |
|
80 |
5623d 22h |
Werner |
/ |
change master structure |
|
52 |
5667d 18h |
Werner |
/fonstudio/ |
modified to additive again;
* in Lightroom again the average up to the treeheight is summed up
* while extracting stamps, an upper limit of 47x47px (i.e. with 2m grid size approx. 1ha) is used. Now the criterion is based upon absolute values - maybe switch to relative values again (to avoid huge stamps)?? |
|
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. |
|
42 |
5670d 21h |
Werner |
/fonstudio/ |
additionally storing crown radius in stamp file.
readout of stamps using radius-stamps. |
|
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. |
|
32 |
5674d 23h |
Werner |
/fonstudio/ |
grid: average() function, more const access operators.
LightRoom: mod. mode of setup (now setup with metric length instead of pixelcount),
fixed "addition of angles" bug.
added generation of "subpixel" stamps. |
|
30 |
5677d 21h |
Werner |
/fonstudio/ |
change "stamp" to "imagestamp", added a new "stamp" which should be more like the real, efficient stamp used in iLand.
started impl. of lightroom - batch modus. |
|