godot/core
Hugo Locurcio d717eb537b
Add an Array.pop_at() method to pop an element at an arbitrary index
Negative indices are supported to pop an element relative from the end.
2021-08-27 01:27:07 +02:00
..
bind Fix renaming directories 2021-08-18 23:19:44 +02:00
crypto
io [Net] Fix IP address resolution incorrectly locking the main thread. 2021-08-03 14:33:42 +02:00
math Fix emitting duplicate edges for convex hulls 2021-08-24 19:26:33 +02:00
os Merge pull request #51706 from maiself/fix-input-methods-returning-zero-strength 2021-08-16 13:02:36 +02:00
array.cpp Add an Array.pop_at() method to pop an element at an arbitrary index 2021-08-27 01:27:07 +02:00
array.h Add an Array.pop_at() method to pop an element at an arbitrary index 2021-08-27 01:27:07 +02:00
bitfield_dynamic.cpp Portal occlusion culling 2021-07-14 11:43:23 +01:00
bitfield_dynamic.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
class_db.cpp
class_db.h
color.cpp
color.h
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py SCons: Generate header with info on which modules are enabled 2021-07-14 23:09:47 +02:00
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp
dictionary.h
engine.cpp Add Engine.print_error_messages property to disable printing errors 2021-07-20 13:58:07 +03:00
engine.h Sphere occluders (portals and general use) 2021-08-17 09:02:06 +01:00
error_list.h
error_macros.cpp
error_macros.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Fixes 50428, added missing checks for image lock 2021-07-14 21:49:23 +05:30
image.h
input_map.cpp Fix input methods returning zero strength when pressed status not requested 2021-08-15 20:00:31 -04:00
input_map.h Allow checking for exact matches with Action events. 2021-07-30 15:35:39 +02:00
int_types.h
list.h
local_vector.h
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp Optimize NodePath update when renaming or deleting nodes in the editor 2021-07-09 11:43:05 -07:00
node_path.h
oa_hash_map.h
object.cpp
object.h Portal occlusion culling 2021-07-14 11:43:23 +01:00
object_id.h
object_rc.h
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
paged_allocator.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h
pooled_list.h Sphere occluders (portals and general use) 2021-08-17 09:02:06 +01:00
print_string.cpp
print_string.h
project_settings.cpp Merge pull request #47416 from Calinou/add-contrast-adaptive-sharpening-3.x 2021-08-10 10:08:24 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp
register_core_types.h
resource.cpp OS: Fix used resource debug prints 2021-08-06 13:24:02 +02:00
resource.h Resource: Remove unused _use_builtin_script() virtual method 2021-08-12 16:45:48 +02:00
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 Add Script::inherits_script() 2021-08-02 15:18:30 +02:00
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 Fix missing locale names 2021-07-20 13:05:13 +02:00
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp Improve Undo/Redo menu items 2021-08-18 00:46:51 +08:00
undo_redo.h Improve Undo/Redo menu items 2021-08-18 00:46:51 +08:00
ustring.cpp String::format leave passed values untouched 2021-07-13 10:20:03 +02:00
ustring.h
variant.cpp
variant.h [Net] Fix Marshalls infinite recursion crash. 2021-08-03 09:33:24 +02:00
variant_call.cpp Add an Array.pop_at() method to pop an element at an arbitrary index 2021-08-27 01:27:07 +02:00
variant_op.cpp
variant_parser.cpp
variant_parser.h VariantParser: Fix uninitialized ResourceParser funcs 2021-08-03 09:33:25 +02:00
vector.h
version.h
vmap.h
vset.h