.. |
bind
|
Added debugger plugin support
|
2020-08-26 11:24:51 +05:30 |
crypto
|
…
|
|
debugger
|
Remove String::find_last (same as rfind)
|
2020-07-03 15:26:22 +02:00 |
input
|
Fix invalid CSV in SDL2 controller mappings DB
|
2020-09-01 20:53:51 +02:00 |
io
|
[funexpected] clear missed remaps on deinitialization, fixes godotengine/godot#34221
|
2020-08-31 16:04:46 +03:00 |
math
|
Merge pull request #40955 from Calinou/test-add-expression
|
2020-08-31 11:12:34 +02:00 |
os
|
Keep debug & verbose options after loading project from project manager
|
2020-07-09 09:51:32 +02:00 |
SCsub
|
Fix new black style check failures in various files.
|
2020-08-21 16:51:30 +01:00 |
array.cpp
|
…
|
|
array.h
|
…
|
|
callable.cpp
|
…
|
|
callable.h
|
…
|
|
callable_method_pointer.cpp
|
…
|
|
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
|
Simplify html_is_valid and allow it to work with 3 and 4 hex digits
|
2020-09-01 02:07:35 -04:00 |
color.h
|
Change Color HTML conversion from ARGB to RGBA
|
2020-09-01 02:07:35 -04:00 |
color_names.inc
|
…
|
|
command_queue_mt.cpp
|
…
|
|
command_queue_mt.h
|
…
|
|
compressed_translation.cpp
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
compressed_translation.h
|
Added plurals and context support to Translation
|
2020-08-19 03:01:51 +02: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
|
…
|
|
core_string_names.h
|
…
|
|
cowdata.h
|
…
|
|
dictionary.cpp
|
…
|
|
dictionary.h
|
…
|
|
engine.cpp
|
Update AUTHORS and DONORS list
|
2020-08-14 00:06:51 +02:00 |
engine.h
|
…
|
|
error_list.h
|
…
|
|
error_macros.cpp
|
…
|
|
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
|
…
|
|
func_ref.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
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
|
…
|
|
map.h
|
…
|
|
message_queue.cpp
|
…
|
|
message_queue.h
|
…
|
|
method_bind.cpp
|
…
|
|
method_bind.h
|
…
|
|
method_ptrcall.h
|
…
|
|
node_path.cpp
|
…
|
|
node_path.h
|
…
|
|
oa_hash_map.h
|
Commit other files changed by file_format.sh
|
2020-07-13 14:14:11 -04:00 |
object.cpp
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
object.h
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
object_id.h
|
…
|
|
ordered_hash_map.h
|
…
|
|
packed_data_container.cpp
|
…
|
|
packed_data_container.h
|
Add override keywords.
|
2020-07-10 13:56:54 +01:00 |
pair.h
|
…
|
|
pool_allocator.cpp
|
…
|
|
pool_allocator.h
|
…
|
|
print_string.cpp
|
…
|
|
print_string.h
|
…
|
|
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
|
…
|
|
reference.h
|
…
|
|
register_core_types.cpp
|
Added debugger plugin support
|
2020-08-26 11:24:51 +05:30 |
register_core_types.h
|
…
|
|
resource.cpp
|
…
|
|
resource.h
|
Add override keywords.
|
2020-07-10 13:56:54 +01:00 |
rid.h
|
…
|
|
rid_owner.cpp
|
…
|
|
rid_owner.h
|
Fix warning using ERR_FAIL_INDEX on unsigned int
|
2020-08-19 14:41:46 +02:00 |
ring_buffer.h
|
…
|
|
safe_refcount.cpp
|
…
|
|
safe_refcount.h
|
…
|
|
script_language.cpp
|
Revert "Check if global class file still exists before registering it"
|
2020-08-25 13:02:03 +02:00 |
script_language.h
|
Remove multilevel calls
|
2020-07-24 14:13:58 -03:00 |
self_list.h
|
…
|
|
set.h
|
…
|
|
simple_type.h
|
…
|
|
sort_array.h
|
…
|
|
spin_lock.h
|
…
|
|
string_buffer.h
|
Make all String float conversion methods be 64-bit
|
2020-07-27 18:38:53 -04:00 |
string_builder.cpp
|
…
|
|
string_builder.h
|
…
|
|
string_name.cpp
|
…
|
|
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
|
…
|
|
thread_work_pool.h
|
…
|
|
translation.cpp
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
translation.h
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
translation_po.cpp
|
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
|
2020-08-19 03:10:51 +02:00 |
translation_po.h
|
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
|
2020-08-19 03:10:51 +02:00 |
type_info.h
|
…
|
|
typed_array.h
|
…
|
|
typedefs.h
|
…
|
|
ucaps.h
|
…
|
|
undo_redo.cpp
|
…
|
|
undo_redo.h
|
…
|
|
ustring.cpp
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
ustring.h
|
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
2020-08-19 03:01:53 +02:00 |
variant.cpp
|
Make all String float conversion methods be 64-bit
|
2020-07-27 18:38:53 -04:00 |
variant.h
|
…
|
|
variant_call.cpp
|
Fix Vector3i and Vector2i AXIS_* constants
|
2020-08-05 14:15:28 +05:30 |
variant_op.cpp
|
Fix hard-coded OP_MAX in variant_op.cpp
|
2020-09-01 03:17:42 -04:00 |
variant_parser.cpp
|
…
|
|
variant_parser.h
|
…
|
|
vector.h
|
Add sort and has methods to PackedArrays
|
2020-07-06 22:16:39 -04:00 |
version.h
|
…
|
|
vmap.h
|
…
|
|
vset.h
|
…
|
|