Jonathan G Rennison
|
5615cee503
|
Show town count in town directory window
|
2023-06-02 18:47:58 +01:00 |
|
Jonathan G Rennison
|
819b9fcdd9
|
Include 'perfect' mode in tree placer setting helptext
|
2023-06-02 18:41:52 +01:00 |
|
Rubidium
|
6eb51666bc
|
Codechange: use C++ file APIs for writing language files
|
2023-06-02 11:57:23 +02:00 |
|
PeterN
|
0b663f709d
|
Codechange: Sprite mapping for objects doesn't involve cargo types. (#10905)
Objects have a default sprite group and an optional purchase list sprite
group. There is no need to pretend that these are cargo IDs.
|
2023-06-02 08:25:13 +00:00 |
|
Jonathan G Rennison
|
cdb3a6288b
|
Codechange: Remove unused CapacitiesMap typedef from struct Vehicle
|
2023-06-01 22:48:47 +02:00 |
|
Jonathan G Rennison
|
58c0aac15f
|
Fix re-opening GRF/script settings windows not closing drop down windows
Causing assertion failure on drop down item selection
See: #527
|
2023-06-01 21:12:16 +01:00 |
|
Jonathan G Rennison
|
e3bd8966fc
|
Debug: Allow setting parameters for extended vars in debug window
Reafctor handling of set parameters
|
2023-06-01 20:36:00 +01:00 |
|
Jonathan G Rennison
|
a10c5a62c9
|
Factor out function to get value with broadest digits
|
2023-06-01 20:36:00 +01:00 |
|
Jonathan G Rennison
|
18a79a35d0
|
Fix truncation of GetDebugString output string
See: #525
|
2023-06-01 20:36:00 +01:00 |
|
Jonathan G Rennison
|
f7964cb3aa
|
Add function to get name of extended variable ID
Add table for internal variable IDs which aren't mappable externally
|
2023-06-01 20:36:00 +01:00 |
|
Jonathan G Rennison
|
bdb9a72aa4
|
NewGRF: Add/extend station variables for station info of nearby tiles
In preparation for support of more than 255 stations per GRF
|
2023-06-01 18:51:51 +01:00 |
|
Jonathan G Rennison
|
1dbbbed9e5
|
NewGRF: Only extend value of road stops variable 68 if feature tested for
|
2023-06-01 18:14:23 +01:00 |
|
Jonathan G Rennison
|
2450705aa0
|
Use btree map for tracerestrict GUI drop down list mapping
|
2023-06-01 17:48:24 +01:00 |
|
Jonathan G Rennison
|
ec6f9478ee
|
Improve efficiency of station docking tiles check in CheckCaches
|
2023-06-01 17:41:34 +01:00 |
|
Jonathan G Rennison
|
24ffc5233c
|
Remove CapacitiesMap typedef
|
2023-06-01 17:40:24 +01:00 |
|
Patric Stout
|
9eda419f9b
|
Fix 646a7e62 : recalc_time was not scaled properly (#10901)
This caused "runtime" to underflow or, if you are lucky, hit an
assert in ScaleToMonthly when it hits zero. But mostly underflow.
|
2023-06-01 12:21:33 +00:00 |
|
Jonathan G Rennison
|
326d0c329c
|
Remove some unnecessary colour strings
|
2023-06-01 00:14:37 +01:00 |
|
Jonathan G Rennison
|
40a9f19c20
|
Implement text filtering in dual pane train build window
|
2023-05-31 23:50:09 +01:00 |
|
Jonathan G Rennison
|
2ed248a61d
|
Merge branch 'master' into jgrpp
# Conflicts:
# .github/workflows/ci-build.yml
# .github/workflows/release-linux.yml
# src/aircraft_cmd.cpp
# src/airport_gui.cpp
# src/articulated_vehicles.cpp
# src/build_vehicle_gui.cpp
# src/company_gui.cpp
# src/genworld_gui.cpp
# src/gfx_layout.cpp
# src/misc_gui.cpp
# src/newgrf.cpp
# src/newgrf_config.h
# src/newgrf_engine.cpp
# src/news_gui.cpp
# src/order_gui.cpp
# src/roadveh_cmd.cpp
# src/saveload/saveload.h
# src/saveload/vehicle_sl.cpp
# src/ship_cmd.cpp
# src/statusbar_gui.cpp
# src/table/settings/network_private_settings.ini
# src/table/settings/network_settings.ini
# src/toolbar_gui.cpp
# src/train_cmd.cpp
# src/vehicle_gui.cpp
|
2023-05-31 23:21:38 +01:00 |
|
translators
|
b5b004e518
|
Update: Translations from eints
ukrainian: 117 changes by alextov
|
2023-05-31 18:42:26 +00:00 |
|
Rubidium
|
f29606fd14
|
Codechange: use std::string to cache engine/group/vehicle names
|
2023-05-31 19:31:09 +02:00 |
|
Rubidium
|
d9f8a4c380
|
Codechange: use std::string GetString variant
|
2023-05-31 19:31:09 +02:00 |
|
Rubidium
|
324c43eeb2
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02:00 |
|
Rubidium
|
f2e704b9a7
|
Codechange: use std::string for FiosIsRoot
|
2023-05-31 10:56:33 +02:00 |
|
Rubidium
|
13789d1703
|
Codechange: use std::string for FiosIsValidFile
|
2023-05-31 10:56:33 +02:00 |
|
PeterN
|
1ff0dc11d8
|
Fix: Land info window maximum width was not scaled. (#10894)
|
2023-05-31 08:54:39 +00:00 |
|
Jonathan G Rennison
|
6880cf24a0
|
Fix crash in template replacement failure news if autorenew succeeds
|
2023-05-30 23:41:51 +01:00 |
|
Jonathan G Rennison
|
13183d3f13
|
Add command result flag for whether SetResultData was called
Use for tracerestrict validation result fail offset
|
2023-05-30 23:41:19 +01:00 |
|
Patric Stout
|
0302e6f168
|
Codechange: initialize all values of ICURun on construction (#10892)
|
2023-05-30 19:17:30 +00:00 |
|
translators
|
c8b70e4877
|
Update: Translations from eints
ukrainian: 53 changes by alextov
portuguese (brazilian): 1 change by ericandradex
|
2023-05-30 18:40:56 +00:00 |
|
Jonathan G Rennison
|
5dcbd9271b
|
Hide min_years_for_shares setting when shares are disabled
|
2023-05-30 19:19:41 +01:00 |
|
Jonathan G Rennison
|
bac8f032da
|
Re-add company shares
|
2023-05-30 18:57:42 +01:00 |
|
Jonathan G Rennison
|
6297abdb3b
|
Remove str_fmt and str_vfmt
|
2023-05-30 00:55:24 +01:00 |
|
Jonathan G Rennison
|
94c422499f
|
Use last pointer in std::string returning GetString
|
2023-05-30 00:49:59 +01:00 |
|
Jonathan G Rennison
|
7aef72b946
|
Add static_assert for length of _command_proc_table
|
2023-05-30 00:49:35 +01:00 |
|
Jonathan G Rennison
|
02fe4af934
|
Merge branch 'master' into jgrpp
# Conflicts:
# .github/workflows/release-windows.yml
# src/company_base.h
# src/company_cmd.cpp
# src/company_gui.cpp
# src/console_cmds.cpp
# src/economy.cpp
# src/economy_cmd.h
# src/fios.h
# src/goal.cpp
# src/group_gui.cpp
# src/network/core/config.h
# src/network/network_admin.cpp
# src/newgrf_config.cpp
# src/os/windows/win32.cpp
# src/saveload/afterload.cpp
# src/saveload/company_sl.cpp
# src/saveload/saveload.cpp
# src/saveload/saveload_error.hpp
# src/settings_gui.cpp
# src/ship_cmd.cpp
# src/stdafx.h
# src/story.cpp
# src/story_base.h
# src/string.cpp
# src/table/settings/economy_settings.ini
# src/tests/CMakeLists.txt
# src/tests/math_func.cpp
|
2023-05-30 00:49:24 +01:00 |
|
Jonathan G Rennison
|
3ec66e5fb5
|
Fix not being able to reload GS in script debug window
See: #523
|
2023-05-29 20:21:07 +01:00 |
|
translators
|
e1203c3a48
|
Update: Translations from eints
esperanto: 51 changes by legoscia
|
2023-05-29 18:39:22 +00:00 |
|
PeterN
|
d086f288cd
|
Codechange: Remove duplicated includes. (#10888)
These are now included by stdafx.h so don't need to be included again.
|
2023-05-29 14:29:00 +01:00 |
|
PeterN
|
702194cfef
|
Change: Cargo flow legend only shows defined cargo. (#10872)
This removes the large mostly-empty grid of cargo buttons when not using a complex industry set.
|
2023-05-29 06:48:43 +01:00 |
|
Jonathan G Rennison
|
bf1e66b2f3
|
Add missing <functional> header to src/timer/timer.h
|
2023-05-28 23:51:37 +01:00 |
|
translators
|
c9c6721a47
|
Update: Translations from eints
esperanto: 44 changes by legoscia
|
2023-05-28 18:42:42 +00:00 |
|
Jonathan G Rennison
|
6091d7470c
|
Merge branch 'master' into jgrpp
# Conflicts:
# .github/workflows/release-macos.yml
# src/company_gui.cpp
# src/linkgraph/linkgraph.cpp
# src/newgrf_debug_gui.cpp
# src/strgen/strgen_base.cpp
# src/timetable_gui.cpp
|
2023-05-28 10:20:52 +01:00 |
|
Peter Nelson
|
bae1897826
|
Change: Include font style in font name for Freetype.
|
2023-05-27 20:40:25 +01:00 |
|
Peter Nelson
|
9976293c1e
|
Codechange: Return fontcache font name as std::string.
|
2023-05-27 20:40:25 +01:00 |
|
translators
|
90fdf17e39
|
Update: Translations from eints
esperanto: 28 changes by legoscia
|
2023-05-27 18:40:39 +00:00 |
|
Loïc Guilloux
|
c880157518
|
Fix: Check max member count in squirrel classes (#10883)
Manual cherry-pick from 23a0620658
|
2023-05-27 16:09:21 +00:00 |
|
Jonathan G Rennison
|
b02817f262
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/newgrf.cpp
|
2023-05-27 01:12:47 +01:00 |
|
Jonathan G Rennison
|
ef03d44fb3
|
Use std::unique_ptr for GRFLineToSpriteOverride
|
2023-05-27 00:47:27 +01:00 |
|
Jonathan G Rennison
|
f00e0e195f
|
cpp-btree: Add support for uncopyable/move-only map/multimap value types
|
2023-05-27 00:47:27 +01:00 |
|