pandemonium_engine/scene/resources
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
..
default_theme Expose various color themes for Button 2022-11-13 00:30:18 +01:00
animation.cpp Renamed Quat to Quaternion for consistency with the other engine math classes. 2022-08-13 15:22:33 +02:00
animation.h Cleaned up and added the skeleton modification stack implementations to the build. Also smaller fixes. 2022-08-18 15:41:28 +02:00
audio_stream_sample.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
audio_stream_sample.h ResourceImporterWAV: Allow configuring loop mode on import 2022-07-25 17:42:23 +02:00
bit_map.cpp Include cleanups for resources. 2022-03-18 18:48:49 +01:00
bit_map.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
box_shape.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
box_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
capsule_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
capsule_shape_2d.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
capsule_shape.cpp Improve range property hints for various collision shapes 2022-07-25 17:48:29 +02:00
capsule_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
circle_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
circle_shape_2d.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
concave_polygon_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
concave_polygon_shape_2d.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
concave_polygon_shape.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
concave_polygon_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
convex_polygon_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
convex_polygon_shape_2d.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
convex_polygon_shape.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
convex_polygon_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
curve.cpp Backport fixes to documentation for paths, curves and navigation servers 2022-09-16 13:07:20 +02:00
curve.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
cylinder_shape.cpp Improve range property hints for various collision shapes 2022-07-25 17:48:29 +02:00
cylinder_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
dynamic_font.cpp Improve font glyph cache packing shelf best height fit heuristic, delay font texture update, until texture is accessed. 2022-11-13 00:35:55 +01:00
dynamic_font.h Improve font glyph cache packing shelf best height fit heuristic, delay font texture update, until texture is accessed. 2022-11-13 00:35:55 +01:00
environment_3d.cpp Renamed the files aswell. 2022-08-29 17:33:10 +02:00
environment_3d.h Added a new World class and made Viewport inherit from it. 2022-08-29 18:40:38 +02:00
font.cpp Support multiline strings in buttons 2022-10-08 17:06:51 +02:00
font.h Support multiline strings in buttons 2022-10-08 17:06:51 +02:00
gradient.cpp Add interpolation modes to Gradient - Linear, Constant, and Cubic interpolation modes - Partial backport of #53321 2022-07-27 18:12:14 +02:00
gradient.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
height_map_shape.cpp Improve range property hints for various collision shapes 2022-07-25 17:48:29 +02:00
height_map_shape.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
immediate_mesh.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
immediate_mesh.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
importer_mesh.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
importer_mesh.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
line_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
line_shape_2d.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
material.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
material.h Also renamed the files. 2022-08-19 21:24:36 +02:00
mesh_data_tool.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
mesh_data_tool.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
mesh.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
mesh.h Also renamed the files. 2022-08-19 21:24:36 +02:00
multimesh.cpp Ported: Bind Physics Interpolation functions in VisualServer 2022-09-17 10:22:26 +02:00
multimesh.h Also renamed the files. 2022-08-19 21:24:36 +02:00
navigation_mesh.cpp Remove leading spaces from enumerator name hints 2022-11-13 00:26:34 +01:00
navigation_mesh.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
occluder_shape_polygon.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
occluder_shape_polygon.h Also renamed the files. 2022-08-19 21:24:36 +02:00
occluder_shape.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
occluder_shape.h Also renamed the files. 2022-08-19 21:24:36 +02:00
packed_scene.cpp Moved base input related classes to core/input. 2022-08-17 17:02:24 +02:00
packed_scene.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
particles_material.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
particles_material.h Moved around more classes in core. 2022-08-17 16:01:01 +02:00
physics_material.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
physics_material.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
plane_shape.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
plane_shape.h Clang format all files. 2022-03-18 19:00:13 +01:00
polygon_path_finder.cpp Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
polygon_path_finder.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
primitive_meshes.cpp Fix auto-translation and ignore control chars. 2022-12-11 19:14:14 +01:00
primitive_meshes.h Ported: Backport TextMesh and expose dynamic font vector outlines - bruvzg 2022-07-28 00:01:20 +02:00
ray_shape.cpp Improve range property hints for various collision shapes 2022-07-25 17:48:29 +02:00
ray_shape.h Clang format all files. 2022-03-18 19:00:13 +01:00
rectangle_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
rectangle_shape_2d.h Clang format all files. 2022-03-18 19:00:13 +01:00
resource_format_text.cpp VariantParser make readahead optional 2022-12-22 13:52:51 +01:00
resource_format_text.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
SCsub Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
segment_shape_2d.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
segment_shape_2d.h Clang format all files. 2022-03-18 19:00:13 +01:00
shader.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
shader.h Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
shape_2d.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
shape_2d.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
shape.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
shape.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
sky.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
sky.h Clang format all files. 2022-03-18 19:00:13 +01:00
sphere_shape.cpp Improve range property hints for various collision shapes 2022-07-25 17:48:29 +02:00
sphere_shape.h Clang format all files. 2022-03-18 19:00:13 +01:00
style_box.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
style_box.h Also renamed the files. 2022-08-19 21:24:36 +02:00
surface_tool.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
surface_tool.h Clang format all files. 2022-03-18 19:00:13 +01:00
text_file.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
text_file.h Clang format all files. 2022-03-18 19:00:13 +01:00
texture.cpp Renamed the VisualServer to RenderringServer like in Godot4, as I think it's a lot better name for it. I did not yet rename the files. 2022-08-19 20:50:20 +02:00
texture.h Also renamed the files. 2022-08-19 21:24:36 +02:00
theme.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
theme.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
video_stream.h Clang format all files. 2022-03-18 19:00:13 +01:00
world_2d.cpp Now CanvasItems work with World overrides aswell. 2022-08-30 01:40:03 +02:00
world_2d.h Now CanvasItems work with World overrides aswell. 2022-08-30 01:40:03 +02:00
world_3d.cpp Work on fixing the remaining issues / error messages with World overrides. 2022-08-30 12:28:05 +02:00
world_3d.h Now CanvasItems work with World overrides aswell. 2022-08-30 01:40:03 +02:00