Commit Graph

48384 Commits (23ad4ec8797044e11b96d222c3f97d4e96cb6b55)
 

Author SHA1 Message Date
Juriy Petrochenkov 7bdde8b41d Fix: Use natural sort when sorting the file list. 5 years ago
Max Maton e4414471dd Add: Allow GameScript to demolish without a company
This allows GameScripts to shrink towns as well as grow them.
5 years ago
Andy 9014633866 Fix: change Quartz driver colorSpace handling to address certain macOS performance issues (#7644) 5 years ago
Niels Martin Hansen 0549a81c30 Fix b3fd7879: Ignore command flags when verifying script commands
Multiplayer games has the server add some flags to the cmd value during the handling.
These flags should not be included in the verification, mask them out. Without this
masking out, scripts tend to die when executing their first command in multiplayer.
5 years ago
glx22 b3fd787959 Fix #7188: check the validity of command callback for scripts (#7701) 5 years ago
Patric Stout 381c2a4587 Add: [DorpsGek] also announce comments on commits 5 years ago
Jonathan G Rennison 4116ccd578 Windows: Do not output crash.dmp files for non-developers 5 years ago
Daniel Lee 2d9eb1c417 Fix #7626: Allow building drive-through stops over one-way/blocked roads owned by towns (instead of crashing). 5 years ago
translators 058dadf315 Update: Translations from eints
french: 4 changes by glx
5 years ago
Jonathan G Rennison b3431512ee Add modifier key window for toggling shift/ctrl key states using mouse 5 years ago
Jonathan G Rennison f681e98f0f Debug: Show order indices in vehicle debug/inspection GUI 5 years ago
Jonathan G Rennison 6ad78dd637 When copying vehicle orders, reset indices unless orders are equivalent
This fixes invalid order indices post copy when conditional
orders are used
5 years ago
JMcKiern fbbbc6e193 Fix #7692: Added industry tile to GetOrderCmdFromTile() (#7709)
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station
5 years ago
translators c4850475c3 Update: Translations from eints
slovenian: 4 changes by matej1245
5 years ago
Patric Stout 03aaf695a5 Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGek
Those are most often the translator updates, which are pushed
directly to master (and not via a Pull Request).
5 years ago
Niels Martin Hansen d649011dfc Fix #7702: Scaling for highscore screen 5 years ago
glx22 cf86c39be5
Fix b870596f153c17d9aa915ca67b8f6414d73cb31f: forgotten squirrel_export run (#7715) 5 years ago
uvealonso ead772324e Fix #7704: [OSX] Handle malformed UTF8 strings 5 years ago
Niels Martin Hansen a933afabfd Add: [Win32] Select MIDI device by port name 5 years ago
Nikolas Nyby 28e11623bd Codechange: math functions - use cpp-style casts 5 years ago
Roger 1be42c6cb8 Add: [GitHub] sponsor button on github.com (#7700) 5 years ago
George Koehler c655f89d84 Fix: Allow git worktree in version detection; drop svn, hg.
If $ROOT_DIR is a linked working tree from git-worktree(1), then
$ROOT_DIR/.git is a regular file instead of a directory.  Allow this
when deciding whether to use git to detect OpenTTD's version.

Drop checks for svn and hg in config.lib, because findversion.sh
hasn't used svn nor hg since 192770e6da.
5 years ago
translators 14bca19163 Update: Translations from eints
italian: 4 changes by lorenzodv
5 years ago
Jonathan G Rennison 99a94f3130 Version: Committing version data for tag: jgrpp-0.32-rc3 5 years ago
Jonathan G Rennison ba9d1a0390 Merge branch 'jgrpp' into jgrpp-nrt
# Conflicts:
#	.ottdrev-vc
#	README.md
#	jgrpp-changelog.md
5 years ago
Jonathan G Rennison df2c6d48a8 Version: Committing version data for tag: jgrpp-0.31.5 5 years ago
Jonathan G Rennison 9a05ea67d5 Add chicken bits setting
2 bits so far
5 years ago
Jonathan G Rennison eef1f52f93 Update project files 5 years ago
Jonathan G Rennison ce130bc181 Update order destination refcount in RemoveVehicleOrdersIf 5 years ago
Jonathan G Rennison d9c112cc9e Fix #97: Desync when moving newly built wagon 5 years ago
translators c7c1d1cb0c Update: Translations from eints
spanish: 1 change by lpenap
5 years ago
Jonathan G Rennison f825d4695e Version: Committing version data for tag: jgrpp-0.32-rc2 5 years ago
Jonathan G Rennison 6562937899 Merge branch 'master' into jgrpp-nrt
# Conflicts:
#	src/console_cmds.cpp
#	src/script/api/script_order.cpp
#	src/station_cmd.cpp
#	src/statusbar_gui.cpp
#	src/town_gui.cpp
5 years ago
Jonathan G Rennison 04ef407ddf Merge branch 'jgrpp' into jgrpp-nrt
# Conflicts:
#	.ottdrev-vc
#	README.md
#	jgrpp-changelog.md
#	src/ship_cmd.cpp
5 years ago
Jonathan G Rennison 12be6fd81f Version: Committing version data for tag: jgrpp-0.31.4 5 years ago
Jonathan G Rennison 62713ad106 Fix missing declaration in c8a37d82 5 years ago
Jonathan G Rennison f1df81bdd8 Increase company ID field widths in command log dump 5 years ago
Jonathan G Rennison 942da75dd4 Fix commit 4cf60613 suppressing critical error message windows 5 years ago
Jonathan G Rennison 2e4b1d73d8 Avoid performing emergency network save more than once 5 years ago
Jonathan G Rennison 6ce7f22fe6 Send server desync log to client 5 years ago
Jonathan G Rennison 459a49cb24 Add flags for mismatch type to client desync log 5 years ago
Jonathan G Rennison ec892879f4 Add passworded mechanism to change server game settings from client 5 years ago
Jonathan G Rennison 17c054a650 Use password hash for network server and rcon passwords 5 years ago
Jonathan G Rennison 0299eaa45f Clear order backup clone when train head is moved to non-head position 5 years ago
Jonathan G Rennison 5155afee9b Ensure nearby stations list updated in CBID_HOUSE_DESTRUCTION callback 5 years ago
Jonathan G Rennison 515187058f Add nearby stations to town debug window 5 years ago
Jonathan G Rennison 4b9a4ae695 Use consistent casts/types for byte swap functions 5 years ago
Jonathan G Rennison a8786632f7 Always call UpdateTownCargoTotal in UpdateTownCargoes 5 years ago
Jonathan G Rennison 2105d21356 Merge branch 'tracerestrict' into jgrpp 5 years ago
Jonathan G Rennison ccdc75e2bf Tracerestrict: Fix non-deterministic use of _sorted_cargo_specs 5 years ago