godot/core
Rémi Verschelde b9e010fb7f Merge pull request #6743 from mateka/issue-6296
Issue #6296: When searching for control, checking if matrix is inversible
2016-10-09 14:53:32 +02:00
..
bind Fixed bug in make_dir_recursive, closes #6016 2016-08-08 18:21:06 -03:00
helper
io PCKPacker: moved from tools into core, fixes #4129 2016-10-01 22:07:07 +02:00
math Added simple check to viewport, if matrix32 is invesile (https://github.com/godotengine/godot/issues/6296). 2016-10-08 12:33:10 +02:00
os Merge pull request #6479 from RandomShaper/improve-debug-focus 2016-10-03 11:36:01 +02:00
allocators.h
array.cpp (Array) pop_front, pop_back return values 2016-09-11 17:37:21 +02:00
array.h (Array) pop_front, pop_back return values 2016-09-11 17:37:21 +02:00
color.cpp
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 WIP visual scripting, not working yet but you can check out stuff 2016-08-02 19:11:05 -03:00
dictionary.h WIP visual scripting, not working yet but you can check out stuff 2016-08-02 19:11:05 -03:00
dvector.cpp
dvector.h Added slicing operation to DVector via DVector.subarray(int start,int end) method. 2016-07-23 12:52:41 -07:00
error_list.h
error_macros.cpp
error_macros.h
event_queue.cpp
event_queue.h
func_ref.cpp Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C# 2016-09-07 19:39:57 -03:00
func_ref.h
global_constants.cpp
global_constants.h
globals.cpp Several all around fixes to visual scripting (in the process of creating demos) 2016-08-28 20:59:01 -03:00
globals.h Several all around fixes to visual scripting (in the process of creating demos) 2016-08-28 20:59:01 -03:00
hash_map.h
hashfuncs.h
hq2x.cpp
hq2x.h
image_quantize.cpp
image.cpp Fix some warnings about unhandled switch cases 2016-08-13 13:21:35 +02:00
image.h
input_map.cpp Fix input action pressed state not changing for quick joystick movements. 2016-09-15 19:30:35 +02:00
input_map.h Fix input action pressed state not changing for quick joystick movements. 2016-09-15 19:30:35 +02:00
int_types.h
list.h
make_binders.py WIP visual scripting, not working yet but you can check out stuff 2016-08-02 19:11:05 -03:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp WIP visual scripting, not working yet but you can check out stuff 2016-08-02 19:11:05 -03:00
method_bind.h Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C# 2016-09-07 19:39:57 -03:00
method_ptrcall.h
object_type_db.cpp Added API version and hashing to ObjectTypeDB 2016-09-14 19:37:37 -03:00
object_type_db.h Added API version and hashing to ObjectTypeDB 2016-09-14 19:37:37 -03:00
object.cpp Throw error when trying to emit a non-existing signal. 2016-09-25 19:26:01 +02:00
object.h More visual script work 2016-08-25 17:45:20 -03:00
packed_data_container.cpp
packed_data_container.h
pair.h
path_db.cpp -High Level protocol optimization (should be smaller) 2016-08-22 01:19:24 -03:00
path_db.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
profile_clock.cpp
profile_clock.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp PCKPacker: moved from tools into core, fixes #4129 2016-10-01 22:07:07 +02:00
register_core_types.h
resource.cpp
resource.h
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 Merge pull request #6479 from RandomShaper/improve-debug-focus 2016-10-03 11:36:01 +02:00
script_debugger_remote.h
script_language.cpp More visual script work 2016-08-25 17:45:20 -03:00
script_language.h Do ctrl-click on any code identifier to go to definiton or help page. 2016-09-12 10:53:31 -03:00
SCsub
self_list.h
set.h
simple_type.h
sort.h
string_db.cpp -High Level protocol optimization (should be smaller) 2016-08-22 01:19:24 -03:00
string_db.h
translation.cpp i18n: Update list of supported locales based off glibc 2016-09-01 23:56:59 +02:00
translation.h
typedefs.h
ucaps.h
undo_redo.cpp Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C# 2016-09-07 19:39:57 -03:00
undo_redo.h Implemented UndoRedo mergeable modes 2016-08-17 17:14:51 -03:00
ustring.cpp Merge pull request #6650 from volzhs/resource-path 2016-10-03 12:00:22 +02:00
ustring.h Fix typo for word_wrap 2016-09-30 03:28:05 +09:00
variant_call.cpp Merge pull request #6675 from J08nY/issue-vector3-angle-to 2016-10-03 13:53:46 +02:00
variant_construct_string.cpp
variant_op.cpp fix string iterator 2016-08-26 10:42:01 +03:00
variant_parser.cpp Properly encode InputEvent of type NONE. Fix #5987 2016-10-03 02:40:53 +02:00
variant_parser.h
variant.cpp fixes #6331, Variant::can_convert 2016-10-04 15:58:12 +02:00
variant.h Basic type constants for visual script 2016-09-02 02:13:12 -03:00
vector.h
vmap.h
vset.h