Commit Graph

47481 Commits (dd94c4d22dbf61da0c845c6a4541a7cf6a45ed96)
 

Author SHA1 Message Date
Niels Martin Hansen f37304f9f5 Cleanup: Remove unused strings 6 years ago
Niels Martin Hansen 08ffa16d51 Fix 8859381: Display of requires/produces in Build Industry window
Change the window to use a dynamically generated string of cargoes,
instead of one of a few fixed-length lists. With up to 16 cargoes
on each list, having 16 with the only difference how many are listed
seems like a bad maintenance idea.
6 years ago
Jonathan G Rennison 0bb9207f4d Index OrderList contents in a flat vector 6 years ago
Jonathan G Rennison d87ac8ec7e Improve performance of train breakdown detection 6 years ago
Jonathan G Rennison 841ea7639f De-virtualise most common calls to Vehicle::Tick 6 years ago
Jonathan G Rennison 08998d95ba De-virtualise tile animation calls 6 years ago
Jonathan G Rennison f763b5d5e0 Remove some assertions on tile accessors in non-debug builds 6 years ago
translators 07a40df9ab Update: Translations from eints
spanish: 4 changes by SilverSurferZzZ
spanish (mexican): 1 change by Absay
6 years ago
glx 0e0476184e Cleanup: remove useless and outdated 'generate' projects outputs 6 years ago
glx 98308fe260 Fix 7f54c59a6: use some consistency for project dependencies determination 6 years ago
nikolas d8ccad91f9 Fix: Some code and comment typos
Found with codespell
6 years ago
glx 1623cb553b Fix #7032: use the same mode to load and render glyphs 6 years ago
Charles Pigott 6535abb88b Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW 6 years ago
Charles Pigott fe8c24e081 Codechange: Remove unnecessarily defined functions under MinGW 6 years ago
Charles Pigott 2d981a4b2c Fix: A few minor compile warnings under MinGW 6 years ago
glx 1106534262 Fix: depend was messing the line endings in append mode 6 years ago
glx ee84f98f1e Fix: deps calculation call could fail due to command line length 6 years ago
glx 5a09337c20 Fix: make reconfigure warning 6 years ago
translators 91315a7a39 Update: Translations from eints
spanish: 3 changes by SilverSurferZzZ
6 years ago
Jonathan G Rennison 7c539267ed Merge branch 'master' into jgrpp 6 years ago
Peter Nelson 6b0a467a50 Change: Obey forbid_90_deg_turns when choosing available track with no destination. 6 years ago
Peter Nelson 7284b593c7 Change: When ship is lost, pick first available track instead of a random track. 6 years ago
Peter Nelson 8b64204418 Codechange: Replace trackbit lookup table with existing functions. 6 years ago
Peter Nelson 7af53d7588 Codechange: Use const instead of magic number for ship order distance. Allow slightly further distance when following orders. 6 years ago
Peter Nelson b98887c4a0 Change: Allow only one ship to leave depot at a time. 6 years ago
Peter Nelson ebddd596c7 Change: Don't pathfind with no destination or if destination is known to be too far. 6 years ago
Peter Nelson 6a38a3f5df Change: Don't leave ship depot with no orders. 6 years ago
Jonathan G Rennison f645222d8f Add scope info logging to sprite read/load 6 years ago
Jonathan G Rennison 3f03d03d92 Fix uint8 file_slot in LoadNextSprite 6 years ago
translators 29b6b74ee1 Update: Translations from eints
french: 4 changes by glx
finnish: 2 changes by ln
6 years ago
Jonathan G Rennison d489ee5d9c Discard invalid/negative sprite sizes in LoadSpriteV1
This is to avoid sign-conversion to a huge unsigned value
which is passed to malloc.
6 years ago
glx 9f0ad7e269 Fix: BSD find used by OSX requires explicit path 6 years ago
glx 3f28e0cf53 Add: squirrel_export.vbs for users unable to run bash/gawk scripts 6 years ago
glx 8e5a8d3ec3 Cleanup: remove svn references in squirrel_export.sh 6 years ago
glx 2cf9405aa2 Fix: remove manual single file generation in squirrel_export.sh as it's broken 6 years ago
glx 34c438d7ad Fix: keep line endings when running squirrel_export.sh on windows 6 years ago
Jonathan G Rennison e3d167f9f0 Merge branch 'save_ext' into jgrpp
# Conflicts:
#	config.lib
#	src/misc_gui.cpp
#	src/network/network_gui.cpp
#	src/settings_type.h
#	src/smallmap_gui.cpp
#	src/smallmap_gui.h
#	src/station_cmd.cpp
#	src/toolbar_gui.cpp
#	src/vehicle_gui.cpp
#	src/window.cpp
6 years ago
Jonathan G Rennison 4a162c5502 Merge branch 'cpp-11' into save_ext 6 years ago
Jonathan G Rennison d86aa7719b Use -std=gnu++11 instead of -std=c++11 due to gcc extensions 6 years ago
Jonathan G Rennison 47c7f8f3bb Update OSX clang version detection 6 years ago
Jonathan G Rennison 0bed63b77f Merge branch 'master' into cpp-11 6 years ago
Joan Josep 823c5bfa3b Fix #5978: Ensure group GUI stats and lists are invalidated properly (3298, Juanjo) (#7046) 6 years ago
translators ca7ee34502 Update: Translations from eints
croatian: 8 changes by VoyagerOne
6 years ago
PeterN 89f0017a67 Fix #7050: Missing guard around network chat message function for compiling with networking disabled. (#7058) 6 years ago
Patric Stout 750927372f Add: [AzurePipeline] introducing a release pipeline
This release pipeline creates all the official release binaries,
and publishes them as artifacts. Currently it can only produce
nightlies and custom builds; stable/testing release binaries are
untested.

This commit also splits up the pipeline in small bits, to both
improve readability, and to share code with the CI pipeline where
possible.
6 years ago
Patric Stout 52a66e4dd3 Fix 192770e6da: not all REV instances were renamed to VERSION 6 years ago
Alberth289346 f4b8a67aed Fix #6408: Improve wording of the dragging signal distance tooltips (juanjo) (#7055) 6 years ago
glx22 efc44466d6 Fix: make -k switch useful when testing regression (#7053) 6 years ago
nikolas 4fc1b2baae Fix: Grammar in a bunch of comments (#7054) 6 years ago
PeterN 5ff0c24993 Fix #6780: Some windows didn't get updated from OnTick() (#7048) 6 years ago