OpenRCT2/test/tests
Matt 9d9f0af0cd
Pathfinding cleanup (#21407)
* Eliminate unnecessary abstraction for path finding

* Pass the goal to ChooseDirection instead of using globals

* Remove gPeepPathFindGoalPosition and pass it by parameter instead

* Remove _peepPathFindIsStaff and make ignoring banners explicit

* Code style and naming fixups

* Apply clang-format

* Add comment specifying to why it does not ignore banners

* Apply review comments
2024-02-22 21:52:01 +02:00
..
helpers Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
testdata Add EverythingPark ride ratings to the tests 2023-06-09 17:30:07 +03:00
AssertHelpers.hpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
BitSetTests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CLITests.cpp Close #19176, close #19273: Consistent “CmdLine” naming 2023-02-23 00:03:30 +01:00
CMakeLists.txt Add missing string test (#19837) 2023-04-05 21:28:50 +01:00
CircularBuffer.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
CryptTests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
Endianness.cpp Allow SwapBE to swap non-uint types 2019-09-01 18:40:11 +01:00
EnumMapTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
FormattingTests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
ImageImporterTests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
IniReaderTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
IniWriterTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
LanguagePackTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
Localisation.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
MultiLaunch.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
Pathfinding.cpp Pathfinding cleanup (#21407) 2024-02-22 21:52:01 +02:00
Platform.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
PlayTests.cpp #21193: Move gParkFlags to GameState_t, refactor uses 2024-01-22 16:31:35 +01:00
ReplayTests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
RideRatings.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
S6ImportExportTests.cpp Adjust the import/export code to have the game state passed 2024-01-19 16:32:19 +02:00
SawyerCodingTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
StringTest.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TestData.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TestData.h Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TileElements.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
TileElementsView.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
tests.cpp Replace 2023 with 2024 in copyright headers (#21139) 2024-01-01 12:52:28 +01:00
tests.vcxproj Fix VS debug builds not finding gtestd.lib (#19798) 2023-04-02 09:20:47 +02:00