godot/core
Juan Linietsky ad4666f8e0
Merge pull request #19193 from tagcup/quat_norm
Fixed Basis -> Quat conversions, added a few safety checks.
2018-06-25 10:58:04 -03:00
..
bind Expose OS.get_ticks_usec() 2018-06-18 21:03:55 +02:00
helper
io Fixed regression making the logger not respect the max files limit. 2018-06-12 12:57:48 -03:00
math Merge pull request #19193 from tagcup/quat_norm 2018-06-25 10:58:04 -03:00
os IME context detection. 2018-06-11 17:22:11 +01:00
allocators.h
array.cpp
array.h
class_db.cpp Merge pull request #18514 from neikeq/api-hash-fixes 2018-05-03 14:36:32 +02:00
class_db.h
color_names.inc Style: Apply clang-format (5.0) to some missed files 2018-05-31 09:00:37 +02:00
color.cpp Fixed float Color conversions to int types 2018-06-19 22:19:08 +03:00
color.h
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_string_names.cpp
core_string_names.h
dictionary.cpp Dictionary editing support in inspector 2018-05-19 17:57:44 -03:00
dictionary.h Dictionary editing support in inspector 2018-05-19 17:57:44 -03:00
dvector.cpp
dvector.h
engine.cpp GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
engine.h GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
error_list.h
error_macros.cpp
error_macros.h Style: Apply clang-format (5.0) to some missed files 2018-05-31 09:00:37 +02:00
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp added rgbe_to_srgb method to Image 2018-05-30 21:16:45 +02:00
image.h added rgbe_to_srgb method to Image 2018-05-30 21:16:45 +02:00
input_map.cpp Added method to clear input events of an action 2018-05-03 00:26:49 +02:00
input_map.h Added method to clear input events of an action 2018-05-03 00:26:49 +02:00
int_types.h
list.h
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h Merge pull request #15282 from poke1024/check-obj-class 2018-05-08 10:43:44 -03:00
method_ptrcall.h
node_path.cpp Fixes logically dead code (Coverity) 2018-04-21 22:35:23 +08:00
node_path.h
oa_hash_map.h updated OAHashMap to use robinhood hashing 2018-05-03 17:00:21 +02:00
object.cpp Fix return type of _get() virtual method 2018-05-29 23:30:01 -03:00
object.h -New inspector. 2018-05-15 17:14:31 -03: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 PoolAllocator::resize for too large p_new_size 2018-05-17 00:35:47 +02:00
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Revert "Make the performance reporting update frequency customizable" 2018-05-28 08:47:09 -03:00
project_settings.h Allow actions to provide an analog value 2018-04-16 23:20:43 +02:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp
register_core_types.h
resource.cpp Remove error messages 2018-06-21 18:46:17 -03:00
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp Local debugger fixes and extensions 2018-05-07 23:17:06 -04:00
script_debugger_local.h Local debugger fixes and extensions 2018-05-07 23:17:06 -04:00
script_debugger_remote.cpp Revert "Make the performance reporting update frequency customizable" 2018-05-28 08:47:09 -03:00
script_debugger_remote.h
script_language.cpp Revert "Make the performance reporting update frequency customizable" 2018-05-28 08:47:09 -03:00
script_language.h Refactor RPCMode enum and checks 2018-05-29 20:26:41 +02:00
SCsub add NoCache wrapper to Command 2018-06-21 03:00:33 -04:00
self_list.h Fixes incorrect adding to last in self_list 2018-04-11 19:59:41 +08:00
set.h
simple_type.h
sort.h
string_buffer.h
string_builder.cpp
string_builder.h
string_db.cpp Fix some Coverity warnings in String API 2018-04-18 22:20:39 +02:00
string_db.h Fix some Coverity warnings in String API 2018-04-18 22:20:39 +02:00
translation.cpp
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Merge pull request #14715 from Krakean/string_add_rsplit2 2018-05-23 17:19:35 +02:00
ustring.h Merge pull request #14715 from Krakean/string_add_rsplit2 2018-05-23 17:19:35 +02:00
variant_call.cpp Sync classref with current source 2018-05-28 14:53:15 +02:00
variant_construct_string.cpp
variant_op.cpp Keep alpha when changing h, s or v on color 2018-04-22 17:00:45 +02:00
variant_parser.cpp
variant_parser.h
variant.cpp Handle missing arg pointer in get_call_error_text 2018-04-30 15:30:21 -04:00
variant.h Remove unused Variant._data.RefPtr 2018-04-29 11:41:36 +02:00
vector.h
version.h
vmap.h
vset.h