godot/core
Rémi Verschelde a7f00f3bac
Merge pull request #28530 from akien-mga/scons-prepend-cpppath
SCons: Always use env.Prepend for CPPPATH
2019-04-30 18:23:38 +02:00
..
bind Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
io Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
math Merge pull request #27294 from lupoDharkael/rect2i 2019-04-30 11:46:40 +02:00
os Merge pull request #24437 from mateusfccp/single_quotes_option 2019-04-30 14:58:33 +02:00
array.cpp Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
array.h Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
class_db.cpp Add ability to edit editor feature profiles 2019-04-08 19:18:51 -03:00
class_db.h Add ability to edit editor feature profiles 2019-04-08 19:18:51 -03:00
color.cpp
color.h
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
dictionary.h Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Typo fix: "the function exists" -> "the function exits" 2019-03-25 04:02:04 +13:00
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
image.h Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 2019-03-07 12:16:20 -03:00
input_map.cpp
input_map.h
int_types.h
list.h Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
make_binders.py C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h
object.cpp Undo support for locking and grouping for both 2D and 3D 2019-04-26 18:16:59 -05:00
object.h Undo support for locking and grouping for both 2D and 3D 2019-04-26 18:16:59 -05:00
ordered_hash_map.h Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
packed_data_container.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h
print_string.cpp
print_string.h
project_settings.cpp Enable object decoding when serializing binary project settings 2019-04-15 15:30:54 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
register_core_types.cpp
register_core_types.h
resource.cpp No more metadata and dependency indices kept in resources saved. 2019-04-11 14:36:58 -03:00
resource.h No more metadata and dependency indices kept in resources saved. 2019-04-11 14:36:58 -03:00
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_debugger_remote.cpp Revert accidental commits 2019-03-20 21:43:55 +01:00
script_debugger_remote.h Revert accidental commits 2019-03-20 21:43:55 +01:00
script_language.cpp Allow class_name scripts to have nested inheritance 2019-03-09 00:47:27 -03:00
script_language.h Fix -Wnon-virtual-dtor warnings. 2019-04-02 14:07:29 +02:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
self_list.h
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h Use StringBuilder in C# bindings generator 2019-04-19 02:11:39 +02:00
string_name.cpp
string_name.h
translation.cpp Added TranslationServer::get_loaded_locales to return an array of all locales with a loaded Translation 2019-04-24 21:39:29 -04:00
translation.h Added TranslationServer::get_loaded_locales to return an array of all locales with a loaded Translation 2019-04-24 21:39:29 -04:00
type_info.h C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
typedefs.h Fix -Wimplicit-fallthrough warnings from GCC 8 2019-04-05 15:14:53 +02:00
ucaps.h Reorder reverse caps characters table for string lower case conversion 2019-04-05 11:10:15 +03:00
undo_redo.cpp Fix 'UndoRedo' increasing its version on actions that should be merged 2019-04-04 14:37:45 -03:00
undo_redo.h Fix 'UndoRedo' increasing its version on actions that should be merged 2019-04-04 14:37:45 -03:00
ustring.cpp fixed an access after free in OS_X11::set_context. 2019-04-22 13:34:17 +01:00
ustring.h fixed an access after free in OS_X11::set_context. 2019-04-22 13:34:17 +01:00
variant.cpp Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
variant.h Don't crash on printing nested types 2019-04-20 02:01:55 +02:00
variant_call.cpp Merge pull request #24269 from xsellier/feature/master-add-sha256 2019-04-23 06:38:03 +03:00
variant_op.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
variant_parser.cpp Merge pull request #26787 from ptrojahn/utf8assign 2019-04-22 12:02:05 +02:00
variant_parser.h
vector.h
version.h
vmap.h Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
vset.h Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00