virtualx-engine/core
2022-05-16 17:14:43 +02:00
..
bind Add OS::is_process_running function. 2022-05-05 15:02:46 +02:00
crypto
io [3.x] Improve embedded PCK loading and exporting. 2022-04-28 11:11:48 +03:00
math Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
os Fix inconsistent naming in Time 2022-05-16 15:58:36 +02:00
array.cpp Add fill method to Array and PoolArrays 2022-04-23 19:29:17 +08:00
array.h Add fill method to Array and PoolArrays 2022-04-23 19:29:17 +08:00
bitfield_dynamic.cpp
bitfield_dynamic.h
class_db.cpp Enable type information on release 2022-04-01 18:20:33 -03:00
class_db.h Enable type information on release 2022-04-01 18:20:33 -03:00
color.cpp
color.h
color_names.inc Update color constants to use HEX codes 2022-03-17 15:49:58 +01:00
command_queue_mt.cpp
command_queue_mt.h Fix typos with codespell 2022-02-11 09:50:59 +01:00
compressed_translation.cpp
compressed_translation.h Fix typos with codespell 2022-02-11 09:50:59 +01:00
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h Remove get_data() from CowData 2022-04-13 11:32:44 +02:00
dictionary.cpp
dictionary.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Protection for array operator for Vector2 / 3 in DEV builds 2022-03-07 10:34:40 +00:00
func_ref.cpp
func_ref.h
global_constants.cpp Add type variations to Theme 2022-02-17 15:24:10 +03:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Fix invalid memory usage when using Image.convert 2022-05-16 17:14:43 +02:00
image.h Fix Image.blit_rect/blend_rect() for negative p_dest point 2022-04-27 12:38:27 +02:00
input_map.cpp
input_map.h
int_types.h
list.h
local_vector.h Add fill method to Array and PoolArrays 2022-04-23 19:29:17 +08:00
make_binders.py Fix argument type generation with typed method binds 2022-04-02 14:32:01 -03:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp Enable type information on release 2022-04-01 18:20:33 -03:00
method_bind.h Enable type information on release 2022-04-01 18:20:33 -03:00
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h Backported the oa_hashmap lookup_ptr function 2022-04-22 10:00:55 +02:00
object.cpp Add optional 'default' argument to get_meta() 2022-04-13 11:43:49 +02:00
object.h Add optional 'default' argument to get_meta() 2022-04-13 11:43:49 +02: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 Fix typos with codespell 2022-02-11 09:50:59 +01:00
pool_vector.cpp
pool_vector.h Add search methods for pool arrays 2022-05-08 11:07:00 +08:00
pooled_list.h
print_string.cpp
print_string.h
project_settings.cpp Merge pull request #58674 from Calinou/smooth-trimesh-collision-always-setting-3.x 2022-03-10 21:11:44 +01:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h Enable type information on release 2022-04-01 18:20:33 -03:00
register_core_types.cpp
register_core_types.h
resource.cpp
resource.h
rid.cpp
rid.h RID: Change comparison operators to use RID_Data id instead of address 2022-03-17 11:03:07 +01:00
rid_handle.cpp Improve locking safety for RID handles builds 2022-04-23 09:09:50 +01:00
rid_handle.h Improve locking safety for RID handles builds 2022-04-23 09:09:50 +01:00
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp Rename profiler "Idle Time" to "Process Time" 2022-05-06 19:31:31 +02:00
script_debugger_local.h Rename profiler "Idle Time" to "Process Time" 2022-05-06 19:31:31 +02:00
script_language.cpp
script_language.h Rename profiler "Idle Time" to "Process Time" 2022-05-06 19:31:31 +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 Implement Scene Unique Nodes 2022-04-26 13:55:48 +02:00
threaded_callable_queue.h
translation.cpp Add context support for editor translation 2022-03-16 15:44:30 +08:00
translation.h Add context support for editor translation 2022-03-16 15:44:30 +08:00
type_info.h Enable type information on release 2022-04-01 18:20:33 -03:00
typedefs.h Float literals - fix math classes to allow 32 bit calculations 2022-02-24 16:46:02 +00:00
ucaps.h
undo_redo.cpp Merge pull request #54188 from Rubonnek/increase_var_arg_max_3x 2022-03-08 13:10:48 +01:00
undo_redo.h Fix UndoRedo::create_action() invalid memory usage 2022-03-02 12:02:37 +01:00
ustring.cpp Merge pull request #60527 from KoBeWi/unique_names_demastered 2022-05-02 10:48:27 +02:00
ustring.h Add context support for editor translation 2022-03-16 15:44:30 +08:00
variant.cpp
variant.h Merge pull request #54188 from Rubonnek/increase_var_arg_max_3x 2022-03-08 13:10:48 +01:00
variant_call.cpp Add search methods for pool arrays 2022-05-08 11:07:00 +08:00
variant_op.cpp
variant_parser.cpp Increase line counter when parsing comments 2022-05-16 15:56:47 +02:00
variant_parser.h
vector.h Merge pull request #60421 from AndreaCatania/bvo_3x 2022-04-26 11:35:03 +02:00
version.h
vmap.h Make VMap::find_nearest return -1 when empty 2022-02-17 09:59:28 +01:00
vset.h