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 2750d 21h werner / public SVN  
1221 2750d 21h werner /branches/ public SVN  
1220 2750d 21h werner /branches/version1.0/ Version 1.0  
1218 2750d 23h werner / clean up repository - make 1.0 trunk again!  
1217 2750d 23h werner / clean up repository - make 1.0 trunk again!  
1208 2758d 21h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1104 3039d 04h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1095 3063d 21h werner /branches/port_qt5_64bit/ Adding basic C++ level documentation for ABE classes.  
1033 3320d 05h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1032 3320d 06h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
973 3418d 19h werner /branches/port_qt5_64bit/src/abe/ agent debugging...  
958 3508d 23h werner /branches/port_qt5_64bit/src/abe/ scheduler-object (javascript). Update-mechanism.  
944 3540d 23h werner /branches/port_qt5_64bit/src/abe/ ABE/ agent definition
DynamicExpression: QML-like properties
AgentUpdate
 
942 3542d 22h werner /branches/port_qt5_64bit/src/ working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man.  
940 3547d 21h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
939 3550d 00h werner /branches/port_qt5_64bit/src/abe/ working on ABE.
definition of agents/agent types, embedding of JS agent definition.
 
938 3550d 22h werner /branches/port_qt5_64bit/src/ Implementing the Javascript shell of the "agent"  
934 3564d 22h 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
 
909 3674d 02h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
908 3674d 02h werner /branches/port_qt5_64bit/src/ amie_global.h -> abe_global.h  
907 3674d 02h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3674d 02h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
904 3674d 18h werner /branches/port_qt5_64bit/src/ ... working on amie...  
890 3711d 03h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
887 3716d 03h werner /branches/port_qt5_64bit/src/amie/ debug/trace information when executing activities.
fixing some issues with events, ...
 
878 3759d 21h werner /branches/port_qt5_64bit/src/ continuing AMIE development.
* first (potentially) multi threaded execution of activities (stands).
* some of the state changes of forest stands (i.e. after execution of an activity the active flag is false)
 
876 3760d 21h 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 3761d 19h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
874 3764d 22h werner /branches/port_qt5_64bit/src/amie/ ... continuing implementing AMIE...  
873 3766d 18h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 3772d 18h werner /branches/port_qt5_64bit/src/ amie development....  
863 3815d 22h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
811 3868d 19h 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.