Commit Graph

  • 3b90d00378
    Merge 4350521b7c into 991b7a958e lucaFiorini 2024-04-28 18:11:32 +0200
  • 991b7a958e Do not reset lateness on auto-timetable congestion detection, when using scheduled dispatch jgrpp Jonathan G Rennison 2024-04-27 18:45:37 +0100
  • b39bd33c1c
    Update: Korean translation up to 980de73 (#688) TELK 2024-04-25 03:49:01 +0900
  • 29871e412c Fix 69e7c1697: Add missing include for MSVC Jonathan G Rennison 2024-04-24 17:16:03 +0100
  • bbb4abcafc Update: Korean translation up to 980de735 TELK 2024-04-24 20:59:10 +0900
  • 2ed145b162 Update: Korean translation - time TELK 2024-04-21 13:09:45 +0900
  • 5cff938970 Update: ko-KR / Colouring some setting TELK 2024-03-16 09:20:43 +0900
  • ce40e85ccc Fix ROADSTOP_DRAW_MODE_WAYP_GROUND when used with RSF_DRAW_MODE_REGISTER Jonathan G Rennison 2024-04-23 22:30:13 +0100
  • 07cfa5f602 Fix documentation comment for RSF_DRAW_MODE_REGISTER Jonathan G Rennison 2024-04-23 22:29:55 +0100
  • 980de7353d TBTR: Fix replacement servicing condition when using infinite money Jonathan G Rennison 2024-04-23 17:16:15 +0100
  • 69e7c1697e Win32: Increase buffer size and count in wave out sound driver Jonathan G Rennison 2024-04-22 17:24:44 +0100
  • 3136f08b86 Debug: Fix display of engine cargo age period and reliability decay speed Jonathan G Rennison 2024-04-21 19:59:53 +0100
  • 33baceaef7 Maintain timer sort invariants when changing period Jonathan G Rennison 2024-04-20 15:09:49 +0100
  • 674642f9cc Add a priority field to TimerGameTick::TPeriod Jonathan G Rennison 2024-04-20 21:29:21 +0100
  • d5b8f51bf9 Rename variable to fix Windows header name collision Jonathan G Rennison 2024-04-20 21:01:43 +0100
  • 71227f61d8 Use MoveFileExW to implement FioRenameFile on Windows Jonathan G Rennison 2024-04-20 20:46:10 +0100
  • 083d91a582 Remove use of shell API function for rename Jonathan G Rennison 2024-04-20 20:39:32 +0100
  • 653e217bb1 Fix: Signature validation did not close its file. (#12479) Peter Nelson 2024-04-11 14:37:29 +0100
  • 8fdc91bd9f Fix a29766d: Wrong scrolling dropdown list position with RTL. (#12412) Peter Nelson 2024-04-02 13:29:15 +0100
  • 54093fb8b2 Fix: [Win32] Force font mapper to only use TrueType fonts (#12406) Loïc Guilloux 2024-04-01 22:59:13 +0200
  • 98dc6c3c81 Fix NewGRF byte order when using -q Jonathan G Rennison 2024-04-20 19:46:51 +0100
  • ae16df2d61 Fix #12497: Add workaround for motion_counter being implemented correctly. Peter Nelson 2024-04-14 23:39:25 +0100
  • 6056a00222 Fix incorrect train weight used for infrastructure sharing track fees Jonathan G Rennison 2024-04-18 18:00:01 +0100
  • 0150f8f570 Merge branch 'master' into jgrpp Jonathan G Rennison 2024-04-18 17:37:25 +0100
  • e17c6da46a Fix industry cargoes when loading newer vanilla savegames Jonathan G Rennison 2024-04-17 17:35:01 +0100
  • d70c824056 Linkgraph: Increase effect strength of distance scaling setting Jonathan G Rennison 2024-04-17 17:28:39 +0100
  • d52d447603 Update station/industry nearby lists in BuildOilRig Jonathan G Rennison 2024-04-17 17:07:00 +0100
  • 41543498f4 Fix ships leaving dots behind in viewport map mode Jonathan G Rennison 2024-04-16 17:51:51 +0100
  • 1e38e513ae Fix EnginesDailyLoop being called on new economy day instead of calendar Jonathan G Rennison 2024-04-16 17:16:35 +0100
  • 0dcbcedbac Fix ScriptRail::BuildSignal when using realistic braking with block signals Jonathan G Rennison 2024-04-15 00:16:41 +0100
  • 4350521b7c adds check on whether orderlist is initialised on export lucaFiorini 2024-04-14 16:33:57 +0200
  • 0019e84188 adds version control to orderlist exporting lucaFiorini 2024-04-14 16:32:27 +0200
  • 46d71463d9 🌐 Update Galician Translations 2024-04-14 FedelloKirfed 2024-04-14 10:32:55 +0200
  • 1ab419f6e5 WIP tmp-jgrpp Jonathan G Rennison 2024-04-10 20:36:00 +0100
  • 40644f21d4 Version: Committing version data for tag: jgrpp-0.58.3 jgrpp-0.58.3 Jonathan G Rennison 2024-04-10 19:25:55 +0100
  • 6642b7e12c Temporary fix for click/tooltip alignment of cargo lines in industry chains window Jonathan G Rennison 2024-04-10 18:43:41 +0100
  • 8e0fa32d33 Fix merge/editing error in IndustryCargoesWindow Jonathan G Rennison 2024-04-10 17:34:57 +0100
  • 3d04989507 Link graph: Change distance scaling algorithm in demand scaler Jonathan G Rennison 2024-04-09 23:35:21 +0100
  • 3712b84d2e Fix narrowing conversion warnings Jonathan G Rennison 2024-04-09 18:45:37 +0100
  • bf0cb3c43f Codechange: let lengthof fail when anything that isn't a C-style array is passed Rubidium 2024-04-05 22:34:24 +0200
  • 28e74005d0 Remove various uses of lengthof on std::array Jonathan G Rennison 2024-04-08 19:55:58 +0100
  • 919830db7a Fix: do not use lengthof() for non C-style arrays Rubidium 2024-04-05 22:34:20 +0200
  • c5b854a422 Codechange: Avoid lengthof() on std::array. Peter Nelson 2023-07-15 20:44:07 +0100
  • 9b830e9eb2 Fix: Aircraft crash counter was too low to reach ground. (#12425) Peter Nelson 2024-04-05 19:16:22 +0100
  • cc6322e0a3 Fix #12233: Mini order list overlaps vehicle group name. (#12423) Peter Nelson 2024-04-05 08:18:12 +0100
  • df03366cf5 Fix #12114: Viewport coords of crashed aircraft not updated when falling. (#12424) Peter Nelson 2024-04-05 08:17:42 +0100
  • 89e3b009c3 Fix changing sprite alignment in sprite aligner window Jonathan G Rennison 2024-04-07 12:40:24 +0100
  • 1a6a4c9a6c Fix path-only signal cycle mode being ignored when using realistic braking Jonathan G Rennison 2024-04-05 17:54:21 +0100
  • a9dbd793b4 Implement Vehicle::GetCargoTile for (multi-part) ships Jonathan G Rennison 2024-04-03 22:26:04 +0100
  • 3cf43de059 Fix #12415, 9c49a61, df400ef: Aircraft::tile is valid only for front vehicle (#12416) Loïc Guilloux 2024-04-03 23:16:36 +0200
  • 0008e7d769 Fix velocity unit names used in cargo payments graph window Jonathan G Rennison 2024-03-31 17:48:58 +0100
  • 4d47eee48d Lang: Update tiles/day and tiles/sec unit name strings Jonathan G Rennison 2024-03-31 17:48:42 +0100
  • 6e689c2b93 Fix tiles/day speed unit in wallclock mode Jonathan G Rennison 2024-03-31 17:02:27 +0100
  • e041fb8b25 Fix industry window production last month string in wallclock mode Jonathan G Rennison 2024-03-31 16:52:14 +0100
  • 9dc332ca59 Fix choppy audio playback of sound effects on Windows Jonathan G Rennison 2024-03-31 16:17:30 +0100
  • 083a05a179 Adjust case of vehicle list window drop down items Jonathan G Rennison 2024-03-30 16:42:59 +0000
  • d31359f4d2 Saveload: Fix doc comment for SlXvGetFeatureName Jonathan G Rennison 2024-03-30 16:31:31 +0000
  • 98f1fb2722 Saveload: Fix NGRF chunks being saved with incorrect table SL_ARR format Jonathan G Rennison 2024-03-30 10:16:26 +0000
  • 9f7d25e02d TBTR: Fix head state migration when using start/stop callbacks Jonathan G Rennison 2024-03-29 16:20:54 +0000
  • 3439d208d7 TBTR: Fix cost estimation of replacement when using wagon attach callbacks Jonathan G Rennison 2024-03-29 16:09:13 +0000
  • 192a3b4e70 Fix: order insertion oversight lucaFiorini 2024-03-29 16:32:26 +0100
  • 23b1a97bf3 fix compiler errors on non-windows systems lucaFiorini 2024-03-28 22:39:24 +0100
  • 4ee6381a1f FIOS fixes lucaFiorini 2024-03-28 21:51:34 +0100
  • 0ba9d9bb18 Version: Committing version data for tag: jgrpp-0.58.2 jgrpp-0.58.2 Jonathan G Rennison 2024-03-28 20:07:44 +0000
  • 26fff27e50 full import working lucaFiorini 2024-03-28 20:50:19 +0100
  • 64a67d8821 Change: [CI] Always use latest stable Xcode glx22 2024-03-27 21:14:04 +0100
  • 3f678ade03 GUI fixed and order import completed lucaFiorini 2024-03-28 17:15:39 +0100
  • 315dd62bd9 Fix Vehicle::CopyVehicleConfigAndStatistics not releasing unit number Jonathan G Rennison 2024-03-27 19:25:03 +0000
  • afaf452534 Fix: Changing NPF max search nodes while in-game had no effect (#12194) SamuXarick 2024-03-25 16:28:16 +0000
  • 5c345f55e2 Fix #12368: Incorrect offset for click position within industry chain window. (#12370) Peter Nelson 2024-03-24 18:35:33 +0000
  • b919c412b9 Fix 2fd9096: Label for fruit incorrectly changed to `FRUI` from `FRUT`. (#12367) Peter Nelson 2024-03-24 15:53:26 +0000
  • 8e9600991a Clear vehicle unit number on load for non-primary vehicles Jonathan G Rennison 2024-03-26 17:46:56 +0000
  • 459e13fc5a Remove unused command: CMD_SET_VEHICLE_UNIT_NUMBER Jonathan G Rennison 2024-03-26 17:26:49 +0000
  • 04721ba625 basic order data importing + json files displayed instead of xml + display station names in output json lucaFiorini 2024-03-25 22:09:18 +0100
  • 366f1b622a Full orderlist exporting implementation and partial importing implementation. lucaFiorini 2024-03-24 21:43:07 +0100
  • c295b1d99e Use OTTD2FS for unlink when using iconv Jonathan G Rennison 2024-03-24 13:34:40 +0000
  • e9c8c36af7 Add missing include to src/sl/saveload.cpp Jonathan G Rennison 2024-03-24 10:59:06 +0000
  • 5d8e40cad4 Codechange: use int32_t instead of uint16_t for scroll bar position/size/capacity Rubidium 2024-02-25 19:42:28 +0100
  • 2219b8e378 Fix: Don't let CT_INVALID map to valid cargo type. (#12364) Peter Nelson 2024-03-23 20:18:31 +0000
  • 5b127ed23e Revert bbdbf9a: ScriptTimeMode was not the best solution for economy/calendar support glx22 2024-03-23 17:41:13 +0100
  • 0b6d73fab2 Add: [SDL2] Driver parameter 'no_mouse_capture' to ease interactive debugging (#12336) frosch 2024-03-23 20:48:26 +0100
  • a12f166815 Fix: crash to desktop when attempting to join a company while not joined (yet) Rubidium 2024-03-22 19:50:27 +0100
  • d21369b258 Change: Show unbunching action in timetable window (#12351) Tyler Trahan 2024-03-23 08:23:13 -0400
  • 1c66ac2d81 Fix #12347: Crash attempting to find catchment tiles of a station with no catchment area. (#12348) Peter Nelson 2024-03-23 12:03:59 +0000
  • bedc33c46e Renamed orderlist import/export options lucaFiorini 2024-03-23 19:37:42 +0100
  • 547d9ffe19 styling fixes lucaFiorini 2024-03-23 14:06:18 +0100
  • a11a8d0b29 Allow removing vehicle from slots using vehicle details window dropdown Jonathan G Rennison 2024-03-22 17:22:42 +0000
  • 4508fbd406 Fixes wrong pre-declaration location lucaFiorini 2024-03-22 18:01:40 +0100
  • aa0b871674 Reverted wrong change lucaFiorini 2024-03-21 23:23:26 +0100
  • eaafbae879 Extended fios to display xml orferlist files. lucaFiorini 2024-03-21 23:12:30 +0100
  • 0484ba700f Allow manually removing/setting train speed restriction Jonathan G Rennison 2024-03-21 21:28:33 +0000
  • a0454490ab Fix some command ID comments Jonathan G Rennison 2024-03-21 20:42:03 +0000
  • 2fb0fc2994 add orderlist export/import buttons lucaFiorini 2024-03-21 18:32:47 +0100
  • 16577279a1 Saveload: Save to temporary file name and rename to target on success Jonathan G Rennison 2024-03-21 17:27:27 +0000
  • 5e87d95013 Return success boolean from FioRenameFile Jonathan G Rennison 2024-03-21 17:11:32 +0000
  • 4d0af08aad Saveload: Log number of bytes/blocks serialised during save Jonathan G Rennison 2024-03-20 19:11:14 +0000
  • 26cb47935e Saveload: Raise error if fclose fails in FileWriter Jonathan G Rennison 2024-03-20 18:15:40 +0000
  • 84c476cea5 Avoid data race in calls to VideoDriver::GetGameInterval Jonathan G Rennison 2024-03-20 17:39:46 +0000
  • 2c63a65b87 Don't first increment start order index in AdvanceOrderIndexDeferred Jonathan G Rennison 2024-03-20 12:36:50 +0000
  • 4a767b279c Crashlog: Windows: Use VirtualAlloc for crash log object and text buffer Jonathan G Rennison 2024-03-18 19:20:21 +0000