Commit Graph

54288 Commits (85de07dee16eb8b5673cedf26e4a7461bf865c43)
 

Author SHA1 Message Date
Jonathan G Rennison 4b0d4a85fb Remove modified behaviour of depot button when ctrl not pressed and go to depot and sell enabled
See: #470
2 years ago
Rubidium a0694759a1 Fix: do not allow more palette colours than there are indices for the colours
Or: do not pass unchecked size from BMP file into memory allocation
2 years ago
translators 3af2c7fff6 Update: Translations from eints
swedish: 9 changes by joeax910
norwegian (bokmal): 7 changes by buzzCraft
chinese (traditional): 48 changes by wpi3
galician: 98 changes by pvillaverde
vietnamese: 13 changes by myquartz
czech: 42 changes by vladoschreiner, 40 changes by PatrikSamuelTauchim, 19 changes by adamek0202, 3 changes by LubosKolouch
chinese (simplified): 52 changes by HansKaffee
luxembourgish: 148 changes by phreeze83
hungarian: 50 changes by PstasDev, 23 changes by baliball
german: 69 changes by Wuzzy2, 4 changes by Luensche
romanian: 3 changes by kneekoo
ukrainian: 45 changes by StepanIvasyn
catalan: 12 changes by J0anJosep
turkish: 9 changes by Anceph
french: 1 change by Athozus
portuguese (brazilian): 9 changes by ericandradex
2 years ago
Jonathan G Rennison 760cbcbb8b Merge branch 'master' into jgrpp
# Conflicts:
#	src/blitter/32bpp_anim.hpp
#	src/blitter/32bpp_base.hpp
#	src/blitter/8bpp_base.hpp
#	src/blitter/null.hpp
#	src/cheat_gui.cpp
#	src/gfx.cpp
#	src/linkgraph/linkgraph.cpp
#	src/spriteloader/grf.cpp
#	src/station_cmd.cpp
2 years ago
Jonathan G Rennison ca11c66cb8 VarAction2: Allow DSE with rail stations 2 years ago
Jonathan G Rennison 381b2b536d VarAction2: Implement register tracking for rail station adv tile layouts 2 years ago
Jonathan G Rennison 4b51a3eda8 VarAction2: Mark applicable rail station variables as expensive 2 years ago
Jonathan G Rennison 96f790fc7d Debug: Show rail station tile layouts in debug window 2 years ago
Jonathan G Rennison 6a7cad1b47 Add NewGRFClass helper method for whether class ID is valid (for iteration) 2 years ago
Jonathan G Rennison 417416d19b Add NewGRFClass helper method for whether any UI classes available 2 years ago
Patric Stout 1fb101eabb
Codechange: address CodeQL issue "Multiplication result converted to larger type" (#10306)
Most are very unlikely to ever be triggered in our codebase; two
stand out: linkgraph and money cheat. Those, potentially, could
wrap earlier than expected.
2 years ago
Jonathan G Rennison 5e76e6fb07 MacOS: Add workaround for std::variant 2 years ago
translators fcbe390353 Update: Translations from eints
dutch: 10 changes by Afoklala
polish: 33 changes by pAter-exe
2 years ago
Jonathan G Rennison 24b744f7c8 Merge branch 'master' into jgrpp
# Conflicts:
#	bin/ai/CMakeLists.txt
#	bin/game/CMakeLists.txt
#	src/saveload/saveload.h
2 years ago
Loïc Guilloux 91ca088065
Fix #10304, fe30f66: [Scripts] Don't start GS in intro (#10305) 2 years ago
Jonathan G Rennison b8c7a0dd20 Add per-town override to disable town growth 2 years ago
Michael Lutz 150f05dc15
Change: Heading for 14 now. (#10302) 2 years ago
Jonathan G Rennison 42891a6d9d Fix allowed to build level crossings string 2 years ago
Jonathan G Rennison 1a5b485b41 Road stops: Use a struct for road stop tile data 2 years ago
Jonathan G Rennison 2c65b050e4 Saveload: Add SLEG_CONDVARVEC macros 2 years ago
Jonathan G Rennison a1f6aaa58f Merge branch 'master' into jgrpp
# Conflicts:
#	src/lang/korean.txt
#	src/saveload/afterload.cpp
#	src/saveload/ai_sl.cpp
#	src/saveload/game_sl.cpp
#	src/script/script_instance.cpp
2 years ago
Jonathan G Rennison 5bcc420af3 Infra sharing: Allow using mass start/stop buttons in other company depots
See: #469
2 years ago
Jonathan G Rennison d6046086da Infra sharing: Disallow control over other company trains wholly in depots
See: #469
2 years ago
PeterN 5e22788664
Fix #10220: Adding unavailable variants failed for non-rail engines. (#10297)
Unavailable parent variant engine for non-rail engines was added to the
wrong (temporary) list so the hierarchy was not added correctly.
2 years ago
translators 22035b7eab Update: Translations from eints
english (us): 10 changes by 2TallTyler
chinese (simplified): 1 change by lysinelai
korean: 13 changes by telk5093
catalan: 1 change by DiogoMCampos
2 years ago
Jonathan G Rennison b1a1760bcc Allow planting trees on diagonal areas 2 years ago
Jonathan G Rennison 160dcc345a Add wrapper class for diagonal or orthogonal tile iteration 2 years ago
Charles Pigott 67f02e20de
Change: Display text files in black (#10291) 2 years ago
glx22 012fd2be0d Codechange: Suppress warnings when asserts are disabled 2 years ago
glx22 ffc1f7ce56 Fix 57717a2: [CMake] Don't apply 'cl' workaround to 'clang-cl' 2 years ago
Jonathan G Rennison b88ab5f271 Fix direction of semaphore no-entry signal sprites for W-E track 2 years ago
clienthax 25f247047d
Update: emsdk to 3.1.28 and lzma (for emsdk) to 5.4.0 (#10234)
Co-authored-by: Patric Stout <truebrain@openttd.org>
2 years ago
translators f90156f74c Update: Translations from eints
romanian: 2 changes by bnegrut
spanish: 2 changes by MontyMontana
2 years ago
translators 918b2cb3ee Update: Translations from eints
english (au): 10 changes by krysclarke
italian: 3 changes by Rivarossi
russian: 3 changes by Ln-Wolf
finnish: 3 changes by hpiirai
spanish: 15 changes by MontyMontana
portuguese: 6 changes by azulcosta
portuguese (brazilian): 2 changes by DiogoMCampos
2 years ago
Jonathan G Rennison bc9532b760 Version: Committing version data for tag: jgrpp-0.50.1 2 years ago
Jonathan G Rennison d97968a4f9 Rename ChildScreenSpritePositionMode enum values 2 years ago
Loïc Guilloux fe30f66570
Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
Jonathan G Rennison 0093ebe3a7 Debug: Add engine variant ID and extra flags to debug info 2 years ago
Jonathan G Rennison b9dad1818b Add setting to disable NewGRF inflation flag 2 years ago
Jonathan G Rennison 64c210f770 Merge branch 'master' into jgrpp
# Conflicts:
#	src/build_vehicle_gui.cpp
#	src/engine.cpp
#	src/engine_func.h
#	src/group_gui.cpp
#	src/lang/english.txt
#	src/newgrf.cpp
#	src/saveload/oldloader_sl.cpp
#	src/timetable_cmd.cpp
#	src/timetable_cmd.h
#	src/timetable_gui.cpp
2 years ago
Jonathan G Rennison f82bee12bc Road stops: Fix wrong animation callback when cargo taken 2 years ago
Jonathan G Rennison b4e00a8c46
Merge pull request #461 from telk5093/jgrpp
Update: Korean translation up to e882ba6063
2 years ago
Woelfi Von Wolfhausen 80444e7c55
Grammar in German lang-file (#441) 2 years ago
Jonathan G Rennison a72d99821a Fix crash on hovering link graph link where both ends have same position
See: #468
2 years ago
PeterN f7e2b6ef12
Change: Make vehicle list dropdown buttons resize to fit strings. (#10286) 2 years ago
Jonathan G Rennison 4df56ec1ef Implement new shortened train flipping for template trains 2 years ago
Jonathan G Rennison 5bea50c413 Debug: Add rail engine misc flags to debug info 2 years ago
Jonathan G Rennison 541beb386c Scheduled dispatch: Allow wrapping at midnight when bulk inserting slots
For 24 hour dispatch schedules

See: #467
2 years ago
Jonathan G Rennison 87056562e5 Change ChildScreenSpriteToDraw relative flag to an enum
Use separate modes for prior and upstream non-relative modes
2 years ago
Jonathan G Rennison 14f4f6d104 Remove now unused vehicle.flip_direction_all_trains setting 2 years ago