Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2958d 05h |
werner |
/ |
public SVN |
|
1221 |
2958d 05h |
werner |
/branches/ |
public SVN |
|
1220 |
2958d 05h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
2958d 07h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1208 |
2966d 05h |
werner |
/branches/iland_regen/src/ |
working on the Spin-up feature (some additions to ABE) |
|
1104 |
3246d 12h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1048 |
3412d 10h |
werner |
/branches/port_qt5_64bit/src/tools/ |
changed behavior of CSV files to not ignore empty columns in the header / data. Not sure if this is going to create problems with other input data...... |
|
1032 |
3527d 13h |
werner |
/branches/port_qt5_64bit/src/ |
fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC. |
|
969 |
3653d 07h |
werner |
/branches/port_qt5_64bit/src/tools/ |
little fix in CSV-input |
|
938 |
3758d 05h |
werner |
/branches/port_qt5_64bit/src/ |
Implementing the Javascript shell of the "agent" |
|
793 |
4106d 05h |
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()) |
|
779 |
4230d 07h |
werner |
/branches/port_qt5_64bit/ |
|
|
766 |
4409d 07h |
werner |
/trunk/src/ |
adding the rumple index calculation to iland. missing: script binding, ...
time to move the qtscript engine from management to the main model.... |
|
697 |
4770d 04h |
werner |
/trunk/ |
Doxygen documentation revisited.
After re-establishing doxygen documentation (last update: 2009) a lot of smaller/medium documentation fixes.
Documentation is something that could definitely be always improved ;) |
|
671 |
4813d 08h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
639 |
4974d 05h |
werner |
/ |
move current content to the "trunk" |
|
585 |
5072d 11h |
werner |
/src/ |
bugfixes in the CSVFile class (with empty cells and whitespace-separators)
bugfixes in GridRunner: was running with an offset of 1 cell.
some other micro-changes. |
|
500 |
5164d 13h |
werner |
/src/tools/ |
incorporated some improvements to tool classes from other projects.
Added the possibility to "parse" a expression using an ObjectWrapper (i.e.: to check the variables from the wrapper) |
|
434 |
5296d 08h |
werner |
/src/ |
creation of the Establishment class.
added calculation of chilling requirements to Phenology (not good enough, though)
added also a little test routine for Establishment |
|