BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
abe
/
fmtreelist.cpp
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
1222
3061d 09h
werner
/
public SVN
1221
3061d 09h
werner
/branches/
public SVN
1220
3061d 09h
werner
/branches/version1.0/
Version 1.0
1218
3061d 11h
werner
/
clean up repository - make 1.0 trunk again!
1217
3061d 11h
werner
/
clean up repository - make 1.0 trunk again!
1157
3279d 18h
werner
/branches/iland_regen/
merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).
1104
3349d 16h
werner
/branches/iland_regen/
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
1095
3374d 09h
werner
/branches/port_qt5_64bit/
Adding basic C++ level documentation for ABE classes.
1070
3459d 09h
werner
/branches/port_qt5_64bit/src/
bark-beetle wind interaction, now working ...
1062
3467d 09h
werner
/branches/port_qt5_64bit/src/
small fixes for ABE,
implementation of v1 of the "grass"-model (herbs and grasses on the ground).
1033
3630d 17h
werner
/branches/port_qt5_64bit/src/
added GPL headers to files where it was still missing (mainly all ABE and BarkBeetle module files).
951
3827d 05h
werner
/branches/port_qt5_64bit/src/
many ABE related changes; inter alia:
* syntax checking theme (to detect mis-spelled properties in JS)
* fixed bug in thinning routine (custom-thinning)
* scripting-based approach for initializing regeneration
* thinning routine for selective thinning
...
933
3879d 10h
werner
/branches/port_qt5_64bit/src/
removed the locking code again (or made inactive). ATM the costs seem to be much higher than the benefits.
932
3879d 11h
werner
/branches/port_qt5_64bit/src/
worked on multithreading enabling for ABE;
created a class MapGridRULock that should serialize access --- found some minor bugs in the rest of the code, but finally I think that this locking-code is not strictly necessary since the treelists are *not* changed by management (i.e. a remove does not change the physical layout of the treelist and therefore does not invalidate any pointers to it). The unit-based approach for multithreading does reduce the chance of issues; there is a small chance of lost updates when updating the biomass pools of snags (i.e. if two trees (on two units) of the same resource unit die at the same time).
930
3880d 10h
werner
/branches/port_qt5_64bit/src/
progressing in ABEland.
worked inter alia on the activity thinning.
the abe-harvest-output is still not added.
923
3938d 06h
werner
/branches/port_qt5_64bit/src/
working on ABE:
ActThinning and some minor other stuff
914
3972d 07h
werner
/branches/port_qt5_64bit/src/
finish of the stand split thing
many other tweaks in ABE land.
913
3973d 09h
werner
/branches/port_qt5_64bit/src/
small changes ABE
912
3976d 10h
werner
/branches/port_qt5_64bit/src/
start to develop spatial analysis (after disturbances)....
909
3984d 14h
werner
/branches/port_qt5_64bit/src/
more renaming: now it is hopefully done.
908
3984d 14h
werner
/branches/port_qt5_64bit/src/
amie_global.h -> abe_global.h
907
3984d 14h
werner
/branches/port_qt5_64bit/src/
amie -> abe transition
906
3984d 14h
werner
/branches/port_qt5_64bit/src/
rename folder to "abe"
902
3992d 10h
werner
/branches/port_qt5_64bit/src/
work on AMIE.
introduced new activity: planting.
zillions of other small mods.
891
4021d 09h
werner
/branches/port_qt5_64bit/src/
*lots* of changes for ABE.
889
4022d 09h
werner
/branches/port_qt5_64bit/src/
abe, abe, abe
888
4026d 06h
werner
/branches/port_qt5_64bit/src/amie/
... working on ABE ...
887
4026d 14h
werner
/branches/port_qt5_64bit/src/amie/
debug/trace information when executing activities.
fixing some issues with events, ...
885
4027d 08h
werner
/branches/port_qt5_64bit/src/
.... continuing.... ABE
884
4028d 06h
werner
/branches/port_qt5_64bit/src/
working on the AMIE/ABE, whatever...