Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2724d 14h werner / public SVN  
1221 2724d 14h werner /branches/ public SVN  
1220 2724d 14h werner /branches/version1.0/ Version 1.0  
1218 2724d 16h werner / clean up repository - make 1.0 trunk again!  
1217 2724d 16h werner / clean up repository - make 1.0 trunk again!  
1208 2732d 14h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1104 3012d 21h 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 3828d 18h werner /branches/port_qt5_64bit/src/ some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC.  
793 3872d 14h 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 3996d 16h werner /branches/port_qt5_64bit/  
766 4175d 16h 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 4579d 17h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4740d 14h werner / move current content to the "trunk"  
566 4847d 22h werner /src/ extended management: modify carbon content of soil / swd pools.
slightly modifications to the CSVFile JS API (value(row, name)-function).
 
500 4930d 22h 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 5191d 19h werner /src/ fixed a bug in Management::kill()  
340 5244d 16h werner /src/ Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values.
 
280 5309d 11h 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 5315d 07h werner /src/tools/  
250 5316d 12h werner /src/ Management scripting, scripting general.  

Show All