1
0
Fork 0

Commit Graph

  • 0f0a42ad87 Codechange: use std::string_view for NewsTypeData Rubidium 2025-04-26 11:42:28 +0200
  • 77b23b40da Codechange: use std::string_view for connection/URI strings Rubidium 2025-04-26 11:38:46 +0200
  • 828cdfc4a9 Codechange: use std::string view for URI and std::move for data Rubidium 2025-04-26 11:38:25 +0200
  • be9cf374c0 Codechange: use std::string_view for some settings functions Rubidium 2025-04-26 11:29:47 +0200
  • 8c7d95a513 Codechange: use std::string_view for GetNextParameterString Rubidium 2025-04-26 11:22:09 +0200
  • 365eed533d Codechange: use std::string_view for console commands Rubidium 2025-04-20 14:10:36 +0200
  • f04cf54939 Codechange: make IConsoleCmdExec use C++ strings internally Rubidium 2025-04-24 17:43:35 +0200
  • 28d0e6dfc0
    Change: [Script] Reject scripts using negative version (#14096) Loïc Guilloux 2025-04-26 14:02:36 +0200
  • 4a5db57f7b
    Fix #14107: Mark the company value in the company view window dirty when it changes. (#14112) Peter Nelson 2025-04-26 12:56:11 +0100
  • 856f1c96e3
    Fix #14107: Mark the company value in the company view window dirty when it changes. Peter Nelson 2025-04-26 10:43:32 +0100
  • dfd9fbf873
    Codechange: Defer refreshing company finance windows. (#14111) Peter Nelson 2025-04-26 11:50:51 +0100
  • a1f086e60c
    Fix #14107: Invalidate all shared vehicle windows when changing group. (#14110) Peter Nelson 2025-04-26 11:49:41 +0100
  • d94d50738f
    Codechange: Defer refreshing company finance windows. Peter Nelson 2025-04-26 10:32:19 +0100
  • 3f4b1cb183
    Fix #14107: Invalidate all shared vehicle windows when changing group. Peter Nelson 2025-04-26 10:55:21 +0100
  • c1b29b1c63 Codechange: use std::string_view for console commands Rubidium 2025-04-20 14:10:36 +0200
  • bb1d561369 Update: Translations from eints translators 2025-04-26 04:44:12 +0000
  • c06c2446a3
    Fix #14104, 67a0fcc: Don't base timetable timing decisions on client settings. Peter Nelson 2025-04-25 21:59:26 +0100
  • c8c2ddaa1d Change: Extend the scrollbar only along the scrolled content. frosch 2025-04-25 20:19:18 +0200
  • 1b6c011ec3 Codechange: make IConsoleCmdExec use C++ strings internally Rubidium 2025-04-24 17:43:35 +0200
  • 08ce16018b Codechange: make start-ai console command parsing work with std::string_view Rubidium 2025-04-25 00:05:16 +0200
  • ccbf7f4a46 Codechange: validate the given seed Rubidium 2025-04-24 23:55:38 +0200
  • 86039a5b69 Codechange: make SetDebugString use C++-style strings and function types Rubidium 2025-04-24 23:50:59 +0200
  • 498a0f1c1b Codechange: use C++ strings over C-strings Rubidium 2025-04-24 23:26:13 +0200
  • 878ba7a39b Codechange: make start-ai console command parsing work with std::string_view Rubidium 2025-04-25 00:05:16 +0200
  • efd2fe4a05 Codechange: validate the given seed Rubidium 2025-04-24 23:55:38 +0200
  • 8d7eae1c56 Codechange: make SetDebugString use C++-style strings and function types Rubidium 2025-04-24 23:50:59 +0200
  • 798aba9d9b Add: Limit height of settings description, and add scrollbar. frosch 2025-04-25 13:56:15 +0200
  • 4a09860c53
    Fix: Focus settings filter box (only) when the tab becomes active. (#14100) frosch 2025-04-25 12:04:26 +0200
  • f151bff779 Fix: Focus settings filter box (only) when the tab becomes active. frosch 2025-04-25 10:41:20 +0200
  • 9627485fd5 Fix: [NewGRF] For animation-triggers which do not supply a cargo-type in var18, the var18 bits should remain empty. frosch 2025-04-24 17:32:45 +0200
  • a2e84b9802 Change: [NewGRF] Animation-trigger 'construction stage changed' of houses and industries now also triggers at construction start. frosch 2025-04-24 09:57:31 +0200
  • 96a0a39fe0 Add: [NewGRF] Station/roadstop animation-triggers 'tile loop' (bit 7) and 'path reservation' (bit 8). frosch 2025-04-22 22:21:23 +0200
  • f554d799d7
    Change: [NewGRF] Provide shared random bits in multi-tile animation-triggers of airport tiles and objects, just like for other features. (#14090) frosch 2025-04-25 10:01:01 +0200
  • 8b927220c7
    Change: Move Game Options toggles to before label, add Off/On text. (#14097) Peter Nelson 2025-04-25 07:49:33 +0100
  • e61762a805 Update: Translations from eints translators 2025-04-25 04:46:37 +0000
  • b486806cac Codechange: use C++ strings over C-strings Rubidium 2025-04-24 23:26:13 +0200
  • e41ffc643b
    Change: Move Game Options toggles to before label, add Off/On text. Peter Nelson 2025-04-24 21:28:10 +0100
  • c41f3f9e6e Change: [Script] Reject scripts using negative version glx22 2025-04-24 22:31:34 +0200
  • 87b5b0ffa3
    Fix 2b80812922: Map size column in server list may be too wide. (#14094) Peter Nelson 2025-04-24 21:05:31 +0100
  • 9ca4723900 Codechange: make IConsoleCmdExec use C++ strings internally Rubidium 2025-04-24 17:43:35 +0200
  • 2087bca87d Codechange: replace atoi with ParseInteger in console commands Rubidium 2025-04-23 19:53:42 +0200
  • ddc0d6ead3 Codechange: use string comparision for ConExec's second parameter Rubidium 2025-04-23 20:42:29 +0200
  • 5ed9b84d1f
    Fix 2b80812922: Map size column in server list may be too wide. Peter Nelson 2025-04-24 17:00:17 +0100
  • e75528045c Change: [NewGRF] Provide shared random bits in multi-tile animation-triggers of airport tiles and objects, just like for other features. frosch 2025-04-24 17:28:09 +0200
  • dc1c3d71de Codechange: replace atoi with ParseInteger in console commands Rubidium 2025-04-23 19:53:42 +0200
  • b5f6c1ef72 Codechange: use string comparision for ConExec's second parameter Rubidium 2025-04-23 20:42:29 +0200
  • f9aef24325 Fix: Remove unwanted river artifacts after generation SamuXarick 2025-01-23 18:12:57 +0000
  • a01d47b333
    Doc: Correct baseset obg file MD5 and url documentation (#14086) Richard Wheeler 2025-04-24 12:24:32 +0100
  • 880a947eb3 Fix: [NewGRF] Randomisation-trigger 'path reservation' did not work for waypoints. frosch 2025-04-22 18:34:28 +0200
  • bc0eaf9ac4 Codechange: Allow passing waypoints to Trigger(Station|RoadStop)Randomisation. frosch 2025-04-22 18:27:49 +0200
  • c0cd7cafe4
    Change: Remove minimum width from advanced settings panel of Game Options window. (#14088) Peter Nelson 2025-04-24 00:39:35 +0100
  • 7846f0f4ee
    Fix a4dc7249ee: Changing language or interface scale could hang. (#14087) Peter Nelson 2025-04-24 00:29:54 +0100
  • 5a01ec79e8
    Change: Remove minimum width from advanced settings panel of Game Options window. Peter Nelson 2025-04-23 23:49:36 +0100
  • e0ab05ca1a
    Fix a4dc7249ee: Changing language or interface scale could hang. Peter Nelson 2025-04-23 23:40:12 +0100
  • 095deb3474 Doc: Correct baseset obg file MD5 and url documentation Richard Wheeler 2025-04-23 22:32:24 +0100
  • 78d3eaf3e2 Change: Slider widget can now be colourful. Peter Nelson 2025-04-18 15:47:35 +0100
  • 20738865f0 Change: Use standard mauve/yellow scheme for game options window. Peter Nelson 2025-04-18 15:43:00 +0100
  • 17e7dafa2a Change: Add alternate_colour widget data for boolean button. Peter Nelson 2025-04-21 17:08:10 +0100
  • 7953a97cbb Change: Adjust section names in Graphics options tab. Peter Nelson 2025-04-21 22:36:54 +0100
  • 77da79a052 Codechange: Remove unnecessary SetMinimalSize from Game Options window. Peter Nelson 2025-04-21 22:13:04 +0100
  • a4dc7249ee Change: Merge Game Options and Game Settings together. Peter Nelson 2024-12-31 11:47:40 +0000
  • f102c29836
    Merge a359a36d46 into 6f056283f2 frosch 2025-04-23 17:28:21 +0000
  • 6f056283f2
    Fix: [NewGRF] For roadstop multi-tile-animation-triggers, the upper 16 bits were not the same for all tiles. (#14084) frosch 2025-04-23 19:26:09 +0200
  • 1212fd4f01
    Change: Slider widget can now be colourful. Peter Nelson 2025-04-18 15:47:35 +0100
  • 30f1089b7a
    Change: Use standard mauve/yellow scheme for game options window. Peter Nelson 2025-04-18 15:43:00 +0100
  • b6802421ba
    Change: Add alternate_colour widget data for boolean button. Peter Nelson 2025-04-21 17:08:10 +0100
  • 7a7b3bce48
    Change: Adjust section names in Graphics options tab. Peter Nelson 2025-04-21 22:36:54 +0100
  • 2821dfebce
    Codechange: Remove unnecessary SetMinimalSize from Game Options window. Peter Nelson 2025-04-21 22:13:04 +0100
  • 62edb1a26a
    Change: Merge Game Options and Game Settings together. Peter Nelson 2024-12-31 11:47:40 +0000
  • 1970d984ef Fix: [NewGRF] For roadstop multi-tile-animation-triggers, the upper 16 bits were not the same for all tiles. frosch 2025-04-23 18:39:29 +0200
  • f8bdc1e612
    Fix f5ffd47: Don't skip separator while reading a record (#14083) Loïc Guilloux 2025-04-23 17:30:51 +0200
  • 85af61b5f2 Fix f5ffd47: Don't skip separator while reading a record glx22 2025-04-23 16:16:15 +0200
  • 6d5aee0545
    Codechange: Restructure RoadStop Entries to reduce pointers. (#14069) Peter Nelson 2025-04-23 08:29:34 +0100
  • 41ed5f9822
    Fix c7d6934816: Town view caption lost "(City)" flag. (#14082) Peter Nelson 2025-04-23 08:14:08 +0100
  • b419453ac1
    Fix c7d6934816: Town view caption lost "(City)" flag. Peter Nelson 2025-04-23 07:17:15 +0100
  • d9dc6cb5e4 Update: Translations from eints translators 2025-04-23 04:46:38 +0000
  • d028c7f9e2
    Codefix: Incorrect type for OnDropdownSelect widget parameter. (#14074) Peter Nelson 2025-04-22 22:44:25 +0100
  • 4149384ebc Codechange: simplify and move GetArgumentInteger Rubidium 2025-04-22 21:47:59 +0200
  • 70260629a7 Codechange: simplify and move GetArgumentInteger Rubidium 2025-04-22 21:47:59 +0200
  • 2bee313642 Codechange: Replace FindVehicleOnPos with 'for' loop. frosch 2025-04-22 15:54:43 +0200
  • 06c399b79e Codechange: Replace HasVehicleOnPos and callbacks with HasVehicleOnTile and lambda-predicates. frosch 2025-04-22 14:23:43 +0200
  • dacd77b2bd Codechange: Use FindVehicleOnPos instead of HasVehicleOnPos, if there is no stop condition. frosch 2025-04-22 14:22:39 +0200
  • fca3103d8c Codechange: Add iterator for vehicles on a tile. frosch 2025-04-22 13:58:21 +0200
  • 28a539040b Add: [NewGRF] House animation-trigger 'built' (callback 0x164). frosch 2025-04-22 21:47:53 +0200
  • d7fefa2f02 Add: [NewGRF] Industry animation-trigger 'built' (bit 5). frosch 2025-04-22 21:44:16 +0200
  • 5cc32169fe Fix: [NewGRF] Randomisation-trigger 'path reservation' did not work for waypoints. frosch 2025-04-22 18:34:28 +0200
  • 2d6b80a0a2 Codechange: Allow passing waypoints to Trigger(Station|RoadStop)Randomisation. frosch 2025-04-22 18:27:49 +0200
  • a618b39f73 Codechange: Replace FindVehicleOnPos with 'for' loop. frosch 2025-04-22 15:54:43 +0200
  • f5bb56f3cf Codechange: Replace HasVehicleOnPos and callbacks with HasVehicleOnTile and lambda-predicates. frosch 2025-04-22 14:23:43 +0200
  • 4b13071a2a Codechange: Add comment about cargo-triggers for cargo-indepentent randomisation-triggers. frosch 2025-04-22 20:23:29 +0200
  • a75b0aab73 Add: [NewGRF] Animation-trigger 'built' for industry tiles (bit 5), and houses (callback 0x164). frosch 2025-04-22 19:21:17 +0200
  • 25ac3a965d Add: [NewGRF] Station/roadstop randomisation-triggers '250 ticks' (bit 6) and 'tile loop' (bit 7), and animation-triggers 'tile loop' (bit 7) and 'path reservation' (bit 8). frosch 2025-04-22 18:37:39 +0200
  • 6aadfb85b6 Add: [NewGRF] Path-reservation randomisation-trigger for waypoints. frosch 2025-04-22 18:34:28 +0200
  • 3defe64f9e Codechange: Allow passing waypoints to Trigger(Station|RoadStop)Randomisation. frosch 2025-04-22 18:27:49 +0200
  • c6e79e9d8d
    Merge 18f4410ad5 into 917ef03e97 TrevorShelton 2025-04-22 17:52:47 +0000
  • 20df79cc73
    Merge e7125176b2 into 917ef03e97 sevii1 2025-04-22 17:52:47 +0000
  • 890b67b8c0
    Merge 2f66088bab into 917ef03e97 Charles Pigott 2025-04-22 17:52:46 +0000
  • 917ef03e97 Codechange: use std::string_view in IConsole settings API Rubidium 2025-04-21 22:28:57 +0200
  • b279bc37e7 Codechange: use std::string_view to set string settings Rubidium 2025-04-21 22:36:40 +0200
  • fdb8defa64 Codechange: use std::string_view to parse setting values Rubidium 2025-04-21 22:21:52 +0200