| .. |
|
bind
|
Expose OS.get_ticks_usec()
|
2018-06-18 21:03:55 +07:00 |
|
helper
|
…
|
|
|
io
|
MultiplayerAPI::send_bytes transfer mode support.
|
2018-07-08 09:47:22 +07:00 |
|
math
|
Merge pull request #19279 from aaronfranke/core-fposmod-fix
|
2018-07-05 00:35:46 +07:00 |
|
os
|
Added support for extra mouse buttons.
|
2018-07-09 14:34:19 +07:00 |
|
SCsub
|
add NoCache wrapper to Command
|
2018-06-21 03:00:33 +07:00 |
|
allocators.h
|
…
|
|
|
array.cpp
|
…
|
|
|
array.h
|
…
|
|
|
class_db.cpp
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
class_db.h
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
color.cpp
|
Fixed float Color conversions to int types
|
2018-06-19 22:19:08 +07:00 |
|
color.h
|
…
|
|
|
color_names.inc
|
Style: Apply clang-format (5.0) to some missed files
|
2018-05-31 09:00:37 +07:00 |
|
command_queue_mt.cpp
|
…
|
|
|
command_queue_mt.h
|
Added ability for SSAO to affect AO textures too
|
2018-07-02 16:50:52 +07:00 |
|
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 +07:00 |
|
dictionary.h
|
Dictionary editing support in inspector
|
2018-05-19 17:57:44 +07:00 |
|
dvector.cpp
|
…
|
|
|
dvector.h
|
…
|
|
|
engine.cpp
|
GDScript access to copyright, license, author and donor information.
|
2018-05-19 00:40:16 +07:00 |
|
engine.h
|
GDScript access to copyright, license, author and donor information.
|
2018-05-19 00:40:16 +07: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 +07:00 |
|
func_ref.cpp
|
…
|
|
|
func_ref.h
|
…
|
|
|
global_constants.cpp
|
Added support for extra mouse buttons.
|
2018-07-09 14:34:19 +07:00 |
|
global_constants.h
|
…
|
|
|
hash_map.h
|
…
|
|
|
hashfuncs.h
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
image.cpp
|
Ensure, if a texture meant for a normal map is imported and size limit exists, that it's renormalized after resize.
|
2018-07-03 10:56:31 +07:00 |
|
image.h
|
Ensure, if a texture meant for a normal map is imported and size limit exists, that it's renormalized after resize.
|
2018-07-03 10:56:31 +07:00 |
|
input_map.cpp
|
Added method to clear input events of an action
|
2018-05-03 00:26:49 +07:00 |
|
input_map.h
|
Added method to clear input events of an action
|
2018-05-03 00:26:49 +07: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 +07:00 |
|
method_ptrcall.h
|
State machine animation node
|
2018-06-25 16:22:41 +07:00 |
|
node_path.cpp
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
node_path.h
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
oa_hash_map.h
|
updated OAHashMap to use robinhood hashing
|
2018-05-03 17:00:21 +07:00 |
|
object.cpp
|
Fix return type of _get() virtual method
|
2018-05-29 23:30:01 +07:00 |
|
object.h
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07: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 +07:00 |
|
pool_allocator.h
|
…
|
|
|
print_string.cpp
|
…
|
|
|
print_string.h
|
…
|
|
|
project_settings.cpp
|
Update resource file project settings on rename
|
2018-07-03 18:08:41 +07:00 |
|
project_settings.h
|
Update resource file project settings on rename
|
2018-07-03 18:08:41 +07:00 |
|
ref_ptr.cpp
|
…
|
|
|
ref_ptr.h
|
…
|
|
|
reference.cpp
|
…
|
|
|
reference.h
|
…
|
|
|
register_core_types.cpp
|
…
|
|
|
register_core_types.h
|
…
|
|
|
resource.cpp
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07: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 +07:00 |
|
script_debugger_local.h
|
Local debugger fixes and extensions
|
2018-05-07 23:17:06 +07:00 |
|
script_debugger_remote.cpp
|
Merge pull request #19229 from RandomShaper/fix-focus-steal
|
2018-07-05 00:27:08 +07:00 |
|
script_debugger_remote.h
|
Fix debugger focus stealing
|
2018-05-28 21:49:48 +07:00 |
|
script_language.cpp
|
-Fixes to OBJ importer, option to disable optimization
|
2018-06-30 19:59:16 +07:00 |
|
script_language.h
|
-Fixes to OBJ importer, option to disable optimization
|
2018-06-30 19:59:16 +07:00 |
|
self_list.h
|
Fixes incorrect adding to last in self_list
|
2018-04-11 19:59:41 +07: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 +07:00 |
|
string_db.h
|
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
2018-07-02 15:08:35 +07:00 |
|
translation.cpp
|
…
|
|
|
translation.h
|
…
|
|
|
type_info.h
|
State machine animation node
|
2018-06-25 16:22:41 +07:00 |
|
typedefs.h
|
…
|
|
|
ucaps.h
|
…
|
|
|
undo_redo.cpp
|
Add a message when there is nothing to Undo or Redo
|
2018-05-27 12:53:52 +07:00 |
|
undo_redo.h
|
Add a message when there is nothing to Undo or Redo
|
2018-05-27 12:53:52 +07:00 |
|
ustring.cpp
|
Merge pull request #14715 from Krakean/string_add_rsplit2
|
2018-05-23 17:19:35 +07:00 |
|
ustring.h
|
Merge pull request #14715 from Krakean/string_add_rsplit2
|
2018-05-23 17:19:35 +07:00 |
|
variant.cpp
|
State machine animation node
|
2018-06-25 16:22:41 +07:00 |
|
variant.h
|
State machine animation node
|
2018-06-25 16:22:41 +07:00 |
|
variant_call.cpp
|
Sync classref with current source
|
2018-05-28 14:53:15 +07:00 |
|
variant_construct_string.cpp
|
…
|
|
|
variant_op.cpp
|
Hacked around duplication bug. I think duplicate needs to be even smarter, maybe pass two bools? (containers and/or resources)
|
2018-07-03 08:34:06 +07:00 |
|
variant_parser.cpp
|
…
|
|
|
variant_parser.h
|
…
|
|
|
vector.h
|
…
|
|
|
version.h
|
…
|
|
|
vmap.h
|
…
|
|
|
vset.h
|
…
|
|