Commit Graph

49748 Commits (ac5b0d80178ec2f827390e85e6beff2962cfecc0)
 

Author SHA1 Message Date
Patric Stout dddf885fb4
Remove: console command "content select all" (#8363)
The intention of this function was that you could download
everything after a filter was applied; but this never really
took off. Instead, a select few people used this functionality
to download every available package on BaNaNaS. This is not in
the spirit of this service. Additionally, these few people were
good for 70% of the consumed bandwidth of BaNaNaS.
4 years ago
frosch 6198a4776b Change: [NewGRF] Use aircraft property 12 also for helicopters.
Due to keeping compatibility we can only do this for NewGRF-defined sound effects.
4 years ago
Charles Pigott cfa1b1e006 Fix: Compile warnings when asserts are disabled 4 years ago
Patric Stout ad47ebc1a8 Change: don't encourage the use of LZO
LZO was used before the first version we track in our version
control system, which dates back to Aug 2004. Somewhere before
that time a few savegames / scenarios exist which use LZO. No
other savegame / scenario does since then. Let's not encourage
people to install something that ancient.

There are no scenarios on BaNaNaS that require LZO.
4 years ago
Patric Stout 731af1f1f3 Codechange: don't do work GetVariableAddress() is already doing 4 years ago
Patric Stout c98717cb45 Fix: do not add an offset to a nullptr
This is, by specs, undefined behaviour. See
https://reviews.llvm.org/D67122

In cases where this is done, optimizations done by LLVM can
generate code that causes crashes.

GetVariableAddress() had two (legit) ways this could happen:
- For SaveLoad set to global
- For SaveLoad set to SLE_VAR_NULL, where sld->address is always
  a nullptr, and object could or could not be a nullptr.
4 years ago
Michael Lutz c558936ec3
Fix 63ccb36ef3: Crash trying to load TTO/TTD savegames. (#8356) 4 years ago
Patric Stout 6ad3cca4ca
Fix a49fdb7ebb: bootstrap crash when trying to load new baseset (#8353)
Using nullptr as "name" crashes on "name.empty()". Use an empty
string instead.
4 years ago
Jonathan G Rennison ba11cd59af Documentation: Update low level changes doc 4 years ago
glx22 a06fe8e8a7 Fix: [CMake] cross-compiling requires native tools 4 years ago
Jonathan G Rennison 933d75f532 Clear unused train cache fields, fixes warning spam on MP client load 4 years ago
Rasmus Jonsson 0b2dd2c5cd Fix: [NoAI] don't notify caught exceptions 4 years ago
Tocho Tochev 06adb9ace3 Fix: Spelling 4 years ago
Jonathan G Rennison 3e1ab88323 Fix NRT road/tram type conversion on savegame load from JokerPP v1.27 4 years ago
Jonathan G Rennison 141e52658b Debug: Add road types to RV debug window 4 years ago
Jonathan G Rennison 530a3a2f4d Fix assert fail when using restart command after opening save/load GUI 4 years ago
Jonathan G Rennison 0a00ed06bb
Merge pull request #206 from telk5093/jgrpp
Update: Korean translation for v0.39.1
4 years ago
TELK 9618b96cd7 Update: Korean translation for v0.39.1 4 years ago
translators d19f7b94fb Update: Translations from eints
norwegian (bokmal): 8 changes by buzzCraft
lithuanian: 5 changes by devastatorius
4 years ago
Jonathan G Rennison 18583ac3d5 Version: Committing version data for tag: jgrpp-0.39.1 4 years ago
Jonathan G Rennison 55fae045b1 Merge branch 'master' into jgrpp 4 years ago
Jonathan G Rennison 270a748b64 Tracerestrict: Add time/date conditional 4 years ago
Jonathan G Rennison ec339b1dfa Tracerestrict: Make condition type dropdown variable width 4 years ago
Charles Pigott 0a9aed0522 Fix: [CMake] Don't detect XAudio2 if defines are missing 4 years ago
Charles Pigott b8ec88f6af Codechange: Suppress compiler warning about signed/unsigned printf values 4 years ago
translators 6ef1eaf1f5 Update: Translations from eints
norwegian (bokmal): 9 changes by buzzCraft
4 years ago
Jonathan G Rennison 2ad446369d Cache animated tile speed, use btree map for animated tiles 4 years ago
translators 821592ddeb Update: Translations from eints
norwegian (bokmal): 10 changes by buzzCraft
4 years ago
Jonathan G Rennison 72a7ae25e8 Tracerestrict: Fix program execution when skipping double non-conditional 4 years ago
Jonathan G Rennison 320a8da283 Show tile animation info in debug window 4 years ago
Jonathan G Rennison a20112e48f Add console command to dump desync message log 4 years ago
Jonathan G Rennison 1f54c8a018 Send vehicle caches to network clients to prevent desyncs due to bad GRFs 4 years ago
Jonathan G Rennison 4ba11fa822 CheckCaches: Log incorrect aircraft cache fields 4 years ago
Jonathan G Rennison 223598bd06 CheckCaches: Log incorrect train/GV cache fields 4 years ago
Jonathan G Rennison 9efeb3551a Tunnel/bridge signal simulation spacing is now a company setting 4 years ago
Jonathan G Rennison ffbb4622ad Make sure that CmdBuildSingleRail failure cannot modify tile rail types 4 years ago
Jonathan G Rennison f5499852b6 Add debug console command to change rail type map colour 4 years ago
Jonathan G Rennison 39b7dc7b2a Use aux command log for sign commands 4 years ago
Jonathan G Rennison c4b09e4780 Fix map-mode viewports not updating when changing company and land colours 4 years ago
Jonathan G Rennison e6edcaf333 Use VCF_IMAGE_REFRESH_NEXT for ground vehicle VCF_REDRAW_ON_SPEED_CHANGE 4 years ago
Tyler Trahan 521f41fc10
Fix: update links to new OpenTTD wiki (#8341) 4 years ago
Jonathan G Rennison 3dd52c6198 Fix scrollbar functionality in schedule dispatch window 4 years ago
translators 92236ccd2f Update: Translations from eints
indonesian: 117 changes by dimaspaf14
4 years ago
translators 8e4a3a0e76 Update: Translations from eints
danish: 1 change by achton
4 years ago
Jonathan G Rennison a5bc6b68cc
Merge pull request #203 from telk5093/jgrpp
Update: Korean translation for v0.39.0
4 years ago
translators 79f00277c4 Update: Translations from eints
slovak: 16 changes by FuryPapaya
4 years ago
TELK 8783858072 Update: Korean translation for v0.39.0 4 years ago
Jonathan G Rennison 6472f0e203 Fix stack overflows due to excessive recursion updating order destination
See: #198
4 years ago
translators 4dc986f32d Update: Translations from eints
slovak: 19 changes by FuryPapaya
4 years ago
Jonathan G Rennison 600d556f91 Version: Committing version data for tag: jgrpp-0.39.0 4 years ago