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 3039d 00h werner / public SVN  
1221 3039d 00h werner /branches/ public SVN  
1220 3039d 00h werner /branches/version1.0/ Version 1.0  
1218 3039d 02h werner / clean up repository - make 1.0 trunk again!  
1217 3039d 02h werner / clean up repository - make 1.0 trunk again!  
1208 3047d 00h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1207 3048d 00h werner /branches/iland_regen/src/abe/ adding of "updateManagement" to rebuild a management program from an (updated) source; no documentation yet  
1104 3327d 06h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1101 3335d 06h werner /branches/port_qt5_64bit/src/ changes the names of some ABE JS function to run with Qt5.5
e.g.: basalArea(i) -> speciesBasalArea(i)
 
1089 3394d 00h werner /branches/port_qt5_64bit/src/ ABE learned some new tricks ....  
1065 3438d 20h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1063 3443d 01h werner /branches/port_qt5_64bit/src/ implementing a first version of the browsing submodule.

many small improvements for ABE.
 
1062 3444d 23h werner /branches/port_qt5_64bit/src/ small fixes for ABE,

implementation of v1 of the "grass"-model (herbs and grasses on the ground).
 
1061 3447d 00h 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).
 
1059 3452d 01h werner /branches/port_qt5_64bit/src/ added topheight in ABE
additional things like standIds(), ...
 
1033 3608d 08h werner /branches/port_qt5_64bit/src/ added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).  
977 3703d 20h 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.
 
963 3755d 03h 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.
 
958 3797d 01h werner /branches/port_qt5_64bit/src/abe/ scheduler-object (javascript). Update-mechanism.  
951 3804d 20h 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
...
 
940 3836d 00h werner /branches/port_qt5_64bit/src/ abe implementation of agents.  
938 3839d 00h werner /branches/port_qt5_64bit/src/ Implementing the Javascript shell of the "agent"  
934 3853d 01h 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
 
906 3962d 05h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 3962d 05h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
901 3972d 10h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
897 3976d 01h 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 3997d 00h werner /branches/port_qt5_64bit/src/ ABE ABE ABE ...  
890 3999d 06h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
888 4003d 21h werner /branches/port_qt5_64bit/src/amie/ ... working on ABE ...  
887 4004d 05h werner /branches/port_qt5_64bit/src/amie/ debug/trace information when executing activities.
fixing some issues with events, ...
 
886 4004d 23h werner /branches/port_qt5_64bit/src/amie/ ....  
885 4004d 23h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
884 4005d 20h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
876 4049d 00h 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 4049d 22h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
870 4060d 21h werner /branches/port_qt5_64bit/src/ amie development....  
869 4067d 00h werner /branches/port_qt5_64bit/src/amie/ implementing AMIE...  
863 4104d 01h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
815 4151d 21h werner /branches/port_qt5_64bit/src/fome/ working on the bridging between Javascript and the C++ world.