-
Updated
Mar 22, 2021 - JavaScript
simulation
Here are 6,355 public repositories matching this topic...
-
Updated
Mar 27, 2021 - C++
-
Updated
Mar 8, 2021 - Rust
Create a user guide
Using A/B Street is sometimes hard, especially for tools/features not covered in the tutorial. This issue is a duplicate of a-b-street/docs#1, but in this repo just so I can tag it as "good first issue."
If anybody wants to help with this, docs in any format would help -- editing markdown in https://github.com/a-b-street/docs or even just a Google doc with pictures.
Version of OpenTTD
9c5a7d3a572d02813e6bab83004334b9a154a62b
Expected result
The function IConsoleError behaves exactly the same as using IConsolePrintF(CC_ERROR, "ERROR: %s", string);, but is shorter and more concise.
https://github.com/OpenTTD/OpenTTD/blob/9c5a7d3a572d02813e6bab83004334b9a154a62b/src/console.cpp#L168-L171
Therefore, IConsoleError(string) should in general be
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Mar 25, 2021 - C++
-
Updated
Feb 22, 2021
-
Updated
Mar 15, 2019 - Jupyter Notebook
Don't bunde the data
Since Qt 5.2 a QCommandLineParser class is available:
https://doc.qt.io/qt-5/qcommandlineparser.html
We should integrate it to make the code cleaner and to expand the CLI capabilities.
The new parser should be added here:
https://github.com/cyberbotics/webots/blob/55c40cdb536322ad56a51414ce3fb653df31d759/src/webots/gui/WbGuiApplication.cpp#L192
and it should look something like this:
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
Feb 17, 2021
-
Updated
Feb 25, 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
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 15, 2021
-
Updated
Feb 16, 2021 - C++
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 26, 2021 - Java
there are still hard-coded german keywords that should be replaced with a translation-table lookup.
We have three versions of the same visum network file in de,en and fr versions that can serve as a rosetta-stone for the mapping files in data/lang
-
Updated
Mar 15, 2021 - C++
-
Updated
Mar 28, 2021 - C++
-
Updated
Mar 12, 2021
Not sure on other screen resolutions, but for a 1920x1080, once the population reaches 10k, digits start going to a new line.
-
Updated
Apr 1, 2019 - Python
-
Updated
Mar 12, 2021 - 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."
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m