godot/scene/resources
lawnjelly 776c9d0579 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-12 15:44:39 +00:00
..
default_theme Expose various color themes for Button 2022-10-12 18:19:52 -03:00
animation.cpp fix cubic interpolate when looping 3.x 2022-03-01 19:15:25 +09:00
animation.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
audio_stream_sample.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
audio_stream_sample.h ResourceImporterWAV: Allow configuring loop mode on import 2022-03-28 23:46:29 +02:00
bit_map.cpp Expose BitMap's convert_to_image and resize methods to GDScript 2022-01-25 18:55:52 +01:00
bit_map.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
box_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape_2d.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
capsule_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
capsule_shape.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
capsule_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
circle_shape_2d.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
circle_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape_2d.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
concave_polygon_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
concave_polygon_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
convex_polygon_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
curve.cpp Backport fixes to documentation for paths, curves and navigation servers 2022-08-19 15:52:03 +03:00
curve.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
cylinder_shape.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
cylinder_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dynamic_font.cpp [3.x] Improve font glyph cache packing shelf best height fit heuristic, delay font texture update, until texture is accessed. 2022-10-19 14:31:41 +03:00
dynamic_font.h [3.x] Improve font glyph cache packing shelf best height fit heuristic, delay font texture update, until texture is accessed. 2022-10-19 14:31:41 +03:00
environment.cpp Hide Tonemap White property when tonemapper is Linear in Environment 2022-04-10 23:50:14 +02:00
environment.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
font.cpp Support multiline strings in buttons 2022-10-01 21:50:39 -05:00
font.h Support multiline strings in buttons 2022-10-01 21:50:39 -05:00
gradient.cpp Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
gradient.h Add interpolation modes to Gradient 2022-05-12 14:24:04 -05:00
height_map_shape.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
height_map_shape.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
line_shape_2d.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
line_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
material.cpp Merge pull request #58601 from Calinou/material-triplanar-sharpness-clamp-3.x 2022-08-22 22:21:59 +02:00
material.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
mesh_data_tool.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_data_tool.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mesh_library.cpp Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
mesh_library.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
mesh.cpp Make Mesh::generate_triangle_mesh() handle PRIMITIVE_TRIANGLE_STRIP and PRIMITIVE_TRIANGLE_FAN 2022-06-07 22:04:14 +02:00
mesh.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
multimesh.cpp Bind Physics Interpolation functions in VisualServer 2022-08-30 18:06:12 +01:00
multimesh.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
navigation_mesh.cpp Remove leading spaces from enumerator name hints 2022-10-08 15:23:46 +08:00
navigation_mesh.h Implement NavigationMesh bake area 2022-06-23 16:17:43 +02:00
occluder_shape_polygon.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape_polygon.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder_shape.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
packed_scene.cpp Rescue orphan nodes in inherited scenes 2022-05-16 15:59:55 +02:00
packed_scene.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
particles_material.cpp Merge pull request #53852 from Calinou/particles-allow-negative-scale 2022-08-05 22:34:43 +02:00
particles_material.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_material.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
physics_material.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
plane_shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
plane_shape.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
polygon_path_finder.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
polygon_path_finder.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
primitive_meshes.cpp [TextMesh, 3.x] Fix auto-translation and ignore control chars. 2022-12-04 23:11:28 +02:00
primitive_meshes.h Add TorusMesh 2022-08-07 12:42:24 +02:00
ray_shape.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
ray_shape.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
rectangle_shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rectangle_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
resource_format_text.cpp VariantParser make readahead optional 2022-12-12 15:44:39 +00:00
resource_format_text.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
segment_shape_2d.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
segment_shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
shader.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
shape_2d.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape_2d.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
skin.cpp Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
skin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sky.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sky.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
sphere_shape.cpp Improve range property hints for various collision shapes 2022-03-28 23:57:43 +02:00
sphere_shape.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
style_box.cpp Add a Skew property to StyleBoxFlat 2022-04-28 20:40:01 +02:00
style_box.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
surface_tool.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
surface_tool.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
text_file.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
text_file.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
texture.cpp Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
texture.h Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
theme.cpp Fix Theme type group naming in the inspector 2022-05-16 21:12:21 +02:00
theme.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
tile_set.cpp TileMap: Use const ref for all Vector2 parameters 2022-04-30 14:05:57 +02:00
tile_set.h TileMap: Use const ref for all Vector2 parameters 2022-04-30 14:05:57 +02:00
video_stream.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
visual_shader_nodes.cpp simplify calculation of max in grayscale 2022-02-21 11:12:54 +01:00
visual_shader_nodes.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_shader.cpp Backport spatial shader built-ins 2022-08-05 21:19:15 +02:00
visual_shader.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
world_2d.cpp [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
world_2d.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
world.cpp [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
world.h Backport default World navigation maps 2022-06-09 14:05:39 +02:00