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 3061d 10h werner / public SVN  
1221 3061d 10h werner /branches/ public SVN  
1220 3061d 10h werner /branches/version1.0/ Version 1.0  
1218 3061d 12h werner / clean up repository - make 1.0 trunk again!  
1217 3061d 12h werner / clean up repository - make 1.0 trunk again!  
1157 3279d 19h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3349d 16h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1089 3416d 10h werner /branches/port_qt5_64bit/src/ ABE learned some new tricks ....  
1070 3459d 10h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1064 3462d 10h werner /branches/port_qt5_64bit/src/ many changes. Most notably:
* improvements in the grass-cover sub Modules
* interaction between wind and bark beetle
* javascript function to extract seed-distribution-maps
* fixed a bug when continuous seed input was assumed
 
1059 3474d 11h werner /branches/port_qt5_64bit/src/ added topheight in ABE
additional things like standIds(), ...
 
1033 3630d 18h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
977 3726d 06h werner /branches/port_qt5_64bit/src/ working on ABE-Paper --- more power to the agents
Create a ramp for temperature/precip timeevents.
Some bug-fixes.
 
958 3819d 11h werner /branches/port_qt5_64bit/src/abe/ scheduler-object (javascript). Update-mechanism.  
938 3861d 10h werner /branches/port_qt5_64bit/src/ Implementing the Javascript shell of the "agent"  
934 3875d 11h werner /branches/port_qt5_64bit/src/ working on ABE.
* new functions like "elapsed()" for stands
* created a global onInit-Handler
* devised a way to initalized regen (using the ActPlanting-code and the onInit Handler)
* updated YUIdoc documentation a bit
 
915 3970d 10h werner /branches/port_qt5_64bit/src/ developing ABE unit level scheduling, start with dev. of ABE - Outputs.  
914 3972d 08h werner /branches/port_qt5_64bit/src/ finish of the stand split thing
many other tweaks in ABE land.
 
909 3984d 15h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
907 3984d 15h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3984d 15h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 3984d 15h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 3985d 07h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3988d 10h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
901 3994d 20h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
896 3999d 10h werner /branches/port_qt5_64bit/src/ working on ABE  
891 4021d 10h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
889 4022d 10h werner /branches/port_qt5_64bit/src/ abe, abe, abe  
884 4028d 07h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
882 4034d 12h 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.
 
876 4071d 10h werner /branches/port_qt5_64bit/src/ trying to identify why we observe crashes when calling javascript-functions.
Results: not sure, but:
happens, when in JS-file "include('anotherfile.js');" is used;
happens not, if "Globals.include('anotherfile.js');" is used.
bug is related to loosing the "scope" of the (Qt-internal) FunctionObject ("scope->owner" is rubbish, access violations when trying to climb up the scope tree).
I was not able to reproduce the behavior in a mini-project (jstest.pro).
 
875 4072d 08h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
873 4077d 07h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 4083d 07h werner /branches/port_qt5_64bit/src/ amie development....  
867 4095d 10h werner /branches/port_qt5_64bit/src/amie/ working on the new MOCCA concept  
863 4126d 11h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
815 4174d 07h werner /branches/port_qt5_64bit/src/fome/ working on the bridging between Javascript and the C++ world.  
811 4179d 08h werner /branches/port_qt5_64bit/src/ working on the Forest Management Engine.
* new classes that represent Agent, AgentType, FMUnit, FMStand, ...
* +- working evaluation of expressions (activities) in the context of stand/site/... variables.
 
808 4181d 08h 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)
 
807 4181d 11h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.