Skip to content

Releases: KarmaKamikaze/FCDS

FCDS v1.2.1

21 May 08:03
Compare
Choose a tag to compare

This release contains the P2-Project from SW2 B2-14.
Version 1.2.1 contains fixes and corrections since v1.1.1.

• Fixed generateObstructions. The obstructions no longer become smaller and smaller over time.
• Fixed active orders not being cleared due to timed out orders
• Added end day parameter for simulation in orderGeneration.js
• Added additional features to help testers: Prints settings on startup, Resets stats and restarts simulation upon reaching END_DAY. Restart is optional through const bool.
• Added specific greedy BFS test
• Minor comments

FCDS v1.1.1

19 May 13:35
Compare
Choose a tag to compare

This release contains the P2-Project from SW2 B2-14.
Version 1.1.1 contains fixes and corrections since v1.0.1.

• Fixed A* implementation. It does no longer crash after a few days of simulation.
• Removed front() method from the Priority Queue.

FCDS v1.0.1

19 May 10:43
Compare
Choose a tag to compare

This release contains the P2-Project from SW2 B2-14.
Version 1.0.1 contains fixes and corrections.

• Nuked Dark mode
• Fixed tests inclusion in graphCore.js
• Fixed a couple idle zone variable related bugs in graphHelper.js
• Deleted obsolete functions (addNode, listNetwork) from graphHelper.js and getZoneCount from heatGeneration.js
• Renamed tickSpeed to tickDuration for clarity
• Fixed active orders stat not updated at closing time
• Updated comments across the board

FCDS

12 May 09:25
Compare
Choose a tag to compare

This release contains the P2-Project from SW2 B2-14.