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
349 5331d 17h 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 5457d 05h 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 5458d 04h werner /src/ Tree initialization (random variant). works almost...  
285 5460d 00h 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 5479d 07h werner /src/ created a more sophisticated management routine using javascript.  
210 5480d 13h werner /src/ class "Sun", added "site"-varaibles to the project file.  
187 5486d 23h iland /src/ wow. Ressource is correctly spelled as Resource. I jerk.  
186 5487d 05h werner /src/ management 1st version running  
157 5498d 06h 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 5503d 07h Werner /src/ moved debugDataTable to GlobalSettings...  
117 5509d 04h Werner /src/ new debug macros (which are compiled to NOOP in release mode)  
102 5511d 11h 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 5512d 06h Werner /src/ XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system.  
91 5512d 12h Werner /src/ started implementation of SpeciesSet; this includes lots of tinkering around with global functions, Database-connections and that like.  
87 5513d 10h Werner /src/ GlobalSettings Object, reading of global settings meta data, GlobalSettings is a Singleton.  
83 5514d 11h Werner /src/ new structure  
80 5514d 11h Werner / change master structure  
39 5563d 06h Werner /fonstudio/ implementing the application of gridded binary stamps.  
33 5565d 06h Werner /fonstudio/ general handling of stamps. This includes:
* StampContainer class. encapsulates internal storage, fast access, read/write functions to binary streams
* factory-approach for creation of stamps with different size. This can be used to use specific looping routines depending on stamp size.
 
32 5565d 13h Werner /fonstudio/ grid: average() function, more const access operators.
LightRoom: mod. mode of setup (now setup with metric length instead of pixelcount),
fixed "addition of angles" bug.
added generation of "subpixel" stamps.
 
24 5570d 11h Werner /fonstudio/ added global.h (RAD(), GRAD()), some adaptations for hemigrid.
continued implementation of lightroom.