godot/core
Rémi Verschelde f0b914fa68 Remove circle/diamond and NodePath String constants
They were introduced in #14704 but need more discussion IMO,
they don't strike me as core features that would have to be
registered in Variant directly.

Moreover, they currently break the documentation XML as string
constants end up encoded as e.g. `value=""..""`.
2018-08-21 00:23:35 +02:00
..
bind fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can handle time before year 1970 now 2018-08-13 15:37:27 +08:00
helper
io Fix ResourceLoader::exists() false negative and readd deprecated has() 2018-08-12 12:44:38 +02:00
math Remove faces in in QuickHull::build() that we don't need anymore 2018-08-20 00:22:47 +02:00
os [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
allocators.h
array.cpp Fix SortArray crashing with bad comparison functions 2018-08-04 14:08:34 +02:00
array.h
class_db.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
class_db.h
color.cpp [Core] 64-bit int Color methods 2018-07-25 15:34:24 -05:00
color.h [Core] 64-bit int Color methods 2018-07-25 15:34:24 -05:00
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
compressed_translation.h
core_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
core_string_names.cpp
core_string_names.h
cowdata.h Fix nested Vectors 2018-07-29 17:03:35 +02:00
dictionary.cpp Dictionary: remove erase_checked(key), make erase(key) return bool 2018-08-14 19:19:05 +02:00
dictionary.h Dictionary: remove erase_checked(key), make erase(key) return bool 2018-08-14 19:19:05 +02:00
dvector.cpp
dvector.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Make sure warn deprecated uses a volatile bool (for multithreading) 2018-08-07 12:25:48 -03:00
func_ref.cpp
func_ref.h
global_constants.cpp Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties 2018-08-20 13:48:05 +02:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp -Deprecate ImageTexture::load 2018-08-14 16:53:20 -03:00
image.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
input_map.cpp Fix arg name in docs, some copy-paste errors 2018-08-21 01:51:19 +07:00
input_map.h
int_types.h
list.h
make_binders.py fix windows build using python 3.7 2018-07-28 18:13:48 +02:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
method_ptrcall.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
node_path.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
node_path.h
oa_hash_map.h
object.cpp Crash fixes for material and animtree 2018-08-20 16:35:36 -03:00
object.h Crash fixes for material and animtree 2018-08-20 16:35:36 -03:00
ordered_hash_map.h
packed_data_container.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Fixes initialization of action list 2018-08-14 18:44:22 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp -Add Expression class, used to evaluate expressions 2018-08-08 17:35:23 -03:00
register_core_types.h
resource.cpp Crash fixes for material and animtree 2018-08-20 16:35:36 -03:00
resource.h
rid.cpp
rid.h
ring_buffer.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
safe_refcount.cpp reduce clang warning spam 2018-07-24 12:13:05 +02:00
safe_refcount.h reduce clang warning spam 2018-07-24 12:13:05 +02:00
script_debugger_local.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
script_debugger_local.h
script_debugger_remote.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
script_debugger_remote.h
script_language.cpp Fix case where exported properties value is lost 2018-07-29 22:40:12 +02:00
script_language.h Add custom icons to script classes. 2018-08-14 14:18:05 -05:00
SCsub Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
self_list.h
set.h
simple_type.h
sort.h Fix SortArray crashing with bad comparison functions 2018-08-04 14:08:34 +02:00
string_buffer.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
string_builder.cpp
string_builder.h
string_db.cpp
string_db.h
translation.cpp Removed unnecessary assignments 2018-07-24 09:51:03 +02:00
translation.h
type_info.h
typedefs.h [Core] Grammar, move defs to defs 2018-08-10 22:42:02 -05:00
ucaps.h
undo_redo.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
undo_redo.h
ustring.cpp Merge pull request #20443 from AlexHolly/add-string-format-no-index 2018-08-14 16:13:34 +02:00
ustring.h fix out of buffer read when copying non-null terminated strings 2018-08-06 23:51:07 +02:00
variant.cpp Merge pull request #20856 from KoBeWi/pretty-dictionary-print 2018-08-14 20:51:42 +02:00
variant.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
variant_call.cpp Remove circle/diamond and NodePath String constants 2018-08-21 00:23:35 +02:00
variant_construct_string.cpp
variant_op.cpp
variant_parser.cpp
variant_parser.h
vector.h Fix nested Vectors 2018-07-29 17:03:35 +02:00
version.h
vmap.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
vset.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00