From 6196b9bd4e5572095905746820befe7313f580e2 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 13 Apr 2021 20:29:17 -0700 Subject: [PATCH] Pruning unneeded includes, lang updates, and potential crash on exit fix --- .efrocachemap | 76 +++++++++---------- .idea/dictionaries/ericf.xml | 2 + .idea/inspectionProfiles/Default.xml | 1 + CHANGELOG.md | 3 +- .../.idea/dictionaries/ericf.xml | 3 + ballisticacore-cmake/CMakeLists.txt | 2 +- docs/ba_module.md | 2 +- src/ballistica/app/app_config.cc | 2 - src/ballistica/app/stress_test.cc | 2 - src/ballistica/audio/audio_server.cc | 6 -- src/ballistica/audio/audio_source.cc | 2 - src/ballistica/audio/ogg_stream.cc | 2 - src/ballistica/ballistica.cc | 2 +- src/ballistica/config/config_cmake.h | 4 + src/ballistica/core/context.cc | 2 - src/ballistica/core/exception.cc | 2 - src/ballistica/core/logging.cc | 2 - src/ballistica/core/module.cc | 2 - src/ballistica/core/object.cc | 4 - src/ballistica/core/thread.cc | 3 - src/ballistica/dynamics/bg/bg_dynamics.cc | 4 - .../dynamics/bg/bg_dynamics_height_cache.cc | 2 - .../dynamics/bg/bg_dynamics_server.cc | 6 -- src/ballistica/dynamics/collision_cache.cc | 4 - src/ballistica/dynamics/dynamics.cc | 3 - .../material/impact_sound_material_action.cc | 1 - src/ballistica/dynamics/material/material.cc | 5 +- src/ballistica/dynamics/material/material.h | 11 ++- .../dynamics/material/material_component.cc | 12 ++- .../dynamics/material/material_component.h | 9 ++- .../dynamics/material/material_context.cc | 12 +++ .../dynamics/material/material_context.h | 9 +-- .../material/node_message_material_action.cc | 1 - .../material/node_mod_material_action.cc | 1 - .../node_user_message_material_action.cc | 1 - .../material/part_mod_material_action.cc | 1 - .../material/python_call_material_action.cc | 3 - .../material/skid_sound_material_action.cc | 1 - .../material/sound_material_action.cc | 1 - src/ballistica/dynamics/rigid_body.cc | 2 - src/ballistica/game/game.cc | 6 -- src/ballistica/game/player.cc | 2 - src/ballistica/game/player_spec.cc | 2 - src/ballistica/generic/base64.cc | 2 - src/ballistica/generic/huffman.cc | 3 - src/ballistica/generic/json.cc | 7 +- src/ballistica/generic/utf8.cc | 10 +-- src/ballistica/generic/utils.cc | 5 -- src/ballistica/graphics/area_of_interest.cc | 2 - src/ballistica/graphics/camera.cc | 42 +++++----- .../graphics/component/object_component.cc | 2 - .../graphics/component/render_component.cc | 1 - src/ballistica/graphics/gl/gl_sys.cc | 3 - src/ballistica/graphics/gl/renderer_gl.cc | 10 --- src/ballistica/graphics/graphics.cc | 41 +++++++--- src/ballistica/graphics/graphics.h | 1 + src/ballistica/graphics/graphics_server.cc | 11 ++- src/ballistica/graphics/mesh/text_mesh.cc | 4 - src/ballistica/graphics/net_graph.cc | 1 - src/ballistica/graphics/render_pass.cc | 3 - src/ballistica/graphics/renderer.cc | 6 +- src/ballistica/graphics/text/text_graphics.cc | 4 - src/ballistica/graphics/text/text_group.cc | 4 - src/ballistica/graphics/text/text_packer.cc | 2 - src/ballistica/graphics/texture/dds.cc | 3 - src/ballistica/graphics/texture/pvr.cc | 5 -- src/ballistica/graphics/vr_graphics.cc | 11 +++ src/ballistica/graphics/vr_graphics.h | 11 +-- .../input/device/client_input_device.cc | 3 - src/ballistica/input/device/input_device.cc | 2 - src/ballistica/input/device/joystick.cc | 3 - src/ballistica/input/device/test_input.cc | 2 - src/ballistica/input/device/touch_input.cc | 4 - src/ballistica/input/input.cc | 2 - src/ballistica/input/remote_app.cc | 8 -- src/ballistica/input/std_input_module.cc | 3 +- src/ballistica/math/random.cc | 1 - .../media/component/collide_model.cc | 2 - .../media/component/media_component.cc | 3 - src/ballistica/media/component/texture.cc | 2 - .../media/data/collide_model_data.cc | 2 - src/ballistica/media/data/model_data.cc | 4 - src/ballistica/media/data/sound_data.cc | 8 -- src/ballistica/media/data/texture_data.cc | 6 -- .../media/data/texture_preload_data.cc | 3 +- src/ballistica/media/media.cc | 4 - src/ballistica/media/media_server.cc | 4 - src/ballistica/networking/telnet_server.cc | 3 - src/ballistica/platform/platform.cc | 24 ++++-- src/ballistica/platform/sdl/sdl_app.cc | 2 - .../class/python_class_activity_data.cc | 2 - .../class/python_class_collide_model.cc | 2 - .../python/class/python_class_context.cc | 2 - .../python/class/python_class_context_call.cc | 2 - .../python/class/python_class_data.cc | 2 - .../python/class/python_class_input_device.cc | 3 - .../python/class/python_class_material.cc | 3 - .../python/class/python_class_model.cc | 2 - .../python/class/python_class_node.cc | 1 - .../python/class/python_class_session_data.cc | 2 - .../class/python_class_session_player.cc | 3 - .../python/class/python_class_sound.cc | 2 - .../python/class/python_class_texture.cc | 2 - .../python/class/python_class_timer.cc | 4 - .../python/class/python_class_vec3.cc | 3 - .../python/class/python_class_widget.cc | 3 - .../python/methods/python_methods_app.cc | 3 - .../python/methods/python_methods_gameplay.cc | 2 - .../python/methods/python_methods_graphics.cc | 2 - .../python/methods/python_methods_input.cc | 3 - .../python/methods/python_methods_media.cc | 1 - .../python/methods/python_methods_system.cc | 3 - .../python/methods/python_methods_ui.cc | 5 -- src/ballistica/python/python.cc | 7 +- src/ballistica/python/python_command.cc | 2 - src/ballistica/scene/node/anim_curve_node.cc | 4 - src/ballistica/scene/node/combine_node.cc | 3 - src/ballistica/scene/node/explosion_node.cc | 3 - src/ballistica/scene/node/flag_node.cc | 2 - src/ballistica/scene/node/flash_node.cc | 3 - src/ballistica/scene/node/globals_node.cc | 52 ++++--------- src/ballistica/scene/node/globals_node.h | 4 +- src/ballistica/scene/node/image_node.cc | 6 -- src/ballistica/scene/node/light_node.cc | 2 - src/ballistica/scene/node/locator_node.cc | 1 - src/ballistica/scene/node/math_node.cc | 3 - src/ballistica/scene/node/node.cc | 1 - src/ballistica/scene/node/node_attribute.cc | 2 - .../scene/node/node_attribute_connection.cc | 2 - src/ballistica/scene/node/null_node.cc | 1 - src/ballistica/scene/node/player_node.cc | 2 - src/ballistica/scene/node/prop_node.cc | 5 -- src/ballistica/scene/node/scorch_node.cc | 3 - src/ballistica/scene/node/shield_node.cc | 5 -- src/ballistica/scene/node/sound_node.cc | 2 - src/ballistica/scene/node/spaz_node.cc | 9 --- src/ballistica/scene/node/terrain_node.cc | 2 - src/ballistica/scene/node/text_node.cc | 3 - .../scene/node/time_display_node.cc | 3 - src/ballistica/scene/scene.cc | 6 -- src/ballistica/ui/console.cc | 2 - src/ballistica/ui/root_ui.cc | 4 - src/ballistica/ui/ui.cc | 10 +-- src/ballistica/ui/ui.h | 2 +- src/ballistica/ui/widget/button_widget.cc | 6 +- src/ballistica/ui/widget/button_widget.h | 34 ++++----- src/ballistica/ui/widget/check_box_widget.cc | 2 - src/ballistica/ui/widget/container_widget.cc | 4 - src/ballistica/ui/widget/h_scroll_widget.cc | 5 -- src/ballistica/ui/widget/root_widget.cc | 3 - src/ballistica/ui/widget/row_widget.cc | 2 - src/ballistica/ui/widget/scroll_widget.cc | 5 -- src/ballistica/ui/widget/text_widget.cc | 6 -- src/ballistica/ui/widget/widget.cc | 3 - .../ode/ode_collision_cylinder_trimesh.cpp | 2 +- .../ode/ode_collision_trimesh.cpp | 44 ++++++----- .../ode/ode_collision_trimesh_ccylinder.cpp | 2 +- .../ode/ode_collision_trimesh_internal.h | 16 ++-- .../ode/ode_collision_trimesh_plane.cpp | 2 +- .../ode/ode_collision_trimesh_ray.cpp | 6 +- .../ode/ode_collision_trimesh_sphere.cpp | 4 +- .../ode/ode_collision_trimesh_trimesh.cpp | 2 +- tools/efrotools/code.py | 65 ++++------------ 163 files changed, 288 insertions(+), 650 deletions(-) diff --git a/.efrocachemap b/.efrocachemap index 86fff2ec..2a79b63b 100644 --- a/.efrocachemap +++ b/.efrocachemap @@ -420,7 +420,7 @@ "assets/build/ba_data/audio/zoeOw.ogg": "https://files.ballistica.net/cache/ba1/a9/71/9286d55c45c37877f3267850f90b", "assets/build/ba_data/audio/zoePickup01.ogg": "https://files.ballistica.net/cache/ba1/2f/09/36e691de67eb8f155449a7170861", "assets/build/ba_data/audio/zoeScream01.ogg": "https://files.ballistica.net/cache/ba1/fd/a8/ad50785ce206e8dc3dcc7358b173", - "assets/build/ba_data/data/langdata.json": "https://files.ballistica.net/cache/ba1/75/7f/35866269426040695c86c95d241e", + "assets/build/ba_data/data/langdata.json": "https://files.ballistica.net/cache/ba1/16/4d/53c97486d0669727b400beecefec", "assets/build/ba_data/data/languages/arabic.json": "https://files.ballistica.net/cache/ba1/ac/3e/c50dc4e98df47f858c3a73ac4272", "assets/build/ba_data/data/languages/belarussian.json": "https://files.ballistica.net/cache/ba1/44/ed/5b972fa848cffb73723533c2ccb7", "assets/build/ba_data/data/languages/chinese.json": "https://files.ballistica.net/cache/ba1/9d/63/d360eeff63bc64e098427498880d", @@ -443,7 +443,7 @@ "assets/build/ba_data/data/languages/persian.json": "https://files.ballistica.net/cache/ba1/c1/14/b013ec0a6557533f0ff49f27d000", "assets/build/ba_data/data/languages/polish.json": "https://files.ballistica.net/cache/ba1/cd/c1/82bf70c3ee4894791506f4da1a15", "assets/build/ba_data/data/languages/portuguese.json": "https://files.ballistica.net/cache/ba1/98/45/ddeb7e797c02fb967e0c8b0dff7d", - "assets/build/ba_data/data/languages/romanian.json": "https://files.ballistica.net/cache/ba1/5d/42/50a37dbd9853ef6b8723be0e9c33", + "assets/build/ba_data/data/languages/romanian.json": "https://files.ballistica.net/cache/ba1/f3/e5/c6d8fab0509451976c776265f0d0", "assets/build/ba_data/data/languages/russian.json": "https://files.ballistica.net/cache/ba1/71/db/e23447c97d40b8a0d83f185f4bba", "assets/build/ba_data/data/languages/serbian.json": "https://files.ballistica.net/cache/ba1/e1/22/5471375791f8825a63e06371df29", "assets/build/ba_data/data/languages/slovak.json": "https://files.ballistica.net/cache/ba1/15/01/cab2f74365e69216a7eeeef51f98", @@ -3932,40 +3932,40 @@ "assets/build/windows/Win32/ucrtbased.dll": "https://files.ballistica.net/cache/ba1/b5/85/f8b6d0558ddb87267f34254b1450", "assets/build/windows/Win32/vc_redist.x86.exe": "https://files.ballistica.net/cache/ba1/1c/e1/4a1a2eddda2f4aebd5f8b64ab08e", "assets/build/windows/Win32/vcruntime140d.dll": "https://files.ballistica.net/cache/ba1/50/8d/bc2600ac9491f1b14d659709451f", - "build/prefab/full/linux_arm64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/f4/83/ff699ce7cf0b31d8637d8bf85fef", - "build/prefab/full/linux_arm64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/29/e6/b68cc3d7ef7c49375b8c346e15de", - "build/prefab/full/linux_arm64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/0e/78/e4bcb5fb322a830d6e189e9ad628", - "build/prefab/full/linux_arm64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/86/59/6a55d02dee1987827e1c50971481", - "build/prefab/full/linux_x86_64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/2a/bc/2a576c81d0fae1a8c507aa7e8105", - "build/prefab/full/linux_x86_64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/28/cc/761a37c028c55868ff82fbb36618", - "build/prefab/full/linux_x86_64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/a7/16/7cad87d75681d7e72f73118526a7", - "build/prefab/full/linux_x86_64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/f2/14/4a6694e647afe38ac57975a574aa", - "build/prefab/full/mac_arm64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/f3/4d/16f6485c7f51f4e492b58a435561", - "build/prefab/full/mac_arm64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/64/43/306511242438b3f1980ff64ad7ff", - "build/prefab/full/mac_arm64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/39/56/cafec8c98b057209b4e406df7d4a", - "build/prefab/full/mac_arm64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/9c/24/e3db3f3fe13cb95ccc09ddf76e0b", - "build/prefab/full/mac_x86_64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/ed/64/24f2ec1c97e5b94f6250520f1570", - "build/prefab/full/mac_x86_64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/3d/59/13c722da54e13e52795e18f534f0", - "build/prefab/full/mac_x86_64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/3a/d2/bc5df85ef3627c616412722a200c", - "build/prefab/full/mac_x86_64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/ef/74/7b7d1bd7ee0a767176e49eba8afc", - "build/prefab/full/windows_x86/debug/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/88/bb/729e86d86f67873ff0427960ccec", - "build/prefab/full/windows_x86/release/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/8d/34/51731e5fca346e78d1473933f419", - "build/prefab/full/windows_x86_server/debug/dist/ballisticacore_headless.exe": "https://files.ballistica.net/cache/ba1/25/76/256bb784fa822b1731b350cea5ae", - "build/prefab/full/windows_x86_server/release/dist/ballisticacore_headless.exe": "https://files.ballistica.net/cache/ba1/b1/f3/9aa561c568e293bf324f604f4000", - "build/prefab/lib/linux_arm64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/8c/39/85f77a12d141db9af737df376913", - "build/prefab/lib/linux_arm64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/a1/a1/3b82daf3a84bfaf3d64d166cac3a", - "build/prefab/lib/linux_arm64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/7a/fc/38e48816e9d9cd64baebbb30deb6", - "build/prefab/lib/linux_arm64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/b7/2d/82d4dc9c175bbf68a88944ac2c78", - "build/prefab/lib/linux_x86_64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/a7/f5/c1e90eff3b8f02fa812f89bf66fe", - "build/prefab/lib/linux_x86_64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/02/49/3b28ad61d548c23e6780c4f88bed", - "build/prefab/lib/linux_x86_64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/07/99/9f5c09f44372348c267fb39ddd05", - "build/prefab/lib/linux_x86_64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/63/83/0ffe340483547e20baa8fd1293b9", - "build/prefab/lib/mac_arm64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/13/83/c6958810d3312e497e954e75ea13", - "build/prefab/lib/mac_arm64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/f8/14/fbddab145bda029befa17da9fa60", - "build/prefab/lib/mac_arm64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/7c/a7/953db4d7c5156b2f78342d796c09", - "build/prefab/lib/mac_arm64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/49/24/e05ec9882f9307bb95aaf03c9249", - "build/prefab/lib/mac_x86_64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/3a/bc/2421b4ea68a0e046005ca25a9eab", - "build/prefab/lib/mac_x86_64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/40/43/a45170f54993457ee2839af6ccde", - "build/prefab/lib/mac_x86_64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/39/8b/dbcd78ec647af1787d95c5451c58", - "build/prefab/lib/mac_x86_64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/bc/e0/228e9ca0bfac2c8c469dd7d08633" + "build/prefab/full/linux_arm64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/6b/cb/19189b08a2e2fb1eb992ce9409c3", + "build/prefab/full/linux_arm64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/f7/4d/1fa868632c30ebfacfc38c6b117d", + "build/prefab/full/linux_arm64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/7d/b8/49192d8bdbb04f541279f1be0e5b", + "build/prefab/full/linux_arm64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/4c/45/a35cc2aa7d366acf296ff8c1cc9d", + "build/prefab/full/linux_x86_64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/52/15/30ee7f43e310f28fc45d2cddf572", + "build/prefab/full/linux_x86_64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/96/0a/2f1783c6132c52b81f52deb32848", + "build/prefab/full/linux_x86_64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/cf/8b/1d445ffa286f7244aad7d1ce5e73", + "build/prefab/full/linux_x86_64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/67/6d/3cc48fa4a8a782658f3bcb05896a", + "build/prefab/full/mac_arm64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/f8/25/ba027f4b3cf7b71219da09c21c75", + "build/prefab/full/mac_arm64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/3b/f1/de985e1c1353d1b08f32f9f3e3a8", + "build/prefab/full/mac_arm64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/50/e8/2dc9822aed07127c510475d4f84c", + "build/prefab/full/mac_arm64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/53/a4/7ccb111c3808cdfbc040e3d7ceb4", + "build/prefab/full/mac_x86_64/debug/ballisticacore": "https://files.ballistica.net/cache/ba1/2b/3d/c440f8c0ed420b764b7c8a919c28", + "build/prefab/full/mac_x86_64/release/ballisticacore": "https://files.ballistica.net/cache/ba1/60/fc/87cfc12a101a1602a10d56590a1c", + "build/prefab/full/mac_x86_64_server/debug/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/5e/53/031857aa1a70492d21941851c4a0", + "build/prefab/full/mac_x86_64_server/release/dist/ballisticacore_headless": "https://files.ballistica.net/cache/ba1/3f/5e/b45d379238a9c0e8e37f46cf1f0d", + "build/prefab/full/windows_x86/debug/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/10/b1/b90ce616c5af2ddb545f56832994", + "build/prefab/full/windows_x86/release/BallisticaCore.exe": "https://files.ballistica.net/cache/ba1/cb/fb/dfafe1bde1ad7f7331e1bfc4e63d", + "build/prefab/full/windows_x86_server/debug/dist/ballisticacore_headless.exe": "https://files.ballistica.net/cache/ba1/db/13/bd6517c55cd8e129e17e7f9c2616", + "build/prefab/full/windows_x86_server/release/dist/ballisticacore_headless.exe": "https://files.ballistica.net/cache/ba1/ea/9d/70f2fe7e9c1101710410763d75bf", + "build/prefab/lib/linux_arm64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/cb/ed/e47dfe8c0b1ed07fa6e14b15823e", + "build/prefab/lib/linux_arm64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/b0/f5/432df1b69d95c0be2c452109ec80", + "build/prefab/lib/linux_arm64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/cb/33/49607104f1a4daeff9203ac70279", + "build/prefab/lib/linux_arm64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/85/5a/95e462b25713e0984d086b9cc4dc", + "build/prefab/lib/linux_x86_64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/1d/f6/f812e186bd658a393523e9dcfeab", + "build/prefab/lib/linux_x86_64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/47/50/5cc79eccc31f272b22e535563f4f", + "build/prefab/lib/linux_x86_64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/1e/bf/bf4842f01b740ca1430bacc5381e", + "build/prefab/lib/linux_x86_64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/d5/92/dac101043f5b24e4e25424b0c471", + "build/prefab/lib/mac_arm64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/6c/52/3ccd81f47f7e02376a3e3ba91b54", + "build/prefab/lib/mac_arm64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/9d/30/9e0c9323ac0c070167595a4b3015", + "build/prefab/lib/mac_arm64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/4f/e6/e838ab1f57c90a2ab541b4524f5d", + "build/prefab/lib/mac_arm64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/d0/18/dbcc2d1e67a5d7887a8ff48759d0", + "build/prefab/lib/mac_x86_64/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/c8/bb/32515f5226bb06103d2184058dce", + "build/prefab/lib/mac_x86_64/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/2b/83/ef8718694732f24d733be72286eb", + "build/prefab/lib/mac_x86_64_server/debug/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/d9/4e/5706b74a4fc9879e22e7305c81bb", + "build/prefab/lib/mac_x86_64_server/release/libballisticacore_internal.a": "https://files.ballistica.net/cache/ba1/d3/68/3e284f68dd2d1b9f69b0f6db86c9" } \ No newline at end of file diff --git a/.idea/dictionaries/ericf.xml b/.idea/dictionaries/ericf.xml index 8f6aecff..5e3fce84 100644 --- a/.idea/dictionaries/ericf.xml +++ b/.idea/dictionaries/ericf.xml @@ -449,6 +449,7 @@ cspnf cspre cssclass + csspbt cstr csum ctest @@ -737,6 +738,7 @@ filterlines filterpath filterpaths + filterstr filterval finalhash finalmaterials diff --git a/.idea/inspectionProfiles/Default.xml b/.idea/inspectionProfiles/Default.xml index 4601feea..5884173f 100644 --- a/.idea/inspectionProfiles/Default.xml +++ b/.idea/inspectionProfiles/Default.xml @@ -3,6 +3,7 @@