Subversion Repositories public iLand

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1222 2872d 16h werner / public SVN  
/tags/release_1.0
/branches/release_1.0
1221 2872d 16h werner /branches/ public SVN  
/branches/release_1.0
/branches/version1.0
1220 2872d 16h werner /branches/version1.0/ Version 1.0  
/branches/version1.0
1218 2872d 18h werner / clean up repository - make 1.0 trunk again!  
/trunk
/iland_regen
1217 2872d 18h werner / clean up repository - make 1.0 trunk again!  
/iland_regen
/branches/iland_regen
1211 2878d 22h werner /branches/iland_regen/src/ added GPL headers for files that did not contain the header  
/branches/iland_regen/src/core/grid.cpp
/branches/iland_regen/src/core/saplings.cpp
/branches/iland_regen/src/core/saplings.h
/branches/iland_regen/src/output/waterout.cpp
/branches/iland_regen/src/output/waterout.h
/branches/iland_regen/src/tools/colors.cpp
/branches/iland_regen/src/tools/colors.h
/branches/iland_regen/src/tools/debugtimer.cpp
/branches/iland_regen/src/tools/debugtimer.h
/branches/iland_regen/src/tools/scriptgrid.cpp
/branches/iland_regen/src/tools/scriptgrid.h
/branches/iland_regen/src/tools/statdata.cpp
/branches/iland_regen/src/tools/statdata.h
/branches/iland_regen/src/tools/viewport.cpp
/branches/iland_regen/src/tools/viewport.h
1104 3160d 22h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
/branches/iland_regen
1032 3442d 00h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
/branches/port_qt5_64bit/src/abe/activity.cpp
/branches/port_qt5_64bit/src/abe/activity.h
/branches/port_qt5_64bit/src/abe/actplanting.cpp
/branches/port_qt5_64bit/src/abe/agenttype.cpp
/branches/port_qt5_64bit/src/abe/fmstand.cpp
/branches/port_qt5_64bit/src/abe/fmunit.cpp
/branches/port_qt5_64bit/src/abe/scheduler.cpp
/branches/port_qt5_64bit/src/core/establishment.cpp
/branches/port_qt5_64bit/src/core/grid.cpp
/branches/port_qt5_64bit/src/core/model.cpp
/branches/port_qt5_64bit/src/core/modelcontroller.cpp
/branches/port_qt5_64bit/src/iland/iland.pro
/branches/port_qt5_64bit/src/iland/mainwindow.cpp
/branches/port_qt5_64bit/src/ilandc/ilandc.pro
/branches/port_qt5_64bit/src/plugins/barkbeetle/bbgenerations.cpp
/branches/port_qt5_64bit/src/tools/csvfile.cpp
/branches/port_qt5_64bit/src/tools/mapgrid.cpp
991 3516d 19h werner /branches/port_qt5_64bit/src/ fixed compiler errors for GUI version, and the planting/thinning construct that caused crashes on VSC.  
/branches/port_qt5_64bit/src/abe/actplanting.cpp
/branches/port_qt5_64bit/src/abe/actthinning.cpp
/branches/port_qt5_64bit/src/core/grid.cpp
/branches/port_qt5_64bit/src/core/seeddispersal.cpp
989 3516d 19h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
/branches/port_qt5_64bit/src/core/grid.cpp
/branches/port_qt5_64bit/src/core/seeddispersal.cpp
/branches/port_qt5_64bit/src/core/species.cpp
/branches/port_qt5_64bit/src/core/species.h
/branches/port_qt5_64bit/src/ilandc/consoleshell.cpp
/branches/port_qt5_64bit/src/ilandc/ilandc.pro
/branches/port_qt5_64bit/src/tools/helper.cpp
779 4144d 18h werner /branches/port_qt5_64bit/  
/branches/port_qt5_64bit
709 4665d 21h werner /trunk/src/core/ fixed the flip of ASCII grids also for FloatGrid (specialization).  
/trunk/src/core/grid.cpp
639 4888d 16h werner / move current content to the "trunk"  
/trunk/executable
/trunk/src
/executable
/src
599 4958d 17h werner /src/ new function to export an ESRI style text file from a (system) grid. Added also a script function (Globals.gridToFile()).  
/src/core/grid.cpp
/src/core/grid.h
/src/tools/globalsettings.cpp
/src/tools/globalsettings.h
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
556 5006d 15h werner /src/ little cleanup  
/src/core/grid.cpp
/src/core/grid.h
/src/tools/scriptglobal.cpp
/src/tools/scriptglobal.h
375 5281d 00h werner /src/ corrected seeddispersal algorithm (I tested with a real image (i.e. photo): errors are then quite clear)
grid::loadFromImage(): automatically setup grid if empty
 
/src/core/grid.cpp
/src/core/seeddispersal.cpp
/src/core/seeddispersal.h
/src/iland/tests.cpp
373 5281d 01h werner /src/ Creation of seeddispersal.
this includes some extensions to the grid (e.g. randomPosition()).
The seedDispersal-algorithm is implemented on CPU (but still not linked to tree growth)
 
/src/core/seeddispersal.cpp
/src/core/seeddispersal.h
/src/core/grid.cpp
/src/core/grid.h
/src/iland/iland.pro
/src/iland/tests.cpp
/src/iland/tests.h
285 5457d 03h werner /src/core/ loading of the landscape. added "areaMask.imageFile" to "world" in xml file. This loads a image mask that establishes area that are inside and outside the project area respectively.  
/src/core/global.h
/src/core/grid.cpp
/src/core/grid.h
/src/core/model.cpp
/src/core/model.h
/src/core/modelcontroller.cpp
/src/core/standloader.cpp
/src/core/tree.cpp
103 5508d 13h Werner /src/ included grids  
/src/core/grid.cpp
/src/core/model.cpp
/src/core/model.h
/src/core/species.cpp
/src/core/species.h
/src/core/stampcontainer.cpp
/src/tests/modelCreate/modelCreate.pro
/src/tests/modelCreate/test.xml
/src/tests/testXmlHelper/xmlHelperTest.xml
80 5511d 14h Werner / change master structure  
/src
/fonstudio

Show All