- 03 Jul, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 28 Jun, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 27 Jun, 2019 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
improved video and picture making for the PostVis and change the PostVis from time step granularity to simulation time granularity.
-
- 24 Jun, 2019 2 commits
-
-
Stefan Schuhbaeck authored
* single step mode in GUI: Allows the user to step through the simulation one step at a time to identify bugs. * simplify obstacles: Merge multiple obstacles based on the convex hull their points create. The merge can be undon * add features to open street map (osm) importer: 1) import 'open' paths as polygons with a specified width. With this it is possible to create walls or subway entrance 2) add option to include osm ids into each obstacle
-
Benedikt Zoennchen authored
-
- 18 Jun, 2019 1 commit
-
-
Benedikt Zoennchen authored
refactoring: remove generic but fixed data types from mesh element and introduce the property concept.
-
- 05 Jun, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 29 May, 2019 2 commits
-
-
Benedikt Kleinmeier authored
VadereGui/src/org/vadere/gui/projectview/view/ProjectView.java: - Also removed unnecessary shortcut "Ctrl + A" to open "ActionShowAboutDialog". "Ctrl + A" should be used in the future to select **all** scenario elements in the topography creator.
-
Benedikt Kleinmeier authored
-
- 22 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 21 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 29 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
- Initialize group already configured in given pedestrians
-
- 26 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
Signed-off-by:
hm-schuhba1 <stefan.schuhbaeck@hm.edu>
-
- 23 Apr, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 15 Apr, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "DefaultModeAdapter", made resizing of scenario elements a two-step process: first, select element, then use resize handles at object edges. Since commit c91dad12, a scenario element was selected when hovering over it. This caused problems in the postvisualization. It was very tricky to track one specific agent because when you moved the mouse cursor over the canvas different agents were selected immediately. Therefore, I have reverted this behavior and resizing a scenario is a two-step process now.
-
Benedikt Kleinmeier authored
-
- 12 Apr, 2019 1 commit
-
-
- 06 Apr, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 04 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
Signed-off-by:
hm-schuhba1 <stefan.schuhbaeck@hm.edu>
-
- 26 Mar, 2019 2 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
- 20 Mar, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 18 Mar, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 15 Mar, 2019 1 commit
-
-
adrianhollow authored
-
- 01 Mar, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In POM files, configured "maven-assembly-plugin" to avoid build warnings and renamed final JAR files. .gitlab-ci.yml: - Use new JAR names when packaging via "python3 -m zipfile". VadereGui/pom.xml: - Renamed JAR from "vadere" to "vadere-gu". - Renamed JAR from "postvis" to "vadere-postvis".
-
-
- 28 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 25 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "pom.xml" and "VadereGui/pom.xml", use latest version of Maven's Mockito plugin to avoid mocking errors during unit test phase. See: - https://github.com/calypsonet/keyple-java/issues/443 - https://mvnrepository.com/artifact/org.mockito/mockito-core - https://mvnrepository.com/artifact/org.mockito/mockito-all/1.9.5
-
Benedikt Kleinmeier authored
Moved configuration of Maven's code coverage plugin "JaCoCo" from subprojects to top-level "pom.xml".
-
- 24 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 22 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "ProjectView", display a more meaningful error message when an exception occurs during simulation run. For this, use the text from the inner (causing) exception instead of the outer exception.
-
adrianhollow authored
-
- 21 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 20 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 19 Feb, 2019 3 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
New scenario element "AbsorbingArea" is not handled in: - AbsorbingAreaController (this class is missing completely at the moment). - MigrationAssistant (must add node '"absorbingAreas" : [ ]' to topography tree). - DefaultConfig (to be able to change color). - TikzGenerator (must use "topography.getAbsorbingAreas()" to iterate over the new scenario element).
-
- 06 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 04 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
+ reduce the stroke width of the contour i.e. CONTOUR_THINKNESS
-