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 2877d 06h werner / public SVN  
1221 2877d 06h werner /branches/ public SVN  
1220 2877d 06h werner /branches/version1.0/ Version 1.0  
1218 2877d 08h werner / clean up repository - make 1.0 trunk again!  
1217 2877d 08h werner / clean up repository - make 1.0 trunk again!  
1212 2883d 12h werner /branches/iland_regen/src/ iLand-caption in pro files  
1204 2890d 11h werner /branches/iland_regen/src/ fixed some text strings (debug messages).  
1197 2996d 12h werner /branches/iland_regen/src/ilandc/ trying to compile on valinor server  
1182 3023d 05h 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.
 
1157 3095d 14h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3165d 12h 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 3186d 09h werner /branches/port_qt5_64bit/src/ cleaning gcc warnings, trying to compile on VSC.  
1098 3186d 10h werner /branches/port_qt5_64bit/src/ilandc/ compile on VSC...  
1087 3236d 05h werner /branches/port_qt5_64bit/src/ added "flushing" of log messages.
fixed a bug when some resource units were 0 in setting up the wind module.
 
1081 3247d 05h werner /branches/port_qt5_64bit/src/ created a new javascript wrapper for the iLand "grid" class. This includes some processing (e.g. calculate using expressions), and some function to retrieve grids from iLand (e.g. damage data from disturbance modules, height grid).
fancy!
 
1075 3257d 08h werner /branches/port_qt5_64bit/src/ilandc/ allowed changing log-directory in ilandc.  
1065 3277d 02h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1053 3311d 14h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1032 3446d 14h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
996 3519d 13h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
994 3520d 11h werner /branches/port_qt5_64bit/src/ilandc/ error handling in console shell  
993 3521d 06h werner /branches/port_qt5_64bit/src/ilandc/ little text edits  
989 3521d 09h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
988 3521d 10h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
987 3521d 11h werner /branches/port_qt5_64bit/src/ilandc/ ... the same  
986 3521d 11h werner /branches/port_qt5_64bit/src/ilandc/ adapt pro file for linux.  
984 3521d 13h werner /branches/port_qt5_64bit/src/ fix warnings  
976 3543d 11h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
947 3656d 07h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
924 3753d 06h werner /branches/port_qt5_64bit/src/ minor changes to allow compilation of ilandc.  
870 3899d 03h werner /branches/port_qt5_64bit/src/ amie development....  
865 3914d 02h werner /branches/port_qt5_64bit/src/ilandc/ small change in ilandc pro file (now it compiles)  
837 3977d 09h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
835 3979d 01h werner /branches/port_qt5_64bit/ fixes to allow compilation on 64bit Linux  
827 3981d 10h werner /branches/port_qt5_64bit/src/ some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC.  
780 4136d 08h 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 4149d 07h werner /branches/port_qt5_64bit/  
774 4221d 08h werner /trunk/src/ some additional error messages (expressions, stand loading)  
773 4242d 13h werner /trunk/ fresh compile (Qt 4.8.3), removed debug symbols from executables, included recompiled fonstudio.  
769 4279d 14h 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)