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
array.h
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
SCsub
type_info.h
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