Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
905 3802d 00h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 3802d 15h werner /branches/port_qt5_64bit/src/ ... working on amie...  
902 3809d 20h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
901 3812d 05h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
899 3815d 19h werner /branches/port_qt5_64bit/src/ fix for crashes in getting ABE details after reload of the model.  
897 3815d 20h 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 ;)
 
896 3816d 19h werner /branches/port_qt5_64bit/src/ working on ABE  
893 3836d 19h werner /branches/port_qt5_64bit/src/ ABE ABE ABE ...  
891 3838d 18h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
890 3839d 00h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
885 3844d 17h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
884 3845d 15h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
882 3851d 21h 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.
 
881 3880d 17h werner /branches/port_qt5_64bit/src/ fixed problem with new resource unit storage that allows gaps.
some smaller additions (e.g. the literals "true" and "false" in the expression engine).
DEM: a new bilinear interpolation algorithm to improve DEM. Still not perfect.
 
880 3884d 20h werner /branches/port_qt5_64bit/src/ implementing the QML based ruler/scale thing. Very nice when you get the hang of it....  
879 3885d 19h werner /branches/port_qt5_64bit/src/ starting with QML based ruler/image component.  
877 3887d 18h werner /branches/port_qt5_64bit/src/ COLORS
added non-numerical layers to iland.
New "Colors" class (including typical R-color-palettes (RColorBrewer, terrain-colors).
the "LayeredGrid" has now a more versatile "LayerElement" that stores default view type, name and caption.
updated the grid definition of fire and wind module.
 
876 3888d 18h 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 3889d 16h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
873 3894d 15h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
870 3900d 16h werner /branches/port_qt5_64bit/src/ amie development....  
864 3942d 19h werner /branches/port_qt5_64bit/src/ fixed typos (after merge) and version number  
863 3943d 20h werner /branches/port_qt5_64bit/ renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
 
860 3951d 19h werner /branches/port_qt5_64bit/src/ added stand treatment programme class.  
855 3971d 20h werner /branches/port_qt5_64bit/src/ fixed bug in landscape output
added (not already included) mode for dynamicstand output to aggregate to ru level (without species level)
now newly recruited trees are also included in the stand statistics (ru-level).
 
852 3973d 15h werner /branches/port_qt5_64bit/src/iland/ updated version.  
838 3978d 22h werner /branches/port_qt5_64bit/ new executable with required Qt 5.1 files. version 0.8.6.  
837 3978d 22h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
824 3984d 01h werner /branches/port_qt5_64bit/src/ fixed *big* regeneration bug. The map with the height of saplings on a resource unit was used in the establishment subroutine although it was *invalid*. Now the establishment and the regeneration are (again?) in one function and use the same valid map.
this removed the strange stripes in the regeneration pattern (there should have been crashes, but weren't). Consequently, the performance debug output was modified.
added better formatting to debugtimer.cpp for large times (in hours, minutes, seconds).
 
822 3985d 01h werner /branches/port_qt5_64bit/src/iland/ fixed crash when visualizing regeneration grid  
818 3990d 19h werner /branches/port_qt5_64bit/src/ new tree variable (crownarea)
transparent color in gui, filtering of trees in gui
 
816 3991d 15h 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.
 
813 3991d 18h werner /branches/port_qt5_64bit/src/ continuing with the forest management engine.
* added a script-binding for site/stand/simulation objects
* more variables in the stand/unit objects
 
811 3996d 17h 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 3997d 20h werner /branches/port_qt5_64bit/src/ implementing activity/javascript link  
808 3998d 16h 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 3998d 19h werner /branches/port_qt5_64bit/src/ started implementation of the Forest Management Engine.  
803 4018d 01h werner /branches/port_qt5_64bit/src/ testing the neighborsOf function of MapGrid
added a Factory function for creating of "Map" objects
 
802 4018d 02h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
798 4019d 20h werner /branches/port_qt5_64bit/ some comments, maximum number of years of simulations changed to 10000