Commit Graph

  • e03b998c41 Fix depot ctrl-right-click tooltip with multiple cargoes Jonathan G Rennison 2023-12-06 20:18:26 +00:00
  • d8f989a1f5 Update: Translations from eints danish: 3 changes by bscargo portuguese (brazilian): 5 changes by pasantoro translators 2023-12-06 18:39:07 +00:00
  • 2a22063d77 Change: Remember the active game option window tab (#11547) Loïc Guilloux 2023-12-06 15:44:38 +01:00
  • e901ce582d Add: [CI] Test grf generation (#11543) Loïc Guilloux 2023-12-06 13:30:47 +01:00
  • 58c252b81a Cleanup: Remove unnecessary pressed button offset code. Peter Nelson 2023-12-04 18:19:55 +00:00
  • 884b9e6690 Change: Revert pressed-button content shifting introduced in r2161. Peter Nelson 2023-12-04 18:19:54 +00:00
  • a92d0da8b4 Update: Translations from eints finnish: 5 changes by hpiirai polish: 5 changes by pAter-exe translators 2023-12-05 18:38:33 +00:00
  • 6ccd097d94 Don't maintain unused new signal style mappings when there are no signals Jonathan G Rennison 2023-12-05 17:56:49 +00:00
  • 4f8a7382ca Ensure new signal style mapping array is zero-inited Jonathan G Rennison 2023-12-05 17:55:03 +00:00
  • e86eb25447 Change: [CMake] Use explicit list for regression (#11541) Loïc Guilloux 2023-12-05 15:37:53 +01:00
  • 7d0ce826db Update: Translations from eints english (au): 5 changes by krysclarke english (us): 5 changes by 2TallTyler korean: 5 changes by telk5093 russian: 5 changes by Ln-Wolf catalan: 5 changes by J0anJosep french: 5 changes by glx22 translators 2023-12-04 18:38:44 +00:00
  • e749bbefe5 Change: Show rating in station list even with no cargo waiting. (#11540) Peter Nelson 2023-12-04 18:16:09 +00:00
  • db65d763f7 Change: [CMake] Use explicit list for grf source files (#11539) Loïc Guilloux 2023-12-04 17:41:02 +01:00
  • 06b1bd3da4 Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537) Loïc Guilloux 2023-12-04 13:55:52 +01:00
  • 07a8bd21e4 Fix: Make station list filters use per-window state instead of global state. Peter Nelson 2023-12-03 08:36:15 +00:00
  • dcf730f1f6 Codechange: Optionally allow passing state to GUIList sorter function. Peter Nelson 2023-12-02 23:28:01 +00:00
  • 4d9f335f36 Change: Add outline of sprite to sprite aligner. Peter Nelson 2023-11-30 17:36:37 +00:00
  • f7380a4d2d Change: Make NewGRF Sprite Aligner window resizeable. Peter Nelson 2023-11-29 18:02:30 +00:00
  • 0434c1b474 Feature: (-tte) Add zoom level buttons to sprite aligner. Peter Nelson 2023-11-29 17:43:04 +00:00
  • 4e5700939d Change: Use sparse padding for sprite aligner. Peter Nelson 2023-10-25 01:44:41 +01:00
  • 3a38eb6861 Fix initial info totals when opening group/vehicle window Jonathan G Rennison 2023-12-03 22:56:29 +00:00
  • 9122b4eb47 Codechange: SetMinimalTextLines(1, 0) is implied for widgets with text. (#11536) Peter Nelson 2023-12-03 22:42:50 +00:00
  • 17c3ce8632 Codechange: Use maxdim instead of setting width/height separately. (#11535) Peter Nelson 2023-12-03 22:23:54 +00:00
  • aae6e0481e Codechange: Rearrange AI/GS debug window following invalidate/set state/draw pattern. (#11483) Peter Nelson 2023-12-03 18:53:31 +00:00
  • 1084ab4b66 Add: Website button to Game Options window for basesets. Peter Nelson 2023-11-28 21:07:30 +00:00
  • cc528bd8fc Change: Adjust layout of Content and NewGRF Website buttons for consistency. Peter Nelson 2023-11-28 20:50:43 +00:00
  • 2272e8fe0e Add: Website button for Game Script settings window. Peter Nelson 2023-11-28 20:49:48 +00:00
  • f60c14a682 Add: Website button for AI settings window. Peter Nelson 2023-11-28 20:49:16 +00:00
  • 7ba89b946e Change: Hide unused cargos from vehicle cargo filter. (#11533) Peter Nelson 2023-12-03 18:11:08 +00:00
  • 9a92e02fa7 Change: Add tooltips for text file buttons, and shorten Website / Readme buttons. (#11534) Peter Nelson 2023-12-03 16:54:57 +00:00
  • b9621474d0 Add hotkey to close order window Jonathan G Rennison 2023-12-03 16:48:59 +00:00
  • 51dbcca9a7 Remove: officially mark Vista as no longer supported (#11531) Patric Stout 2023-12-02 23:12:50 +01:00
  • 5322d33ca5 Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530) Peter Nelson 2023-12-02 21:46:43 +00:00
  • b866e52b17 Remove: officially mark Vista as no longer supported (#11531) Patric Stout 2023-12-02 23:12:50 +01:00
  • a258833aee Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530) Peter Nelson 2023-12-02 21:46:43 +00:00
  • 7d17c9ba9b Link graph: Also show lower of usage/planned in tooltips when ctrl pressed Jonathan G Rennison 2023-12-02 18:42:07 +00:00
  • 57d4f52c15 Link graph: Use timetable for order-based link refresh travel time estimate Jonathan G Rennison 2023-12-02 17:52:26 +00:00
  • 1aedea8eda Feature: Place cargo icon on cargo filter dropdowns. Peter Nelson 2023-11-15 01:33:50 +00:00
  • 76701c4622 Add: Function to get largest cargo icon size. Peter Nelson 2023-11-25 20:20:35 +00:00
  • 8db7c79e79 Codechange: Add DropDownIcon constructor to override dimension. Peter Nelson 2023-11-25 19:41:21 +00:00
  • 49532914dd Change: Use CRTP-mixins to compose dropdown list items. Peter Nelson 2023-11-11 15:17:12 +00:00
  • 62e4d1e507 Codechange: Dimension must have both width and height. Peter Nelson 2023-11-17 16:41:30 +00:00
  • ea6be942a3 Fix assert ifdefs in src/core/poll_func.hpp Jonathan G Rennison 2023-12-01 21:35:01 +00:00
  • 74edeea175 Fix: AI window did not update button disabled state when changing values. (#11527) Peter Nelson 2023-12-01 12:52:33 +00:00
  • cf473ddd83 Update: Korean translation up to 0.56.0 TELK 2023-12-01 21:53:39 +09:00
  • 0b1429ce14 Fix: AI window did not update button disabled state when changing values. (#11527) Peter Nelson 2023-12-01 12:52:33 +00:00
  • cc488ec6c9 Fix ddd609c: Reverse build probability callback was not called for articulated parts. (#11526) Peter Nelson 2023-11-30 23:12:39 +00:00
  • 97ce759b74 Fix search path de-duplication changing search path order Jonathan G Rennison 2023-11-30 21:03:34 +00:00
  • 291daa9220 INI load: Fix cfg fallback name load with missing groups Jonathan G Rennison 2023-11-30 21:10:34 +00:00
  • 4a5ab331e2 Change: Add extra padding to climate buttons to match pre-#11464. (#11525) Peter Nelson 2023-11-30 19:18:28 +00:00
  • 6f7153bf71 Codechange: Make a generic DrawRectOutline function from DrawOutline. (#11524) Peter Nelson 2023-11-30 18:10:07 +00:00
  • 0ceed777ca Codechange: [CI] Use runner vcpkg in release-linux workflow glx22 2023-11-29 17:39:39 +01:00
  • c74485ccea Update: [CI] Use macos-12 image for release-macos workflow glx22 2023-11-28 23:44:22 +01:00
  • ae4ba00313 Fix #11521, e404ba0: size for remaining span determined incorrectly rubidium42 2023-11-30 07:47:51 -04:00
  • 33ba609290 Fix #11521, e404ba0: size for remaining span determined incorrectly rubidium42 2023-11-30 07:47:51 -04:00
  • cb8612ba79 Remove: ZOOM_LVL_COUNT rubidium42 2023-11-29 20:29:23 -04:00
  • ddd609ce9b Feature: Randomize direction of rail vehicle on build based on probability callback. (#11489) Peter Nelson 2023-11-29 22:40:09 +00:00
  • e47bfe47b8 Feature/Fix: [GS] Add RoadTiles and GetOneWayInfo endpoints (#611) Miika Kulmala 2023-11-29 22:49:31 +02:00
  • 88670a230f Merge branch 'master' into jgrpp Jonathan G Rennison 2023-11-29 20:32:54 +00:00
  • e2c5eb3b65 Codechange: [CI] Use runner vcpkg in release-linux workflow glx22 2023-11-29 17:39:39 +01:00
  • b1f98a79f8 Update: [CI] Use macos-12 image for release-macos workflow glx22 2023-11-28 23:44:22 +01:00
  • b10a22218f Window crash log: Reduce sensitivity of stack infinite loop detection Jonathan G Rennison 2023-11-29 18:28:15 +00:00
  • a38c2a19a1 Uniscribe: Add defensive checks to UniscribeParagraphLayout::NextLine Jonathan G Rennison 2023-11-29 18:00:43 +00:00
  • 6f35f3274f Fix ab1a4c6c: Crash if the "No Music" set is loaded because there is no current set_index. (#11511) Peter Nelson 2023-11-29 02:30:10 +00:00
  • 27082f9efa Codechange: pass std::string references to OpenBrowser rubidium42 2023-11-28 20:17:05 -04:00
  • 8437b20fed Fix: Deleting towns did not check for waypoints referencing the town Jonathan G Rennison 2023-11-28 21:59:00 +00:00
  • 7b0afec11f Codechange: Use max_element to find highest cargo amount. Peter Nelson 2023-11-26 21:38:49 +00:00
  • 3f853d8003 Codechange: Use range-for to simplify getting first non-zero value. Peter Nelson 2023-11-26 21:30:31 +00:00
  • 944b2901dd Disallow deleting towns which are referenced by a waypoint Jonathan G Rennison 2023-11-28 21:59:00 +00:00
  • 4181d3c1ff Codechange: Don't use a magic number for the number of DiagDirections Tyler Trahan 2023-11-01 15:46:50 -04:00
  • 2dad9263d7 Doc: Add, fix, and clean up documentation inside town_cmd.cpp Tyler Trahan 2023-10-22 18:59:17 -04:00
  • 745945c4d3 Codechange: Be consistent with how we name common parameters Tyler Trahan 2023-10-22 18:58:10 -04:00
  • 1b14eca9d9 Codechange: Rename TryClearTile() for clarity Tyler Trahan 2023-10-22 18:56:42 -04:00
  • a98fe9f317 Codechange: Rename MakeTownHouseBigger() for clarity Tyler Trahan 2023-10-22 18:54:55 -04:00
  • 060672428d Codechange: Merge confusingly-named helper functions into their timer Tyler Trahan 2023-10-22 18:50:21 -04:00
  • 1f41e773d6 Codechange: Use consistent name for bay road stops Tyler Trahan 2023-10-22 17:27:57 -04:00
  • 5f442c9127 Update: Translations from eints english (us): 1 change by 2TallTyler translators 2023-11-28 18:38:40 +00:00
  • 519fe33175 Fix ab1a4c6c: Changing baseset/playlist while shuffle is on does not change song. (#11510) Peter Nelson 2023-11-28 17:44:31 +00:00
  • e3924f3231 Fix #10811: Allow dragging vehicle in depot to any free row. (#11508) Peter Nelson 2023-11-28 13:52:36 +00:00
  • e6d132d24b Fix #10926: New free wagons no longer split by type. (#11507) Peter Nelson 2023-11-28 13:48:09 +00:00
  • 3df7d1aff9 Codechange: Template input buffer type in audio mixer. (#11505) Peter Nelson 2023-11-28 00:05:30 +00:00
  • e5aed24395 Codechange: Use std::array for industry tile cargo acceptance. (#11498) Peter Nelson 2023-11-27 23:17:55 +00:00
  • f268c90bd3 Change: Use sparse padding for content download window. (#11501) Peter Nelson 2023-11-27 23:17:16 +00:00
  • ab1a4c6c80 Change: Don't restart playback when toggling playlist shuffle. Peter Nelson 2023-11-27 12:52:31 +00:00
  • 6c91c4b99d Fix: Invalidate playlist window when (un)shuffling playlist. Peter Nelson 2023-11-27 12:52:30 +00:00
  • 4c6ccb5248 Change: Try stopping extmidi player with SIGINT first. (#11404) Peter Nelson 2023-11-27 20:39:22 +00:00
  • a856fbeca9 Fix: Incorrect mask files for NE river slopes (#11503) Richard Wheeler 2023-11-27 13:00:20 +00:00
  • e3622da408 Fix #11500: Rename Textfile GUI's LinkType to HyperlinkType. (#11502) Peter Nelson 2023-11-27 10:06:46 +00:00
  • 2b92577f5c Fix: Add shading to river slopes Richard Wheeler 2023-11-25 02:00:25 +00:00
  • 46098449b6 Fix 7cfcf65: cargo_filter_criteria is now a CargoID instead of a index. (#11497) Peter Nelson 2023-11-26 19:30:22 +00:00
  • 977758b9ca Version: Committing version data for tag: jgrpp-0.56.0 Jonathan G Rennison 2023-11-26 18:46:25 +00:00
  • 7bee955a4b Change: Set height of larger heightmap/scenario worldgen buttons by text height. (#11496) Peter Nelson 2023-11-26 17:56:51 +00:00
  • ca23e31986 Add railtype variable for adjacent crossing information Jonathan G Rennison 2023-11-26 17:29:27 +00:00
  • 872fdcbbab Change: When building NewGRFs, use grfid (from grfcodec) to calculate NewGRF MD5 hash. (#11492) Peter Nelson 2023-11-26 15:59:41 +00:00
  • a3371fccc6 Remove Cheats/ExtraCheats distinction Jonathan G Rennison 2023-11-26 11:32:26 +00:00
  • c5a292c0df Fix #11493: Incorrect flow values in LinkGraphJob::EdgeAnnotation (#11494) Jonathan G Rennison 2023-11-25 20:57:20 +00:00
  • c6b9227dbb Update: Translations from eints translators 2023-11-25 18:37:21 +00:00
  • d28caa3ced Codechange: Use ticks for timetable start date Tyler Trahan 2023-11-11 08:31:27 -05:00
  • 3902acb13d Codechange: Define a TickCounter variable type for TimerGameTick::counter Tyler Trahan 2023-11-20 12:00:34 -05:00
  • bc1d49ebf4 Codechange: Add missing ar from Toolb. Peter Nelson 2023-11-24 22:10:52 +00:00