Commit Graph

  • 89c0841d0a Codechange: Use SQInteger for generic numbers in script_company glx22 2023-02-10 01:42:01 +01:00
  • 7727323dbe Codechange: Use SQInteger for generic numbers in script_cargomonitor glx22 2023-02-10 01:18:00 +01:00
  • 40424601c6 Codechange: Use SQInteger for generic numbers in script_cargo glx22 2023-02-09 22:47:44 +01:00
  • 83826b1793 Codechange: Use SQInteger for generic numbers in script_bridgelist glx22 2023-02-09 22:26:02 +01:00
  • 58bf2f7176 Codechange: Use SQInteger for generic numbers in script_bridge glx22 2023-02-09 22:14:03 +01:00
  • 73561802cb Codechange: Use SQInteger for generic numbers in script_airport glx22 2023-02-09 19:44:31 +01:00
  • b6f3552e4b Fix: [Script] Inconsistent precondition failure return values glx22 2023-02-10 18:11:57 +01:00
  • e06a666fa2 Fix: remove ScriptController constructor from API documentation glx22 2023-02-10 18:11:57 +01:00
  • 67a4c5e0db Codechange: Use {fmt} for script_admin JSON generation glx22 2023-02-09 19:28:50 +01:00
  • ce8cde3b8d Fix: [Script] Detect circular references in ScriptText glx22 2023-03-05 17:00:57 +01:00
  • 9a957f1d4b Change: [Script] Improve ScriptText validation error messages glx22 2023-03-05 17:00:16 +01:00
  • 8fa61533f0 Fix 30ae072: when a road type is hidden, towns may not build them even when that flag is set Rubidium 2023-03-05 19:54:30 +01:00
  • e60632bce6 Update: Translations from eints italian: 12 changes by Rivarossi russian: 14 changes by Ln-Wolf finnish: 2 changes by hpiirai portuguese (brazilian): 14 changes by ericandradex translators 2023-03-05 18:44:04 +00:00
  • 30ae07269d Fix: game scripts must not build with non-existing road types Rubidium 2023-03-04 20:56:17 +01:00
  • 01ebfad809 Fix 3719f60: Crash when copying non-station orders (#10540) dP 2023-03-05 02:52:30 +04:00
  • 16a7bc54b3 Update: Translations from eints finnish: 2 changes by hpiirai catalan: 2 changes by J0anJosep translators 2023-03-04 18:44:24 +00:00
  • 87f4d37de3 Fix #10522: Link graph line tooltip test for vertical lines (#10524) Jonathan G Rennison 2023-03-03 22:37:17 +00:00
  • 3719f60de0 Add: Use specific error message when vehicle cannot go to station/waypoint Tyler Trahan 2022-03-29 22:14:12 +01:00
  • 44848f4edf Add: CommandCost supports an optional second error string Tyler Trahan 2018-11-19 18:59:25 +00:00
  • e3169c73bd Fix: Restore using founder client name as company manager name (#10535) dP 2023-03-04 01:04:02 +04:00
  • ec8b2836df Update: Translations from eints english (us): 2 changes by 2TallTyler dutch: 2 changes by Afoklala polish: 3 changes by pAter-exe translators 2023-03-03 18:44:33 +00:00
  • 58aa769282 Update: Translations from eints vietnamese: 2 changes by KhoiCanDev italian: 2 changes by Rivarossi russian: 2 changes by Ln-Wolf turkish: 3 changes by EndChapter portuguese: 2 changes by azulcosta translators 2023-03-02 18:50:41 +00:00
  • db32a7f0a4 fix: use new console interface miguel.horta 2023-03-02 16:04:47 +00:00
  • 2a2e51765a Cleanup 54db96b: Left-over function declaration (#10528) Loïc Guilloux 2023-03-01 23:53:50 +01:00
  • 9bdcbc5af7 Update: Translations from eints french: 3 changes by glx22 translators 2023-03-01 18:47:27 +00:00
  • 0e4b716815 Fix: O(N^2) cost of Station::RecomputeCatchmentForAll Jonathan G Rennison 2019-09-23 18:45:37 +01:00
  • 5d0ad5625b Fix : [NewGRF] Object and road stop ignore property handlers (#10525) Jonathan G Rennison 2023-03-01 00:19:39 +00:00
  • e17c82e32b Add: maximum number of companies allowed to the client list Zachary 2022-10-03 10:52:38 -04:00
  • 6f9b3fa964 Update: Translations from eints chinese (traditional): 7 changes by inAndyPao translators 2023-02-28 18:45:57 +00:00
  • 41b414bc1c Change: [Script] Restore support of {RAW_STRING} in ScriptText glx22 2023-02-18 14:37:52 +01:00
  • 991a797e09 Change: [Script] Validate ScriptText parameters type and amount glx22 2023-02-18 03:21:25 +01:00
  • 728973859d Change: [Script] Automate the ScriptObject reference counting Rubidium 2023-02-28 17:13:38 +01:00
  • a1fc4d5c0e Codechange: [Script] Merge the 3 ScriptText param arrays glx22 2023-02-18 02:29:50 +01:00
  • af15dca316 Change: [Script] Extract params info from GS strings glx22 2023-02-18 00:52:22 +01:00
  • 6e52ceab96 Feature: Industry directory text filter (#10518) Tyler Trahan 2023-02-28 12:20:41 -05:00
  • 1eefe1c3a0 Codechange: hide Tile(Extended) into the Tile structure Rubidium 2023-01-21 17:32:28 +01:00
  • 580d0a6343 Codechange: make use of Tile in for all direct map accesses Rubidium 2023-01-21 16:40:28 +01:00
  • 7a6452d3ef Codechange: introduce Tile class for accessing map data of a single tile Rubidium 2023-01-21 15:39:20 +01:00
  • 7a1816a6cd Codechange: rename Tile to TileBase to be able to introduce a new Tile class Rubidium 2023-01-21 15:16:28 +01:00
  • 0fb0469e47 Codechange: introduce iterator to iterate over the Tiles of a Map Rubidium 2023-01-21 17:07:06 +01:00
  • 20a1b24b45 Fix: build on platforms without native atomic Eric Long 2023-02-26 19:39:09 +08:00
  • eabb9db0bb Fix #9810: 'Rebuilding' a through road stop costs money (#9852) Chenshu Yu 2023-02-27 03:59:42 -05:00
  • 6fcc8727f5 Change: [Actions] cancel previous run if pushing new PR Patric Stout 2023-02-26 22:36:33 +01:00
  • b0542c8c49 Codechange: Don't store tree counter in the map array (#10018) dP 2023-02-27 01:39:44 +04:00
  • 6eabbaa751 Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else SamuXarick 2023-02-12 14:29:18 +00:00
  • aab580e0ac Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph. Michael Lutz 2023-01-03 13:48:42 +01:00
  • 4d3da0cf14 Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraphJob. Michael Lutz 2023-01-03 01:27:16 +01:00
  • 7352f812e6 Codechange: [Linkgraph] Only store present link graph edges and not all possible edges. Michael Lutz 2023-01-02 21:46:49 +01:00
  • 178249e7cc Codechange: Saveload macros for entries with a custom table name. Michael Lutz 2022-12-22 00:38:30 +01:00
  • 8f851ead70 Codechange: [Linkgraph] Split annotation for demand between nodes from the edge annotations. Michael Lutz 2023-01-02 01:06:31 +01:00
  • 564de01d66 Remove: SmallMatrix be gone. Michael Lutz 2023-01-01 17:19:41 +01:00
  • fe27db3dfd Codechange: [Linkgraph] Store edges in each node and not in a global matrix. Michael Lutz 2023-01-01 17:12:56 +01:00
  • 2fee8ecdda Add #7525: Allow autoreplace with same model vehicle Niels Martin Hansen 2019-09-08 10:54:46 +02:00
  • 4c1406a4b5 Add: NewGRF road stops Jonathan G Rennison 2022-11-06 15:01:27 +00:00
  • a18182e24b Revert 92c7551: Line drawing algorithm fix broke other cases (#10497) Tyler Trahan 2023-02-26 14:23:31 -05:00
  • 07fbd19da3 Update: Translations from eints luxembourgish: 8 changes by phreeze83 translators 2023-02-26 18:45:57 +00:00
  • 947a789bf6 Codechange: split large function into smaller steps and simplify logic Rubidium 2023-02-25 19:02:22 +01:00
  • 8cbf1be9d6 Codechange: split large function into smaller functions with self-explanatory names Rubidium 2023-02-25 17:08:43 +01:00
  • a409e4b026 Add: documention to large functions that have too little documentation according to CodeQL Rubidium 2023-02-25 16:59:43 +01:00
  • 2561fad5d4 Update: Translations from eints romanian: 1 change by bnegrut translators 2023-02-25 18:45:15 +00:00
  • 37fc245e4c Bump .ottdrev to 13 miguel.horta 2023-02-25 05:27:52 +00:00
  • caed1ebca9 Merge remote-tracking branch 'upstream/release/13' into 13 miguel.horta 2023-02-25 05:03:41 +00:00
  • a9d56369a0 Merge commit '13.0-RC1~2' miguel.horta 2023-02-25 04:49:57 +00:00
  • c73b88ddca Fix: Don't send unused tile field over the network (#10507) dP 2023-02-25 01:50:11 +04:00
  • 9b3326e3fd Codechange: [Script] Use std::vector instead of a hand-rolled alternative. Michael Lutz 2023-02-24 00:49:57 +01:00
  • ca3cb4d2ef Codechange: [Script] Use a class template instead of a function template for squirrel type conversion. Michael Lutz 2022-01-17 00:54:59 +01:00
  • 187d330177 Update: Translations from eints spanish (mexican): 1 change by GNosii translators 2023-02-24 18:48:34 +00:00
  • b52b29b1a4 Change: Avoid crashing to the side of a train SamuXarick 2023-02-20 15:19:39 +00:00
  • 8351b97f52 Add: [Script] Labels for negative values of a setting SamuXarick 2023-02-04 14:24:10 +00:00
  • 376820c0b6 Doc: [Script] Update info descriptions SamuXarick 2023-02-04 11:58:04 +00:00
  • bb2ac8b3c4 Fix: [Script] Save config item values up to 10 digits + 1 for sign + 1 for termination, enough to fit min and max int SamuXarick 2023-02-03 21:35:21 +00:00
  • fde7028a95 Fix #10059: [Script] Let custom values on a config item be up to 10 digits + 1 for sign SamuXarick 2023-02-03 20:39:06 +00:00
  • 7b1fd3e37f Fix #10059: [Script] Clamp config item values to int32 SamuXarick 2023-02-03 20:06:29 +00:00
  • 92c755161d Fix #10222: Adjust line drawing algorithm (#10491) Nik Nyby 2023-02-20 16:18:25 -05:00
  • 8778949b6a Update: Translations from eints english (us): 1 change by nikolas galician: 18 changes by pvillaverde translators 2023-02-20 18:47:32 +00:00
  • 9ade3345f7 Update: Translations from eints english (us): 3 changes by nikolas galician: 1 change by pvillaverde translators 2023-02-19 18:43:37 +00:00
  • 4a8b8807e6 Update: Translations from eints vietnamese: 6 changes by KhoiCanDev korean: 1 change by telk5093 translators 2023-02-18 18:44:22 +00:00
  • 2376112c77 Fix #10477: Not enough space for text due to rounding down (OSX) (#10489) PeterN 2023-02-18 10:50:20 +00:00
  • 3df9321a65 Fix: Some Script::IsValidVehicle checks need to be complemented with IsPrimaryVehicle SamuXarick 2023-01-21 22:10:03 +00:00
  • 3559576166 Codechange: [Script] Don't expose static buffers outside of ScriptText glx22 2023-02-16 02:05:54 +01:00
  • e735370318 Change: [Script] A ScriptText with too many parameters is now a fatal error glx22 2023-02-16 01:17:53 +01:00
  • 2fdfc38da8 Update: Translations from eints korean: 6 changes by telk5093 slovak: 8 changes by legitalk catalan: 3 changes by J0anJosep turkish: 5 changes by EndChapter dutch: 1 change by Afoklala portuguese (brazilian): 8 changes by ericandradex polish: 2 changes by pAter-exe translators 2023-02-17 18:47:31 +00:00
  • 4072dcff49 Fix #10486: [Script] Debug window requires AIs to be started before GS (#10487) Loïc Guilloux 2023-02-17 12:24:51 +01:00
  • 27cbb81df5 Fix: [Actions] vcpkg needs pkg-config to build zlib on macOS (#10488) Loïc Guilloux 2023-02-16 22:35:51 +01:00
  • fdfcb09aa3 Fix #10131: actually cancel downloads when pressing cancel Patric Stout 2023-02-15 20:54:08 +01:00
  • dea2dea881 Fix: reset content download progress to zero if falling back to TCP Patric Stout 2023-02-15 20:51:58 +01:00
  • 1c17556f96 Codechange: replace instance of char * with std::string Patric Stout 2023-02-15 20:10:30 +01:00
  • 0722bb3bf4 Change: try to detect the CA file/path for CURL (#10481) Patric Stout 2023-02-15 22:58:43 +01:00
  • 16352559f2 Change: release with (much) newer versions of dependencies for Generic Linux (#10484) Patric Stout 2023-02-15 22:18:23 +01:00
  • ea90fa24f8 Codechange: move curl into a thread so simplify code (#10480) Patric Stout 2023-02-15 21:56:19 +01:00
  • 228b34c2bf Update: Translations from eints english (au): 1 change by krysclarke czech: 2 changes by jachymozo finnish: 1 change by hpiirai translators 2023-02-14 18:46:38 +00:00
  • fe2c8a1240 Codechange: Decouple INDUSTRY_CTRL into separate commands (#10475) dP 2023-02-14 14:29:11 +04:00
  • d7fcb420c4 Fix: compilation with libcurl from 2013. frosch 2023-02-13 20:09:49 +01:00
  • 274bcf8d80 Fix 64523709: rpm uses different package names than deb. frosch 2023-02-12 23:56:13 +01:00
  • 04847b1208 Update: Translations from eints english (us): 1 change by 2TallTyler portuguese: 2 changes by ppxppy translators 2023-02-13 18:47:38 +00:00
  • 695ce0ab09 Update: Translations from eints swedish: 3 changes by joeax910 italian: 1 change by Rivarossi russian: 1 change by Ln-Wolf ukrainian: 1 change by serg-bloim latvian: 7 changes by lexuslatvia translators 2023-02-12 18:45:01 +00:00
  • 64523709bf Add: use https:// for content-service connections (#10448) Patric Stout 2023-02-12 12:07:31 +01:00
  • 09f7f32b8d Update: Translations from eints ukrainian: 2 changes by serg-bloim translators 2023-02-11 18:44:57 +00:00
  • a2c8168924 Fix #10465: Delay closing of network join progress window (#10466) Loïc Guilloux 2023-02-11 12:32:45 +01:00
  • 35ad964c6b Feature: Ctrl+Click to reset late counter for the entire vehicle group. Bilongozhko, Serhii (Contractor) 2023-02-10 13:29:29 -05:00