-
Updated
Nov 11, 2021 - JavaScript
simulation
Here are 8,865 public repositories matching this topic...
-
Updated
Apr 26, 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:
![Screenshot from 2022-03-23 10-53-17](https://user-images.githubusercontent.com/1664407/159683545
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
Apr 22, 2022 - C++
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Feb 21, 2022
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 25, 2022 - Python
-
Updated
Mar 15, 2019 - Jupyter Notebook
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
Apr 8, 2022 - Python
If you look at https://github.com/projectmesa/mesa/graphs/traffic, #315 is the 3rd most visited page. This means that the readme of the examples are not clear enough to indicate that they must be in the directory containing the requirements.txt.
-
Updated
Sep 26, 2021
-
Updated
Apr 23, 2022 - C++
so that in multicellular the player can have special "smelling" cells and they would work. Right now the guidance lines probably only read the chemoreceptors from the main player cell. Should be relatively simple to change it to look at also other cells in the player's colony if you ask the colony lead cell what chemoreceptors it has.
- There seems to be a new version at https://github.com/dpallot/simple-websocket-server/blob/master/SimpleWebSocketServer/SimpleWebSocketServer.py
- SonarQube complains about the outdated SSL version so we should maybe just remove the SSL server which we do not use anyway
-
Updated
Apr 19, 2022
Don't bunde the data
-
Updated
Apr 27, 2022 - C++
-
Updated
Apr 27, 2022 - C++
-
Updated
Apr 27, 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 16, 2022 - C++
-
Updated
Mar 14, 2022 - C++
-
Updated
Apr 26, 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."
window_editor_object_selection_select_objectcurrently returns its success through a bool and also the globalgGameCommandErrorText. It should be refactored to return aGameAction::Resultto remove the use of the global.