godot/core
2018-03-22 13:26:04 -03:00
..
bind Added File.get_path and File.get_path_absolute functions 2018-03-13 12:07:37 -03:00
helper
io Fix listing files inside directory in pack file 2018-03-18 14:04:50 +01:00
math Fix for clang warning at distance_to 2018-03-22 13:26:04 -03:00
os Add RWLockDummy for NO_THREADS builds 2018-03-20 05:37:42 +01:00
allocators.h
array.cpp
array.h
class_db.cpp Add RWLockDummy for NO_THREADS builds 2018-03-20 05:37:42 +01:00
class_db.h Added all missing VisualServer bindings 2018-01-20 16:59:26 +01:00
color.cpp Fix mismatch between Color.h and Color.from_hsv() 2018-03-14 21:04:02 +01:00
color.h Add Color.from_hsv() 2018-01-18 22:13:00 +01:00
color_names.inc
command_queue_mt.cpp Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
command_queue_mt.h Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
compressed_translation.cpp
compressed_translation.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
core_string_names.cpp
core_string_names.h
dictionary.cpp Use the appropriate Variant hash and compare functions for Dictionaries 2018-01-27 15:11:39 +01:00
dictionary.h
dvector.cpp
dvector.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
func_ref.cpp
func_ref.h
global_constants.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
image.h
input_map.cpp Add two new default actions ui_end, ui_home 2018-02-23 13:01:28 +01:00
input_map.h
int_types.h
list.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
make_binders.py Properly closing all files in Python code 2018-03-11 14:55:50 +01:00
map.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
message_queue.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
message_queue.h
method_bind.cpp
method_bind.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
object.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
object.h Make sure PropertyHint matches in the VisualScript editor. 2018-01-15 22:19:54 +01:00
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Merge pull request #16947 from Faless/ui_actions 2018-03-16 20:55:11 +01:00
project_settings.h Improve error reporting of ProjectSettings::setup() 2018-02-19 16:41:43 +01:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
register_core_types.cpp
register_core_types.h
resource.cpp Make cyclic resource inclusion error message more helpful 2018-01-18 18:35:24 +01:00
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
safe_refcount.h
script_debugger_local.cpp Kill an old debugging message 2018-02-05 11:18:49 +01:00
script_debugger_local.h
script_debugger_remote.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
script_debugger_remote.h
script_language.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
script_language.h Mono: Avoid invalid class names. 2018-03-15 19:25:06 +01:00
SCsub Merge pull request #17440 from viktor-ferenczi/issue-5042 2018-03-13 11:49:58 +01:00
self_list.h
set.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
simple_type.h
sort.h
string_buffer.h Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
string_builder.cpp fixed crash with StringBuilder 2018-01-20 15:26:58 +01:00
string_builder.h Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
string_db.cpp
string_db.h
translation.cpp Add locale renames for Hebrew and Indonesian on Windows 2018-02-14 18:49:27 +01:00
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-25 20:56:27 +01:00
ustring.h Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-25 20:56:27 +01:00
variant.cpp Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. 2018-02-21 09:39:09 -03:00
variant.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
variant_call.cpp Bring back Vector2.cross() 2018-03-07 21:10:31 +01:00
variant_construct_string.cpp
variant_op.cpp Fix a potential bug hinted by clang 2018-03-13 17:10:28 +02:00
variant_parser.cpp add template argument for size in StringBuffer 2018-01-20 20:03:17 +01:00
variant_parser.h
vector.h
version.h Refactor version macros and fix related bugs 2018-02-23 20:15:29 +01:00
vmap.h
vset.h