godot/core
2017-08-26 15:01:21 +03:00
..
bind Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
helper renamed all Rect3.pos to Rect3.position 2017-06-09 15:54:02 +02:00
io Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
math Merge pull request #10415 from tagcup/euler_hack 2017-08-22 00:54:39 +02:00
os Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
allocators.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
array.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
array.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
class_db.cpp -Code completion for enumerations 2017-08-24 00:06:56 -03:00
class_db.h Changed MethodBind API to request information from methods. It's much claner now. 2017-08-23 19:11:11 -03:00
color.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
color.h -Added GLTF scene support (still missing animations and .glb extension) 2017-08-02 15:43:49 -03:00
color_names.inc Add missing map.h include in color defs 2017-01-15 12:51:47 +01:00
command_queue_mt.cpp Move wait_for_flush out of queue lock 2017-08-21 01:10:44 +07:00
command_queue_mt.h Move wait_for_flush out of queue lock 2017-08-21 01:10:44 +07:00
compressed_translation.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
compressed_translation.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
core_string_names.cpp Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
core_string_names.h Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
dictionary.cpp Requesting for dictionary keys also respects insertion order, closes #9161 2017-07-23 12:24:03 -03:00
dictionary.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dvector.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dvector.h Merge pull request #8943 from RandomShaper/fix-error-handling 2017-07-05 10:55:11 +02:00
engine.cpp Adds editor_hint to Engine class 2017-08-19 01:03:12 +02:00
engine.h Fixes for new two-dash long command line arguments 2017-08-21 08:09:22 +02:00
error_list.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
error_macros.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
error_macros.h Implement well-defined handling of unrecoverable errors 2017-07-05 09:31:44 +02:00
event_queue.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
event_queue.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
func_ref.cpp Removes type information from vararg method binds 2017-08-10 07:17:51 +02:00
func_ref.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
global_constants.cpp Moved member variables to initializer list 2017-08-22 11:47:50 -04:00
global_constants.h ClassDB: Provide the enum name of integer constants 2017-08-20 22:07:43 +02:00
hash_map.h Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
hashfuncs.h Correct Variant::hash_compare() 2017-04-14 11:31:18 +02:00
image.cpp Add handy get_size() method to Image class 2017-08-26 15:01:21 +03:00
image.h Add handy get_size() method to Image class 2017-08-26 15:01:21 +03:00
input_map.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
input_map.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
int_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
list.h Implement well-defined handling of unrecoverable errors 2017-07-05 09:31:44 +02:00
make_binders.py Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
map.h Implement well-defined handling of unrecoverable errors 2017-07-05 09:31:44 +02:00
message_queue.cpp Makes all Godot API's methods Lower Case 2017-08-07 18:24:35 +07:00
message_queue.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
method_bind.cpp Changed MethodBind API to request information from methods. It's much claner now. 2017-08-23 19:11:11 -03:00
method_bind.h Changed MethodBind API to request information from methods. It's much claner now. 2017-08-23 19:11:11 -03:00
method_ptrcall.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
node_path.cpp renames leftover 'path_db' to node_path 2017-08-07 20:03:58 +07:00
node_path.h renames leftover 'path_db' to node_path 2017-08-07 20:03:58 +07:00
object.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
object.h Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
packed_data_container.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
packed_data_container.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pair.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
path_remap.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
path_remap.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pool_allocator.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pool_allocator.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
print_string.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
print_string.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
project_settings.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
project_settings.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
ref_ptr.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
ref_ptr.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
reference.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
reference.h Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
register_core_types.cpp ClassDB: Provide the enum name of integer constants 2017-08-20 22:07:43 +02:00
register_core_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
resource.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
rid.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
rid.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ring_buffer.h RingBuffer: Adds find() method 2017-05-05 02:09:43 +02:00
safe_refcount.cpp Improve/add atomics 2017-07-25 01:49:22 +02:00
safe_refcount.h Improve/add atomics 2017-07-25 01:49:22 +02:00
script_debugger_local.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
script_debugger_local.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
script_debugger_remote.cpp simplify the way window is allowed to steal focus, no longer relying on project.godot. Closes #9459 2017-08-20 23:42:54 -03:00
script_debugger_remote.h -Properly check limits to objects sent (regarding to size), fixes #9034 2017-08-18 10:59:31 -03:00
script_language.cpp Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
script_language.h -Code completion for enumerations 2017-08-24 00:06:56 -03:00
SCsub -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
self_list.h -Fix for multiple reflection probes causing issues. 2017-07-15 18:42:06 -03:00
set.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
simple_type.h ClassDB: Provide the enum name of integer constants 2017-08-20 22:07:43 +02:00
sort.h Refactor 'treshold' to 'threshold' 2017-07-08 22:24:56 +07:00
string_db.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
string_db.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
translation.cpp Merge pull request #9987 from Rubonnek/move-members-to-initilization-list 2017-08-11 10:31:04 +02:00
translation.h Rename Godot-specific resource extensions 2017-06-15 21:35:20 -03:00
type_info.h Changed MethodBind API to request information from methods. It's much claner now. 2017-08-23 19:11:11 -03:00
typedefs.h Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
ucaps.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
undo_redo.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
undo_redo.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ustring.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
ustring.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
variant.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
variant.h Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
variant_call.cpp Exposed Transform.interpolate_with() 2017-08-20 00:09:45 +02:00
variant_construct_string.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
variant_op.cpp -Many fixes to VisualScript, fixed property names, etc. 2017-06-30 21:35:05 -03:00
variant_parser.cpp Convert Object::cast_to() to the static version 2017-08-24 23:08:24 +02:00
variant_parser.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
vector.h Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
version.h BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
vmap.h Implement well-defined handling of unrecoverable errors 2017-07-05 09:31:44 +02:00
vset.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00