Commit Graph

56151 Commits (d931382fb2a0d2d452626eda29565851673f8053)
 

Author SHA1 Message Date
Rubidium 78d28d432b Codechange: allocate enough memory to layout the strings
(cherry picked from commit 96fef9f643)
1 year ago
Jonathan G Rennison 1e5bc2c12b Merge branch 'master' into jgrpp 1 year ago
Jonathan G Rennison d75c489466 Add various missing includes 1 year ago
Jonathan G Rennison c0d47da4a7 Add missing includes to town_type.h, network_survey.h, pool_type.hpp 1 year ago
Jonathan G Rennison 0bf41dc1ff Change gamelog to use std::vector
Move LoadCheckData to its own header
1 year ago
merni-ns a8a4737c5b
Fix #11096: Increase priority of error and confirmation windows (#11104) 1 year ago
merni-ns 96da5581ce Doc: Link to coding style in the repository itself and add Discord link in addition to IRC 1 year ago
merni-ns f1a6f91235 Doc: Remove redundant <pre> 1 year ago
Jonathan G Rennison 5ae5ac3701 Add missing includes to cargo_type.h 1 year ago
Jonathan G Rennison b8bb0d820a Add missing includes to newgrf_config.h
See: #563
1 year ago
translators bcaa60612e Update: Translations from eints
portuguese: 3 changes by azulcosta
1 year ago
Rubidium af9b9327af Codechange: do not keep local variable for temporary string parameters 1 year ago
Rubidium e04d43f396 Remove: now unused stredup 1 year ago
Rubidium 2ec4ea2b99 Codechange: use the string temporaries for game script strings 1 year ago
Rubidium 3e488465f8 Codechange: allow string temporaries in a StringParameter 1 year ago
Rubidium 78f5d58dc6 Codechange: use std::string without const as return
Otherwise some compilers, e.g. MSVC, do not pick up that these are temporaries
and as such it will pass the temporaries to `const std::string &` instead of
the wanted `std::string &&`
1 year ago
RoqueDeicide 733f53dc9a Merge branch 'tooltip_extension' into jgrpp 1 year ago
RoqueDeicide 736c650b6c [Change] Make town viewport tooltips functionally equivalent to town labels. 1 year ago
Rubidium b2edf82b69 Cleanup: remove unneeded CopyOutDParam version with StringID 1 year ago
Rubidium 4654b2b0aa Codechange: separate integer and string usage in StringParameters 1 year ago
Jonathan G Rennison 51a66b9590 Link graph: Fix FlowStat::ScaleToMonthly scaling
Fixes: e1cce4d9
1 year ago
Rubidium 8b7c34d7d4 Codechange: use string parameter backps for the text effects 1 year ago
Rubidium 7ed90a859f Codechange: function to check whether string parameters have changed since the backup 1 year ago
Rubidium 05ef3f0998 Cleanup: remove old backup/restore of string parameters 1 year ago
Rubidium 6313b8a4cb Codechange: move errors over to the new StringParameterBackup type 1 year ago
Rubidium 0943402bab Codechange: move news over to the new StringParameterBackup type 1 year ago
Rubidium f4a3032985 Codechange: move tooltip and query window over to the new StringParameterBackup type 1 year ago
Rubidium 2687704afc Codechange: introduce new type and functions for StringParameter backups 1 year ago
translators 26f3efb419 Update: Translations from eints
english (au): 2 changes by krysclarke
italian: 14 changes by Rivarossi
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
tamil: 8 changes by merni-ns
1 year ago
Jonathan G Rennison e1cce4d9f7 Link graph: Store last compression in scaled date ticks
Higher accuracy than using dates at high day legnths
1 year ago
Fedello 2936bf370f
Update Galician Translations (#562)
* 🌐 Update Galician Translations

* 🌐 Update Galician Translations

* Add missing translation

---------

Co-authored-by: pvillaverde <pvillaverde@qualigy.com>
1 year ago
Jonathan G Rennison ead18b2af2 Merge branch 'master' into jgrpp
# Conflicts:
#	CMakeLists.txt
#	src/3rdparty/md5/md5.h
#	src/3rdparty/squirrel/squirrel/squtils.h
#	src/animated_tile.cpp
#	src/console_func.h
#	src/core/CMakeLists.txt
#	src/core/container_func.hpp
#	src/core/smallstack_type.hpp
#	src/crashlog.cpp
#	src/crashlog.h
#	src/debug.h
#	src/economy.cpp
#	src/gamelog.cpp
#	src/industry_gui.cpp
#	src/lang/catalan.txt
#	src/misc_gui.cpp
#	src/network/network_content.h
#	src/newgrf.cpp
#	src/newgrf.h
#	src/newgrf_config.cpp
#	src/newgrf_config.h
#	src/newgrf_gui.cpp
#	src/os/unix/font_unix.cpp
#	src/os/windows/crashlog_win.cpp
#	src/rail_cmd.cpp
#	src/saveload/animated_tile_sl.cpp
#	src/script/api/script_tilelist.cpp
#	src/settings.cpp
#	src/settingsgen/settingsgen.cpp
#	src/sl/oldloader_sl.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/stdafx.h
#	src/strgen/strgen.cpp
#	src/strgen/strgen_base.cpp
#	src/table/settings/gui_settings.ini
#	src/train_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/vehicle_cmd.cpp
#	src/vehicle_gui_base.h
#	src/viewport_sprite_sorter.h
1 year ago
Patric Stout 4c9c164ddc
Fix d5a72193: [CI] GOG and Steam also depend on the source itself (#11095) 1 year ago
PeterN 115f6cf8ea
Fix #4575: Use Latin 'l' in English translation of zloty. (#11090)
This avoids many truetype fonts being unusable due to this single character not being available.
1 year ago
RoqueDeicide 5af7be6d17 [Feature] Added station viewport tooltips. 1 year ago
RoqueDeicide 1071235aee [Feature] Added depot viewport tooltips. 1 year ago
translators 10dd3119b1 Update: Translations from eints
welsh: 163 changes by Ansbaradigeidfran
1 year ago
merni-ns 161cc04b8a Fix #11087: Disable base graphics/sound dropdown outside main menu 1 year ago
merni-ns 4ae9ebf582 Change: Tooltip for base graphic/sound dropdown 1 year ago
Jonathan G Rennison 1ad82c200a Don't refresh viewports when changing smallmap height mode 1 year ago
Patric Stout d5a72193e7
Change: [CI] upload releases to new CDN (#11093) 1 year ago
Kuhnovic 6169e7f4bc
Feature: Orientation of rail and road depots can be changed (#9642) 1 year ago
Jonathan G Rennison d2e29b33d1 Remove upper limit from give money command
See: #537
1 year ago
Jonathan G Rennison 8fea927ed1 Add setting for whether to shade height in viewport map mode
See: #550
1 year ago
Jonathan G Rennison 99b883298e Add help text for the various viewport map settings 1 year ago
Jonathan G Rennison 05be624294 Remove gui.viewport_map_scan_surroundings setting, now always enabled 1 year ago
Jonathan G Rennison 5d746f8971 Don't use scheduled dispatch for predicted times in GUI when disabled
See: #559
1 year ago
Jonathan G Rennison 28a764f319 Fix order backup not copying dispatch schedules when not enabled
See: #559
1 year ago
Jonathan G Rennison d09b504bc5 Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/release-linux.yml
#	.github/workflows/release-macos.yml
#	.github/workflows/release-source.yml
#	.github/workflows/release.yml
#	CMakeLists.txt
#	COMPILING.md
#	src/ai/ai_core.cpp
#	src/ai/ai_gui.cpp
#	src/bridge_gui.cpp
#	src/company_gui.cpp
#	src/console_cmds.cpp
#	src/core/CMakeLists.txt
#	src/core/smallmap_type.hpp
#	src/disaster_vehicle.h
#	src/effectvehicle_base.h
#	src/fontcache.cpp
#	src/game/game_core.cpp
#	src/game/game_gui.cpp
#	src/gamelog.cpp
#	src/gamelog_internal.h
#	src/group_gui.cpp
#	src/linkgraph/linkgraph.h
#	src/misc.cpp
#	src/network/core/config.h
#	src/network/core/udp.cpp
#	src/network/network_chat_gui.cpp
#	src/network/network_content_gui.cpp
#	src/network/network_gui.cpp
#	src/newgrf.cpp
#	src/newgrf_gui.cpp
#	src/newgrf_profiling.cpp
#	src/newgrf_profiling.h
#	src/object_gui.cpp
#	src/openttd.cpp
#	src/openttd.h
#	src/order_gui.cpp
#	src/os/windows/font_win32.cpp
#	src/rail_gui.cpp
#	src/road.cpp
#	src/road_gui.cpp
#	src/saveload/afterload.cpp
#	src/saveload/saveload.h
#	src/script/api/script_controller.cpp
#	src/script/api/script_roadtypelist.cpp
#	src/script/script_config.cpp
#	src/script/script_config.hpp
#	src/script/script_instance.cpp
#	src/script/script_scanner.cpp
#	src/script/squirrel.cpp
#	src/script/squirrel_helper.hpp
#	src/settings_gui.cpp
#	src/settings_internal.h
#	src/settings_type.h
#	src/table/settings/network_private_settings.ini
#	src/timetable_gui.cpp
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/window_gui.h
1 year ago
Jonathan G Rennison 87ee18b6b9 Add close/delete window function aliases for upstream 1 year ago