Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3150d 04h |
werner |
/ |
public SVN |
|
1221 |
3150d 04h |
werner |
/branches/ |
public SVN |
|
1220 |
3150d 04h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3150d 06h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3150d 06h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1179 |
3320d 05h |
werner |
/branches/iland_regen/src/ |
GUI: visualizing seed maps
minor change in seed kernel calculation |
|
1178 |
3325d 03h |
werner |
/branches/iland_regen/src/ |
update the seed dispersal kernel: take the density of a point instead the density at a given radius
new option in the GUI to visualize newly created saplings
update of how sapling numbers are calculated and arrive in the output |
|
1168 |
3359d 03h |
werner |
/branches/iland_regen/src/ |
working on serotony, establishment etc. updated new establishment module w.r.t. debug outputs. |
|
1104 |
3438d 10h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1076 |
3530d 04h |
werner |
/branches/port_qt5_64bit/src/ |
avoid loading regeneration if regeneration module is not enabled. |
|
1074 |
3540d 06h |
werner |
/branches/port_qt5_64bit/src/ |
added output for abe-Stand-Details (basal area and basal area share). |
|
1061 |
3558d 04h |
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). |
|
1054 |
3572d 04h |
werner |
/branches/port_qt5_64bit/ |
next iteration of the barkbeetle Modules
added background image to the iland viewer
some update of the wind-module as well (new wind output, for example) |
|
1046 |
3610d 06h |
werner |
/branches/port_qt5_64bit/src/iland/ |
smaller update of the GUI (reorganization of toolwindows, mainly). |
|
1043 |
3613d 07h |
valentin |
/branches/port_qt5_64bit/src/iland/ |
Integrated the recent file menu, changes in mainwindow.cpp -> methods: readSettings() ; writeSettings() ; setupModel(),|| new method : recentFileMenu() ; + submenu added to the menuBar under Files |
|
1042 |
3619d 07h |
werner |
/branches/port_qt5_64bit/src/ |
working on bark beetle module (antagonists) |
|
1041 |
3689d 07h |
werner |
/branches/port_qt5_64bit/src/ |
improved visualization and "movie"-support. New JS functions to control the main visualization. |
|
1018 |
3736d 05h |
werner |
/branches/port_qt5_64bit/src/ |
working on the crown-cover-grid |
|
1009 |
3779d 03h |
werner |
/branches/port_qt5_64bit/src/ |
bark beetle module
view with shading (i.e. based on DEM) |
|
964 |
3863d 04h |
werner |
/branches/port_qt5_64bit/src/ |
compile with Qt5.4/MSVC2013.
added class for BBgenerations (emtpy)
fixed minor issues in mainwindow (e.g. disabled run buttons after pause->cancel). |
|
942 |
3942d 05h |
werner |
/branches/port_qt5_64bit/src/ |
working on ABE: definition of Agents; scheduling of changes of agent-behavior. oh man. |
|
940 |
3947d 04h |
werner |
/branches/port_qt5_64bit/src/ |
abe implementation of agents. |
|
880 |
4156d 05h |
werner |
/branches/port_qt5_64bit/src/ |
implementing the QML based ruler/scale thing. Very nice when you get the hang of it.... |
|
879 |
4157d 04h |
werner |
/branches/port_qt5_64bit/src/ |
starting with QML based ruler/image component. |
|
818 |
4262d 04h |
werner |
/branches/port_qt5_64bit/src/ |
new tree variable (crownarea)
transparent color in gui, filtering of trees in gui |
|
808 |
4270d 02h |
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) |
|
779 |
4422d 05h |
werner |
/branches/port_qt5_64bit/ |
|
|
749 |
4742d 02h |
werner |
/trunk/src/iland/ |
some minor changes in the graphics stack |
|
741 |
4825d 05h |
werner |
/trunk/src/iland/ |
added the option to clip the painting of grids to the project area (valid pixels in stand grid) |
|
732 |
4868d 07h |
werner |
/trunk/src/ |
initialization of trees with given tree heights. The tree height data (e.g. Lidar data) is loaded from a GIS grid file.
some additional changes with painting different grids.
added also an option to use mapgrids without the 'spatial index' (e.g. for float grids on height grid resolution). |
|
717 |
4908d 02h |
werner |
/trunk/src/ |
WindModule: added new xml parameters, added way to control wind events using a time event file; setup of topo modifier (using environment file).
WindScript: binding for exporting grids
LayeredGrid: function to directly save to ESRI grid
GUI: fixed bug with command history |
|
716 |
4913d 03h |
werner |
/trunk/src/ |
scripting for wind module
some updates for the GUI: proper ini files and load/save of windows geometry/settings; "javascript"-command history
new scripting functions for "wait()" and "repaint()".
fixed some bugs in the wind module and now the whole system for the first time seems to work as expected.... |
|
695 |
4970d 01h |
werner |
/trunk/src/ |
added the saplings to the snapshot mechanism.
small GUI fix (moved the script panel one level up) |
|
643 |
5152d 12h |
werner |
/trunk/src/ |
improved the visualization of grids - now the main windows stores a list of grids along with type of drawing (black/white, color, ...).
The GUI has a combo box to select the grid to draw. Nice: this can easily be extended to be used with grids to come (fire, grids provided from scripts...)
Whats missing: some life cycle kind of thing: now it is quite dangerous to produce crashes.... needs some investigation of scoped pointer classes... |
|
639 |
5166d 04h |
werner |
/ |
move current content to the "trunk" |
|
615 |
5225d 07h |
werner |
/src/ |
removed windows specific _isnan() calls |
|
573 |
5269d 02h |
werner |
/ |
new version (0.6 alpha 3).
fixed minor issues in the wake of HJA simulations ;) |
|
534 |
5321d 07h |
werner |
/src/ |
large(r) update of the soil model. Now, the 'kyl' and 'kyr' parameters (i.e. decomposition rates for the litter/wood-soil pool) are now species parameters and calculated dynamically from the litter inputs. |
|
514 |
5347d 07h |
werner |
/src/ |
added a species-selection drop down box for GUI visualization. |
|
503 |
5356d 04h |
werner |
/src/ |
water cycle: fixed a regression with the calculation of average aging.
added "canopyConductance" as variable for resource units.
added a GUI option to change the current log level. |
|