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 3149d 06h werner / public SVN  
1221 3149d 06h werner /branches/ public SVN  
1220 3149d 06h werner /branches/version1.0/ Version 1.0  
1218 3149d 08h werner / clean up repository - make 1.0 trunk again!  
1217 3149d 08h werner / clean up repository - make 1.0 trunk again!  
1157 3367d 14h werner /branches/iland_regen/ merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).  
1104 3437d 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
 
1089 3504d 06h werner /branches/port_qt5_64bit/src/ ABE learned some new tricks ....  
1070 3547d 06h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1064 3550d 06h 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 3562d 07h werner /branches/port_qt5_64bit/src/ added topheight in ABE
additional things like standIds(), ...
 
1033 3718d 14h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
977 3814d 02h 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 3907d 07h werner /branches/port_qt5_64bit/src/abe/ scheduler-object (javascript). Update-mechanism.  
938 3949d 06h werner /branches/port_qt5_64bit/src/ Implementing the Javascript shell of the "agent"  
934 3963d 07h 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 4058d 06h werner /branches/port_qt5_64bit/src/ developing ABE unit level scheduling, start with dev. of ABE - Outputs.  
914 4060d 03h werner /branches/port_qt5_64bit/src/ finish of the stand split thing
many other tweaks in ABE land.
 
909 4072d 11h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
907 4072d 11h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 4072d 11h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 4072d 11h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 4073d 03h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 4076d 06h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
901 4082d 16h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
896 4087d 06h werner /branches/port_qt5_64bit/src/ working on ABE  
891 4109d 06h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
889 4110d 06h werner /branches/port_qt5_64bit/src/ abe, abe, abe  
884 4116d 02h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
882 4122d 08h 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 4159d 05h 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 4160d 04h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
873 4165d 03h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 4171d 03h werner /branches/port_qt5_64bit/src/ amie development....  
867 4183d 06h werner /branches/port_qt5_64bit/src/amie/ working on the new MOCCA concept  
863 4214d 07h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
815 4262d 03h werner /branches/port_qt5_64bit/src/fome/ working on the bridging between Javascript and the C++ world.  
811 4267d 04h 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 4269d 04h 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 4269d 07h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.