.. |
bind
|
Fixed bug in make_dir_recursive, closes #6016
|
2016-08-08 18:21:06 -03:00 |
helper
|
…
|
|
io
|
More improvements to visual script..
|
2016-08-31 17:58:51 -03:00 |
math
|
Matrix32: Add constructor that takes six real_t params
|
2016-08-24 18:54:23 +02:00 |
os
|
-Modified Input and added is_action_just_pressed() as well as is_action_just_released()
|
2016-09-01 18:59:46 -03:00 |
SCsub
|
…
|
|
allocators.h
|
…
|
|
array.cpp
|
Array has(var value) function
|
2016-07-07 11:40:38 +02:00 |
array.h
|
Array has(var value) function
|
2016-07-07 11:40:38 +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
|
…
|
|
error_list.h
|
…
|
|
error_macros.cpp
|
…
|
|
error_macros.h
|
…
|
|
event_queue.cpp
|
Fix style bug in event queue
|
2016-06-28 08:00:33 +02:00 |
event_queue.h
|
…
|
|
func_ref.cpp
|
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
|
2016-07-30 21:27:58 +02: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
|
Fixed HQ2x compiler warnings
|
2016-07-05 16:52:31 +02:00 |
hq2x.h
|
…
|
|
image.cpp
|
fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), closes #4075
|
2016-06-20 21:19:12 -03:00 |
image.h
|
…
|
|
image_quantize.cpp
|
Remove unused variables (fourth pass) + dead code
|
2016-07-08 16:47:55 +02:00 |
input_map.cpp
|
-Modified Input and added is_action_just_pressed() as well as is_action_just_released()
|
2016-09-01 18:59:46 -03:00 |
input_map.h
|
-Modified Input and added is_action_just_pressed() as well as is_action_just_released()
|
2016-09-01 18:59:46 -03: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
|
fix bug in reporting of message queue size
|
2016-06-27 19:07:58 -03:00 |
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
|
-Added yield nodes to visual script
|
2016-08-07 19:22:33 -03:00 |
method_ptrcall.h
|
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration.
|
2016-06-22 23:13:41 -03:00 |
object.cpp
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
object.h
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
object_type_db.cpp
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
object_type_db.h
|
Merge pull request #6055 from eska014/native-bind-rettype
|
2016-08-08 18:23:36 +02: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
|
Fixed properly not save signals that already exist in their base scenes, closes #5656
|
2016-07-19 21:26:12 -03:00 |
path_remap.cpp
|
Do a second stage remap, so it considers translation first, atlas second, closes #5147
|
2016-06-29 10:18:46 -03:00 |
path_remap.h
|
…
|
|
pool_allocator.cpp
|
Remove unused variables (fourth pass) + dead code
|
2016-07-08 16:47:55 +02:00 |
pool_allocator.h
|
…
|
|
print_string.cpp
|
…
|
|
print_string.h
|
…
|
|
profile_clock.cpp
|
…
|
|
profile_clock.h
|
…
|
|
ref_ptr.cpp
|
…
|
|
ref_ptr.h
|
…
|
|
reference.cpp
|
Better support in ScriptLanguage for GC based scripts
|
2016-06-21 19:36:22 -03:00 |
reference.h
|
changed way to return reference
|
2016-06-24 20:06:07 -03:00 |
register_core_types.cpp
|
-High Level protocol optimization (should be smaller)
|
2016-08-22 01:19:24 -03:00 |
register_core_types.h
|
…
|
|
resource.cpp
|
Remove some noisy debug prints
|
2016-07-17 18:25:21 +02:00 |
resource.h
|
Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059.
|
2016-06-27 13:17:20 -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
|
…
|
|
script_debugger_remote.h
|
…
|
|
script_language.cpp
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
script_language.h
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
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
|
Cleaner way to enable ptrcall
|
2016-06-26 11:59:25 -03:00 |
ucaps.h
|
…
|
|
undo_redo.cpp
|
Implemented UndoRedo mergeable modes
|
2016-08-17 17:14:51 -03:00 |
undo_redo.h
|
Implemented UndoRedo mergeable modes
|
2016-08-17 17:14:51 -03:00 |
ustring.cpp
|
Fix String::is_valid_integer() for single symbols + and -
|
2016-07-31 00:18:30 +06:00 |
ustring.h
|
Add sha256_buffer() function to String
|
2016-06-23 13:59:23 -03:00 |
variant.cpp
|
Reverted printable null object, seems to cause bugs around and not sure why.
|
2016-08-06 20:13:27 -03:00 |
variant.h
|
Basic type constants for visual script
|
2016-09-02 02:13:12 -03:00 |
variant_call.cpp
|
Basic type constants for visual script
|
2016-09-02 02:13:12 -03:00 |
variant_construct_string.cpp
|
…
|
|
variant_op.cpp
|
fix string iterator
|
2016-08-26 10:42:01 +03:00 |
variant_parser.cpp
|
Fix reading of empty StringArray-s in .tscn
|
2016-07-27 17:59:42 +03:00 |
variant_parser.h
|
…
|
|
vector.h
|
…
|
|
vmap.h
|
…
|
|
vset.h
|
…
|
|