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 10h werner / public SVN  
1221 2750d 10h werner /branches/ public SVN  
1220 2750d 10h werner /branches/version1.0/ Version 1.0  
1218 2750d 12h werner / clean up repository - make 1.0 trunk again!  
1217 2750d 12h werner / clean up repository - make 1.0 trunk again!  
1104 3038d 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
 
1070 3148d 10h werner /branches/port_qt5_64bit/src/ bark-beetle wind interaction, now working ...  
1061 3158d 10h werner /branches/port_qt5_64bit/src/ developinig ABE.
groundwork: creating STP options (i.e. pure JS-options of STPs that can be used in activities)
working on species specific targets for thinnings (involves a lot of thinking and fiddling with javascript)
added an option to include "shortcuts" to often-used functions (i.e. links in the GUI that directly call JS-functions).
 
1033 3319d 18h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
1032 3319d 18h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
963 3466d 13h 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.
 
955 3513d 11h werner /branches/port_qt5_64bit/src/abe/ scheduling, scheduling....  
951 3516d 06h werner /branches/port_qt5_64bit/src/ many ABE related changes; inter alia:
* syntax checking theme (to detect mis-spelled properties in JS)
* fixed bug in thinning routine (custom-thinning)
* scripting-based approach for initializing regeneration
* thinning routine for selective thinning
...
 
944 3540d 12h werner /branches/port_qt5_64bit/src/abe/ ABE/ agent definition
DynamicExpression: QML-like properties
AgentUpdate
 
924 3626d 10h werner /branches/port_qt5_64bit/src/ minor changes to allow compilation of ilandc.  
911 3665d 20h werner /branches/port_qt5_64bit/src/ scheduling, update in planting  
910 3673d 11h werner /branches/port_qt5_64bit/src/ scheduler, testing, ...  
907 3673d 15h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3673d 15h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 3673d 15h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
901 3683d 20h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
897 3687d 11h 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 ;)
 
893 3708d 10h werner /branches/port_qt5_64bit/src/ ABE ABE ABE ...  
891 3710d 10h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
889 3711d 10h werner /branches/port_qt5_64bit/src/ abe, abe, abe  
888 3715d 07h werner /branches/port_qt5_64bit/src/amie/ ... working on ABE ...  
887 3715d 15h werner /branches/port_qt5_64bit/src/amie/ debug/trace information when executing activities.
fixing some issues with events, ...
 
875 3761d 08h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
872 3767d 18h werner /branches/port_qt5_64bit/src/amie/ improved timing (schedule in amie), and bettered the error reporting for javascript (line numbers, ...)  
871 3771d 11h werner /branches/port_qt5_64bit/src/amie/ implementing MOCCA...  
870 3772d 07h werner /branches/port_qt5_64bit/src/ amie development....  
869 3778d 10h werner /branches/port_qt5_64bit/src/amie/ implementing AMIE...  
863 3815d 11h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
827 3854d 14h werner /branches/port_qt5_64bit/src/ some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC.  
816 3863d 06h werner /branches/port_qt5_64bit/ merge from iLand trunk (e.g. the new in() function for expressions)

now first (+-) working version of the bridging of Javascript and C++ world.
 
811 3868d 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.
 
810 3869d 11h werner /branches/port_qt5_64bit/src/ implementing activity/javascript link  
808 3870d 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 3870d 11h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.