OpenRCT2/src/openrct2/rct2
Duncan 32eb7071a1
Fix #11550: Use std::nullopt instead of empty brace (#11595)
This is technically a gcc bug from the looks of it but since std::nullopt is slightly easier to read I've gone through the codebase and used that over empty braces. In addition noticed a mistake on the scripting viewport get widgetIndex function where it would return an incorrect widgetIndex.
2020-05-02 10:09:12 +02:00
..
RCT2.h Use (RCT12)ObjectEntryIndex in more places 2020-05-01 22:06:13 +02:00
S6Exporter.cpp Fix #11550: Use std::nullopt instead of empty brace (#11595) 2020-05-02 10:09:12 +02:00
S6Exporter.h Remove opt::optional polyfill 2020-02-01 22:25:03 +01:00
S6Importer.cpp Make ResearchItem use ObjectEntryIndex 2020-04-30 12:59:18 +02:00
T6Exporter.cpp Use named casts on openrct2/rct* (#11169) 2020-04-18 12:37:34 +02:00
T6Exporter.h Link everything together 2019-08-09 20:40:35 +01:00
T6Importer.cpp Use named casts on openrct2/rct* (#11169) 2020-04-18 12:37:34 +02:00