Commit Graph

  • 3d45bc4abe Feature: Build objects by area Tyler Trahan 2022-02-02 17:24:52 -07:00
  • bd357656ba Codechange: [NewGRF] Replace magic number for default object size by a constant. Michael Lutz 2022-10-16 17:05:50 +02:00
  • e604b76d18 Fix: List a max of four share owners instead of three SamuXarick 2022-05-31 14:44:05 +01:00
  • 3dda8c9bad Fix: ScriptRoad::HasRoadType really check for RoadType SamuXarick 2022-06-26 20:49:08 +01:00
  • 45d98f689a Fix #9993: Handle DPI changes on macOS and Windows Bouke Haarsma 2022-09-07 22:17:10 +02:00
  • bda602f4b0 Fix: reduce framerate overhead on train ticks Bouke Haarsma 2022-09-27 17:34:55 +02:00
  • f4e2a462fe Cleanup: Remove unused flag sprites. frosch 2022-09-26 17:09:30 +02:00
  • 5cc1a48db7 Change: Use NC_BIGFIRST in group window. Peter Nelson 2022-10-02 19:40:51 +01:00
  • ba94efba87 Change: Add flag to apply resize to largest resize step first. Peter Nelson 2022-10-02 19:34:22 +01:00
  • dc1b84aa1e Cleanup: Text widgets are capable of drawing text without assistance. Peter Nelson 2022-09-23 22:49:38 +01:00
  • 0e3400894f Cleanup: Remove redundant WWT_PANEL SetDataTips. Peter Nelson 2022-09-23 22:55:17 +01:00
  • 296af146fb Change: Default widget text colour to black. Peter Nelson 2022-09-23 22:47:50 +01:00
  • db98cedb7e Fix #9883: Show cost/income float over end tile of rail or road construction Tyler Trahan 2022-05-11 18:52:38 -06:00
  • 7f782a1bc3 Fix calculating train curve speed limit on dual rail type tiles Jonathan G Rennison 2022-10-15 22:14:21 +01:00
  • d2526780be Include list of connected clients in server desync logs Jonathan G Rennison 2022-10-15 21:41:07 +01:00
  • dd16df976c Include client IDs in network server command logs Jonathan G Rennison 2022-10-15 21:11:36 +01:00
  • 7e452d6341 Normal/shunt mode signals default to shunt mode for depot routes Jonathan G Rennison 2022-10-15 17:21:28 +01:00
  • 9ee3bf7fcf Fix normal/shunt signal mode with intermediary shunt signals Jonathan G Rennison 2022-10-15 17:20:50 +01:00
  • 377fb5ec30 CheckCaches: Check town cache fields individually Jonathan G Rennison 2022-10-15 17:02:30 +01:00
  • 4c61d4ce8b Remove global variable for terraforming errors Jonathan G Rennison 2022-10-13 20:49:21 +01:00
  • 02cb1dc2c4 CommandCost: Add a tile auxiliary field Jonathan G Rennison 2022-10-13 20:41:50 +01:00
  • 135dc547e2 Split rarely used CommandCost fields into aux struct via unique_ptr Jonathan G Rennison 2022-10-13 20:37:45 +01:00
  • 38c2fa3b66 Add a change counter value special order type Jonathan G Rennison 2022-10-13 20:09:20 +01:00
  • 7167175aa5 Simplify strings for tracerestrict change counter action Jonathan G Rennison 2022-10-13 19:04:59 +01:00
  • 91af0c82d3 Adjust CmdModifyOrder p2 bit allocation Jonathan G Rennison 2022-10-12 18:09:59 +01:00
  • 3e86f337a8 Change: Simplify graph's company key window. Peter Nelson 2022-09-13 18:11:00 +01:00
  • ccb62c3a55 Change: Simplify industry-cargoes widgets. Peter Nelson 2022-10-02 19:24:48 +01:00
  • edbf99ed17 Change: Use standard sizing for AI competitor limit buttons. Peter Nelson 2022-10-02 19:23:21 +01:00
  • 33704269bd Change: Simplify widget layout of settings window. Peter Nelson 2022-10-02 16:04:16 +01:00
  • 686204ff1c Change: Simplify widget layout of story book window. Peter Nelson 2022-10-01 16:46:27 +01:00
  • e8edecf6b1 Change: Adjust layout of file windows to fix overlapping widgets. Peter Nelson 2022-10-02 20:28:29 +01:00
  • fc944829e1 Change: Don't use zero-sized plane for World Generation window. Peter Nelson 2022-09-29 13:49:45 +01:00
  • 846cd7e228 Add setting to limit length of continuous inclined roads built by towns Jonathan G Rennison 2022-10-10 18:14:09 +01:00
  • 1e4912cf78 Add setting for if/when towns can build tunnels Jonathan G Rennison 2022-10-10 18:01:44 +01:00
  • 887b760c88 Change: Strip symbols from bundles except macOS (#10072) Bouke Haarsma 2022-10-10 14:42:54 +02:00
  • 9059215b3b Fix #10073: Stop truncating output of list_ai and friends commands Charles Pigott 2022-10-10 12:19:58 +01:00
  • 24f3022ee0 Fix #10074: list_ai console commands and friends were missing help text Charles Pigott 2022-10-10 11:23:09 +01:00
  • 7e6f7ebba6 VarAction2: Remove umax operations with constant 0 Jonathan G Rennison 2022-10-08 22:14:54 +01:00
  • 419c356f30 VarAction2: Remove mul and div operations with constant 1 Jonathan G Rennison 2022-10-08 22:14:39 +01:00
  • 669b3f2e04 Debug: Add GRF inspect window support for cargoes Jonathan G Rennison 2022-10-08 21:53:56 +01:00
  • 5cc56a6145 Crashlog: Limit iterations of calls to bfd_find_inliner_info Jonathan G Rennison 2022-10-08 19:46:10 +01:00
  • 63699e3f24 Timetable window: Add further hints about automation with auto-separate Jonathan G Rennison 2022-10-08 19:35:24 +01:00
  • d61fbb977e Add order management dropdown, add duplicate order and move jump target Jonathan G Rennison 2022-10-08 00:46:22 +01:00
  • c482f05616 Update: Translations from eints english (au): 7 changes by krysclarke translators 2022-10-07 19:02:50 +00:00
  • d0dcb6547e Change: Don't strip symbols from bundles (#10071) Bouke Haarsma 2022-10-07 12:56:45 +02:00
  • fc22d50653 Version: Committing version data for tag: jgrpp-0.48.5 Jonathan G Rennison 2022-10-05 22:10:46 +01:00
  • 315bc3482d Fix #435: Clarify time duration of infrastructure sharing fee settings Jonathan G Rennison 2022-10-05 21:59:59 +01:00
  • 2a806cda21 Debug: Allow highlighting multiple registers Jonathan G Rennison 2022-10-05 21:10:49 +01:00
  • 094ef834a4 Debug: Add highlight support for perm storage registers Jonathan G Rennison 2022-10-05 21:05:56 +01:00
  • 633b903f16 Update: Translations from eints turkish: 7 changes by kgecmen translators 2022-10-05 19:06:12 +00:00
  • 311b4ebe9d VarAction2: Avoid marking a duplicate store as a clone of itself Jonathan G Rennison 2022-10-05 18:13:07 +01:00
  • 9e95b3d807 VarAction2: Limit iteration count when substituting variable loads Jonathan G Rennison 2022-10-05 17:41:49 +01:00
  • abe49c0b83 Fix release slot order buttons in ship/aircraft orders window Jonathan G Rennison 2022-10-05 00:10:36 +01:00
  • c7f55a058b Fix: link overlay line width on HiDPI displays (#10064) Bouke Haarsma 2022-10-04 11:58:58 +02:00
  • af6c4d50ce Change: Tidy up coverage area label widget layout. Peter Nelson 2022-09-26 17:52:31 +01:00
  • 8626090b24 Codechange: Draw station acceptance text in its own widget. Peter Nelson 2021-05-04 12:35:27 +01:00
  • 23b974fb39 Merge branch 'master' into jgrpp Jonathan G Rennison 2022-10-03 20:32:26 +01:00
  • 0818ce4ae7 Merge branch 'master' into jgrpp (SLV_U64_TICK_COUNTER) Jonathan G Rennison 2022-10-03 19:31:18 +01:00
  • 6fd46bf3a8 Merge pull request #437 from WoelfiVW/patch-4 Jonathan G Rennison 2022-10-02 20:40:07 +01:00
  • f011a559d0 Update: Translations from eints latvian: 1 change by lexuslatvia translators 2022-10-02 18:55:38 +00:00
  • 462d9414d6 Better word order Woelfi Von Wolfhausen 2022-10-02 18:54:20 +00:00
  • c6cb89827d Typos Woelfi Von Wolfhausen 2022-10-02 18:50:42 +00:00
  • c4d3a16999 Merge pull request #436 from WoelfiVW/patch-3 Jonathan G Rennison 2022-10-02 19:16:20 +01:00
  • 8184ad6427 Make small corrections regarding the orthography Woelfi Von Wolfhausen 2022-10-02 18:08:22 +00:00
  • 12eb23f0ab Clear old tree counter in map array on load of old savegames Jonathan G Rennison 2022-10-01 23:04:49 +01:00
  • 30bc490292 Codechange: Don't store tree counter in the map array dP 2022-09-11 00:12:23 +03:00
  • c2ede2af54 VarAction2: Allow inlining trivial procedures Jonathan G Rennison 2022-10-01 22:32:00 +01:00
  • 9e24414033 In ReloadNewGRFData recompute prices before reiniting windows Jonathan G Rennison 2022-10-01 14:31:26 +01:00
  • 60cc8ddf80 Fix road stops SetRoadStopAnimationFrame Jonathan G Rennison 2022-10-01 12:31:27 +01:00
  • 77f25a48a9 Only show/use appropriate parent or child registers in tile layout group Jonathan G Rennison 2022-09-30 20:49:50 +01:00
  • 73e5c57e6b Fix 5e413c9d: Last sprite offset in GRF file was not recorded (#10062) Jonathan G Rennison 2022-09-29 10:56:42 +01:00
  • f3fd9b5895 Codechange: typo in code comment (#10061) Bouke Haarsma 2022-09-29 01:12:21 +02:00
  • d843c8bd48 Update: Translations from eints italian: 5 changes by Rivarossi polish: 1 change by pAter-exe translators 2022-09-27 19:02:05 +00:00
  • fdf2d3dfe1 Fix vehicles with no cargo being shown with last cargo in build window Jonathan G Rennison 2022-09-26 21:54:14 +01:00
  • e5203f3409 Update: Translations from eints vietnamese: 7 changes by KhoiCanDev german: 6 changes by Wuzzy2 translators 2022-09-26 18:59:27 +00:00
  • e39962871f Version: Committing version data for tag: jgrpp-0.48.4 Jonathan G Rennison 2022-09-26 19:04:37 +01:00
  • 265d6e5b58 Merge pull request #434 from telk5093/jgrpp Jonathan G Rennison 2022-09-26 19:03:45 +01:00
  • bdc17b18e1 Cleanup: The readme is for people building/packaging OpenTTD. Player-focussed manuals are in the Wiki. (#10026) frosch 2022-09-26 18:17:36 +02:00
  • faa382beda Doc: Add Discord link in README and CONTRIBUTING (#10043) Tyler Trahan 2022-09-26 10:17:08 -06:00
  • e9de3e9c4d Update: Korean translation for some route restrict TELK 2022-09-26 21:32:13 +09:00
  • 761105aaa4 Update: Translations from eints russian: 1 change by Ln-Wolf catalan: 1 change by J0anJosep translators 2022-09-25 18:53:51 +00:00
  • b00e18fe9f Cleanup: Remove unused GetUnicodeGlyph() Peter Nelson 2022-09-17 23:23:51 +01:00
  • 2cdd8b7429 Change: Separate fontcache implementations. Peter Nelson 2022-09-15 19:57:10 +01:00
  • f6ad8e1c9c Change: Rename some freetype things to fontcache. Peter Nelson 2022-09-15 18:21:27 +01:00
  • 273988551d Fix: font_win32.cpp compile failure with WITH_FREETYPE Peter Nelson 2022-09-15 21:18:47 +01:00
  • 0c20a5f39f Fix: Open scenario editor date query once. (#10050) PeterN 2022-09-25 16:08:52 +01:00
  • 93b711d70d Fix #10048: Don't relocate company HQ on the same exact location (#10049) Loïc Guilloux 2022-09-24 21:56:23 +02:00
  • 70d33dc71f Update: Translations from eints spanish (mexican): 1 change by absay chinese (simplified): 1 change by XiaoJi-Game korean: 1 change by telk5093 translators 2022-09-24 18:54:01 +00:00
  • 2b29f1a181 Update: Translations from eints english (us): 1 change by 2TallTyler dutch: 15 changes by Bouke portuguese: 1 change by azulcosta translators 2022-09-23 18:57:59 +00:00
  • d7ceb7efea Change: Use widget string parameters for face window. (#10046) PeterN 2022-09-23 17:09:35 +01:00
  • bb9b6a8ca0 Fix hang when tram turned around against underside of tram custom bridge head Jonathan G Rennison 2022-09-23 17:03:20 +01:00
  • 69527abb6f Fix 9aef7b8c: Don't dispatch hover event if already hovering. (#10042) PeterN 2022-09-22 20:38:11 +01:00
  • 1f04cc62d9 Update: Translations from eints welsh: 8 changes by Osian korean: 6 changes by telk5093 translators 2022-09-22 18:54:52 +00:00
  • b3a8dd44e4 Fix crash when removing routing restriction with reserve through from tunnel/bridge Jonathan G Rennison 2022-09-22 18:12:24 +01:00
  • ac1071f4fc Merge branch 'master' into jgrpp Jonathan G Rennison 2022-09-21 18:07:02 +01:00
  • 607ef09fa5 Fix: File list mouse hover behaviour. (#10040) PeterN 2022-09-21 12:08:11 +01:00
  • 548f0496a9 Change: Make _tick_counter 64bit to avoid wrapping (#10035) dP 2022-09-21 13:42:29 +03:00
  • 164ec3ac07 Fix: Disable "turn around" button for other companies' road vehicles (#10033) Tyler Trahan 2022-09-21 04:39:56 -06:00
  • 07443969f9 Fix ca19a0d: Network hosts also use favorite face Tyler Trahan 2022-09-12 09:49:23 -06:00
  • 6d84b1e108 Fix ca19a0d: Send the proper network command when loading favorite face Tyler Trahan 2022-09-12 09:42:55 -06:00