godot/core
Ignacio Etcheverry dde14e15c6 Mono: Better versioning and gracefully unloading of Godot API assemblies
(cherry picked from commit f37090ccf4)
2018-02-26 22:36:03 +01:00
..
bind Added OS::center_window to center the window precisely on desktop platforms 2018-02-19 22:14:05 +01:00
helper
io Clean up some bad words from code comments 2018-02-22 12:22:41 +01:00
math Fix polygon triangulation failure. 2018-02-19 22:13:46 +01:00
os Added OS::center_window to center the window precisely on desktop platforms 2018-02-19 22:14:05 +01:00
SCsub
allocators.h
array.cpp
array.h
class_db.cpp Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
class_db.h Added all missing VisualServer bindings 2018-02-19 22:13:44 +01:00
color.cpp Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB." 2018-01-16 10:22:22 +01:00
color.h -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. 2018-01-12 00:08:32 -03:00
color_names.inc
command_queue_mt.cpp
command_queue_mt.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
compressed_translation.cpp
compressed_translation.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
core_string_names.cpp
core_string_names.h
dictionary.cpp Use the appropriate Variant hash and compare functions for Dictionaries 2018-01-27 15:11:39 +01:00
dictionary.h
dvector.cpp
dvector.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
func_ref.cpp
func_ref.h
global_constants.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
image.h
input_map.cpp
input_map.h
int_types.h
list.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
make_binders.py Added all missing VisualServer bindings 2018-02-19 22:13:44 +01:00
map.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
message_queue.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
message_queue.h
method_bind.cpp
method_bind.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
object.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
object.h Make sure PropertyHint matches in the VisualScript editor. 2018-01-15 22:19:54 +01: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 typos with codespell 2018-02-22 12:17:06 +01:00
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Fix loading project.binary from PCK file 2018-02-22 12:19:43 +01:00
project_settings.h Improve error reporting of ProjectSettings::setup() 2018-02-22 12:19:28 +01:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp
register_core_types.h
resource.cpp Make cyclic resource inclusion error message more helpful 2018-01-18 18:35:24 +01:00
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp Fix inconsistencies and typos in argument names 2018-02-04 20:10:13 +01:00
safe_refcount.h
script_debugger_local.cpp Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
script_debugger_local.h Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
script_debugger_remote.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
script_debugger_remote.h Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
script_language.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
script_language.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
self_list.h
set.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
simple_type.h
sort.h
string_buffer.cpp
string_buffer.h
string_builder.cpp fixed crash with StringBuilder 2018-01-20 15:26:58 +01:00
string_builder.h
string_db.cpp
string_db.h
translation.cpp Add locale renames for Hebrew and Indonesian on Windows 2018-02-19 22:27:19 +01:00
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp obsolete UndoRedo max_steps; no users identified 2018-01-08 10:57:07 -06:00
undo_redo.h obsolete UndoRedo max_steps; no users identified 2018-01-08 10:57:07 -06:00
ustring.cpp Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-26 22:36:03 +01:00
ustring.h Mono: Better versioning and gracefully unloading of Godot API assemblies 2018-02-26 22:36:03 +01:00
variant.cpp
variant.h Fix typos with codespell 2018-02-22 12:17:06 +01:00
variant_call.cpp Revert "Fix wrong return type of xform functions" 2018-02-21 23:47:04 +01:00
variant_construct_string.cpp
variant_op.cpp Fix typos with codespell 2018-02-22 12:17:06 +01:00
variant_parser.cpp
variant_parser.h
vector.h
version.h Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
vmap.h
vset.h