Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2906d 18h |
werner |
/ |
public SVN |
|
1221 |
2906d 18h |
werner |
/branches/ |
public SVN |
|
1220 |
2906d 18h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2906d 20h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2906d 20h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1104 |
3195d 00h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1065 |
3306d 14h |
werner |
/branches/port_qt5_64bit/src/ |
interaction of bark beetle and wind disturbances. |
|
1050 |
3347d 01h |
werner |
/branches/port_qt5_64bit/src/ |
interaction wind/bark beetle --- in development |
|
1044 |
3369d 20h |
werner |
/branches/port_qt5_64bit/src/ |
implementing the interaction between bark beetle and wind disturbances;
introduced new flags to mark the reason why trees died when they do die, and a mechanism that allows disturbance modules to being notified when trees die. This involved the creation of a new "DisturbanceInterface". |
|
961 |
3648d 14h |
werner |
/branches/port_qt5_64bit/src/ |
version 0.1 of the bark beetle dispersal routine. Lots of javascript-bindings (very efficient with all the ABE-experience). |
|
959 |
3649d 18h |
werner |
/branches/port_qt5_64bit/src/ |
start of bark beetle module |
|
808 |
4026d 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) |
|
793 |
4054d 18h |
werner |
/branches/port_qt5_64bit/src/ |
Move from QScriptEngine to QJSEngine (=V8). Most of the stuff was quite smooth, but there are some open issues.
• Global functions (“print”, “include”, “alert”) are commented out (could be solved by moving functions to the “Globals” object and by creating alias JS-functions, i.e. function alert(x) {Globals.alert(x); } )
• Object creation: “new XXX”, XXX=ClimateConverter, CSVFile, … does not work now
possible solution: factory-pattern (i.e. var csv = Globals.newCSV()) |
|
781 |
4165d 19h |
werner |
/branches/port_qt5_64bit/src/ |
tried to compile also for MSVC 2010 32bit |
|
780 |
4165d 21h |
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 |
4178d 20h |
werner |
/branches/port_qt5_64bit/ |
|
|
769 |
4309d 02h |
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) |
|
767 |
4357d 13h |
werner |
/trunk/src/ |
larger restructuring of code (moving scripting related parts)
adding a shell for "spatialAnalysis".
In the future, a cleanup of all the "spatial" grids/maps/stuff is necessary... |
|
701 |
4717d 12h |
werner |
/trunk/src/ |
Kickoff for the implementation of the wind module. It started with copying the stuff from the fire module.
This commit includes the basic framework (i.e. plugin, ...), some basic drawing and a first version of the "edge-detection" (which is copied from the seed dispersal routine). Promising... |
|
674 |
4761d 17h |
werner |
/trunk/src/ |
added scripting capabilities (JavaScript) to the "Modules". Now a module can add own objects/properties to the global javascript object. The fire module adds a "FireScript" ("Fire" in JS) object that can be used e.g. to manually "ignite" fires. |
|