-
Updated
May 31, 2022 - JavaScript
simulation
Here are 9,341 public repositories matching this topic...
-
Updated
Jul 4, 2022 - C++
-
Updated
Jul 7, 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:
 in the same way as this is supported in the "Add Node" dialog.
-
Updated
Jul 7, 2022 - C++
Looks like it is possible to do it even on Python older than 3.10. See projectmesa/mesa-geo#67 (comment).
Update: from implementing #1345, looks like older Pythons don't support type aliases with | yet. For this issue to be completely resolved, we need to wait until 3.10 is the oldest supported version.
-
Updated
Jul 7, 2022 - Python
as that component doesn't exist, seems like these are leftover from porting thrive over the years and haven't been cleaned up.
-
Updated
Sep 26, 2021
-
Updated
Jun 14, 2022
-
Updated
Jul 7, 2022 - C++
-
Updated
Jul 7, 2022 - C++
-
Updated
Jul 7, 2022 - Java
Don't bunde the data
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
Jun 7, 2022 - C++
-
Updated
Jul 7, 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."
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of
String::Format_VA(mostly called from theString::Formatoverload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do