- 25 Jan, 2018 3 commits
-
-
Stefan Schuhbaeck authored
It seems to be more efficient in a small test. Time measured in nanoseconds in a loop (3x). (postvis.trajectories) readTextFile: 139179300 (postvis.trajectories) readTextFile2: 52790478 <-- new (test_postvis.scenario) readTextFile3: 4355102 (test_postvis.scenario) readTextFile4: 1037918 <-- new --------------------------------------------------------- (postvis.trajectories) readTextFile: 37730947 (postvis.trajectories) readTextFile2: 7910077 <-- new (test_postvis.scenario) readTextFile3: 6125829 (test_postvis.scenario) readTextFile4: 484034 <-- new --------------------------------------------------------- (postvis.trajectories) readTextFile: 22605907 (postvis.trajectories) readTextFile2: 6541635 <-- new (test_postvis.scenario) readTextFile3: 688422 (test_postvis.scenario) readTextFile4: 415274 <-- new ---------------------------------------------------------
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
SimulationOutput holds the scenario information of simulation runs.
-
- 19 Jan, 2018 3 commits
-
-
Stefan Schuhbaeck authored
If a new obstacle is created remove all obstacles which are completely covered by the new one.
-
Stefan Schuhbaeck authored
If a new selection starts (i.e. mousePressed) set the bound of the default selectionShape based on the current gridResolution and not on the scale factor. Smaller Shapes can still be created if the mouse drag motion is used or if a bigger zoom value is used.
-
Benedikt Kleinmeier authored
Fix #42: in "ScenarioPanel.java", group model names in GUI under menu "Insert model name" (in "Model" tab). Note: no unit tests have been written for new methods in "ClassFinder.java".
-
- 17 Jan, 2018 1 commit
-
-
Stefan Schuhbaeck authored
If the Viewport is changed due to a zoom or scroll action the calculation of the world coordinates can lead to negative x, y coordinates of the viewport. The view port coordinates should not be negative.
-
- 15 Jan, 2018 2 commits
-
-
Benedikt Zoennchen authored
improve the visualization of the target potential field (no more flickering), refector some of the classes implementing the potential field
-
Stefan Schuhbaeck authored
The Topography contains copies of attributes in a HashSet which will create inconsistent string representation when serialized. Exclude this HashSet from serialization.
-
- 12 Jan, 2018 3 commits
-
-
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
-
- 11 Jan, 2018 3 commits
-
-
Benedikt Zoennchen authored
add feature: it is now possible to display the target potential field of a… See merge request !22
-
Benedikt Zoennchen authored
add feature: it is now possible to display the target potential field of a specific agent if the main model is a potential field model.
-
stefanSchuhbaeck authored
Clear list of DataProcessors in OutputFile before init to prevent duplicated DataProcessors after second run of scenario.
-
- 10 Jan, 2018 1 commit
-
-
Benedikt Zoennchen authored
attributes for output processor should now be displayed (with default values) if they are newly created via the gui.
-
- 21 Dec, 2017 1 commit
-
-
Benedikt Kleinmeier authored
Added coverage generation to "pom.xml" of following projects: VadereGui, VadereSimulator and VadereState Now, coverage report is generated (under "<project>/target/site/coverage-reports/") when using mvn test
-
- 20 Dec, 2017 3 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extended "pom.xml" to generate coverage reports in CSV, HTML and XML by using "jacoco-maven-plugin". Generate reports by executing: mvn test Generated reports are located in: <project_root>/target/site/coverage-reports Now, this Maven config can be used to activate report generation in Gitlab.
-
- 12 Dec, 2017 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 06 Nov, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 03 Nov, 2017 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 24 Oct, 2017 3 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 11 Oct, 2017 4 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 10 Oct, 2017 3 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 08 Oct, 2017 3 commits
-
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 06 Oct, 2017 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-