Rev |
Age |
Author |
Path |
Log message |
Diff |
1222 |
3152d 03h |
werner |
/ |
public SVN |
|
1221 |
3152d 03h |
werner |
/branches/ |
public SVN |
|
1220 |
3152d 03h |
werner |
/branches/version1.0/ |
Version 1.0 |
|
1218 |
3152d 05h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1217 |
3152d 05h |
werner |
/ |
clean up repository - make 1.0 trunk again! |
|
1104 |
3440d 09h |
werner |
/branches/iland_regen/ |
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone |
|
1054 |
3574d 03h |
werner |
/branches/port_qt5_64bit/ |
next iteration of the barkbeetle Modules
added background image to the iland viewer
some update of the wind-module as well (new wind output, for example) |
|
793 |
4300d 03h |
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 |
4411d 06h |
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 |
4424d 05h |
werner |
/branches/port_qt5_64bit/ |
|
|
701 |
4962d 21h |
werner |
/trunk/src/ |
Kickoff for the implementation of the wind module. It started with copying the stuff from the fire module.
This commit includes the basic framework (i.e. plugin, ...), some basic drawing and a first version of the "edge-detection" (which is copied from the seed dispersal routine). Promising... |
|
678 |
5001d 06h |
werner |
/trunk/src/ |
Created initial version of the console based iLand.
The console application will get the nice name: "ilandc". |
|
674 |
5007d 02h |
werner |
/trunk/src/ |
added scripting capabilities (JavaScript) to the "Modules". Now a module can add own objects/properties to the global javascript object. The fire module adds a "FireScript" ("Fire" in JS) object that can be used e.g. to manually "ignite" fires. |
|
671 |
5007d 06h |
werner |
/trunk/src/ |
Necessary changes for GPL licence (i.e. headers in all source files) |
|
665 |
5048d 05h |
werner |
/trunk/src/ |
modified the output infrastructure to deal with outputs defined by Modules. Added a fire output. |
|
646 |
5148d 07h |
werner |
/trunk/src/ |
reorganized the fire module code and other stuff.
* added new interfaces and linked some of them already (setup(), ...)
* separated the plugin from the implementation (fireplugin.h vs. FireModule)
* worked on finding a way to create "layeredgrids" (how to avoid the templates...)- i have a solution now but still not sure if it really works |
|
645 |
5153d 03h |
werner |
/trunk/src/ |
Fire disturbance: started fire drought index calculation. Still not sure how to design the plug in system... |
|
641 |
5154d 23h |
werner |
/trunk/src/ |
started development of the plugin / module system.
this includes playing around with qmake and the QPluginLoader.
Now the plan is to build a static library for each module and use the Qt mechanism to load them. The fire module is a kind of a test pilot - lets see how the needed interfaces etc. develop. |
|