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 2739d 05h werner / public SVN  
1221 2739d 05h werner /branches/ public SVN  
1220 2739d 05h werner /branches/version1.0/ Version 1.0  
1218 2739d 07h werner / clean up repository - make 1.0 trunk again!  
1217 2739d 07h werner / clean up repository - make 1.0 trunk again!  
1182 2885d 04h werner /branches/iland_regen/src/ Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]

[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc

some code clean up - removed old code (sapling.cpp) for sapling trees and establishment.
 
1104 3027d 11h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1099 3048d 08h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1053 3173d 13h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
989 3383d 08h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
947 3518d 06h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
877 3748d 05h 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 3859d 03h 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)
 
780 3998d 07h werner /branches/port_qt5_64bit/src/ Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44

removed also a couple of warnings that were thrown by the MSVC compiler.
 
779 4011d 06h werner /branches/port_qt5_64bit/  
769 4141d 13h werner /trunk/src/ v 0.84
helper.cpp: added QMutex to handle possible crash when adding timers to the timers list
modules: added a catch() around the execution of modules (this should fix crashes due to unhandled exceptions)
 
702 4549d 02h 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 4594d 07h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
644 4740d 09h werner /trunk/src/ fixed the "setViewport" function (also the script function used for creating movies).  
643 4741d 13h 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 4755d 05h werner / move current content to the "trunk"  
598 4825d 09h werner /src/ extending the dynamic stand output; added calculating standard deviation.  
583 4854d 02h werner /src/ (tried to) fix issues with database connection: when reloading a project, the "close()" function in outputManager was not called; hopefully now the strange locks are gone.  
480 4965d 14h werner /src/ debug message for fenvyr>1,
open file convenience
 
431 5101d 01h 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.
 
370 5148d 09h 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
 
323 5279d 09h werner /src/ About dialog, reworked the auto-versioning concept  
266 5328d 03h werner /src/ implemented soil water response (phase 1)  
221 5342d 02h werner /src/ added a sum-function to DebugTimer.  
203 5348d 01h werner /src/tools/  
202 5348d 01h werner /src/ subversion revision number  
199 5349d 15h werner /src/ moved "revision" string to Helper class.  
194 5349d 20h 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 5363d 03h 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 5364d 01h 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 5364d 21h 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 ;)
 
121 5371d 21h Werner /src/ reworked exception handling in Expression.
found finally out, that bug was due to a sync-problem with multiple threads, with "Parse" being done "late" during the multi-threaded execution.
nasty.
Added a switch in project-file to enable/disable multithreading.
 
120 5371d 23h Werner /src/ hunted a "bug" in the IException class - finally after some rewriting it came up that the bug was a faulty access in the drawing routine... aarrgghhhhh...  
114 5372d 22h Werner /src/ some more visual fixes (panning, painting of trees, ...)  
113 5372d 23h 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)