-
Updated
Nov 11, 2021 - JavaScript
simulation
Here are 8,361 public repositories matching this topic...
-
Updated
Jan 31, 2022 - C++
-
Updated
Aug 10, 2021 - Rust
Version of OpenTTD
Since e04ca904a9455afc63aa87db775fe4463ab899b7
The introduction of the minimap screenshot feature appears to be duplicating functionality that will be used elsewhere for drawing the widgets within the minimap window; specifically, the GetMinimapOwner function is very likely to be replicating functionality used by the owner information overlay of the minimap window.
-
Updated
Feb 6, 2022 - C++
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Dec 7, 2021
-
Updated
Jan 21, 2022 - Python
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Jan 31, 2022 - Python
Steps to Reproduce
- Create empty directory with the wizard
- Add a robot and a join
- In view, add "Show join axes"
- Nothing seems to happens, because the line is too small
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
-
Updated
Jan 14, 2022 - Python
-
Updated
Sep 26, 2021
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?
could make the chemoreceptor auto select the compound's colour when selecting one, this would make it faster to configure multiple chemoreceptors for different compounds to look for.
Just needs a callback for the option button to detect when it changes value, and then just looking up the compound colour and setting that on the colour picker. Could maybe only change the colour if it is white or
- new option --tazrelation-output
- output in tazRelation format allows editing existing matrices in netedit.
-
Updated
Nov 3, 2021
Don't bunde the data
-
Updated
Feb 8, 2022 - C++
-
Updated
Feb 8, 2022 - C++
-
Updated
Feb 7, 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
Dec 22, 2021 - C++
-
Updated
Jan 24, 2022 - C++
-
Updated
Feb 4, 2022 - C++
-
Updated
Feb 7, 2022 - 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."
Discovered while working on #16558, the Options window code misuses a couple of other string IDs to format the "Window scale factor" (as a number with 2 decimal places) and "Autosave amount" (as a positive integer). Ideally both would either have unique strings defined, or some general-purpose number-formatting ones.