virtualx-engine/core
Hugo Locurcio 13357095ee
Increase the default HTTPClient download chunk size to 64 KiB
This improves download speeds at the cost of increased memory usage.

This change also effects HTTPRequest automatically.

See #32807 and #33862.
2020-11-07 16:11:04 +01:00
..
bind Removed unused method Geometry.get_uv84_normal_bit 2020-10-09 10:22:26 +03:00
crypto Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
debugger Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
input Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
io Increase the default HTTPClient download chunk size to 64 KiB 2020-11-07 16:11:04 +01:00
math Refactored binding system for core types 2020-10-14 15:24:30 +02:00
os OS: Remove unused get_splash_tick_msec 2020-09-24 15:40:30 +02:00
array.cpp Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
array.h Refactored binding system for core types 2020-10-14 15:24:30 +02:00
binder_common.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
callable.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
callable.h Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
callable_bind.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
callable_bind.h Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
callable_method_pointer.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
callable_method_pointer.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
class_db.cpp Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
class_db.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
color.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
color.h Allow commutative multiplication in Variant 2020-09-17 09:02:53 -03:00
color_names.inc Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
command_queue_mt.cpp core/command_queue_mt: Fix crash/hang when buffer fills up 2020-10-12 08:41:13 -07:00
command_queue_mt.h core/command_queue_mt: Fix crash/hang when buffer fills up 2020-10-12 08:41:13 -07:00
compressed_translation.cpp Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference. 2020-08-19 03:01:53 +02:00
compressed_translation.h Added plurals and context support to Translation 2020-08-19 03:01:51 +02:00
container_type_validate.h Fix spelling of a var, a struct, and message output 2020-07-17 12:02:06 -04:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_string_names.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
core_string_names.h Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
cowdata.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
dictionary.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
dictionary.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
engine.cpp Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
engine.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
error_list.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
error_macros.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
error_macros.h Fix 'modernize-use-bool-literals' clang-tidy warnings in error macros 2020-07-05 19:22:26 +02:00
func_ref.cpp Make "function" a property of FuncRef 2020-09-30 06:57:59 -04:00
func_ref.h Allow retrieval of FuncRef function string 2020-09-25 11:54:51 -04:00
global_constants.cpp Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
global_constants.h Docs: Ignore OS specific values (constants, project settings, properties). 2020-07-15 12:24:59 +03:00
hash_map.h Call CRASH_COND_MSG if key not found in HashMap get function. 2020-07-01 10:50:13 +01:00
hashfuncs.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
image.cpp Implement 3D textures as import and resource format. 2020-09-09 13:50:21 -03:00
image.h Implement 3D textures as import and resource format. 2020-09-09 13:50:21 -03:00
int_types.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
list.h Fix List swap behavior on front, back and adjacent elements 2020-09-12 23:58:56 +03:00
local_vector.h Fixes issue with LocalVector remove function 2020-07-31 13:49:15 +02:00
map.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
message_queue.cpp Fix Container sorting not working when overriding _sort_children in gdscript 2020-05-16 18:13:25 +02:00
message_queue.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
method_bind.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
method_bind.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
method_ptrcall.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
node_path.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
node_path.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
oa_hash_map.h Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
object.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
object.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
object_id.h Reworked signal connection system, added support for Callable and Signal objects and made them default. 2020-02-20 08:24:50 +01:00
ordered_hash_map.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
packed_data_container.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
packed_data_container.h Add override keywords. 2020-07-10 13:56:54 +01:00
pair.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
pool_allocator.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
pool_allocator.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
print_string.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
print_string.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
project_settings.cpp Rename the ".import" folder to ".godot/imported" 2020-09-28 05:23:45 -04:00
project_settings.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
reference.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
reference.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
register_core_types.cpp Fix typos with codespell 2020-09-18 13:44:25 +02:00
register_core_types.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
resource.cpp Core: Add hints to run with --verbose when leaking nodes/resources at exit 2020-06-08 16:48:21 +02:00
resource.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
rid.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rid_owner.cpp Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
rid_owner.h Fix warning using ERR_FAIL_INDEX on unsigned int 2020-08-19 14:41:46 +02:00
ring_buffer.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
safe_refcount.cpp Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
safe_refcount.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
script_language.cpp Check for global script class information before clearing it 2020-10-05 15:45:54 -04:00
script_language.h Remove multilevel calls 2020-07-24 14:13:58 -03:00
SCsub Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
self_list.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
set.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
simple_type.h Refactored binding system for core types 2020-10-14 15:24:30 +02:00
sort_array.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
spin_lock.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
string_buffer.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
string_builder.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
string_builder.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
string_name.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
string_name.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
thread_work_pool.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_work_pool.h Implement GPU Particle Collisions 2020-10-09 13:25:47 -03:00
translation.cpp Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference. 2020-08-19 03:01:53 +02:00
translation.h Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference. 2020-08-19 03:01:53 +02:00
translation_po.cpp Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. 2020-08-19 03:10:51 +02:00
translation_po.h Fix typos with codespell 2020-09-18 13:44:25 +02:00
type_info.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
typed_array.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
typedefs.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
ucaps.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
undo_redo.cpp Add static_assert checks where code assumes VARIANT_ARG_MAX == 5 2020-05-25 21:55:03 +02:00
undo_redo.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
ustring.cpp Refactored binding system for core types 2020-10-14 15:24:30 +02:00
ustring.h Refactored binding system for core types 2020-10-14 15:24:30 +02:00
variant.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
variant.h Refactored binding system for core types 2020-10-14 15:24:30 +02:00
variant_call.cpp Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
variant_internal.h Refactored binding system for core types 2020-10-14 15:24:30 +02:00
variant_op.cpp Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
variant_parser.cpp Remove unnecessary empty line from Dictionaries 2020-09-24 13:23:06 +02:00
variant_parser.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
vector.h Add missing reference to const T Vector::get(). 2020-09-11 11:58:47 +01:00
version.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
vmap.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
vset.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00