Commit Graph

  • d5fb9e7dc6 Codechange: Remove various DATE_LONG strings. Peter Nelson 2023-04-25 09:57:55 +01:00
  • a2d7642195 Codechange: Remove STR_COMPANY_MONEY. Peter Nelson 2023-04-25 09:51:19 +01:00
  • f1d0a26324 Codechange: Remove STR_TINY_BLACK_DECIMAL. Peter Nelson 2023-04-25 09:49:44 +01:00
  • e18f688db5 Codechange: Remove various COMMA strings. Peter Nelson 2023-04-25 09:45:05 +01:00
  • 5e185d5328 Codechange: Draw tooltip text in black. Peter Nelson 2023-04-25 17:52:08 +01:00
  • 3901ef9760 Codechange: use std::string for the GRF filenames Rubidium 2023-04-27 20:42:25 +02:00
  • f78aa1e720 Codechange: use std::unique_ptr to manager GRFErrors in GRFConfig Rubidium 2023-04-27 20:28:09 +02:00
  • a312a6c1b2 Codechange: make md5sumToString std::string compatible Rubidium 2023-04-27 22:18:53 +02:00
  • 51c6b8c1e4 Codechange: use fmt::format_to for gamelog message creation over seprintf Rubidium 2023-04-29 13:11:45 +02:00
  • c6c3d0e6fa Fix: no_http_content_downloads and use_relay_service as private settings (#10762) Patric Stout 2023-05-04 22:46:02 +02:00
  • 8d501f2db1 Fix #10741: Rail platforms left partially reserved after train crash (#10751) Jonathan G Rennison 2023-05-04 21:45:13 +01:00
  • 7ccdefa1c1 Change: Increase vehicle random data from 8 to 16 bits. Peter Nelson 2023-04-23 21:21:17 +01:00
  • 4a5e413a6c Cleanup: Remove unnecessary VehicleRandomBits() Peter Nelson 2023-04-23 21:22:17 +01:00
  • ca497ce356 Update: Translations from eints japanese: 29 changes by fmang danish: 25 changes by bscargo polish: 29 changes by pAter-exe translators 2023-05-04 18:41:18 +00:00
  • f78fea4fbf Debug: Add introduction info to railtype debug info Jonathan G Rennison 2023-05-04 17:04:28 +01:00
  • 6501f84b4a Codechange: Move calendar date functions inside TimerGameCalendar (#10753) Tyler Trahan 2023-05-04 09:14:12 -04:00
  • 7669aac865 Update: Translations from eints english (us): 14 changes by 2TallTyler translators 2023-05-03 18:40:51 +00:00
  • 62f9bdb939 Fix: [CI] no need to build unit-tests for releases (#10759) Patric Stout 2023-05-02 23:43:16 +02:00
  • 018a26d9b6 Fix: crash in emscripten when saving games (#10758) Patric Stout 2023-05-02 23:22:09 +02:00
  • fbad57ecf7 Change: [CI] update emscripten and liblzma to the latest version (#10757) Patric Stout 2023-05-02 23:12:52 +02:00
  • 7aaf703bf2 Saveload: Use heap instead of stack for save filter write buffers Jonathan G Rennison 2023-05-02 21:26:26 +01:00
  • 39eff18754 Codechange: Use std::vector for gamelog GRFConfig comparisons. Peter Nelson 2023-01-20 16:00:18 +00:00
  • 00bf42353a Codechange: Place gamelog into its own class, along with internal data. Peter Nelson 2023-05-01 18:14:31 +01:00
  • 47a8d12f0e Update: Translations from eints english (au): 14 changes by krysclarke korean: 14 changes by telk5093 italian: 14 changes by Rivarossi russian: 15 changes by Ln-Wolf finnish: 14 changes by hpiirai turkish: 14 changes by densxd portuguese: 16 changes by azulcosta translators 2023-05-02 18:39:14 +00:00
  • 81d4fa6999 Feature: drop ICU-lx in favour of directly interfacing with harfbuzz Patric Stout 2023-04-30 20:37:40 +02:00
  • 9cb60768fe Codechange: split implementations of ParagraphLayouterFactory into their own file Patric Stout 2023-05-01 14:42:51 +02:00
  • 4cceaae8dc Update: Translations from eints translators 2023-05-01 18:39:20 +00:00
  • aa8830f57a Feature: Filter engine build menu by name and NewGRF extra text (#10519) Tyler Trahan 2023-05-01 13:02:16 -04:00
  • f0cdd1e6f6 Fix sprite positions in house placement window when using UI scaling Jonathan G Rennison 2023-05-01 16:21:21 +01:00
  • 908be59699 Fix: [Win32] Wrong multi-line text layout due to incorrect whitespace handling. Michael Lutz 2023-05-01 15:32:59 +02:00
  • 715234502c Fix: Typo in variable name. Michael Lutz 2023-05-01 15:22:23 +02:00
  • 1f3b7e2efd Codechange: use std::string instead of stredup for saveload error messages Rubidium 2023-04-30 21:46:49 +02:00
  • 8665404fe0 Codechange: use std::string instead of stredup for missing glyph error messages Rubidium 2023-04-29 20:45:46 +02:00
  • a931378c52 Codechange: use std::string instead of stredup/free for ScanProgressWindow Rubidium 2023-04-29 20:39:09 +02:00
  • aac95eeaf5 Codechange: use std::string instead of stredup/free for stories Rubidium 2023-04-27 19:21:06 +02:00
  • 3342967ad9 Codechange: use std::string instead of stredup/free for goals Rubidium 2023-04-27 19:03:03 +02:00
  • 8218476e89 Fix rail platforms being left partially reserved after train crash Jonathan G Rennison 2023-05-01 13:27:41 +01:00
  • cc44aa7438 Change: Split Game options into General, Graphics and Sound tabs. (#10674) PeterN 2023-05-01 12:58:22 +01:00
  • dc56add6a3 Fix rail platforms being left partially reserved after deleting train Jonathan G Rennison 2023-05-01 12:34:57 +01:00
  • 003bab3c8a Change: Size space for editbox clear button by interface scale. (#10749) PeterN 2023-04-30 23:11:00 +01:00
  • cf3cb8d2a5 Update: Translations from eints english (au): 4 changes by krysclarke vietnamese: 4 changes by KhoiCanDev korean: 4 changes by telk5093 russian: 1 change by Ln-Wolf translators 2023-04-30 18:40:41 +00:00
  • a816dd1d48 Change: Remove {TINY_FONT} from cargo abbreviation strings for other translations. Peter Nelson 2023-04-28 17:59:20 +01:00
  • 310b3a67ad Change: Remove {TINY_FONT} from cargo abbreviation strings for English. Peter Nelson 2023-04-28 17:59:18 +01:00
  • 0acc57583b Fix: Force cargo abbreviation to small font in station list. Peter Nelson 2023-04-28 17:59:17 +01:00
  • 6be6703498 Fix: Linkgraph legend assumes strings are small. Peter Nelson 2023-04-28 17:59:16 +01:00
  • 35ba49bfb4 Change: Rename text colour NWidgetPart to SetTextStyle and add font size. Peter Nelson 2023-04-28 17:59:14 +01:00
  • aa28fcf7de Merge pull request #512 from telk5093/jgrpp Jonathan G Rennison 2023-04-30 09:40:36 +01:00
  • ba3de0383a Codechange: Pass more std::string to StringFilter::AddLine() (#10743) Tyler Trahan 2023-04-30 04:23:05 -04:00
  • baaa5713a9 Update: Korean translation up to e26bea6 TELK 2023-04-30 13:38:22 +09:00
  • ee9239d293 Fix c8299304: retain support ICU < 65 Rubidium 2023-04-29 23:51:39 +02:00
  • 73bdd4bdd7 Fix: [CI] typo in Windows release jobname (#10742) Patric Stout 2023-04-29 21:59:01 +02:00
  • de08e29cd9 Update: Translations from eints english (us): 4 changes by 2TallTyler translators 2023-04-29 18:42:05 +00:00
  • ee8b1dfbc3 Fix 4dd5f994: hotkey parsing was broken Rubidium 2023-04-29 13:43:09 +02:00
  • e26bea6ce4 Add setting to select cargo payment algorithm Jonathan G Rennison 2023-04-29 13:00:33 +01:00
  • 397221b94a Codechange: Make ScenarioIdentifier use std::string for the filename Rubidium 2023-04-16 22:24:10 +02:00
  • 3a822fcd01 Codechange: Make FiosItem's name and title std::string Rubidium 2023-04-16 21:56:10 +02:00
  • ee723f26ba Codechange: Make FileToSaveLoad's title std::string and simplify assignments Rubidium 2023-04-16 21:44:53 +02:00
  • f0a1ddd81c Codechange: let FiosBrowseTo return a bool Rubidium 2023-04-16 21:27:01 +02:00
  • 211c1ba61d Allow naming scheduled dispatch schedules Jonathan G Rennison 2023-04-29 12:19:28 +01:00
  • c829930440 Codechange: replace strnatcmp with C++ string capable version Rubidium 2023-04-27 15:39:10 +02:00
  • df19673fbd Codechange: let convert_to_fs accept std::string Rubidium 2023-04-27 16:19:03 +02:00
  • b5f96808a1 Fix: FormatArrayAsHex returns gibberish instead of a hex array Rubidium 2023-04-27 23:14:01 +02:00
  • 3991e76c96 Fix #8177: Ships with max speed overflow to near-zero speed (#10695) Kuhnovic 2023-04-29 10:33:01 +02:00
  • 4dd5f994be Codechange: replace strncasecmp with case ignoring variant of StrStarts/EndsWith Rubidium 2023-04-27 13:21:08 +02:00
  • 86786a7af6 Codechange: introduce StrEqualsIgnoreCase/StrCompareIgnoreCase to replace strcasecmp Rubidium 2023-04-27 11:47:08 +02:00
  • 36a0818bc5 Remove: buying/selling/owning company shares (#10709) Patric Stout 2023-04-29 10:16:49 +02:00
  • 1a24016964 Fix: Set TC_NO_SHADE only for shaded engine in purchase list. Peter Nelson 2023-04-28 21:16:13 +01:00
  • 23c46e1abf Fix: #10735: {POP_COLOUR} fails if string is drawn with extra flags. Peter Nelson 2023-04-28 21:07:56 +01:00
  • 3ed8c35dfe Update: Translations from eints italian: 4 changes by Rivarossi russian: 4 changes by Ln-Wolf finnish: 4 changes by hpiirai turkish: 4 changes by densxd dutch: 6 changes by Afoklala portuguese: 4 changes by azulcosta translators 2023-04-28 18:42:10 +00:00
  • 6445d688ed Fix crash due to missing case in order window goto dropdown Jonathan G Rennison 2023-04-28 18:58:47 +01:00
  • b221fa3c5a Codechange: use fmt::format_to instead of seprintf to create the search URL Rubidium 2023-04-27 22:45:40 +02:00
  • 6a8b4f3e10 Codechange: use fmt::format_to instead of seprintf to fill the PNG metadata Rubidium 2023-04-27 20:59:34 +02:00
  • ef3beef7e9 Codechange: use fmt::format_to instead of seprintf to write the savegame info Rubidium 2023-04-27 20:57:46 +02:00
  • 33c4fbff8f Codechange: use fmt::format_to instead of seprintf to fill load crash message Rubidium 2023-04-27 20:11:37 +02:00
  • d33993cca3 Update: Translations from eints translators 2023-04-27 18:39:56 +00:00
  • a255b61514 Change: [CI] Use a custom name for matrix runs (#10723) Patric Stout 2023-04-27 20:15:09 +02:00
  • f5fad88723 Change: base autosaves intervals on real time (instead of game time) (#10655) Patric Stout 2023-04-27 17:21:29 +02:00
  • 57f2d70fef Change: Use cstdint instead of rolling our own types. (#10651) PeterN 2023-04-27 09:04:18 +01:00
  • 9fe853f7b5 Codechange: use fmt::format instead of vseprintf for midi command formatting Rubidium 2023-04-25 18:03:11 +02:00
  • c8ff6a9f7c Codechange: replace str_fmt with std::string constructs Rubidium 2023-04-25 17:51:45 +02:00
  • fce4b5ea69 Codechange: use Debug over printf for dedicated forking output Rubidium 2023-04-19 22:15:20 +02:00
  • 75cd790ab9 Codechange: use fmt::format for FormatHexNumber Rubidium 2023-04-19 21:44:56 +02:00
  • 630d3bc053 Codechange: use fmt::format instead of printf for the NewGRF profiler Rubidium 2023-04-19 21:38:09 +02:00
  • 3105d0b09e Codechange: replace text-buf printf with fmt::format Rubidium 2023-04-19 20:37:21 +02:00
  • 173ed81dbe Change: [Actions] Upgrade import-codesign-certs dependency in macOS build workflow Owen Rudge 2023-04-26 14:21:29 +01:00
  • 80bd5ad727 Codechange: Use std::strto* variants everywhere (#10720) Charles Pigott 2023-04-26 12:56:14 +01:00
  • 997c936893 Codechange: Don't use bytes for months in graph GUI Tyler Trahan 2023-04-24 14:38:16 -04:00
  • 930f0a16d8 Codechange: Define Date/Year/Month/Day within TimerGameCalendar class Tyler Trahan 2023-04-24 14:33:18 -04:00
  • 20d2558f1b Fix: Clear church/stadium flags when copying house substitute specs. Peter Nelson 2023-04-17 08:03:37 +01:00
  • 64782cf005 Fix #10627: Houses subsitute specs should only be copied on first definition. Peter Nelson 2023-04-17 00:03:39 +01:00
  • 7535eb65e2 Codechange: Use vector instead of mallloc/free for Action 6 data. (#10713) PeterN 2023-04-26 06:45:11 +01:00
  • 698253c56f Fix auto-close of order management button dropdown in order mode Jonathan G Rennison 2023-04-25 21:14:44 +01:00
  • 1697dff744 Change: Hide all variants from UI when (display) parent is hidden. (#10708) PeterN 2023-04-25 20:34:10 +01:00
  • 5794590b36 Update: Translations from eints vietnamese: 1 change by KhoiCanDev polish: 7 changes by pAter-exe translators 2023-04-25 18:41:18 +00:00
  • 150cce6059 Version: Committing version data for tag: jgrpp-0.53.1 Jonathan G Rennison 2023-04-25 18:10:21 +01:00
  • f74e26ca7e Codechange: replace error/usererror printf variant with fmt variant and rename Rubidium 2023-04-19 22:47:36 +02:00
  • 43c65a3fec Codechange: use std::string for base media filename/warning storage Rubidium 2023-04-18 22:21:17 +02:00
  • b8f0513a72 Change: Draw and size video driver info like base set info. Peter Nelson 2023-04-19 01:50:36 +01:00
  • 9aee502838 Change: Size Game Options description widgets after initial sizing. Peter Nelson 2023-04-19 01:43:11 +01:00
  • e8df28d7f3 Add: parameter for ReInit() to reposition window to default. Peter Nelson 2023-04-25 09:13:33 +01:00