Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
443 5203d 09h werner /src/ problems with multihtreading and the random generator. Crashes revealed that the MersenneTwister class is not multithreadable; The solution now is to have for each Thread in the thread pool one random number generator. This removes the crashes, but makes changes to the code necessary.  
431 5230d 23h werner /src/ included the logLevel-Functions at several locations in the source code.
added a option to only display debug messages in the DebugTimer destructor when elapsed time is longer than one millisecond.
 
349 5325d 07h werner /src/ tested behavior of irandom(from, to). It is clear now, that results are [from, to], i.e. the upper value is also returned. Be careful when using for querying an index for a list/vector.  
289 5450d 19h werner /src/ random - things: added the Picus random-helper-classes (RandomIndex, CustomRandomPDF, ...).
added a 3rd party Mersenne-Twister-Random-Generator (added a 3rdparty) directory.
 
287 5451d 18h werner /src/ Tree initialization (random variant). works almost...  
285 5453d 13h werner /src/core/ loading of the landscape. added "areaMask.imageFile" to "world" in xml file. This loads a image mask that establishes area that are inside and outside the project area respectively.  
216 5472d 20h werner /src/ created a more sophisticated management routine using javascript.  
210 5474d 02h werner /src/ class "Sun", added "site"-varaibles to the project file.  
187 5480d 13h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
186 5480d 18h werner /src/ management 1st version running  
157 5491d 19h werner /src/ cleaning of memory after trees died; this had some impacts on AllTreeIterator and some other places.
added a "Tests" class to combine some simple tests.
 
130 5496d 20h Werner /src/ moved debugDataTable to GlobalSettings...  
117 5502d 17h Werner /src/ new debug macros (which are compiled to NOOP in release mode)  
102 5505d 01h Werner /src/ * added a global XML-node of the project file to GlobalSettings (each setup() routine has access to that)
* loading of stamps for each species.
 
93 5505d 20h Werner /src/ XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system.  
91 5506d 01h Werner /src/ started implementation of SpeciesSet; this includes lots of tinkering around with global functions, Database-connections and that like.  
87 5507d 00h Werner /src/ GlobalSettings Object, reading of global settings meta data, GlobalSettings is a Singleton.  
83 5508d 00h Werner /src/ new structure  
80 5508d 01h Werner / change master structure  
39 5556d 19h Werner /fonstudio/ implementing the application of gridded binary stamps.  

Show All