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
1018 3371d 13h werner /branches/port_qt5_64bit/src/ working on the crown-cover-grid  
1014 3407d 11h 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 3414d 11h werner /branches/port_qt5_64bit/src/ bark beetle module
view with shading (i.e. based on DEM)
 
1002 3423d 08h werner /branches/port_qt5_64bit/src/ new optimized establishment routine.
not finished yet, but looks promising in my first tests.
 
1001 3423d 13h werner /branches/port_qt5_64bit/src/ removed some of the "DebugTimer" --- they tend to cause problems especially when multi-threading is enabled.  
988 3429d 17h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
976 3451d 17h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
965 3493d 08h werner /branches/port_qt5_64bit/src/ move to qt5.4  
964 3498d 12h 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 3501d 15h 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 3522d 12h werner /branches/port_qt5_64bit/src/ adding click-support to the layers/disturbance modules.  
959 3528d 12h werner /branches/port_qt5_64bit/src/ start of bark beetle module  
948 3562d 10h werner /branches/port_qt5_64bit/src/ little fixes of things found during tests of ABE.  
942 3577d 13h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
940 3582d 12h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
932 3603d 14h 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).
 
930 3604d 12h werner /branches/port_qt5_64bit/src/ progressing in ABEland.
worked inter alia on the activity thinning.
the abe-harvest-output is still not added.
 
929 3605d 09h werner /branches/port_qt5_64bit/src/ working on ABE.
fixing bugs, adding a stand-level output.
 
923 3662d 09h werner /branches/port_qt5_64bit/src/ working on ABE:
ActThinning and some minor other stuff
 
922 3668d 09h werner /branches/port_qt5_64bit/src/ new ABE stand level output. Consolidation of scheduler.  
921 3674d 09h werner /branches/port_qt5_64bit/src/ working on ABE scheduler. tricky stuff....  
916 3693d 13h werner /branches/port_qt5_64bit/src/ unit-output, testing of scheduler.  
915 3694d 12h werner /branches/port_qt5_64bit/src/ developing ABE unit level scheduling, start with dev. of ABE - Outputs.  
914 3696d 09h werner /branches/port_qt5_64bit/src/ finish of the stand split thing
many other tweaks in ABE land.
 
909 3708d 17h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
908 3708d 17h werner /branches/port_qt5_64bit/src/ amie_global.h -> abe_global.h  
907 3708d 17h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
905 3708d 17h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 3709d 09h werner /branches/port_qt5_64bit/src/ ... working on amie...  
902 3716d 13h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
901 3718d 22h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
899 3722d 13h werner /branches/port_qt5_64bit/src/ fix for crashes in getting ABE details after reload of the model.  
897 3722d 13h werner /branches/port_qt5_64bit/src/ working on ABE - doing quite some documentation (YUIDOC), and improving, adding, fixing here or there.
progress is slow but steady ;)
 
896 3723d 12h werner /branches/port_qt5_64bit/src/ working on ABE  
893 3743d 12h werner /branches/port_qt5_64bit/src/ ABE ABE ABE ...  
891 3745d 12h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
890 3745d 18h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
885 3751d 11h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
884 3752d 08h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
882 3758d 14h werner /branches/port_qt5_64bit/src/ introduced delayed setup for the resource units (in order for the Mapgrids to behave right).
smaller fixes in the qml-based rulers.