OpenRCT2/test/tests
Tulio Leao e54a3d89f2
Rename some Peep member variables to use TitleCase (#11931)
* Rename Peep::destination_tolerance to use TitleCase

* Rename Peep::destination_y to use TitleCase

* Rename Peep::destination_x to use TitleCase

* Rename Peep::trousers_colour to use Title Case

* Rename Peep::tshirt_colour to use TitleCase

* Rename Peep::no_of_rides to use Title Case

* Rename Peep::staff_type to use TitleCase

* Rename Peep::type to use TitleCase

* Rename Peep::sprite_type to use TitleCase

* Rename Peep::sub_state to use TitleCase

* Rename Peep::state to use TitleCase

* Rename Peep::outside_of_park to use TitleCase

* Rename Peep::next_flags to use TitleCase

* Rename Peep::name to use TitleCase

* Rename Peep::NoOfRides to GuestNoOfRides

* Rename Peep::Type to AssignedPeepType

* Rename Peep::GuestNoOfRides to GuestNumRides
2020-06-14 06:31:08 +01:00
..
helpers Allow tests to work with CRLF test data 2020-02-02 15:47:50 +00:00
testdata Avoid fast-forwarding peep into the ride 2020-04-25 18:27:33 -03:00
AssertHelpers.hpp clang-format tests 2018-07-23 15:58:01 +02:00
CMakeLists.txt Avoid fast-forwarding peep into the ride 2020-04-25 18:27:33 -03:00
CircularBuffer.cpp Update copyright. 2019-02-07 18:50:58 +01:00
CryptTests.cpp Allow tests to work with CRLF test data 2020-02-02 15:47:50 +00:00
Endianness.cpp Allow SwapBE to swap non-uint types 2019-09-01 18:40:11 +01:00
ImageImporterTests.cpp Release ImageImporter'd buffer after the test is done 2019-01-02 20:14:28 +01:00
IniReaderTest.cpp Use std::size instead of Util::CountOf 2018-11-23 21:59:08 +01:00
IniWriterTest.cpp clang-format tests 2018-07-23 15:58:01 +02:00
LanguagePackTest.cpp Attempt at fixing language pack test 2018-10-01 19:34:09 +02:00
Localisation.cpp clang-format tests 2018-07-23 15:58:01 +02:00
MultiLaunch.cpp Remove ride classifications 2019-08-04 16:43:50 +01:00
Pathfinding.cpp Rename some Peep member variables to use TitleCase (#11931) 2020-06-14 06:31:08 +01:00
Platform.cpp Implement replace_if condition lambda 2019-05-11 13:54:16 +01:00
PlayTests.cpp Rename some Peep member variables to use TitleCase (#11931) 2020-06-14 06:31:08 +01:00
ReplayTests.cpp Remove all replay tests from 32bit builds 2020-04-12 11:18:23 +01:00
RideRatings.cpp Remove ride classifications 2019-08-04 16:43:50 +01:00
S6ImportExportTests.cpp Rename some Peep member variables to use TitleCase (#11931) 2020-06-14 06:31:08 +01:00
StringTest.cpp Make strlogicalcmp case insensitive 2020-05-20 08:35:41 +02:00
TestData.cpp clang-format tests 2018-07-23 15:58:01 +02:00
TestData.h clang-format tests 2018-07-23 15:58:01 +02:00
TileElements.cpp Refactor map_get_footpath_element() and fix #10486 2019-12-31 10:08:36 +01:00
sawyercoding_test.cpp Replace many C-style casts (#11720) 2020-05-11 14:32:56 +02:00
tests.cpp Apply clang-format changes to tests 2018-07-23 16:00:23 +02:00
tests.vcxproj Avoid fast-forwarding peep into the ride 2020-04-25 18:27:33 -03:00