-
Updated
Nov 11, 2021 - JavaScript
simulation
Here are 8,773 public repositories matching this topic...
-
Updated
Apr 1, 2022 - C++
-
Updated
Apr 9, 2022 - Rust
In the LTN route planning tool, we display 4 routes at a time:

Zooming in a bit, you can see some of the routes overlap, but then split off and maybe rejoin:

Bonus points for also permitting to the initial message area height
parsing code is in utils/gui/settings/GUISettingsHandler.cpp, values are applied in GUIApplicationWindow::handleEvent_SimulationLoaded
-
Updated
Nov 3, 2021
Don't bunde the data
-
Updated
Apr 12, 2022 - C++
-
Updated
Apr 12, 2022 - C++
-
Updated
Apr 11, 2022 - Java
The wiki is very outdated and there is missing information. What I mean is that we should create a more user friendly wiki, with descriptions of every building, game element... Maybe we should add also pictures of the buildings or animations. I don't know, but we must do something to improve it. What do you think?
How can I get access to http://wiki.unknown-horizons.org/w/Main_Page? I would lik
-
Updated
Apr 9, 2022 - C++
-
Updated
Mar 14, 2022 - C++
-
Updated
Apr 12, 2022 - C++
Improve this page
Add a description, image, and links to the simulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the simulation topic, visit your repo's landing page and select "manage topics."
Whilst investigating #16877 I noticed that the
TrackElementDescriptor::Priceis incorrect. Its a price modifier not an actual price its used to work out the price using the following calc (RideTrackPrice * TED::Price) / 65536.Therefore the units of
TrackElementDescriptor::Priceshould be changed touint32_tand the name changed toPriceModifierand a comment added stating that it shou