From 7bdcc3345f539711eb15a8b3d6f5357d06b5639e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sun, 8 Oct 2017 22:57:27 +0200 Subject: [PATCH] Rename files to C++ convention --- ...powered_vertical_coaster.cpp => AirPoweredVerticalCoaster.cpp} | 0 .../ride/coaster/{bobsleigh_coaster.cpp => BobsleighCoaster.cpp} | 0 .../{bolliger_mabillard_track.cpp => BolligerMabillardTrack.cpp} | 0 .../{compact_inverted_coaster.cpp => CompactInvertedCoaster.cpp} | 0 .../{corkscrew_roller_coaster.cpp => CorkscrewRollerCoaster.cpp} | 0 .../{flying_roller_coaster.cpp => FlyingRollerCoaster.cpp} | 0 src/openrct2/ride/coaster/{giga_coaster.cpp => GigaCoaster.cpp} | 0 ...{heartline_twister_coaster.cpp => HeartlineTwisterCoaster.cpp} | 0 .../{inverted_hairpin_coaster.cpp => InvertedHairpinCoaster.cpp} | 0 .../{inverted_impulse_coaster.cpp => InvertedImpulseCoaster.cpp} | 0 .../{inverted_roller_coaster.cpp => InvertedRollerCoaster.cpp} | 0 .../{junior_roller_coaster.cpp => JuniorRollerCoaster.cpp} | 0 .../{lay_down_roller_coaster.cpp => LayDownRollerCoaster.cpp} | 0 ...m_launched_roller_coaster.cpp => LimLaunchedRollerCoaster.cpp} | 0 .../{looping_roller_coaster.cpp => LoopingRollerCoaster.cpp} | 0 src/openrct2/ride/coaster/{mine_ride.cpp => MineRide.cpp} | 0 .../ride/coaster/{mine_train_coaster.cpp => MineTrainCoaster.cpp} | 0 .../coaster/{mini_roller_coaster.cpp => MiniRollerCoaster.cpp} | 0 .../{mini_suspended_coaster.cpp => MiniSuspendedCoaster.cpp} | 0 ...mension_roller_coaster.cpp => MultiDimensionRollerCoaster.cpp} | 0 .../{reverse_freefall_coaster.cpp => ReverseFreefallCoaster.cpp} | 0 .../{reverser_roller_coaster.cpp => ReverserRollerCoaster.cpp} | 0 ..._friction_roller_coaster.cpp => SideFrictionRollerCoaster.cpp} | 0 .../{stand_up_roller_coaster.cpp => StandUpRollerCoaster.cpp} | 0 src/openrct2/ride/coaster/{steeplechase.cpp => Steeplechase.cpp} | 0 ...uspended_swinging_coaster.cpp => SuspendedSwingingCoaster.cpp} | 0 .../{twister_roller_coaster.cpp => TwisterRollerCoaster.cpp} | 0 ...ical_drop_roller_coaster.cpp => VerticalDropRollerCoaster.cpp} | 0 src/openrct2/ride/coaster/{virginia_reel.cpp => VirginiaReel.cpp} | 0 src/openrct2/ride/coaster/{wild_mouse.cpp => WildMouse.cpp} | 0 .../{wooden_roller_coaster.cpp => WoodenRollerCoaster.cpp} | 0 .../ride/coaster/{wooden_wild_mouse.cpp => WoodenWildMouse.cpp} | 0 src/openrct2/ride/gentle/{car_ride.cpp => CarRide.cpp} | 0 src/openrct2/ride/gentle/{circus_show.cpp => CircusShow.cpp} | 0 src/openrct2/ride/gentle/{crooked_house.cpp => CrookedHouse.cpp} | 0 src/openrct2/ride/gentle/{dodgems.cpp => Dodgems.cpp} | 0 src/openrct2/ride/gentle/{ferris_wheel.cpp => FerrisWheel.cpp} | 0 .../ride/gentle/{flying_saucers.cpp => FlyingSaucers.cpp} | 0 src/openrct2/ride/gentle/{ghost_train.cpp => GhostTrain.cpp} | 0 src/openrct2/ride/gentle/{haunted_house.cpp => HauntedHouse.cpp} | 0 src/openrct2/ride/gentle/{maze.cpp => Maze.cpp} | 0 src/openrct2/ride/gentle/{merry_go_round.cpp => MerryGoRound.cpp} | 0 src/openrct2/ride/gentle/{mini_golf.cpp => MiniGolf.cpp} | 0 .../ride/gentle/{mini_helicopters.cpp => MiniHelicopters.cpp} | 0 .../ride/gentle/{monorail_cycles.cpp => MonorailCycles.cpp} | 0 .../ride/gentle/{observation_tower.cpp => ObservationTower.cpp} | 0 src/openrct2/ride/gentle/{space_rings.cpp => SpaceRings.cpp} | 0 src/openrct2/ride/gentle/{spiral_slide.cpp => SpiralSlide.cpp} | 0 src/openrct2/ride/shops/{facility.cpp => Facility.cpp} | 0 src/openrct2/ride/shops/{shop.cpp => Shop.cpp} | 0 src/openrct2/ride/thrill/{3d_cinema.cpp => 3dCinema.cpp} | 0 src/openrct2/ride/thrill/{enterprise.cpp => Enterprise.cpp} | 0 src/openrct2/ride/thrill/{go_karts.cpp => GoKarts.cpp} | 0 .../ride/thrill/{launched_freefall.cpp => LaunchedFreefall.cpp} | 0 src/openrct2/ride/thrill/{magic_carpet.cpp => MagicCarpet.cpp} | 0 .../ride/thrill/{motion_simulator.cpp => MotionSimulator.cpp} | 0 src/openrct2/ride/thrill/{pirate_ship.cpp => PirateShip.cpp} | 0 src/openrct2/ride/thrill/{roto_drop.cpp => RotoDrop.cpp} | 0 .../{swinging_inverter_ship.cpp => SwingingInverterShip.cpp} | 0 src/openrct2/ride/thrill/{top_spin.cpp => TopSpin.cpp} | 0 src/openrct2/ride/thrill/{twist.cpp => Twist.cpp} | 0 src/openrct2/ride/transport/{chairlift.cpp => Chairlift.cpp} | 0 src/openrct2/ride/transport/{lift.cpp => Lift.cpp} | 0 .../transport/{miniature_railway.cpp => MiniatureRailway.cpp} | 0 src/openrct2/ride/transport/{monorail.cpp => Monorail.cpp} | 0 .../transport/{suspended_monorail.cpp => SuspendedMonorail.cpp} | 0 src/openrct2/ride/water/{boat_ride.cpp => BoatRide.cpp} | 0 src/openrct2/ride/water/{dingy_slide.cpp => DingySlide.cpp} | 0 src/openrct2/ride/water/{log_flume.cpp => LogFlume.cpp} | 0 src/openrct2/ride/water/{river_rapids.cpp => RiverRapids.cpp} | 0 src/openrct2/ride/water/{splash_boats.cpp => SplashBoats.cpp} | 0 src/openrct2/ride/water/{submarine_ride.cpp => SubmarineRide.cpp} | 0 src/openrct2/ride/water/{water_coaster.cpp => WaterCoaster.cpp} | 0 73 files changed, 0 insertions(+), 0 deletions(-) rename src/openrct2/ride/coaster/{air_powered_vertical_coaster.cpp => AirPoweredVerticalCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{bobsleigh_coaster.cpp => BobsleighCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{bolliger_mabillard_track.cpp => BolligerMabillardTrack.cpp} (100%) rename src/openrct2/ride/coaster/{compact_inverted_coaster.cpp => CompactInvertedCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{corkscrew_roller_coaster.cpp => CorkscrewRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{flying_roller_coaster.cpp => FlyingRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{giga_coaster.cpp => GigaCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{heartline_twister_coaster.cpp => HeartlineTwisterCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{inverted_hairpin_coaster.cpp => InvertedHairpinCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{inverted_impulse_coaster.cpp => InvertedImpulseCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{inverted_roller_coaster.cpp => InvertedRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{junior_roller_coaster.cpp => JuniorRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{lay_down_roller_coaster.cpp => LayDownRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{lim_launched_roller_coaster.cpp => LimLaunchedRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{looping_roller_coaster.cpp => LoopingRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{mine_ride.cpp => MineRide.cpp} (100%) rename src/openrct2/ride/coaster/{mine_train_coaster.cpp => MineTrainCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{mini_roller_coaster.cpp => MiniRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{mini_suspended_coaster.cpp => MiniSuspendedCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{multi_dimension_roller_coaster.cpp => MultiDimensionRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{reverse_freefall_coaster.cpp => ReverseFreefallCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{reverser_roller_coaster.cpp => ReverserRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{side_friction_roller_coaster.cpp => SideFrictionRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{stand_up_roller_coaster.cpp => StandUpRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{steeplechase.cpp => Steeplechase.cpp} (100%) rename src/openrct2/ride/coaster/{suspended_swinging_coaster.cpp => SuspendedSwingingCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{twister_roller_coaster.cpp => TwisterRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{vertical_drop_roller_coaster.cpp => VerticalDropRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{virginia_reel.cpp => VirginiaReel.cpp} (100%) rename src/openrct2/ride/coaster/{wild_mouse.cpp => WildMouse.cpp} (100%) rename src/openrct2/ride/coaster/{wooden_roller_coaster.cpp => WoodenRollerCoaster.cpp} (100%) rename src/openrct2/ride/coaster/{wooden_wild_mouse.cpp => WoodenWildMouse.cpp} (100%) rename src/openrct2/ride/gentle/{car_ride.cpp => CarRide.cpp} (100%) rename src/openrct2/ride/gentle/{circus_show.cpp => CircusShow.cpp} (100%) rename src/openrct2/ride/gentle/{crooked_house.cpp => CrookedHouse.cpp} (100%) rename src/openrct2/ride/gentle/{dodgems.cpp => Dodgems.cpp} (100%) rename src/openrct2/ride/gentle/{ferris_wheel.cpp => FerrisWheel.cpp} (100%) rename src/openrct2/ride/gentle/{flying_saucers.cpp => FlyingSaucers.cpp} (100%) rename src/openrct2/ride/gentle/{ghost_train.cpp => GhostTrain.cpp} (100%) rename src/openrct2/ride/gentle/{haunted_house.cpp => HauntedHouse.cpp} (100%) rename src/openrct2/ride/gentle/{maze.cpp => Maze.cpp} (100%) rename src/openrct2/ride/gentle/{merry_go_round.cpp => MerryGoRound.cpp} (100%) rename src/openrct2/ride/gentle/{mini_golf.cpp => MiniGolf.cpp} (100%) rename src/openrct2/ride/gentle/{mini_helicopters.cpp => MiniHelicopters.cpp} (100%) rename src/openrct2/ride/gentle/{monorail_cycles.cpp => MonorailCycles.cpp} (100%) rename src/openrct2/ride/gentle/{observation_tower.cpp => ObservationTower.cpp} (100%) rename src/openrct2/ride/gentle/{space_rings.cpp => SpaceRings.cpp} (100%) rename src/openrct2/ride/gentle/{spiral_slide.cpp => SpiralSlide.cpp} (100%) rename src/openrct2/ride/shops/{facility.cpp => Facility.cpp} (100%) rename src/openrct2/ride/shops/{shop.cpp => Shop.cpp} (100%) rename src/openrct2/ride/thrill/{3d_cinema.cpp => 3dCinema.cpp} (100%) rename src/openrct2/ride/thrill/{enterprise.cpp => Enterprise.cpp} (100%) rename src/openrct2/ride/thrill/{go_karts.cpp => GoKarts.cpp} (100%) rename src/openrct2/ride/thrill/{launched_freefall.cpp => LaunchedFreefall.cpp} (100%) rename src/openrct2/ride/thrill/{magic_carpet.cpp => MagicCarpet.cpp} (100%) rename src/openrct2/ride/thrill/{motion_simulator.cpp => MotionSimulator.cpp} (100%) rename src/openrct2/ride/thrill/{pirate_ship.cpp => PirateShip.cpp} (100%) rename src/openrct2/ride/thrill/{roto_drop.cpp => RotoDrop.cpp} (100%) rename src/openrct2/ride/thrill/{swinging_inverter_ship.cpp => SwingingInverterShip.cpp} (100%) rename src/openrct2/ride/thrill/{top_spin.cpp => TopSpin.cpp} (100%) rename src/openrct2/ride/thrill/{twist.cpp => Twist.cpp} (100%) rename src/openrct2/ride/transport/{chairlift.cpp => Chairlift.cpp} (100%) rename src/openrct2/ride/transport/{lift.cpp => Lift.cpp} (100%) rename src/openrct2/ride/transport/{miniature_railway.cpp => MiniatureRailway.cpp} (100%) rename src/openrct2/ride/transport/{monorail.cpp => Monorail.cpp} (100%) rename src/openrct2/ride/transport/{suspended_monorail.cpp => SuspendedMonorail.cpp} (100%) rename src/openrct2/ride/water/{boat_ride.cpp => BoatRide.cpp} (100%) rename src/openrct2/ride/water/{dingy_slide.cpp => DingySlide.cpp} (100%) rename src/openrct2/ride/water/{log_flume.cpp => LogFlume.cpp} (100%) rename src/openrct2/ride/water/{river_rapids.cpp => RiverRapids.cpp} (100%) rename src/openrct2/ride/water/{splash_boats.cpp => SplashBoats.cpp} (100%) rename src/openrct2/ride/water/{submarine_ride.cpp => SubmarineRide.cpp} (100%) rename src/openrct2/ride/water/{water_coaster.cpp => WaterCoaster.cpp} (100%) diff --git a/src/openrct2/ride/coaster/air_powered_vertical_coaster.cpp b/src/openrct2/ride/coaster/AirPoweredVerticalCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/air_powered_vertical_coaster.cpp rename to src/openrct2/ride/coaster/AirPoweredVerticalCoaster.cpp diff --git a/src/openrct2/ride/coaster/bobsleigh_coaster.cpp b/src/openrct2/ride/coaster/BobsleighCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/bobsleigh_coaster.cpp rename to src/openrct2/ride/coaster/BobsleighCoaster.cpp diff --git a/src/openrct2/ride/coaster/bolliger_mabillard_track.cpp b/src/openrct2/ride/coaster/BolligerMabillardTrack.cpp similarity index 100% rename from src/openrct2/ride/coaster/bolliger_mabillard_track.cpp rename to src/openrct2/ride/coaster/BolligerMabillardTrack.cpp diff --git a/src/openrct2/ride/coaster/compact_inverted_coaster.cpp b/src/openrct2/ride/coaster/CompactInvertedCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/compact_inverted_coaster.cpp rename to src/openrct2/ride/coaster/CompactInvertedCoaster.cpp diff --git a/src/openrct2/ride/coaster/corkscrew_roller_coaster.cpp b/src/openrct2/ride/coaster/CorkscrewRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/corkscrew_roller_coaster.cpp rename to src/openrct2/ride/coaster/CorkscrewRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/flying_roller_coaster.cpp b/src/openrct2/ride/coaster/FlyingRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/flying_roller_coaster.cpp rename to src/openrct2/ride/coaster/FlyingRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/giga_coaster.cpp b/src/openrct2/ride/coaster/GigaCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/giga_coaster.cpp rename to src/openrct2/ride/coaster/GigaCoaster.cpp diff --git a/src/openrct2/ride/coaster/heartline_twister_coaster.cpp b/src/openrct2/ride/coaster/HeartlineTwisterCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/heartline_twister_coaster.cpp rename to src/openrct2/ride/coaster/HeartlineTwisterCoaster.cpp diff --git a/src/openrct2/ride/coaster/inverted_hairpin_coaster.cpp b/src/openrct2/ride/coaster/InvertedHairpinCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/inverted_hairpin_coaster.cpp rename to src/openrct2/ride/coaster/InvertedHairpinCoaster.cpp diff --git a/src/openrct2/ride/coaster/inverted_impulse_coaster.cpp b/src/openrct2/ride/coaster/InvertedImpulseCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/inverted_impulse_coaster.cpp rename to src/openrct2/ride/coaster/InvertedImpulseCoaster.cpp diff --git a/src/openrct2/ride/coaster/inverted_roller_coaster.cpp b/src/openrct2/ride/coaster/InvertedRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/inverted_roller_coaster.cpp rename to src/openrct2/ride/coaster/InvertedRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/junior_roller_coaster.cpp b/src/openrct2/ride/coaster/JuniorRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/junior_roller_coaster.cpp rename to src/openrct2/ride/coaster/JuniorRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/lay_down_roller_coaster.cpp b/src/openrct2/ride/coaster/LayDownRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/lay_down_roller_coaster.cpp rename to src/openrct2/ride/coaster/LayDownRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/lim_launched_roller_coaster.cpp b/src/openrct2/ride/coaster/LimLaunchedRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/lim_launched_roller_coaster.cpp rename to src/openrct2/ride/coaster/LimLaunchedRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/looping_roller_coaster.cpp b/src/openrct2/ride/coaster/LoopingRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/looping_roller_coaster.cpp rename to src/openrct2/ride/coaster/LoopingRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/mine_ride.cpp b/src/openrct2/ride/coaster/MineRide.cpp similarity index 100% rename from src/openrct2/ride/coaster/mine_ride.cpp rename to src/openrct2/ride/coaster/MineRide.cpp diff --git a/src/openrct2/ride/coaster/mine_train_coaster.cpp b/src/openrct2/ride/coaster/MineTrainCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/mine_train_coaster.cpp rename to src/openrct2/ride/coaster/MineTrainCoaster.cpp diff --git a/src/openrct2/ride/coaster/mini_roller_coaster.cpp b/src/openrct2/ride/coaster/MiniRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/mini_roller_coaster.cpp rename to src/openrct2/ride/coaster/MiniRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/mini_suspended_coaster.cpp b/src/openrct2/ride/coaster/MiniSuspendedCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/mini_suspended_coaster.cpp rename to src/openrct2/ride/coaster/MiniSuspendedCoaster.cpp diff --git a/src/openrct2/ride/coaster/multi_dimension_roller_coaster.cpp b/src/openrct2/ride/coaster/MultiDimensionRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/multi_dimension_roller_coaster.cpp rename to src/openrct2/ride/coaster/MultiDimensionRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/reverse_freefall_coaster.cpp b/src/openrct2/ride/coaster/ReverseFreefallCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/reverse_freefall_coaster.cpp rename to src/openrct2/ride/coaster/ReverseFreefallCoaster.cpp diff --git a/src/openrct2/ride/coaster/reverser_roller_coaster.cpp b/src/openrct2/ride/coaster/ReverserRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/reverser_roller_coaster.cpp rename to src/openrct2/ride/coaster/ReverserRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/side_friction_roller_coaster.cpp b/src/openrct2/ride/coaster/SideFrictionRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/side_friction_roller_coaster.cpp rename to src/openrct2/ride/coaster/SideFrictionRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/stand_up_roller_coaster.cpp b/src/openrct2/ride/coaster/StandUpRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/stand_up_roller_coaster.cpp rename to src/openrct2/ride/coaster/StandUpRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/steeplechase.cpp b/src/openrct2/ride/coaster/Steeplechase.cpp similarity index 100% rename from src/openrct2/ride/coaster/steeplechase.cpp rename to src/openrct2/ride/coaster/Steeplechase.cpp diff --git a/src/openrct2/ride/coaster/suspended_swinging_coaster.cpp b/src/openrct2/ride/coaster/SuspendedSwingingCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/suspended_swinging_coaster.cpp rename to src/openrct2/ride/coaster/SuspendedSwingingCoaster.cpp diff --git a/src/openrct2/ride/coaster/twister_roller_coaster.cpp b/src/openrct2/ride/coaster/TwisterRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/twister_roller_coaster.cpp rename to src/openrct2/ride/coaster/TwisterRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/vertical_drop_roller_coaster.cpp b/src/openrct2/ride/coaster/VerticalDropRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/vertical_drop_roller_coaster.cpp rename to src/openrct2/ride/coaster/VerticalDropRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/virginia_reel.cpp b/src/openrct2/ride/coaster/VirginiaReel.cpp similarity index 100% rename from src/openrct2/ride/coaster/virginia_reel.cpp rename to src/openrct2/ride/coaster/VirginiaReel.cpp diff --git a/src/openrct2/ride/coaster/wild_mouse.cpp b/src/openrct2/ride/coaster/WildMouse.cpp similarity index 100% rename from src/openrct2/ride/coaster/wild_mouse.cpp rename to src/openrct2/ride/coaster/WildMouse.cpp diff --git a/src/openrct2/ride/coaster/wooden_roller_coaster.cpp b/src/openrct2/ride/coaster/WoodenRollerCoaster.cpp similarity index 100% rename from src/openrct2/ride/coaster/wooden_roller_coaster.cpp rename to src/openrct2/ride/coaster/WoodenRollerCoaster.cpp diff --git a/src/openrct2/ride/coaster/wooden_wild_mouse.cpp b/src/openrct2/ride/coaster/WoodenWildMouse.cpp similarity index 100% rename from src/openrct2/ride/coaster/wooden_wild_mouse.cpp rename to src/openrct2/ride/coaster/WoodenWildMouse.cpp diff --git a/src/openrct2/ride/gentle/car_ride.cpp b/src/openrct2/ride/gentle/CarRide.cpp similarity index 100% rename from src/openrct2/ride/gentle/car_ride.cpp rename to src/openrct2/ride/gentle/CarRide.cpp diff --git a/src/openrct2/ride/gentle/circus_show.cpp b/src/openrct2/ride/gentle/CircusShow.cpp similarity index 100% rename from src/openrct2/ride/gentle/circus_show.cpp rename to src/openrct2/ride/gentle/CircusShow.cpp diff --git a/src/openrct2/ride/gentle/crooked_house.cpp b/src/openrct2/ride/gentle/CrookedHouse.cpp similarity index 100% rename from src/openrct2/ride/gentle/crooked_house.cpp rename to src/openrct2/ride/gentle/CrookedHouse.cpp diff --git a/src/openrct2/ride/gentle/dodgems.cpp b/src/openrct2/ride/gentle/Dodgems.cpp similarity index 100% rename from src/openrct2/ride/gentle/dodgems.cpp rename to src/openrct2/ride/gentle/Dodgems.cpp diff --git a/src/openrct2/ride/gentle/ferris_wheel.cpp b/src/openrct2/ride/gentle/FerrisWheel.cpp similarity index 100% rename from src/openrct2/ride/gentle/ferris_wheel.cpp rename to src/openrct2/ride/gentle/FerrisWheel.cpp diff --git a/src/openrct2/ride/gentle/flying_saucers.cpp b/src/openrct2/ride/gentle/FlyingSaucers.cpp similarity index 100% rename from src/openrct2/ride/gentle/flying_saucers.cpp rename to src/openrct2/ride/gentle/FlyingSaucers.cpp diff --git a/src/openrct2/ride/gentle/ghost_train.cpp b/src/openrct2/ride/gentle/GhostTrain.cpp similarity index 100% rename from src/openrct2/ride/gentle/ghost_train.cpp rename to src/openrct2/ride/gentle/GhostTrain.cpp diff --git a/src/openrct2/ride/gentle/haunted_house.cpp b/src/openrct2/ride/gentle/HauntedHouse.cpp similarity index 100% rename from src/openrct2/ride/gentle/haunted_house.cpp rename to src/openrct2/ride/gentle/HauntedHouse.cpp diff --git a/src/openrct2/ride/gentle/maze.cpp b/src/openrct2/ride/gentle/Maze.cpp similarity index 100% rename from src/openrct2/ride/gentle/maze.cpp rename to src/openrct2/ride/gentle/Maze.cpp diff --git a/src/openrct2/ride/gentle/merry_go_round.cpp b/src/openrct2/ride/gentle/MerryGoRound.cpp similarity index 100% rename from src/openrct2/ride/gentle/merry_go_round.cpp rename to src/openrct2/ride/gentle/MerryGoRound.cpp diff --git a/src/openrct2/ride/gentle/mini_golf.cpp b/src/openrct2/ride/gentle/MiniGolf.cpp similarity index 100% rename from src/openrct2/ride/gentle/mini_golf.cpp rename to src/openrct2/ride/gentle/MiniGolf.cpp diff --git a/src/openrct2/ride/gentle/mini_helicopters.cpp b/src/openrct2/ride/gentle/MiniHelicopters.cpp similarity index 100% rename from src/openrct2/ride/gentle/mini_helicopters.cpp rename to src/openrct2/ride/gentle/MiniHelicopters.cpp diff --git a/src/openrct2/ride/gentle/monorail_cycles.cpp b/src/openrct2/ride/gentle/MonorailCycles.cpp similarity index 100% rename from src/openrct2/ride/gentle/monorail_cycles.cpp rename to src/openrct2/ride/gentle/MonorailCycles.cpp diff --git a/src/openrct2/ride/gentle/observation_tower.cpp b/src/openrct2/ride/gentle/ObservationTower.cpp similarity index 100% rename from src/openrct2/ride/gentle/observation_tower.cpp rename to src/openrct2/ride/gentle/ObservationTower.cpp diff --git a/src/openrct2/ride/gentle/space_rings.cpp b/src/openrct2/ride/gentle/SpaceRings.cpp similarity index 100% rename from src/openrct2/ride/gentle/space_rings.cpp rename to src/openrct2/ride/gentle/SpaceRings.cpp diff --git a/src/openrct2/ride/gentle/spiral_slide.cpp b/src/openrct2/ride/gentle/SpiralSlide.cpp similarity index 100% rename from src/openrct2/ride/gentle/spiral_slide.cpp rename to src/openrct2/ride/gentle/SpiralSlide.cpp diff --git a/src/openrct2/ride/shops/facility.cpp b/src/openrct2/ride/shops/Facility.cpp similarity index 100% rename from src/openrct2/ride/shops/facility.cpp rename to src/openrct2/ride/shops/Facility.cpp diff --git a/src/openrct2/ride/shops/shop.cpp b/src/openrct2/ride/shops/Shop.cpp similarity index 100% rename from src/openrct2/ride/shops/shop.cpp rename to src/openrct2/ride/shops/Shop.cpp diff --git a/src/openrct2/ride/thrill/3d_cinema.cpp b/src/openrct2/ride/thrill/3dCinema.cpp similarity index 100% rename from src/openrct2/ride/thrill/3d_cinema.cpp rename to src/openrct2/ride/thrill/3dCinema.cpp diff --git a/src/openrct2/ride/thrill/enterprise.cpp b/src/openrct2/ride/thrill/Enterprise.cpp similarity index 100% rename from src/openrct2/ride/thrill/enterprise.cpp rename to src/openrct2/ride/thrill/Enterprise.cpp diff --git a/src/openrct2/ride/thrill/go_karts.cpp b/src/openrct2/ride/thrill/GoKarts.cpp similarity index 100% rename from src/openrct2/ride/thrill/go_karts.cpp rename to src/openrct2/ride/thrill/GoKarts.cpp diff --git a/src/openrct2/ride/thrill/launched_freefall.cpp b/src/openrct2/ride/thrill/LaunchedFreefall.cpp similarity index 100% rename from src/openrct2/ride/thrill/launched_freefall.cpp rename to src/openrct2/ride/thrill/LaunchedFreefall.cpp diff --git a/src/openrct2/ride/thrill/magic_carpet.cpp b/src/openrct2/ride/thrill/MagicCarpet.cpp similarity index 100% rename from src/openrct2/ride/thrill/magic_carpet.cpp rename to src/openrct2/ride/thrill/MagicCarpet.cpp diff --git a/src/openrct2/ride/thrill/motion_simulator.cpp b/src/openrct2/ride/thrill/MotionSimulator.cpp similarity index 100% rename from src/openrct2/ride/thrill/motion_simulator.cpp rename to src/openrct2/ride/thrill/MotionSimulator.cpp diff --git a/src/openrct2/ride/thrill/pirate_ship.cpp b/src/openrct2/ride/thrill/PirateShip.cpp similarity index 100% rename from src/openrct2/ride/thrill/pirate_ship.cpp rename to src/openrct2/ride/thrill/PirateShip.cpp diff --git a/src/openrct2/ride/thrill/roto_drop.cpp b/src/openrct2/ride/thrill/RotoDrop.cpp similarity index 100% rename from src/openrct2/ride/thrill/roto_drop.cpp rename to src/openrct2/ride/thrill/RotoDrop.cpp diff --git a/src/openrct2/ride/thrill/swinging_inverter_ship.cpp b/src/openrct2/ride/thrill/SwingingInverterShip.cpp similarity index 100% rename from src/openrct2/ride/thrill/swinging_inverter_ship.cpp rename to src/openrct2/ride/thrill/SwingingInverterShip.cpp diff --git a/src/openrct2/ride/thrill/top_spin.cpp b/src/openrct2/ride/thrill/TopSpin.cpp similarity index 100% rename from src/openrct2/ride/thrill/top_spin.cpp rename to src/openrct2/ride/thrill/TopSpin.cpp diff --git a/src/openrct2/ride/thrill/twist.cpp b/src/openrct2/ride/thrill/Twist.cpp similarity index 100% rename from src/openrct2/ride/thrill/twist.cpp rename to src/openrct2/ride/thrill/Twist.cpp diff --git a/src/openrct2/ride/transport/chairlift.cpp b/src/openrct2/ride/transport/Chairlift.cpp similarity index 100% rename from src/openrct2/ride/transport/chairlift.cpp rename to src/openrct2/ride/transport/Chairlift.cpp diff --git a/src/openrct2/ride/transport/lift.cpp b/src/openrct2/ride/transport/Lift.cpp similarity index 100% rename from src/openrct2/ride/transport/lift.cpp rename to src/openrct2/ride/transport/Lift.cpp diff --git a/src/openrct2/ride/transport/miniature_railway.cpp b/src/openrct2/ride/transport/MiniatureRailway.cpp similarity index 100% rename from src/openrct2/ride/transport/miniature_railway.cpp rename to src/openrct2/ride/transport/MiniatureRailway.cpp diff --git a/src/openrct2/ride/transport/monorail.cpp b/src/openrct2/ride/transport/Monorail.cpp similarity index 100% rename from src/openrct2/ride/transport/monorail.cpp rename to src/openrct2/ride/transport/Monorail.cpp diff --git a/src/openrct2/ride/transport/suspended_monorail.cpp b/src/openrct2/ride/transport/SuspendedMonorail.cpp similarity index 100% rename from src/openrct2/ride/transport/suspended_monorail.cpp rename to src/openrct2/ride/transport/SuspendedMonorail.cpp diff --git a/src/openrct2/ride/water/boat_ride.cpp b/src/openrct2/ride/water/BoatRide.cpp similarity index 100% rename from src/openrct2/ride/water/boat_ride.cpp rename to src/openrct2/ride/water/BoatRide.cpp diff --git a/src/openrct2/ride/water/dingy_slide.cpp b/src/openrct2/ride/water/DingySlide.cpp similarity index 100% rename from src/openrct2/ride/water/dingy_slide.cpp rename to src/openrct2/ride/water/DingySlide.cpp diff --git a/src/openrct2/ride/water/log_flume.cpp b/src/openrct2/ride/water/LogFlume.cpp similarity index 100% rename from src/openrct2/ride/water/log_flume.cpp rename to src/openrct2/ride/water/LogFlume.cpp diff --git a/src/openrct2/ride/water/river_rapids.cpp b/src/openrct2/ride/water/RiverRapids.cpp similarity index 100% rename from src/openrct2/ride/water/river_rapids.cpp rename to src/openrct2/ride/water/RiverRapids.cpp diff --git a/src/openrct2/ride/water/splash_boats.cpp b/src/openrct2/ride/water/SplashBoats.cpp similarity index 100% rename from src/openrct2/ride/water/splash_boats.cpp rename to src/openrct2/ride/water/SplashBoats.cpp diff --git a/src/openrct2/ride/water/submarine_ride.cpp b/src/openrct2/ride/water/SubmarineRide.cpp similarity index 100% rename from src/openrct2/ride/water/submarine_ride.cpp rename to src/openrct2/ride/water/SubmarineRide.cpp diff --git a/src/openrct2/ride/water/water_coaster.cpp b/src/openrct2/ride/water/WaterCoaster.cpp similarity index 100% rename from src/openrct2/ride/water/water_coaster.cpp rename to src/openrct2/ride/water/WaterCoaster.cpp