Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2970d 02h |
werner |
/ |
public SVN |
|
1221 |
2970d 02h |
werner |
/branches/ |
public SVN |
|
1220 |
2970d 02h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2970d 04h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2970d 04h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1182 |
3116d 02h |
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 |
3258d 09h |
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 |
3279d 05h |
werner |
/branches/port_qt5_64bit/src/ |
cleaning gcc warnings, trying to compile on VSC. |
|
1053 |
3404d 10h |
werner |
/branches/port_qt5_64bit/src/ |
updates for Qt 5.5 and GCC (Linux). |
|
989 |
3614d 06h |
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 |
3749d 04h |
werner |
/branches/port_qt5_64bit/src/ |
little change to make ilandc compile, more verbose error message for external seeds |
|
877 |
3979d 02h |
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 |
4090d 00h |
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 |
4229d 05h |
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 |
4242d 04h |
werner |
/branches/port_qt5_64bit/ |
|
|
769 |
4372d 11h |
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 |
4779d 23h |
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 |
4825d 05h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
644 |
4971d 06h |
werner |
/trunk/src/ |
fixed the "setViewport" function (also the script function used for creating movies). |
|
643 |
4972d 11h |
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 |
4986d 02h |
werner |
/ |
move current content to the "trunk" |
|
598 |
5056d 06h |
werner |
/src/ |
extending the dynamic stand output; added calculating standard deviation. |
|
583 |
5085d 00h |
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 |
5196d 12h |
werner |
/src/ |
debug message for fenvyr>1,
open file convenience |
|
431 |
5331d 22h |
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 |
5379d 07h |
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 |
5510d 07h |
werner |
/src/ |
About dialog, reworked the auto-versioning concept |
|
266 |
5559d 00h |
werner |
/src/ |
implemented soil water response (phase 1) |
|
221 |
5573d 00h |
werner |
/src/ |
added a sum-function to DebugTimer. |
|
203 |
5578d 22h |
werner |
/src/tools/ |
|
|
202 |
5578d 22h |
werner |
/src/ |
subversion revision number |
|
199 |
5580d 12h |
werner |
/src/ |
moved "revision" string to Helper class. |
|
194 |
5580d 17h |
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 |
5594d 00h |
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 |
5594d 23h |
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 |
5595d 18h |
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 |
5602d 19h |
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 |
5602d 20h |
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 |
5603d 19h |
Werner |
/src/ |
some more visual fixes (panning, painting of trees, ...) |
|
113 |
5603d 21h |
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) |
|