pandemonium_engine/core/variant
lawnjelly 25c3232a77 VariantParser make readahead optional
It turns out some areas are independently moving / reading filepointers outside of the VariantParser, which can cause the readahead caching to get out of sync.

This PR makes the VariantParser readahead to be optional to allow for these use cases.
2022-12-22 13:52:51 +01:00
..
array.cpp Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
array.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
dictionary.cpp Add Dictionary.find_key() 2022-09-16 23:20:06 +02:00
dictionary.h Add Dictionary.find_key() 2022-09-16 23:20:06 +02:00
method_ptrcall.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
SCsub Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
type_info.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
variant_call.cpp Add Dictionary.find_key() 2022-09-16 23:20:06 +02:00
variant_op.cpp Style: Ensure consistent formatting with clang-format 15 2022-10-08 16:48:59 +02:00
variant_parser.cpp VariantParser make readahead optional 2022-12-22 13:52:51 +01:00
variant_parser.h VariantParser make readahead optional 2022-12-22 13:52:51 +01:00
variant.cpp Moved around more classes in core. 2022-08-17 16:01:01 +02:00
variant.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00