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 2724d 16h werner / public SVN  
1221 2724d 16h werner /branches/ public SVN  
1220 2724d 16h werner /branches/version1.0/ Version 1.0  
1218 2724d 18h werner / clean up repository - make 1.0 trunk again!  
1217 2724d 18h werner / clean up repository - make 1.0 trunk again!  
1182 2870d 16h 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 3012d 23h 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 3033d 19h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1053 3159d 00h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
989 3368d 20h 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 3503d 18h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
877 3733d 16h 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 3844d 14h 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 3983d 19h 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 3996d 18h werner /branches/port_qt5_64bit/  
769 4127d 01h 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 4534d 13h 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 4579d 19h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
644 4725d 20h werner /trunk/src/ fixed the "setViewport" function (also the script function used for creating movies).  
643 4727d 01h 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...
 

Show All