OpenRCT2/src/openrct2/object
Duncan 69f0020a62
Fix #8601: Revert fix to TT’s base blocks, for support blocker usage
2021-07-31 14:10:00 +02:00
..
BannerObject.cpp BannerSceneryEntry Refactor (#14810) 2021-06-03 21:43:30 +01:00
BannerObject.h BannerSceneryEntry Refactor (#14810) 2021-06-03 21:43:30 +01:00
DefaultObjects.cpp Enhance the track designer with ability to add scenery and footpaths 2020-12-20 13:08:36 -06:00
DefaultObjects.h Enhance the track designer with ability to add scenery and footpaths 2020-12-20 13:08:36 -06:00
EntranceObject.cpp Replace includes of Json.hpp in header files with json_fwd.hpp 2020-10-02 11:31:20 +01:00
EntranceObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
FootpathItemObject.cpp Refactor PATH_BIT_DRAW_TYPE_LIGHTS to use strong enum (#14837) 2021-06-07 13:40:27 +01:00
FootpathItemObject.h Rework and refactor PathBitEntry (#14809) 2021-06-03 21:23:00 +01:00
FootpathObject.cpp Close #12429: Refactor OBJECT_ERROR to use strong enum and typo fix in build.sh (#13145) 2020-10-10 16:21:07 +01:00
FootpathObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
ImageTable.cpp Allow loading images from .pob files (#15122) 2021-07-28 21:25:51 +02:00
ImageTable.h Change includes of nlohmann/json_fwd.hpp to new core/JsonFwd.hpp 2020-10-06 00:16:21 +02:00
LargeSceneryObject.cpp Fix #14751: Height limitation also affects trees 2021-06-08 22:02:17 +02:00
LargeSceneryObject.h Remove LocationXY(Z)16 (#14834) 2021-06-07 17:44:38 +02:00
MusicObject.cpp Show tracks list of music styles in Object Selection 2021-05-27 19:53:52 +02:00
MusicObject.h Show tracks list of music styles in Object Selection 2021-05-27 19:53:52 +02:00
Object.cpp Add File::GetSize to get object size in a simpler way 2021-05-21 19:55:42 +02:00
Object.h Downgrade “Image table longer than expected” to a verbose warning (#14722) 2021-05-23 15:43:57 +02:00
ObjectFactory.cpp Downgrade “Image table longer than expected” to a verbose warning (#14722) 2021-05-23 15:43:57 +02:00
ObjectFactory.h Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
ObjectLimits.h Implement ride music objects and refactor 2021-01-27 18:45:27 +00:00
ObjectList.cpp Add nullptr check in get_loaded_object_entry 2021-01-23 22:26:02 +01:00
ObjectList.h refactor: changed ObjectType enum to strong enum 2020-11-11 16:07:01 +01:00
ObjectManager.cpp Refactor LargeSceneryEntry and remove rct_scenery_entry (#14816) 2021-06-04 12:41:23 +01:00
ObjectManager.h Remove hardcoded terrain style constants from RCT1 and MapGen 2021-03-27 17:34:10 +01:00
ObjectRepository.cpp Implement ride music objects and refactor 2021-01-27 18:45:27 +00:00
ObjectRepository.h Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
RideObject.cpp Use EnumMap for RideObject lookup tables 2021-07-29 17:07:48 +03:00
RideObject.h Implement ride music objects and refactor 2021-01-27 18:45:27 +00:00
SceneryGroupObject.cpp Fix display of number of items in scenery group 2021-05-27 19:54:44 +02:00
SceneryGroupObject.h Fix display of number of items in scenery group 2021-05-27 19:54:44 +02:00
SceneryObject.cpp Update objects to v1.0.21 2021-03-12 11:04:04 +01:00
SceneryObject.h Update objects to v1.0.21 2021-03-12 11:04:04 +01:00
SmallSceneryObject.cpp Fix #8601: Revert fix to TT’s base blocks, for support blocker usage 2021-07-31 14:10:00 +02:00
SmallSceneryObject.h Refactor SmallSceneryEntry (#14815) 2021-06-03 22:14:41 -03:00
StationObject.cpp Hide brown base on flat rides if "no platform" station style is selected 2021-07-28 11:22:44 +02:00
StationObject.h Hide brown base on flat rides if "no platform" station style is selected 2021-07-28 11:22:44 +02:00
StringTable.cpp Refactor to use push_back more efficient (#13726) 2021-01-08 20:59:55 +00:00
StringTable.h Change includes of nlohmann/json_fwd.hpp to new core/JsonFwd.hpp 2020-10-06 00:16:21 +02:00
TerrainEdgeObject.cpp Apply review requests 2021-03-31 19:15:33 +02:00
TerrainEdgeObject.h Remove hardcoded terrain style constants from RCT1 and MapGen 2021-03-27 17:34:10 +01:00
TerrainSurfaceObject.cpp Apply review requests 2021-03-31 19:15:33 +02:00
TerrainSurfaceObject.h Remove hardcoded terrain style constants from RCT1 and MapGen 2021-03-27 17:34:10 +01:00
WallObject.cpp Rearrange WallSceneryEntry to enforce types (#14808) 2021-06-03 13:26:00 +01:00
WallObject.h Rearrange WallSceneryEntry to enforce types (#14808) 2021-06-03 13:26:00 +01:00
WaterObject.cpp Replace gfx_draw_string_centred() with DrawTextBasic() 2021-02-28 00:23:00 +01:00
WaterObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00