#
openttd
Here are 81 public repositories matching this topic...
-
Updated
Mar 25, 2021 - Shell
Open
유개화차
4
opentrain
opened
Mar 30, 2021
An AI for OpenTTD that doubles as your highway department!
-
Updated
Aug 29, 2016 - Squirrel
OpenTTD AI. Official topic at TTforums - http://www.tt-forums.net/viewtopic.php?f=65&t=47298
-
Updated
Sep 21, 2016 - Squirrel
MinchinWeb's MetaLibrary for writing AI's in OpenTTD
-
Updated
Dec 3, 2016 - Squirrel
A Discord bot for connecting OpenTTD and Discord
-
Updated
Mar 12, 2021 - JavaScript
Trans AI is in-game 'computer' player to beat you playing OpenTTD. It try to transporting cargoes from/to any towns and industries using Bus, Truck, Tram, Train, Aircraft and Ship. In the future it would try to use all available vehicles. Current strategy is try to use only one type of industry (if possible) as the destination of transporting cargo named "Cargo Concept", As described
-
Updated
Jul 22, 2019 - Squirrel
Slightly modified rail system to promote easier upgrades of large rail systems in OpenTTD.
-
Updated
Feb 13, 2017
openttd-docker, to be used manually or, as intended, with kubernetes. this is a multiarch build.
-
Updated
Aug 22, 2020 - Dockerfile
A flatpak package for openttd.
-
Updated
Mar 18, 2018 - Makefile
Improve this page
Add a description, image, and links to the openttd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openttd topic, visit your repo's landing page and select "manage topics."
Version of OpenTTD
9c5a7d3a572d02813e6bab83004334b9a154a62b
Expected result
The function
IConsoleErrorbehaves exactly the same as usingIConsolePrintF(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