..
bind
Warn when trying to open `res://` or `user://` with `OS.shell_open()`
2020-04-28 19:37:09 +07:00
crypto
Exposed RenderingDevice to script API
2020-04-20 21:21:58 +07:00
debugger
Merge pull request #38522 from ThakeeNathees/printing-empty-string-fix
2020-05-07 18:05:36 +07:00
input
Re-add __XINPUT_DEVICE__
2020-05-07 22:19:42 +07:00
io
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
math
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
os
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
SCsub
SCons: Format buildsystem files with psf/black
2020-03-30 09:05:53 +07:00
array.cpp
Fix array slicing.
2020-05-02 14:42:16 +07:00
array.h
Fix array slicing.
2020-05-02 14:42:16 +07:00
callable.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
callable.h
Fix C# bindings after recent breaking changes
2020-03-17 16:30:04 +07:00
callable_method_pointer.cpp
…
callable_method_pointer.h
Implement decals
2020-04-14 11:13:34 +07:00
class_db.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
class_db.h
Refactored shadowmapping.
2020-04-08 11:19:43 +07:00
color.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
color.h
Color with alpha constructor
2020-04-29 14:41:12 +07:00
color_names.inc
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
command_queue_mt.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
command_queue_mt.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
compressed_translation.cpp
Style: Set clang-format Standard to Cpp11
2020-03-17 07:36:24 +07:00
compressed_translation.h
…
container_type_validate.h
Style: Add missing copyright headers
2020-05-10 13:12:16 +07:00
core_builders.py
SCons: Format buildsystem files with psf/black
2020-03-30 09:05:53 +07:00
core_string_names.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
core_string_names.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
cowdata.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
dictionary.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
dictionary.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
engine.cpp
Fix Engine get_target_fps() returning float instead of int.
2020-04-10 06:48:22 +07:00
engine.h
Fix Engine get_target_fps() returning float instead of int.
2020-04-10 06:48:22 +07:00
error_list.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
error_macros.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
error_macros.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
func_ref.cpp
…
func_ref.h
…
global_constants.cpp
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor
2020-04-20 17:13:06 +07:00
global_constants.h
…
hash_map.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
hashfuncs.h
Implement decals
2020-04-14 11:13:34 +07:00
image.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
image.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
int_types.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
list.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
make_binders.py
SCons: Format buildsystem files with psf/black
2020-03-30 09:05:53 +07:00
map.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
message_queue.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
message_queue.h
…
method_bind.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
method_bind.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
method_ptrcall.h
Refactored Input, create DisplayServer and DisplayServerX11
2020-03-26 15:49:32 +07:00
node_path.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
node_path.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
oa_hash_map.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
object.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
object.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
object_id.h
…
ordered_hash_map.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
packed_data_container.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
packed_data_container.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
pair.h
…
path_remap.cpp
…
path_remap.h
…
pool_allocator.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
pool_allocator.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
print_string.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
print_string.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
project_settings.cpp
Priorize Embedded PCKs on loading
2020-05-04 15:24:25 +07:00
project_settings.h
Revert "Made possible to specify where to dump the contents when loading a ".pck" file"
2020-04-20 10:57:05 +07:00
reference.cpp
…
reference.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
register_core_types.cpp
Rename InputFilter back to Input
2020-04-28 15:19:49 +07:00
register_core_types.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
resource.cpp
Fixes leaks in ResourceCache, Vulkan and X11
2020-04-15 10:27:57 +07:00
resource.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
rid.h
Implement decals
2020-04-14 11:13:34 +07:00
rid_owner.cpp
…
rid_owner.h
Implement decals
2020-04-14 11:13:34 +07:00
ring_buffer.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
safe_refcount.cpp
…
safe_refcount.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
script_language.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
script_language.h
Add ability to bind typed arrays to script API
2020-04-21 10:15:40 +07:00
self_list.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
set.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
simple_type.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
sort_array.h
…
spin_lock.h
…
string_buffer.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
string_builder.cpp
…
string_builder.h
…
string_name.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
string_name.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
thread_work_pool.cpp
…
thread_work_pool.h
…
translation.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
translation.h
i18n: Add support for translating the class reference
2020-03-20 08:48:11 +07:00
type_info.h
Refactored Input, create DisplayServer and DisplayServerX11
2020-03-26 15:49:32 +07:00
typed_array.cpp
Style: Add missing copyright headers
2020-05-10 13:12:16 +07:00
typed_array.h
Style: Add missing copyright headers
2020-05-10 13:12:16 +07:00
typedefs.h
typedefs: Cleanup unused macros and unnecessary checks
2020-03-11 21:44:56 +07:00
ucaps.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
undo_redo.cpp
Replace is_commiting_action with is_committing_action
2020-04-08 18:52:04 +07:00
undo_redo.h
…
ustring.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
ustring.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
variant.cpp
Renamed plane's d to distance
2020-05-10 12:12:51 +07:00
variant.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
variant_call.cpp
Merge pull request #36379 from aaronfranke/color-constructors
2020-05-07 21:16:51 +07:00
variant_op.cpp
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
variant_parser.cpp
Renamed plane's d to distance
2020-05-10 12:12:51 +07:00
variant_parser.h
Replace NULL with nullptr
2020-04-02 13:38:00 +07:00
vector.h
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
2020-05-10 13:12:16 +07:00
version.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +07:00
vmap.h
…
vset.h
…