Subversion Repositories public iLand

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
816 3854d 04h werner /branches/port_qt5_64bit/ merge from iLand trunk (e.g. the new in() function for expressions)

now first (+-) working version of the bridging of Javascript and C++ world.
 
811 3859d 06h werner /branches/port_qt5_64bit/src/ working on the Forest Management Engine.
* new classes that represent Agent, AgentType, FMUnit, FMStand, ...
* +- working evaluation of expressions (activities) in the context of stand/site/... variables.
 
802 3880d 16h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
793 3889d 08h 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())
 
780 4000d 11h 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 4013d 10h werner /branches/port_qt5_64bit/  
769 4143d 17h 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 4192d 03h 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...
 
766 4192d 10h 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....
 
765 4202d 08h werner /trunk/src/ fixed crash with external seed input; removed some compiler warnings.  
764 4203d 05h werner /trunk/src/ implementation of advanced external seed input. Around the project area a "seed belt" is lain. The simulated rectangle is split into sectors which can have a different species composition. At the beginning of the simulation, the external seed maps are populated and then reused each year.  
763 4205d 12h werner /trunk/ Build for Qt 4.8.3 - new executables and DLLs  
762 4205d 12h werner /trunk/src/plugins/ upgrade Qt 4.8.3  
761 4205d 16h werner /trunk/ upgrade to Qt 4.8.3  
760 4225d 16h werner /trunk/src/ improved the ilandc version, removed a bug with trying to show a message box in the non-GUI version; ilandc runs now quite stable (e.g. 11 replicates of HJA fire simulations without problems)  
759 4237d 10h werner /trunk/src/ restarting the "ilandc" command line version of iLand.  
758 4239d 09h werner /trunk/src/ tests with the random generator; (see also the blog post about random numbers). Now the generations of the generator are deactivated (i.e. set to 0). The ignition calculation of the fire module is now based on the resource unit (instead of the single fire pixel).  
757 4241d 04h werner /trunk/src/ after performing random number tests; still trying to understand the fire ignition patterns.  
756 4246d 09h werner /trunk/ restarting the fire module (strange behaviour of random generator as well as fire related output)  
755 4247d 05h werner /trunk/src/plugins/fire/ changend JS ignntion()  

Show All