Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2970d 01h |
werner |
/ |
public SVN |
|
1221 |
2970d 01h |
werner |
/branches/ |
public SVN |
|
1220 |
2970d 02h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2970d 04h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2970d 04h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1182 |
3116d 01h |
werner |
/branches/iland_regen/src/ |
Torus also effective for seed distribution
new output "SaplingDetails" (super high detail level of individual cohorts)
version information also in ilandc [move version.cpp to core]
[due to a sync problem with the SVN server, some revisions where lost: here they are:]
compiling ilandc
some code clean up - removed old code (sapling.cpp) for sapling trees and establishment. |
|
1104 |
3258d 08h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1099 |
3279d 05h |
werner |
/branches/port_qt5_64bit/src/ |
cleaning gcc warnings, trying to compile on VSC. |
|
1053 |
3404d 10h |
werner |
/branches/port_qt5_64bit/src/ |
updates for Qt 5.5 and GCC (Linux). |
|
989 |
3614d 05h |
werner |
/branches/port_qt5_64bit/src/ |
removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required. |
|
947 |
3749d 03h |
werner |
/branches/port_qt5_64bit/src/ |
little change to make ilandc compile, more verbose error message for external seeds |
|
877 |
3979d 01h |
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. |
|
808 |
4089d 23h |
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) |
|
780 |
4229d 04h |
werner |
/branches/port_qt5_64bit/src/ |
Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44
removed also a couple of warnings that were thrown by the MSVC compiler. |
|
779 |
4242d 03h |
werner |
/branches/port_qt5_64bit/ |
|
|
769 |
4372d 10h |
werner |
/trunk/src/ |
v 0.84
helper.cpp: added QMutex to handle possible crash when adding timers to the timers list
modules: added a catch() around the execution of modules (this should fix crashes due to unhandled exceptions) |
|
702 |
4779d 23h |
werner |
/trunk/src/ |
implementing the "fetch" calculations for the wind module. The calculation uses the bresenhem line-drawing algorithm to "draw" from each edge-pixel in wind direction a line and check the height of the canopy on the way.
added a test for the wind module. |
|
671 |
4825d 04h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
644 |
4971d 05h |
werner |
/trunk/src/ |
fixed the "setViewport" function (also the script function used for creating movies). |
|
643 |
4972d 10h |
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... |
|