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 3149d 13h werner / public SVN  
1221 3149d 13h werner /branches/ public SVN  
1220 3149d 13h werner /branches/version1.0/ Version 1.0  
1218 3149d 15h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 15h werner / clean up repository - make 1.0 trunk again!  
1104 3437d 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
 
1053 3583d 21h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
877 4158d 13h werner /branches/port_qt5_64bit/src/ COLORS
added non-numerical layers to iland.
New "Colors" class (including typical R-color-palettes (RColorBrewer, terrain-colors).
the "LayeredGrid" has now a more versatile "LayerElement" that stores default view type, name and caption.
updated the grid definition of fire and wind module.
 
808 4269d 11h werner /branches/port_qt5_64bit/src/ implementing FOME.
* splitting "helper.cpp" into several files (debugtimer.h, statdata.h, viewport.h) (and changing lots of includes)
* implementing setup of activities (extracting from Javascript)
 
781 4408d 14h werner /branches/port_qt5_64bit/src/ tried to compile also for MSVC 2010 32bit  
779 4421d 15h werner /branches/port_qt5_64bit/  
702 4959d 10h werner /trunk/src/ implementing the "fetch" calculations for the wind module. The calculation uses the bresenhem line-drawing algorithm to "draw" from each edge-pixel in wind direction a line and check the height of the canopy on the way.
added a test for the wind module.
 
671 5004d 16h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
670 5012d 12h werner /trunk/src/ added/ clarified some comments  
644 5150d 17h werner /trunk/src/ fixed the "setViewport" function (also the script function used for creating movies).  
643 5151d 22h werner /trunk/src/ improved the visualization of grids - now the main windows stores a list of grids along with type of drawing (black/white, color, ...).
The GUI has a combo box to select the grid to draw. Nice: this can easily be extended to be used with grids to come (fire, grids provided from scripts...)
Whats missing: some life cycle kind of thing: now it is quite dangerous to produce crashes.... needs some investigation of scoped pointer classes...
 
639 5165d 13h werner / move current content to the "trunk"  
598 5235d 17h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
480 5375d 22h werner /src/ debug message for fenvyr>1,
open file convenience
 
431 5511d 09h werner /src/ included the logLevel-Functions at several locations in the source code.
added a option to only display debug messages in the DebugTimer destructor when elapsed time is longer than one millisecond.
 
421 5514d 10h werner /src/ additional timer in ModelController
fixed the way the rectangles are drawn in Qt4.6 (removed the white lines in the Height-grid-view)
 
401 5521d 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
 
400 5521d 17h 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.  
370 5558d 18h werner /src/ * expansion of the logwindow on the mainwindow
* bug with multi threading: serialization using QMutexLocker when attempting to write/print the debug outputs.
* enabled painting of the visuals in modelcontroller.cpp (re-enabled??)
* changed the threshold for multi threading to 6 resource-units
* optimized StatData-class to avoid unnecessary calculations of percentiles
* several comments
 
289 5731d 05h werner /src/ random - things: added the Picus random-helper-classes (RandomIndex, CustomRandomPDF, ...).
added a 3rd party Mersenne-Twister-Random-Generator (added a 3rdparty) directory.
 
223 5752d 05h werner /src/ Model Pause, Model restart,etc. (wamod little hack)  
221 5752d 11h werner /src/ added a sum-function to DebugTimer.  
199 5759d 23h werner /src/ moved "revision" string to Helper class.  
194 5760d 04h werner /src/ Loading of climate data from a database. Tests contain test code for that.
fixed some regressions due to the recent change in project file structure. ouch.
 
151 5773d 11h iland /src/ - now calculating the area per RU which is stocked.
to achieve that, changes were made to:
- heightGrid() in Tree
- RessourceUnit: new member variables
- Model: function to iterate over RUs and calculate actual values.
- added functions for binary (QByteArray) loading/saving to file in
Helper

GUI: saveState/restoreState in MainWindow - used for dockwindows.
 
145 5774d 10h 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!
 
143 5775d 05h 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 ;)
 
114 5783d 06h Werner /src/ some more visual fixes (panning, painting of trees, ...)  
113 5783d 08h Werner /src/ started Production3PG-class which couples the (stand-level) production.
implemented zooming and panning in Viewport (this is always a hell of a job)
 
80 5788d 11h Werner / change master structure  
79 5793d 00h Werner /fonstudio/tools/ documentation  
72 5800d 02h Werner /fonstudio/ removed the cycle.h (problem was that mere processor cycles are not very useful), and added good ol TTickTack (from Picus), but applying a wrapper-class so that including of windows.h is occurs only in ticktack.cpp.
added also a routine in mainwindow to emulate multiple executions of read/write cycles.
 
71 5800d 04h Werner /fonstudio/ added cycle.h from http://www.fftw.org/cycle.h (http://labs.trolltech.com/blogs/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards). added cycle-counter to the DebugTimer-Helper class. changed elapsed() to elapsedMs().  
56 5831d 12h Werner /fonstudio/ fixed the rest of the drawing routines in MainWindow (all routines now use the Viewport class for coordinate transformations).added length-transformation routines to the Viewport.  
55 5832d 00h Werner /fonstudio/ made ViewPort to work properly - at least the FON visualization works fine now (including the mouse-move coordinate readout). It is (as always) a kick in the A...