Jonathan G Rennison
aefefb61c2
Fix GetSpriteMainColour with non-default zoom sprites
...
This fixes viewport map mode with extra zoom ground tile sets
2020-12-27 03:03:05 +00:00
Jonathan G Rennison
ad5a97b7a1
Add console command to dump cargo types
2020-12-27 00:44:55 +00:00
Jonathan G Rennison
9906916b7b
Debug: Include aircraft fields and station XY in debug window
2020-12-27 00:43:39 +00:00
Jonathan G Rennison
e5d4fab138
Debug: Fix disabling auto-refresh not updating button
2020-12-26 20:12:22 +00:00
Jonathan G Rennison
3f3d5c106f
Console: Add commands for conditional execution from game date
2020-12-26 12:06:31 +00:00
Jonathan G Rennison
5fe5884613
Debug: Add experimental command to switch baseset
2020-12-26 10:54:01 +00:00
Jonathan G Rennison
78b06ddc40
TBTR: Fix palette recolouring of templates
...
Fix group overrides affecting template image when cloning vehicle
Update template when changing company colours
Update template images on demand instead of at load
2020-12-26 09:37:26 +00:00
Jonathan G Rennison
369c98e3e0
TBTR: Fix editing a template not refitting the head and artic/dual parts
2020-12-26 09:08:43 +00:00
Jonathan G Rennison
7b445cd436
Debug: Show vehicle cargo subtype in debug window
2020-12-26 08:51:37 +00:00
Jonathan G Rennison
3ea0ffa46b
Debug: Add auto-refresh functionality to the debug window
2020-12-24 19:43:41 +00:00
Jonathan G Rennison
c82f31bf03
Fix industry production scaling of periodic production callback
2020-12-24 19:11:10 +00:00
Jonathan G Rennison
5665d88067
Debug: Industries are now always inspectable in the debug window
2020-12-24 19:09:57 +00:00
Jonathan G Rennison
7b75fcf487
Show industry production callback mask values in industry debug window
2020-12-23 23:03:56 +00:00
Jonathan G Rennison
8ac436f507
Add setting to scale primary industry cargo production
2020-12-21 20:47:44 +00:00
Jonathan G Rennison
c7fa284db4
Move scale factor setting scaling to common function
2020-12-21 20:43:14 +00:00
Jonathan G Rennison
bfbd2de477
Fix decimal settings not permitting typing a '-' character
2020-12-21 20:34:38 +00:00
Jonathan G Rennison
93e7899c7f
Debug: Show cargo in/out values in industry debug window
2020-12-21 20:30:04 +00:00
Jonathan G Rennison
f0c3a4b42e
Saveload: Store NewGRF name in savegame, include in missing GRF message
2020-12-16 02:06:48 +00:00
Jonathan G Rennison
d328f359c9
Add string function to strip all SCC characters
2020-12-16 02:04:57 +00:00
Jonathan G Rennison
207c79a736
Saveload: Fix SLE*_CONDSSTR* macros
2020-12-16 01:31:46 +00:00
Jonathan G Rennison
d818630c34
Debug: Show company ratings in town debug window
2020-12-15 17:57:53 +00:00
Jonathan G Rennison
8b94d92158
CMake: Suppress warning messages when Fcitx is not found
2020-12-15 17:47:57 +00:00
Jonathan G Rennison
5aac3d71ee
Github: Remove regression tests from build workflow
2020-12-13 15:32:29 +00:00
Jonathan G Rennison
0d46b5e88a
Github: Remove commit checker workflow
2020-12-13 15:32:11 +00:00
Yourself
cbaceb62d2
Fix: overflow in CloneVehicleName
2020-12-12 14:37:17 -08:00
Jonathan G Rennison
bad2cd0677
CMake: Do not look for fctix on Apple
2020-12-12 00:10:52 +00:00
Jonathan G Rennison
a64b4c794c
Documentation: Improve formatting of low-level changes doc
2020-12-10 19:37:54 +00:00
Jonathan G Rennison
6ecf232edd
Fix rendering artefacts in colour news window viewports
...
Off by one error in applying dimming recolour created
doubly-dimmed lines on dirty block redrawing boundaries.
2020-12-09 22:56:49 +00:00
Jonathan G Rennison
840e459601
Revert "Fix 63ccb36ef3
: Crash trying to load TTO/TTD savegames. ( #8356 )"
...
This is not necessary due to 5243cfd6d0
.
This reverts commit c558936ec3
.
2020-12-07 18:19:54 +00:00
Jonathan G Rennison
4436da7436
Saveload: Skip GetVariableAddress asserts if _DEBUG not defined
2020-12-07 18:12:33 +00:00
Jonathan G Rennison
4da3cfcf56
Merge branch 'master' into jgrpp
...
# Conflicts:
# CMakeLists.txt
# src/bootstrap_gui.cpp
2020-12-07 17:56:44 +00:00
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.
2020-12-07 14:48:13 +01:00
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.
2020-12-06 20:31:54 +01:00
Charles Pigott
cfa1b1e006
Fix: Compile warnings when asserts are disabled
2020-12-06 19:27:39 +00:00
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.
2020-12-06 19:25:46 +00:00
Patric Stout
731af1f1f3
Codechange: don't do work GetVariableAddress() is already doing
2020-12-06 16:10:58 +01:00
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.
2020-12-06 16:10:58 +01:00
Michael Lutz
c558936ec3
Fix 63ccb36ef3
: Crash trying to load TTO/TTD savegames. ( #8356 )
2020-12-06 00:29:27 +01:00
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.
2020-12-05 15:03:16 +01:00
Jonathan G Rennison
ba11cd59af
Documentation: Update low level changes doc
2020-12-04 17:26:48 +00:00
glx22
a06fe8e8a7
Fix: [CMake] cross-compiling requires native tools
2020-12-04 09:49:31 +00:00
Jonathan G Rennison
933d75f532
Clear unused train cache fields, fixes warning spam on MP client load
2020-12-03 17:39:15 +00:00
Rasmus Jonsson
0b2dd2c5cd
Fix: [NoAI] don't notify caught exceptions
2020-12-02 17:11:36 +00:00
Tocho Tochev
06adb9ace3
Fix: Spelling
2020-12-02 17:10:56 +00:00
Jonathan G Rennison
3e1ab88323
Fix NRT road/tram type conversion on savegame load from JokerPP v1.27
2020-12-01 21:10:49 +00:00
Jonathan G Rennison
141e52658b
Debug: Add road types to RV debug window
2020-12-01 20:23:13 +00:00
Jonathan G Rennison
530a3a2f4d
Fix assert fail when using restart command after opening save/load GUI
2020-11-30 19:20:11 +00:00
Jonathan G Rennison
0a00ed06bb
Merge pull request #206 from telk5093/jgrpp
...
Update: Korean translation for v0.39.1
2020-11-29 17:10:06 +00:00
TELK
9618b96cd7
Update: Korean translation for v0.39.1
2020-11-29 23:43:51 +09:00
translators
d19f7b94fb
Update: Translations from eints
...
norwegian (bokmal): 8 changes by buzzCraft
lithuanian: 5 changes by devastatorius
2020-11-28 17:51:55 +00:00