godot/core
Andrii Doroshenko (Xrayez) 749d917424 Fix severe performance drop while deflating polylines
Underscaled arc tolerance produced very small values so that changes
to this parameter were negligible when scaled internally, hence significant
performance drop (lots of intermediate points inserted in an arc). Now the
performance is mostly the same compared to other types of offsetting
(SQUARE, MITER).
2019-12-03 15:43:59 +02:00
..
bind Expose the OS.low_processor_usage_mode_sleep_usec property 2019-11-08 18:53:25 +01:00
crypto
io Merge pull request #33640 from mewin/http_head_request 2019-12-01 05:50:33 +01:00
math Fix severe performance drop while deflating polylines 2019-12-03 15:43:59 +02:00
os fixed set pitch bend value and implemented midi running status 2019-12-03 16:22:02 +09:00
array.cpp
array.h
class_db.cpp
class_db.h Fixed antialiased option for Polygon2D / Line2D 2019-11-28 22:57:27 +01:00
color.cpp
color.h
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp
dictionary.h
engine.cpp
engine.h
error_list.h
error_macros.cpp Remove ERR_EXPLAIN macros and the scaffolding they needed. 2019-11-11 10:57:00 +01:00
error_macros.h Fix explain message not being stripped in release. 2019-11-13 14:21:32 +01:00
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp
image.h
input_map.cpp
input_map.h
int_types.h
list.h
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h
object.cpp
object.h
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h
print_string.cpp
print_string.h
project_settings.cpp Revert "Fix localise_path method so that uncached scripts don't sometimes get loaded with two backslashes" 2019-11-26 13:42:18 +01:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp
register_core_types.h
resource.cpp
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_language.cpp
script_language.h
SCsub
self_list.h
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp
string_name.h
translation.cpp
translation.h
type_info.h
typedefs.h Fix some overflows and unitialized variables 2019-11-20 16:22:16 +01:00
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Fix some overflows and unitialized variables 2019-11-20 16:22:16 +01:00
ustring.h
variant.cpp
variant.h
variant_call.cpp Merge pull request #32477 from aaronfranke/equal-approx-separate 2019-11-07 14:54:15 +01:00
variant_op.cpp
variant_parser.cpp
variant_parser.h
vector.h
version.h
vmap.h
vset.h