OpenRCT2/src/openrct2/object
Matt c30bd1266f
Refactor IStream::ReadArray to return unique_ptr
2021-02-12 19:30:53 +02:00
..
BannerObject.cpp Create functions to load objects by JSON id 2020-11-05 21:24:43 +01:00
BannerObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +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 Create functions to load objects by JSON id 2020-11-05 21:24:43 +01:00
FootpathItemObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +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 Refactor to use push_back more efficient (#13726) 2021-01-08 20:59:55 +00: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 Refactor to use push_back more efficient (#13726) 2021-01-08 20:59:55 +00:00
LargeSceneryObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
MusicObject.cpp Implement code review suggestions 2021-01-27 18:45:28 +00:00
MusicObject.h Implement code review suggestions 2021-01-27 18:45:28 +00:00
Object.cpp Implement code review suggestions 2021-01-27 18:45:28 +00:00
Object.h Implement code review suggestions 2021-01-27 18:45:28 +00:00
ObjectFactory.cpp Implement ride music objects and refactor 2021-01-27 18:45:27 +00: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 Load music into the correct slots 2021-01-27 19:26:28 +00:00
ObjectManager.h refactor: changed ObjectType enum to strong enum 2020-11-11 16:07:01 +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 Refactor IStream::ReadArray to return unique_ptr 2021-02-12 19:30:53 +02:00
RideObject.h Implement ride music objects and refactor 2021-01-27 18:45:27 +00:00
SceneryGroupObject.cpp Refactor to use push_back more efficient (#13726) 2021-01-08 20:59:55 +00:00
SceneryGroupObject.h Create ObjectEntryDescriptor to properly handle mixed DAT and JSON 2020-12-02 17:17:25 +01:00
SceneryObject.cpp Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
SceneryObject.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
SmallSceneryObject.cpp Refactor to use push_back more efficient (#13726) 2021-01-08 20:59:55 +00:00
SmallSceneryObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
StationObject.cpp Close #12403: Refactor FILTER_PALETTE_ID to use strong enum (#13273) 2020-12-05 15:13:59 -03:00
StationObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01: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 Replace includes of Json.hpp in header files with json_fwd.hpp 2020-10-02 11:31:20 +01:00
TerrainEdgeObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
TerrainSurfaceObject.cpp Add RCT1 surface styles 2020-12-20 21:45:21 +01:00
TerrainSurfaceObject.h Cleanup variables usage and initialize them 2021-01-06 22:29:40 +01:00
WallObject.cpp Close #12408: Refactor CURSOR_ID to use strong enum 2020-10-11 18:01:14 +02:00
WallObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00
WaterObject.cpp Replace includes of Json.hpp in header files with json_fwd.hpp 2020-10-02 11:31:20 +01:00
WaterObject.h Refactor objects to use new JSON library 2020-09-16 20:18:53 +01:00