..
bind
Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals
2020-07-25 18:54:25 +02:00
crypto
Implement RSA encryption/decryption.
2020-06-18 15:29:39 +02:00
debugger
Remove String::find_last (same as rfind)
2020-07-03 15:26:22 +02:00
input
SCons: Refactor running commands through builders
2020-07-28 00:09:21 +03:00
io
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
math
Added volumetric fog effect.
2020-08-13 11:28:45 -03:00
os
Keep debug & verbose options after loading project from project manager
2020-07-09 09:51:32 +02:00
array.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
array.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
callable.cpp
Style: Enforce separation line between function definitions
2020-05-14 16:54:55 +02:00
callable.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
callable_method_pointer.cpp
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
callable_method_pointer.h
Core Callable: fixed variant call caster
2020-07-25 21:55:08 +02:00
class_db.cpp
Add methods in ClassDB to get property/method/constant/enum info
2020-07-06 19:27:05 -03:00
class_db.h
Add methods in ClassDB to get property/method/constant/enum info
2020-07-06 19:27:05 -03:00
color.cpp
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
color.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
color_names.inc
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
command_queue_mt.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
command_queue_mt.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
compressed_translation.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
compressed_translation.h
Add override keywords.
2020-07-10 13:56:54 +01:00
container_type_validate.h
Fix spelling of a var, a struct, and message output
2020-07-17 12:02:06 -04:00
core_builders.py
Update AUTHORS and DONORS list
2020-08-14 00:06:51 +02:00
core_string_names.cpp
Replace NULL with nullptr
2020-04-02 13:38:00 +02:00
core_string_names.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
cowdata.h
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
dictionary.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
dictionary.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
engine.cpp
Update AUTHORS and DONORS list
2020-08-14 00:06:51 +02:00
engine.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
error_list.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +01:00
error_macros.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
error_macros.h
Fix 'modernize-use-bool-literals' clang-tidy warnings in error macros
2020-07-05 19:22:26 +02:00
func_ref.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
func_ref.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
global_constants.cpp
Docs: Ignore OS specific values (constants, project settings, properties).
2020-07-15 12:24:59 +03:00
global_constants.h
Docs: Ignore OS specific values (constants, project settings, properties).
2020-07-15 12:24:59 +03:00
hash_map.h
Call CRASH_COND_MSG if key not found in HashMap get function.
2020-07-01 10:50:13 +01:00
hashfuncs.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
image.cpp
Image: Improve error messages for invalid creation size
2020-07-03 12:57:23 +02:00
image.h
Add override keywords.
2020-07-10 13:56:54 +01:00
int_types.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +01:00
list.h
Removed errors when List::erase() can't find the value
2020-07-01 10:17:27 +02:00
local_vector.h
Fixes issue with LocalVector remove function
2020-07-31 13:49:15 +02:00
make_binders.py
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
map.h
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
message_queue.cpp
Fix Container sorting not working when overriding _sort_children in gdscript
2020-05-16 18:13:25 +02:00
message_queue.h
Fix Container sorting not working when overriding _sort_children in gdscript
2020-05-16 18:13:25 +02:00
method_bind.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
method_bind.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
method_ptrcall.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
node_path.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
node_path.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
oa_hash_map.h
Commit other files changed by file_format.sh
2020-07-13 14:14:11 -04:00
object.cpp
Merge pull request #40670 from vnen/remove-multilevel-call
2020-07-26 17:09:41 +02:00
object.h
Remove multilevel calls
2020-07-24 14:13:58 -03:00
object_id.h
Reworked signal connection system, added support for Callable and Signal objects and made them default.
2020-02-20 08:24:50 +01:00
ordered_hash_map.h
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
packed_data_container.cpp
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
packed_data_container.h
Add override keywords.
2020-07-10 13:56:54 +01:00
pair.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
pool_allocator.cpp
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
pool_allocator.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
print_string.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
print_string.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
project_settings.cpp
Rewrite ProjectSettings editor advanced options
2020-08-10 17:32:01 +02:00
project_settings.h
Fixed issues with adding custom project settings and added confirmation dialog when deleting settings.
2020-08-18 09:12:02 +10:00
reference.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
reference.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
register_core_types.cpp
Add AESContext.
2020-06-18 15:26:24 +02:00
register_core_types.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +01:00
resource.cpp
Core: Add hints to run with --verbose when leaking nodes/resources at exit
2020-06-08 16:48:21 +02:00
resource.h
Add override keywords.
2020-07-10 13:56:54 +01:00
rid.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
rid_owner.cpp
Vulkan: Move thirdparty code out of drivers, style fixes
2020-02-11 14:08:44 +01:00
rid_owner.h
Fix warning using ERR_FAIL_INDEX on unsigned int
2020-08-19 14:41:46 +02:00
ring_buffer.h
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
safe_refcount.cpp
Style: Fix unnecessary semicolons that confused clang-format
2020-05-19 11:24:58 +02:00
safe_refcount.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
script_language.cpp
Remap script path when registering class.
2020-08-04 15:46:40 +02:00
script_language.h
Remove multilevel calls
2020-07-24 14:13:58 -03:00
SCsub
SCons: Refactor running commands through builders
2020-07-28 00:09:21 +03:00
self_list.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
set.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
simple_type.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
sort_array.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
spin_lock.h
Port member initialization from constructor to declaration (C++11)
2020-05-14 10:01:56 +02:00
string_buffer.h
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
string_builder.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
string_builder.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
string_name.cpp
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
string_name.h
t Add unit testing to Godot using DocTest and added to GitHub Actions CI
2020-07-24 13:05:33 +01:00
thread_work_pool.cpp
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
thread_work_pool.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
translation.cpp
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
translation.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
type_info.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
typed_array.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
typedefs.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
ucaps.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
undo_redo.cpp
Add static_assert checks where code assumes VARIANT_ARG_MAX == 5
2020-05-25 21:55:03 +02:00
undo_redo.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
ustring.cpp
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
ustring.h
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
variant.cpp
Make all String float conversion methods be 64-bit
2020-07-27 18:38:53 -04:00
variant.h
Style: Remove unnecessary semicolons from core
2020-05-19 15:57:56 +02:00
variant_call.cpp
Fix Vector3i and Vector2i AXIS_* constants
2020-08-05 14:15:28 +05:30
variant_op.cpp
Addition of SDFGI for open world global illumination
2020-06-26 11:06:48 -03:00
variant_parser.cpp
VariantParser: Fix crash on malformed vectors
2020-06-08 11:38:13 +02:00
variant_parser.h
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
2020-05-14 16:54:55 +02:00
vector.h
Add sort and has methods to PackedArrays
2020-07-06 22:16:39 -04:00
version.h
Style: Harmonize header guards to style guide [Core]
2020-03-25 11:22:19 +01:00
vmap.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00
vset.h
Style: Enforce braces around if blocks and loops
2020-05-14 21:57:34 +02:00