Commit Graph

27815 Commits (96fdfb941a0c3f5e8f760b25000bad0ea5c68616)
 

Author SHA1 Message Date
Richard Wheeler 96fdfb941a
Feature: Transparency option for cost and income indicators (#11001) 10 months ago
Joan Josep a938067d6b
Codechange: Invalid depot value is unrelated to invalid station value. (#11227) 10 months ago
Joan Josep ead5284476
Doc: Improve the example given for fall throughs. (#11228) 10 months ago
translators 9aef380c99 Update: Translations from eints
italian: 43 changes by Rivarossi
french: 1 change by ottdfevr
10 months ago
translators 4d4a046d23 Update: Translations from eints
polish: 2 changes by pAter-exe
11 months ago
Jonathan G Rennison 2cbd76593a
Fix #11215: Assert in NewGRF parameters window (manual parameter mode) (#11217) 11 months ago
Rubidium 6635f809dd Fix #11181: attempting to read string as int triggers assertion 11 months ago
Jonathan G Rennison 8df4aa7979
Fix: Road stops should not draw a ground sprite of 0 (#11214) 11 months ago
Patric Stout 45cc3acaf5
Codechange: [Win32] unify AppendDecodedStacktrace and LogStacktrace (#11220)
AppendDecodedStacktrace was already doing the same as LogStacktrace,
just with a different name.
11 months ago
translators bc2dfc4691 Update: Translations from eints
turkish: 2 changes by BeratSJ
11 months ago
Patric Stout 352ac264a5
Remove: [Win32] module-list from crash.log (#11219)
Only Windows implemented this, and it opens the files to read them
to get a CRC. Doing this in a crash-handler is strange at best.

Lastly, nobody has actually ever used this information to come to
some sort of conclusion. The module-list is used in combination
with the crash.dmp, but this information is already embedded in
there.
11 months ago
Patric Stout f120d2beb8
Add: use breakpad to create crash.dmp on MacOS / Linux too (#11202)
Normally only the Windows platform could create a crash.dmp, making
analysing crash-reports from MacOS / Linux rather tricky.
11 months ago
Patric Stout 8f6df242c4
Remove: [Win32] (pointer-only) stack trace in crash.log (#11211)
It only contains pointers, which nobody can decipher anyway.
So instead, just report "Not supported", like other targets do
when they can't print a sane stack trace.
11 months ago
Patric Stout a5aebeb1b5
Remove: [Win32] register values in crash.log (#11212) 11 months ago
Loïc Guilloux 8c9ecde964
Change: Remove autosave from settings window (#11218)
It is broken since 4f4810d and it's also in game options.
11 months ago
translators 93f4f1e83a Update: Translations from eints
german: 40 changes by Wuzzy2
11 months ago
Patric Stout cd10ddf9ae
Remove: last remnants of SunOS (#11210)
We have no evidence SunOS has been tried in the last few years,
and the code is awkward enough to just remove.
11 months ago
Patric Stout 53af20910b
Fix: [MSVC] generate static libraries / executables correctly with vcpkg -static target (#11208) 11 months ago
translators 7f5c0aab60 Update: Translations from eints
dutch: 2 changes by Afoklala
11 months ago
Patric Stout 5ac333c2cc
Fix: [MacOS] screen looks blue-ish when using newer SDKs (#11207)
The define kCGBitmapByteOrder32Host changed (around SDK 12?)
into an enum, which means an old #ifndef was triggering,
overwriting the value to 0. Sadly, 0 means Order16Big, causing
RGBA to become GRAB, which results in strange colours.

As we no longer support PPC, drop that piece of code completely.
11 months ago
Loïc Guilloux 2bf3c02fbf
Fix: no fast forward in network was ensured only from GUI side (#11206) 11 months ago
translators e8c49d3543 Update: Translations from eints
swedish: 1 change by joeax910
11 months ago
Jonathan G Rennison 9061fef59c
Fix #11203: [ICU] Glyph to char mapping with multiple runs (#11204) 11 months ago
translators db1a9f00c0 Update: Translations from eints
dutch: 1 change by Bouke
11 months ago
romw314 662f76bfc4
Docs: mention Windows 11 in directory_structure.md (#11200) 11 months ago
Patric Stout 07730584d7
Codechange: make explicit when a TileIndex is cast to its basetype (#11190)
This prevents people accidentially assigning a TileIndex to a Date
or any other type they shouldn't.
11 months ago
arikover 5d3f7939e2
Fix d42a78f: Show correct road speed in construction dropdowns (#11196) 11 months ago
Loïc Guilloux 7ef55bdfb0
Cleanup: [CMake] don't add strgen.h twice (#11199) 11 months ago
translators e652cd6434 Update: Translations from eints
swedish: 1 change by Brickblock1
english (us): 2 changes by 2TallTyler
11 months ago
Tyler Trahan 61dfd74e44
Codechange: Use correct type for max timetable start years constant (#11197) 11 months ago
translators 0726835735 Update: Translations from eints
english (au): 2 changes by krysclarke
french: 1 change by Lishouuu
portuguese (brazilian): 2 changes by pasantoro
11 months ago
Patric Stout 9dc2fbe4fa
Fix 0238a2b5: crash when news message is displayed (#11195) 11 months ago
Rubidium 40195e689d Change: improve wording of help (host instead of IP) and update man page 11 months ago
Rubidium a8e4d35bde Fix: crash when not passing parameter for -n 11 months ago
translators 56e0d0c7ef Update: Translations from eints
korean: 3 changes by telk5093
russian: 2 changes by Ln-Wolf
portuguese: 3 changes by azulcosta
11 months ago
Patric Stout 9624017fc2
Codechange: be more type-specific about types in NPFs queue (#11192) 11 months ago
Patric Stout 299570b2c1
Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761) 11 months ago
Patric Stout 0238a2b567
Codechange: use std::variant instead of using bitflags in the value (#11191) 11 months ago
Patric Stout a9ed590ca7
Codechange: use TimerGameCalendar::Date for variables in linkgraph that are dates (#11187) 11 months ago
Patric Stout b7acf9e50e
Codechange: use TimerGameCalendar::Year and friends when working with years (#11188) 11 months ago
Patric Stout 01f55eb734
Codechange: introduce week/quarter triggers for TimerGameCalendar (#11189)
This simplifies code that triggers on these periods.
11 months ago
Loïc Guilloux 02be6ab6ba
Fix #11179, a979d9c: Don't start more competitors than allowed (#11185) 11 months ago
Tyler Trahan 8ea01c0bfb
Fix #11180: Use TileVirtXY for aircraft crash tile (#11184) 11 months ago
Tyler Trahan c7b51a8c3a
Codechange: Use proper date types in various places (#11177) 11 months ago
Patric Stout c9c9cfa4fd
Codechange: simplify the type of loaded_at_xy / next_station (#11182)
It was TileOrStationID, most likely to make sure both types in
the union are identical. But as TileIndex is a StrongTypeDef
that becomes a bit weird. So instead, still make sure they are
of equal size, but define their individual types better.
11 months ago
Patric Stout 5fba47b0f7
Codechange: make no assumptions on how the internals of TileIndex work (#11183)
Basically, avoid ".value", and just cast it to its original type
if you want to retrieve this.
11 months ago
Tyler Trahan 6190f48df0
Codechange: Add a DateToYear function instead of dividing each time (#11173) 11 months ago
Tyler Trahan 4928ccf916
Fix #10478: Clarify airport noise control setting texts (#11169) 11 months ago
Tyler Trahan e4fd99a33a
Codechange: Use DateAtStartOfYear() instead of multiplying by DAYS_IN_LEAP_YEAR (#11174) 11 months ago
Tyler Trahan 93069066f9
Codechange: Use auto type when sorting dates (#11175) 11 months ago