- 08 Oct, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 23 Jul, 2019 1 commit
-
-
Benedikt Zoennchen authored
insert a button into the topography creater gui which can be pressed to generate a PSLG out of the topography.
-
- 12 Jul, 2019 1 commit
-
-
Stefan Schuhbaeck authored
* Add config to choose if all or only alive trajectories are drawn * Draw walking direction in Tikz * create nodes for pedestrian instead of circles. Each pedestrian node has a name 'ped_ID' to reference the node in tikz. * add named coordinate at Centroid for all scenario elements: * source: (src_<ID>) * target: (trg_<ID>) * absorbingArea: (absorb_<ID>) * obstacle: (obs_<ID>) * stairs: (str_<ID>) * measurementArea: (mrmtA_<ID>) * add style classes: * trajectory: i.e. thickness * pedestrian: default color * ped_circle: defines shape of circular pedestrians (not for groups) * selected: style for selected pedestrian * group: styl (all) groups.
-
- 08 Jul, 2019 1 commit
-
-
Benedikt Kleinmeier authored
- Moved all config classes to package "org.vadere.util.config". - Renamed: * "ExperimentalResources" to "VadereConfig". * "ConfigurationSection" to "IConfigSection". * "INIConfigurationSection" to "IniConfigSection". - Revised "config.ini" (renamed keys and deleted unnecessary keys).
-
- 27 Jun, 2019 1 commit
-
-
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 1 commit
-
-
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
-
- 05 Jun, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 22 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 06 Apr, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 26 Mar, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 18 Mar, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 28 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 24 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 22 Feb, 2019 1 commit
-
-
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.
-
- 21 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 19 Feb, 2019 2 commits
-
-
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).
-
- 01 Feb, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 21 Jan, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 18 Jan, 2019 3 commits
-
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extracted filename prefix for snapshots to "messages.properties" and "messages_de_DE.properties" respectively.
-
- 17 Jan, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
- 14 Jan, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 21 Nov, 2018 1 commit
-
-
Stefan Schuhbaeck authored
This is needed because the SourceController spawns pedestrian based on on the rectangular bound. Thus the pedestrian cannot be placed *completely* within a circle with radius 0.4 although there would be enough space.
-
- 16 Nov, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 30 Oct, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 29 Oct, 2018 1 commit
-
-
Benedikt Kleinmeier authored
Fix #160: In "TikzGenerator.java", use "String.format(Locale.US, ..." to force a dot as decimal separator.
-
- 26 Oct, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 12 Oct, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 10 Oct, 2018 3 commits
-
-
Benedikt Zoennchen authored
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
- 05 Oct, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 28 Sep, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 27 Sep, 2018 1 commit
-
-
Benedikt Kleinmeier authored
In "TopographyWindow" and "Online/PostVisualizationWindows", replaced "About" button by "Setting" button.
-
- 25 Sep, 2018 1 commit
-
-
Benedikt Zoennchen authored
implementation of the gui elements and actions to merge overlapping obstacles. The algorithm sometimes still fail and the undo/redo actions are not jet implemented.
-
- 21 Sep, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 20 Sep, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-