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 3150d 04h werner / public SVN  
1221 3150d 04h werner /branches/ public SVN  
1220 3150d 04h werner /branches/version1.0/ Version 1.0  
1218 3150d 06h werner / clean up repository - make 1.0 trunk again!  
1217 3150d 06h werner / clean up repository - make 1.0 trunk again!  
1208 3158d 04h werner /branches/iland_regen/src/ working on the Spin-up feature (some additions to ABE)  
1104 3438d 10h 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 4254d 07h werner /branches/port_qt5_64bit/src/ some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC.  
793 4298d 04h 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 4422d 05h werner /branches/port_qt5_64bit/  
766 4601d 05h 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 5005d 06h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 5166d 03h werner / move current content to the "trunk"  
566 5273d 11h werner /src/ extended management: modify carbon content of soil / swd pools.
slightly modifications to the CSVFile JS API (value(row, name)-function).
 
500 5356d 12h 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 5617d 09h werner /src/ fixed a bug in Management::kill()  
340 5670d 05h werner /src/ Added "TimeEvents"
improved documentation of Environment.
added CSVFile::values() to retrieve a list of column values.
 
280 5735d 00h 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 5740d 21h werner /src/tools/  
250 5742d 01h werner /src/ Management scripting, scripting general.  
245 5745d 03h werner /src/ CSVFile: changed API and made it available for script access.  
243 5745d 18h werner /src/ created class for loading and parsing csv-styled text files. It is planned to expose the thing as scriptable Object. extended climateConverter to actually load text files and write database outputs.