JuPedSim / jpseditor

Editor for the goemetry
Other
4 stars 6 forks source link

Enhanced features #203

Closed sainho93 closed 5 years ago

sainho93 commented 5 years ago
  1. For issue #195: highlighting for whole room or zone
  2. For issue #197: added tab for saving jpscore path
  3. For issue #198: fixed exiting_crossing into 8 for floorfied
sainho93 commented 5 years ago

@zeroset I'm not sure here if it should use "const" or not. If using const, so it's a pointer to const, it means pointer track shouldn't be changed, but in fact it should change its QPen by markLine() function.

zeroset commented 5 years ago

Sorry my fault, thought MarkLine doesn't edit.