Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
2970d 02h |
werner |
/ |
public SVN |
|
1221 |
2970d 02h |
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! |
|
1208 |
2978d 02h |
werner |
/branches/iland_regen/src/ |
working on the Spin-up feature (some additions to ABE) |
|
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 |
|
827 |
4074d 06h |
werner |
/branches/port_qt5_64bit/src/ |
some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC. |
|
793 |
4118d 02h |
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 |
4242d 04h |
werner |
/branches/port_qt5_64bit/ |
|
|
766 |
4421d 04h |
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.... |
|
671 |
4825d 05h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
639 |
4986d 02h |
werner |
/ |
move current content to the "trunk" |
|
566 |
5093d 09h |
werner |
/src/ |
extended management: modify carbon content of soil / swd pools.
slightly modifications to the CSVFile JS API (value(row, name)-function). |
|
500 |
5176d 10h |
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) |
|
346 |
5437d 07h |
werner |
/src/ |
fixed a bug in Management::kill() |
|
340 |
5490d 03h |
werner |
/src/ |
Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values. |
|
280 |
5554d 23h |
werner |
/src/ |
Creation of the "Environment" class (loading of the "world" into iLand).
- added setter-functions to XmlHelper
- added auxiliary functions to CSVFile
- smaller changes to a bunch of other files. |
|
258 |
5560d 19h |
werner |
/src/tools/ |
|
|
250 |
5562d 00h |
werner |
/src/ |
Management scripting, scripting general. |
|