godot/core
2017-12-27 20:21:50 +01:00
..
bind Merge pull request #12603 from GodotExplorer/beautify-json 2017-12-06 23:53:05 +01:00
helper Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
io Use a different strategy for path remaps, try loading from a remap file instead. 2017-12-18 11:21:49 -03:00
math Merge pull request #15045 from poke1024/vector2-inline 2017-12-27 10:25:08 +07:00
os Reimport now checks source path changes and imported files and their md5, fixes #14728 2017-12-27 15:22:04 -03:00
allocators.h
array.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
array.h
class_db.cpp Faster ClassDB::get_api_hash() 2017-12-16 15:47:36 +01:00
class_db.h PropertyEditor: Fix display of property doc in tooltip 2017-12-09 22:54:12 +01:00
color_names.inc
color.cpp
color.h
command_queue_mt.cpp
command_queue_mt.h reduce static memory usage 2017-11-23 21:16:18 +01:00
compressed_translation.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
compressed_translation.h
core_string_names.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
core_string_names.h
dictionary.cpp Dictionary::copy -> ::duplicate 2017-12-17 16:07:15 -06:00
dictionary.h Dictionary::copy -> ::duplicate 2017-12-17 16:07:15 -06:00
dvector.cpp
dvector.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
engine.cpp
engine.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
error_list.h Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
error_macros.cpp Allow customizing user:// path (folder in OS::get_data_path()) 2017-11-26 19:02:32 +01:00
error_macros.h
func_ref.cpp
func_ref.h
global_constants.cpp Mono: Make the bindings generator output enums 2017-12-24 04:20:41 +01:00
global_constants.h
hash_map.h Add several unlikely() macros 2017-12-17 13:10:30 +01:00
hashfuncs.h
image.cpp Add functions to image to load a PNG or JPG from a buffer, closes #4024 2017-12-20 17:17:12 -03:00
image.h Add functions to image to load a PNG or JPG from a buffer, closes #4024 2017-12-20 17:17:12 -03:00
input_map.cpp
input_map.h
int_types.h
list.h Fixes List<T>::insert_before/after 2017-11-21 10:51:38 -06:00
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp Make tween able to be used as before (without the need for ":...") 2017-11-22 14:13:56 +02:00
node_path.h Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
oa_hash_map.h
object.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
object.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ordered_hash_map.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
packed_data_container.cpp
packed_data_container.h
pair.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Allow customizing user:// path (folder in OS::get_data_path()) 2017-11-26 19:02:32 +01:00
project_settings.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp Core: Bind InputEventGesture events. 2017-11-24 19:23:04 +01:00
register_core_types.h
resource.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
resource.h -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) 2017-12-04 15:56:17 -03:00
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
safe_refcount.h
script_debugger_local.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
script_debugger_local.h
script_debugger_remote.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
script_debugger_remote.h
script_language.cpp Add Script.get_base_script/instance_base_type API 2017-12-19 09:56:59 -06:00
script_language.h
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
self_list.h
set.h
simple_type.h
sort.h
string_buffer.cpp Fix crash in StringBuffer::append() 2017-12-27 20:21:50 +01:00
string_buffer.h Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
string_builder.cpp
string_builder.h
string_db.cpp
string_db.h Avoid string allocations in AlphCompare 2017-12-17 12:16:08 +01:00
translation.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
translation.h
type_info.h
typedefs.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Merge pull request #14744 from poke1024/stringname-compare 2017-12-27 15:44:45 -03:00
ustring.h Merge pull request #14744 from poke1024/stringname-compare 2017-12-27 15:44:45 -03:00
variant_call.cpp Dictionary::copy -> ::duplicate 2017-12-17 16:07:15 -06:00
variant_construct_string.cpp
variant_op.cpp
variant_parser.cpp
variant_parser.h
variant.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
variant.h
vector.h Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
version.h
vmap.h
vset.h