Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1034 3357d 03h werner /branches/port_qt5_64bit/src/ warnings, version update.  
1033 3357d 03h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1032 3357d 04h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
1026 3364d 04h werner /branches/port_qt5_64bit/src/iland/ version 0.8.8  
1018 3373d 20h werner /branches/port_qt5_64bit/src/ working on the crown-cover-grid  
1014 3409d 19h werner /branches/port_qt5_64bit/src/ bark beetle module fine tuning (outputs etc)
fixed an issue with always copying the labels (names) of layered grids.
warning: still a compile error ;)
 
1009 3416d 19h werner /branches/port_qt5_64bit/src/ bark beetle module
view with shading (i.e. based on DEM)
 
1002 3425d 15h werner /branches/port_qt5_64bit/src/ new optimized establishment routine.
not finished yet, but looks promising in my first tests.
 
1001 3425d 21h werner /branches/port_qt5_64bit/src/ removed some of the "DebugTimer" --- they tend to cause problems especially when multi-threading is enabled.  
988 3432d 00h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
976 3454d 00h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
965 3495d 15h werner /branches/port_qt5_64bit/src/ move to qt5.4  
964 3500d 20h werner /branches/port_qt5_64bit/src/ compile with Qt5.4/MSVC2013.
added class for BBgenerations (emtpy)
fixed minor issues in mainwindow (e.g. disabled run buttons after pause->cancel).
 
963 3503d 22h werner /branches/port_qt5_64bit/src/ change for compiling with Qt 5.4. / MSVC 2013
looked again at GCC and had to change a couple of things. There seems to be still a problem with the plugin-system.
 
962 3524d 20h werner /branches/port_qt5_64bit/src/ adding click-support to the layers/disturbance modules.  
959 3530d 20h werner /branches/port_qt5_64bit/src/ start of bark beetle module  
948 3564d 17h werner /branches/port_qt5_64bit/src/ little fixes of things found during tests of ABE.  
942 3579d 20h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
940 3584d 19h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
932 3605d 21h werner /branches/port_qt5_64bit/src/ worked on multithreading enabling for ABE;
created a class MapGridRULock that should serialize access --- found some minor bugs in the rest of the code, but finally I think that this locking-code is not strictly necessary since the treelists are *not* changed by management (i.e. a remove does not change the physical layout of the treelist and therefore does not invalidate any pointers to it). The unit-based approach for multithreading does reduce the chance of issues; there is a small chance of lost updates when updating the biomass pools of snags (i.e. if two trees (on two units) of the same resource unit die at the same time).
 

Show All