-
Updated
Nov 11, 2021 - JavaScript
simulation
Here are 8,047 public repositories matching this topic...
-
Updated
Dec 11, 2021 - 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
Dec 13, 2021 - C++
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Dec 7, 2021
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Dec 10, 2021 - Python
Describe the Bug
All the crossroads in village_winter have a different texture compared to the roads, which looks kinda odd. Would be nice to have something more consistent.
-
Updated
Dec 11, 2021 - Python
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
Sep 26, 2021
Don't bunde the data
-
Updated
Nov 3, 2021
Linux and windows has a max filename of 255, which means 244 characters are usable (without the .thrivesave ending). The user can enter longer filenames and the saving crashes.
I try to generate rou.xml file with a repeated flow file and a turn file.
The flow file is something like:
and the turn file is something like:
and the command
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 21, 2021 - C++
-
Updated
Dec 21, 2021 - Java
-
Updated
Dec 20, 2021 - C++
-
Updated
Nov 24, 2021 - C++
-
Updated
Dec 4, 2021 - C++
-
Updated
Dec 16, 2021 - Python
-
Updated
Dec 20, 2021 - Jinja
-
Updated
Dec 17, 2021 - 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."



There are many places where a bound_box is declared for flat rides, i.e.
swinging_ship_bound_box,rct_crooked_house_bound_box, etc. To avoid code duplication, aBoundBoxXYstructure should be declared withCoordsXY OffsetandCoordsXY Lengthfields.