1
0
Fork 0

Commit Graph

  • 1b5714da3c Codechange: Make the squirrel-exporter skip function bodies. frosch 2025-04-20 14:11:06 +0200
  • 7f26ed9e08
    Codechange: Use int instead of uint for widget/dimension code. Peter Nelson 2025-04-20 12:18:43 +0100
  • a2abc94c65 Codechange: use std::string_view for passing NetworkError strings Rubidium 2025-04-20 12:07:19 +0200
  • 26de3404a4 Codechange: use std::string_view for sending chat messages Rubidium 2025-04-20 11:42:16 +0200
  • bb259b8e77 Codechange: use std::string_view for sending a remote console command (result) Rubidium 2025-04-20 11:33:25 +0200
  • d99edf2bbc Codechange: use std::string_view for kicking/banning Rubidium 2025-04-20 11:23:58 +0200
  • a0246bc8a7 Codechange: use std::string_view over std::string for NetworkTextMessage Rubidium 2025-04-20 11:22:02 +0200
  • a0e4dab771 Codechange: use std::string_view for NetworkAddress::IsInNetmask of std::string Rubidium 2025-04-20 11:19:56 +0200
  • ff2da0fc73 Codechange: Remove CircularTileSearch. frosch 2025-04-19 15:59:14 +0200
  • b956af631e Codechange: Replace CircularTileSearch with SpiralTileSequence. frosch 2025-04-19 15:58:48 +0200
  • 0dada5a750 Codechange: Add SpiralTileSequence to iterate over a tile area the same ways as CircularTileSearch. frosch 2025-04-18 22:48:18 +0200
  • b9bd7b2cfe Codechange: Confusion of 'radius' and 'diameter' in variable names and comments. frosch 2025-04-18 22:47:23 +0200
  • e43e4327a7
    Fix: Incorrect string display for autoreplace wagon removal status. (#14038) Peter Nelson 2025-04-20 10:44:37 +0100
  • 230c17ca2d Codechange: use std::string_view for sending chat messages Rubidium 2025-04-20 11:42:16 +0200
  • 594973c238 Codechange: use std::string_view for sending a remote console command (result) Rubidium 2025-04-20 11:33:25 +0200
  • 004e0f1cd5 Codechange: use std::string_view for kicking/banning Rubidium 2025-04-20 11:23:58 +0200
  • c8fae44318 Codechange: use std::string_view over std::string for NetworkTextMessage Rubidium 2025-04-20 11:22:02 +0200
  • 7ca2ba34b1 Codechange: use std::string_view for NetworkAddress::IsInNetmask of std::string Rubidium 2025-04-20 11:19:56 +0200
  • ee81313254 Update: Translations from eints translators 2025-04-20 04:43:37 +0000
  • 80c0ee72fb
    Fix: Incorrect string display for autoreplace wagon removal status. Peter Nelson 2025-04-19 21:51:38 +0100
  • b1b8c1c14c
    Codechange: Replace SETTING_BUTTON_WIDTH/_HEIGHT macros with a function. Peter Nelson 2025-04-19 19:32:22 +0100
  • 896795f2ef Codechange: Remove CircularTileSearch. frosch 2025-04-19 15:59:14 +0200
  • 1870e2ee64 Codechange: Replace CircularTileSearch with SpiralTileSequence. frosch 2025-04-19 15:58:48 +0200
  • b43af039d3 Codechange: Add SpiralTileSequence to iterate over a tile area the same ways as CircularTileSearch. frosch 2025-04-18 22:48:18 +0200
  • 34e62f42ba Codechange: Confusion of 'radius' and 'diameter' in variable names and comments. frosch 2025-04-18 22:47:23 +0200
  • 11bb99a906
    Codechange: Replace bitstuffed VehicleEnterTileStatus. Peter Nelson 2025-04-15 23:59:50 +0100
  • 2b92d76e9d
    Fix e49150f9ca: House picker crashes if selection is not available. (#14030) Peter Nelson 2025-04-19 15:04:18 +0100
  • d248f45d67 Update: Translations from eints translators 2025-04-19 04:44:03 +0000
  • 43ea6c9b88 Codechange: Turn AyStar into an actual class with virtual methods instead of function pointers. frosch 2025-04-18 19:38:29 +0200
  • 97ead8e241 Codechange: Remove unused options from AyStar. frosch 2025-04-18 23:02:29 +0200
  • 53899c3c21 Codechange: Replace vehicle viewport hash macros with functions. frosch 2025-04-17 17:51:26 +0200
  • cde350dc01 Codechange: Replace macros GENERAL_SPRITE_COLOUR and COMPANY_SPRITE_COLOUR with functions GetColourPalette and GetCompanyPalette. frosch 2025-04-17 17:36:22 +0200
  • c2c5dae760 Codechange: Turn GREY_SCALE macro into constexpr function. frosch 2025-04-17 16:40:53 +0200
  • 8f335a84cf Codechange: Turn GetCustom(Vehicle|Rotor)(Sprite|Icon) macros into functions. frosch 2025-04-17 16:37:29 +0200
  • 8f8e997575 Codechange: Replace local macro with lambda. frosch 2025-04-17 14:41:36 +0200
  • 68016031cf Codechange: Turn macros GetCompanyHQSize and IncreaseCompanyHQSize into functions. frosch 2025-04-17 13:49:12 +0200
  • 79a0bdb5cd Codechange: Turn AyStar into an actual class with virtual methods instead of function pointers. frosch 2025-04-18 19:38:29 +0200
  • 55467825f5 Codechange: Remove unused options from AyStar. frosch 2025-04-18 23:02:29 +0200
  • 0eb6964311 Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. frosch 2025-04-18 20:37:35 +0200
  • c09e825e0b Codechange: Change SetDateCallback into a std::function, so there is no need for void* user data. frosch 2025-04-18 19:57:07 +0200
  • a2aa546bba Codechange: Change ScreenshotCallback into a std::function, so there is no need for void* user data. frosch 2025-04-18 20:37:35 +0200
  • b2fb8cd74a Codechange: Change SetDateCallback into a std::function, so there is no need for void* user data. frosch 2025-04-18 19:57:07 +0200
  • 0d4588688f Codechange: Manage script event queue using smart pointers. frosch 2025-04-18 18:03:14 +0200
  • b9f4ef3d78 Codechange: Move ScriptStorage constructor into source file, so private members can have partially incomplete types. frosch 2025-04-18 17:13:54 +0200
  • af14809697
    Codechange: Add filename and line number to errors/warnings of the squirrel-exporters. (#14031) frosch 2025-04-18 19:43:32 +0200
  • 50252cb5df
    Codechange: Ini(Load|Save)WindowSettings expect a WindowDesc*, no void*. (#14029) frosch 2025-04-18 18:44:58 +0200
  • 394adb654e
    Codechange: Move GUI parts of badges to a separate file. (#14023) Peter Nelson 2025-04-18 17:20:31 +0100
  • 67d6089f39
    Change: Don't replace stripped control codes with '?' for scripts. (#14028) Peter Nelson 2025-04-18 17:20:08 +0100
  • 28c182f901 Codechange: Manage script event queue using smart pointers. frosch 2025-04-18 18:03:14 +0200
  • cc23f845db Codechange: Move ScriptStorage constructor into source file, so private members can have partially incomplete types. frosch 2025-04-18 17:13:54 +0200
  • b0e5cc067b Codechange: Add filename and line number to errors/warnings of the squirrel-exporters. frosch 2025-04-18 18:04:31 +0200
  • afb120af1d
    Fix e49150f9ca: House picker crashes if selection is not available. Peter Nelson 2025-04-18 16:44:56 +0100
  • 45917dbaa3 Codechange: Remove unused macro strncasecmp. frosch 2025-04-17 17:37:03 +0200
  • 84e175ce63 Codechange: Determine array length using 'std::size' instead of using a separate constant. frosch 2025-04-17 14:37:44 +0200
  • 7cbf4f5560 Codechange: Expand the single usage of the macro CLRBITS. frosch 2025-04-17 13:02:45 +0200
  • d97936e77a Codechange: Replace ALIGN macro with C++11 alignas specifier. frosch 2025-04-17 12:57:55 +0200
  • f82e172610 Codechange: Expand and remove DEF_CONSOLE_CMD and DEF_CONSOLE_HOOK macros. frosch 2025-04-17 12:20:55 +0200
  • 42deccc4f5 Codechange: Merge (IsOn|Toggle)(Snow|Desert) into (IsOn|Toggle)SnowOrDesert. frosch 2025-04-17 13:41:18 +0200
  • 252376ce3e Codechange: Rename DrawRoadAsSnowDesert to DrawRoadAsSnowOrDesert to be consistent with other functions. frosch 2025-04-18 15:24:34 +0200
  • 491af87cd0 Codechange: Ini(Load|Save)WindowSettings expect a WindowDesc*, no void*. frosch 2025-04-18 16:10:57 +0200
  • ba93d9c11a Codechange: Remove unused macro strncasecmp. frosch 2025-04-17 17:37:03 +0200
  • 68e9e2239c Codechange: Determine array length using 'std::size' instead of using a separate constant. frosch 2025-04-17 14:37:44 +0200
  • 6f72609c18
    Change: Don't replace stripped control codes with '?' for scripts. Peter Nelson 2025-04-15 19:30:42 +0100
  • 2c2760abff Codechange: Merge (IsOn|Toggle)(Snow|Desert) into (IsOn|Toggle)SnowOrDesert. frosch 2025-04-17 13:41:18 +0200
  • 8a6b39b304 Codechange: Rename DrawRoadAsSnowDesert to DrawRoadAsSnowOrDesert to be consistent with other functions. frosch 2025-04-18 15:24:34 +0200
  • 26db4ccf09
    Codechange: Turn bit-stuffed FiosType enum into a struct. (#14019) frosch 2025-04-18 15:20:55 +0200
  • b862d4937f
    Codechange: Turn custom vehicle spritenums into enum, and use them consistently. (#14022) frosch 2025-04-18 15:19:28 +0200
  • 107572262a Codechange: Expand the single usage of the macro CLRBITS. frosch 2025-04-17 13:02:45 +0200
  • 1f72b8a3bf Codechange: Replace ALIGN macro with C++11 alignas specifier. frosch 2025-04-17 12:57:55 +0200
  • 2c59838acb
    Codechange: (re)set multiple bitset flags in one call. (#14017) Peter Nelson 2025-04-18 14:07:57 +0100
  • 31e716449d
    Codechange: Change StationNameInformation to not use macros. (#14020) frosch 2025-04-18 15:06:46 +0200
  • bfe08be245
    Codechange: Move GUI parts of badges to a separate file. Peter Nelson 2025-04-18 09:40:46 +0100
  • 66cdc9d2f6 Codechange: Replace vehicle viewport hash macros with functions. frosch 2025-04-17 17:51:26 +0200
  • 407a836bdb Codechange: Replace macros GENERAL_SPRITE_COLOUR and COMPANY_SPRITE_COLOUR with functions GetColourPalette and GetCompanyPalette. frosch 2025-04-17 17:36:22 +0200
  • e1b467e0db Codechange: Turn GREY_SCALE macro into constexpr function. frosch 2025-04-17 16:40:53 +0200
  • 34932d27a5 Codechange: Turn GetCustom(Vehicle|Rotor)(Sprite|Icon) macros into functions. frosch 2025-04-17 16:37:29 +0200
  • f65c669fe5 Codechange: Replace local macro with lambda. frosch 2025-04-17 14:41:36 +0200
  • 9fcbba2549 Codechange: Turn macros GetCompanyHQSize and IncreaseCompanyHQSize into functions. frosch 2025-04-17 13:49:12 +0200
  • f948490687 Codechange: Turn custom vehicle spritenums into enum, and use them consistently. frosch 2025-04-17 16:30:22 +0200
  • b55f17082e Codechange: Change StationNameInformation to not use macros. frosch 2025-04-17 14:33:36 +0200
  • 5ea81b2a25 Codechange: Turn bit-stuffed FiosType enum into a struct. frosch 2025-04-17 12:55:26 +0200
  • 4ed4fa556c Change: Package OpenGFX2 for Windows Store and GOG Richard Wheeler 2025-03-29 22:31:30 +0000
  • 8d3b79f956
    Codechange: (re)set multiple bitset flags in one call. Peter Nelson 2025-04-17 21:08:47 +0100
  • e04c6fb07c Codechange: Expand and remove DEF_CONSOLE_CMD and DEF_CONSOLE_HOOK macros. frosch 2025-04-17 12:20:55 +0200
  • 92a4ea5c6b Merge branch 'master' of https://github.com/tabytac/OpenTTD into intro-date Tabytac 2025-04-17 16:30:11 +0100
  • e26052f920 Change: Remove network flags from vehicle preview and intro randomisation settings Tabytac 2025-04-17 09:00:25 +0100
  • 314c27bf5a Codechange: fix vehicle intro date logic Tabytac 2025-04-17 08:55:47 +0100
  • 18e403aad1 Feature: Add setting to disable vehicle intro date randomisation Tabytac 2025-04-16 20:15:26 +0100
  • b6f7503c98 Feature: Add setting to disable vehicle previews Tabytac 2025-04-16 20:14:56 +0100
  • e849f81502
    Merge branch 'master' into master Tabytac 2025-04-17 15:52:10 +0100
  • 5aed046d11
    Fix: [NewGRF] Strange things happened, when using the synchronised tile loop animation trigger for houses. (#14011) frosch 2025-04-17 12:15:49 +0200
  • 558129efd5 Change: Remove network flags from vehicle preview and intro randomisation settings Tabytac 2025-04-17 09:00:25 +0100
  • 703e9ac8ea Codechange: fix vehicle intro date logic Tabytac 2025-04-17 08:55:47 +0100
  • 5d061bf1f6 Merge branch 'master' of https://github.com/tabytac/OpenTTD into intro-date Tabytac 2025-04-17 08:42:03 +0100
  • b7c4d40303 Feature: Add setting to disable vehicle intro date randomisation Tabytac 2025-04-16 20:15:26 +0100
  • 2c4181e39e Feature: Add setting to disable vehicle previews Tabytac 2025-04-16 20:14:56 +0100
  • 421f202539 Update: Translations from eints translators 2025-04-17 04:45:26 +0000
  • 1f83ea41fc
    Fix: [NewGRF] PrepareLayout worked on a copy of the data resulting in bad sprite layouts. (#14013) Peter Nelson 2025-04-16 22:27:36 +0100
  • 95e373f459
    Fix: [NewGRF] PrepareLayout worked on a copy of the data. Peter Nelson 2025-04-16 21:43:54 +0100
  • 324012593d Add vehicle introduction randomisation setting and update logic Tabytac 2025-04-16 20:15:26 +0100