1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed Russian translation to Russian.lua More... over 12 years ago
Merge branch 'patch-1' of https://github.com/AnToHu0/trAInsported More... over 12 years ago
Fixed typo in language tooltip More... over 12 years ago
Russian translation was added. More... over 12 years ago
Tooltip translation for language selection added. More... over 12 years ago
Added Spanish translation More... over 12 years ago
Fixed auto-detection of languages... it only detected the backup files generated on Linux, not the actual languages. More... over 12 years ago
Cancel button can now be translated as well More... over 12 years ago
Fixed minor problems in english translation. Settings button is no longer static. More... over 12 years ago
Fixed German translation More... over 12 years ago
Language files are now auto-detected More... over 12 years ago
Reverted back to version 2 More... over 12 years ago
Added translation instructions to the bottom of README.md More... over 12 years ago
Added multilanguage support. Game can now be translated! Language can be chosen in the settings menu. Also added German translation and translated the first Tutorial to German. More... over 12 years ago
If a new train is placed onto a tile with a passenger already on it, ai.foundPassengers is called for that train. More... over 12 years ago
Fixed choosing of AIs algorithm. Should no longer choose the same AIs multiple times. More... over 12 years ago
Only first AI chosen on server is dependent on number of matches it played. The others are randomly chosen. More... over 12 years ago
Fixed the randomizing of tables by making sure there is no empty slots in the table. More... over 12 years ago
Added Documentation for mapTime() More... over 12 years ago
Added mapTime() function to ai sandbox to get the current time. More... over 12 years ago
Fixed: table.sort issue when trying to sort AI file names. Fixed: ai.init() now gets 50000 lines of code, like explained in the documentation. More... over 12 years ago
Fixed two index-1-errors in code examples in the tutorials More... over 12 years ago
Max num of trains is now rounded down. More... over 12 years ago
Max number of trains halfed on dedicated server More... over 12 years ago
Removed nil pointer problem in statistics generation More... over 12 years ago
Fixed problem in statistics point generation when in simulation mode More... over 12 years ago
Added to debug log More... over 12 years ago
Added to debug log More... over 12 years ago
Using pcall in a script can no longer catch the 'taking too long' error - so users can no longer avoid abortion of their program. Also, the print function can now print 'false' values (bugfix). More... over 12 years ago
Removed speed up on server More... over 12 years ago