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 2740d 16h werner / public SVN  
1221 2740d 16h werner /branches/ public SVN  
1220 2740d 16h werner /branches/version1.0/ Version 1.0  
1218 2740d 19h werner / clean up repository - make 1.0 trunk again!  
1217 2740d 19h werner / clean up repository - make 1.0 trunk again!  
1208 2748d 17h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1104 3028d 23h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1033 3310d 00h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
958 3498d 18h werner /branches/port_qt5_64bit/src/abe/ scheduler-object (javascript). Update-mechanism.  
944 3530d 18h werner /branches/port_qt5_64bit/src/abe/ ABE/ agent definition
DynamicExpression: QML-like properties
AgentUpdate
 
942 3532d 17h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
940 3537d 16h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
939 3539d 19h werner /branches/port_qt5_64bit/src/abe/ working on ABE.
definition of agents/agent types, embedding of JS agent definition.
 
938 3540d 17h werner /branches/port_qt5_64bit/src/ Implementing the Javascript shell of the "agent"  
907 3663d 21h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3663d 22h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 3663d 22h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 3664d 13h werner /branches/port_qt5_64bit/src/ ... working on amie...  
890 3700d 22h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
876 3750d 16h 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).
 
874 3754d 17h werner /branches/port_qt5_64bit/src/amie/ ... continuing implementing AMIE...  
873 3756d 13h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 3762d 13h werner /branches/port_qt5_64bit/src/ amie development....  
863 3805d 18h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
811 3858d 14h 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.