Rémi Verschelde 091c37d921 Merge pull request #33030 from Xrayez/vformat-err-msg 5 years ago
..
bind 0088385556 Add request permission automatically at android 5 years ago
crypto dec10dd776 Merge pull request #32051 from qarmin/some_error_explanation 6 years ago
io c2edaa97f3 Merge pull request #32426 from gianllucah/master 5 years ago
math 643874f8ca [Mono] Change Plane intersect methods to return nullable Vector3 5 years ago
os 0088385556 Add request permission automatically at android 5 years ago
SCsub c19871af6d Move CryptoCore to it's own folder. 6 years ago
array.cpp 46e1c0670e Don't try to slice empty arrays 6 years ago
array.h 757c509437 Add array slice method 6 years ago
class_db.cpp 17732fe698 Added some obvious errors explanations 6 years ago
class_db.h 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
color.cpp 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
color.h 82b9557803 Remove redundant author doc comments 6 years ago
color_names.inc 58279eda27 Add "transparent" to named color list 6 years ago
command_queue_mt.cpp 24e7a54cd0 Fix alignment and locking issues with CommandQueueMT 6 years ago
command_queue_mt.h 82b9557803 Remove redundant author doc comments 6 years ago
compressed_translation.cpp 616ab4fac2 Small fixes to redundand code, copy paste bugs 5 years ago
compressed_translation.h b16c309f82 Update copyright statements to 2019 6 years ago
core_builders.py 0e56377e96 Allow system certs file to be used by Editor. 7 years ago
core_string_names.cpp f7eb426e2e Allow overriding how scripted objects are converted to strings 6 years ago
core_string_names.h f7eb426e2e Allow overriding how scripted objects are converted to strings 6 years ago
cowdata.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
dictionary.cpp 8b1e297fc6 Don't crash on printing nested types 6 years ago
dictionary.h 8b1e297fc6 Don't crash on printing nested types 6 years ago
engine.cpp 17732fe698 Added some obvious errors explanations 6 years ago
engine.h bf6c301b9c Add access to interpolation fraction for fixed timestep interpolation 6 years ago
error_list.h 1bf448dd87 Properly expose all Error constants to scripting languages 6 years ago
error_macros.cpp b16c309f82 Update copyright statements to 2019 6 years ago
error_macros.h 8affda0916 implement accompanying error macros that come with an error message, to replace ERR_EXPLAIN usage. 6 years ago
func_ref.cpp 7123fab771 Add FuncRef.call_funcv 6 years ago
func_ref.h 7123fab771 Add FuncRef.call_funcv 6 years ago
global_constants.cpp 1bf448dd87 Properly expose all Error constants to scripting languages 6 years ago
global_constants.h b7cc2bb1e2 Core: Ensure classes match their header filename 6 years ago
hash_map.h ce352ce5b4 Initialise VMap and HashMap values to the default when they are created. 5 years ago
hashfuncs.h b7cc2bb1e2 Core: Ensure classes match their header filename 6 years ago
image.cpp 17732fe698 Added some obvious errors explanations 6 years ago
image.h 17732fe698 Added some obvious errors explanations 6 years ago
input_map.cpp 17732fe698 Added some obvious errors explanations 6 years ago
input_map.h b16c309f82 Update copyright statements to 2019 6 years ago
int_types.h b16c309f82 Update copyright statements to 2019 6 years ago
list.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
make_binders.py aab8da25ad Fix some code found by Coverity Scan and PVS Studio 6 years ago
map.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
message_queue.cpp 17732fe698 Added some obvious errors explanations 6 years ago
message_queue.h 702b539405 Change "ID" to lowercase "id" 6 years ago
method_bind.cpp b16c309f82 Update copyright statements to 2019 6 years ago
method_bind.h 82b9557803 Remove redundant author doc comments 6 years ago
method_ptrcall.h b16c309f82 Update copyright statements to 2019 6 years ago
node_path.cpp 0528ce0a2a Fix crash when using `Node.get_as_property_path()` 5 years ago
node_path.h 82b9557803 Remove redundant author doc comments 6 years ago
oa_hash_map.h 78bee16e05 Implement backward shift deletion for OAHashMap 6 years ago
object.cpp 17732fe698 Added some obvious errors explanations 6 years ago
object.h c62302a432 Improve the scene tree signals/groups tooltip 6 years ago
ordered_hash_map.h 8b1e297fc6 Don't crash on printing nested types 6 years ago
packed_data_container.cpp 17732fe698 Added some obvious errors explanations 6 years ago
packed_data_container.h b16c309f82 Update copyright statements to 2019 6 years ago
pair.h d308eb091a Fix many asan and ubsan reported issues 6 years ago
path_remap.cpp b16c309f82 Update copyright statements to 2019 6 years ago
path_remap.h b16c309f82 Update copyright statements to 2019 6 years ago
pool_allocator.cpp 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
pool_allocator.h b16c309f82 Update copyright statements to 2019 6 years ago
pool_vector.cpp 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
pool_vector.h 17732fe698 Added some obvious errors explanations 6 years ago
print_string.cpp a32f020b53 Properly unlock mutex 6 years ago
print_string.h b16c309f82 Update copyright statements to 2019 6 years ago
project_settings.cpp 28fcc5e25a Merge pull request #32291 from Dragoncraft89/add_load_resource_flag 6 years ago
project_settings.h aae25abf30 Add flag to control the replacement of files by ProjectSettings.load_resource_pack 6 years ago
ref_ptr.cpp b16c309f82 Update copyright statements to 2019 6 years ago
ref_ptr.h b16c309f82 Update copyright statements to 2019 6 years ago
reference.cpp 124e51fdde make core/Reference thread safe 6 years ago
reference.h 124e51fdde make core/Reference thread safe 6 years ago
register_core_types.cpp cb31b8797e Add hashing context class 6 years ago
register_core_types.h 82b9557803 Remove redundant author doc comments 6 years ago
resource.cpp 28eca3649d Merge pull request #30622 from creikey/fix-path-caching 5 years ago
resource.h 28eca3649d Merge pull request #30622 from creikey/fix-path-caching 5 years ago
rid.cpp b16c309f82 Update copyright statements to 2019 6 years ago
rid.h 82b9557803 Remove redundant author doc comments 6 years ago
ring_buffer.h b16c309f82 Update copyright statements to 2019 6 years ago
safe_refcount.cpp b16c309f82 Update copyright statements to 2019 6 years ago
safe_refcount.h 124e51fdde make core/Reference thread safe 6 years ago
script_debugger_local.cpp 617797c47c Adds skip-breakpoints feature 6 years ago
script_debugger_local.h 617797c47c Adds skip-breakpoints feature 6 years ago
script_debugger_remote.cpp 768d637a1b Merge pull request #31870 from JFonS/add_network_profiler 6 years ago
script_debugger_remote.h 768d637a1b Merge pull request #31870 from JFonS/add_network_profiler 6 years ago
script_language.cpp 4f294b958f doc: Sync classref with current source 6 years ago
script_language.h 768d637a1b Merge pull request #31870 from JFonS/add_network_profiler 6 years ago
self_list.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
set.h 82b9557803 Remove redundant author doc comments 6 years ago
simple_type.h b16c309f82 Update copyright statements to 2019 6 years ago
sort_array.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
string_buffer.h b16c309f82 Update copyright statements to 2019 6 years ago
string_builder.cpp df03d9c2c5 Don't add to StringBuilder empty String 6 years ago
string_builder.h f64aa02933 Use StringBuilder in C# bindings generator 6 years ago
string_name.cpp 6cbaf7662f Changed some code showed in LGTM and Coverage 6 years ago
string_name.h 82b9557803 Remove redundant author doc comments 6 years ago
translation.cpp 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
translation.h 6b117c44fb Added TranslationServer::get_loaded_locales to return an array of all locales with a loaded Translation 6 years ago
type_info.h 2c85439da0 Make it a build error if a GetTypeInfo specialization cannot be resolved 6 years ago
typedefs.h c2aa3e2351 Remove circular include between core/typedefs.h and core/error_macros.h 5 years ago
ucaps.h 34e6737413 Reorder reverse caps characters table for string lower case conversion 6 years ago
undo_redo.cpp 8f23f4b44e UndoRedo add version changed signal 6 years ago
undo_redo.h 8f23f4b44e UndoRedo add version changed signal 6 years ago
ustring.cpp 3b8004865d Remove redundant condition in `String::_humanize_digits()` 6 years ago
ustring.h a0d00c0e99 Bind the `String::humanize_size` method 6 years ago
variant.cpp 113765b135 Display error messages in console when vformat is called 5 years ago
variant.h 82b9557803 Remove redundant author doc comments 6 years ago
variant_call.cpp 04c6579fd7 Don't use in some functions empty PoolByteArrays 5 years ago
variant_op.cpp 6cbaf7662f Changed some code showed in LGTM and Coverage 6 years ago
variant_parser.cpp 50be65bf43 Changed some code found by Clang Tidy and Coverity 6 years ago
variant_parser.h b16c309f82 Update copyright statements to 2019 6 years ago
vector.h 6d16f2f053 Fix error macro calls not ending with semicolon 6 years ago
version.h 2e6501d879 Add hex-encoded version number to Engine singleton for easy comparisons 6 years ago
vmap.h ce352ce5b4 Initialise VMap and HashMap values to the default when they are created. 5 years ago
vset.h ad2127a3e8 Replace a few #if/#elif with #ifdef and "#elif defined" 6 years ago