-
Updated
Jun 9, 2021 - JavaScript
simulation
Here are 6,860 public repositories matching this topic...
-
Updated
Jun 14, 2021 - C++
-
Updated
Jun 17, 2021 - Rust
Use case: In https://www.reddit.com/r/Seattle/comments/nlprut/biking_hills_map/, it would've been nice to toss &layer=steep_streets in the URL.
Any other shortcuts missing and likely useful? Maybe info panels too -- &info=b47, with the value using https://github.com/a-b-street/abstreet/blob/9fc79b1089dbe8ff8a881325f9e3a4f4c30c1e8f/game/src/common/warp.rs#L165
Code pointers:
- `URLManage
Version of OpenTTD
1.11.2
Expected result
When autosave/netsave.sav would be overwritten, the savegame instead gets written to autosave/netsave2.sav, then autosave/netsave3.sav, and so on and so forth. At a certain point, the numbering wraps around back to 1 in order to prevent the autosave/netsave#.sav from taking up too much storage space.
Actual result
When `autosave/n
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Jun 19, 2021 - C++
-
Updated
Jun 12, 2021
-
Updated
Mar 15, 2019 - Jupyter Notebook
Setting LaneSeparation.rightBarrier to TRUE will not add any barrier to the lane separation, whereas LaneSeparation.leftBarrier will add both a left and a right barrier. This is visible in highway.wbt for example.
What's the problem this feature will solve?
I am currently working on a project using mesa. Great framework! The problem is that I use ContinuousSpace, and want to visualise it. Is this something you are working on?
-
Updated
May 27, 2021
Don't bunde the data
-
Updated
Mar 11, 2021 - Python
-
Updated
Apr 27, 2021
-
Updated
Jun 11, 2021 - Python
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
- separate scenario (route file) generation from traci content
- rename the elements (traffic light, detector) such that their function becomes clearer and not everything has the name "0"
-
Updated
Jun 20, 2021 - C++
-
Updated
Jun 18, 2021 - Java
-
Updated
Feb 16, 2021 - C++
-
Updated
Apr 12, 2021 - C++
-
Updated
Jun 20, 2021 - C++
just to avoid problems some people may have if they haven't ran the format check script before updating localizations.
-
Updated
Jun 19, 2021 - C
-
Updated
Jun 18, 2021 - Python
-
Updated
Apr 1, 2019 - Python
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."
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.