godot/core
Stefano Bonicatti c067cf2c6a Fixes vsync setting ignored when using a separate thread for rendering
Setting the vsync in the main thread, after the rendering thread starts
and takes the OpenGL context fails, so we need to do that before.
Also, for some reason, the main thread cannot make current the context
anymore.

Fixes #13447
2017-12-09 01:43:23 +01:00
..
bind Merge pull request #12603 from GodotExplorer/beautify-json 2017-12-06 23:53:05 +01:00
helper Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
io Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
math Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
os Fixes vsync setting ignored when using a separate thread for rendering 2017-12-09 01:43:23 +01:00
allocators.h
array.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
array.h Add bsearch and bsearch_custom to Array 2017-11-21 08:50:31 +01:00
class_db.cpp Bind some VisualServer functions 2017-10-20 00:24:49 +02:00
class_db.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
color_names.inc
color.cpp
color.h Add Color.lightened and Color.darkened (like LESS.css or SASS) 2017-11-21 21:48:11 +11:00
command_queue_mt.cpp CommandQueueMT doesn't lock during command execution 2017-11-18 18:37:44 +00:00
command_queue_mt.h reduce static memory usage 2017-11-23 21:16:18 +01:00
compressed_translation.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
compressed_translation.h
core_string_names.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
core_string_names.h
dictionary.cpp fix Dictionary iteration 2017-12-05 20:00:44 +01:00
dictionary.h
dvector.cpp
dvector.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
engine.cpp Rename the version's "revision" to "build" 2017-11-20 00:51:14 +01:00
engine.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
error_list.h Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
error_macros.cpp Allow customizing user:// path (folder in OS::get_data_path()) 2017-11-26 19:02:32 +01:00
error_macros.h Improved *_FAIL_INDEX error macros to print the index/size 2017-10-22 12:17:41 -03:00
func_ref.cpp
func_ref.h
global_constants.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
global_constants.h
hash_map.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
hashfuncs.h
image.cpp Improved packed scene previews. 2017-11-17 21:42:14 -06:00
image.h Improved packed scene previews. 2017-11-17 21:42:14 -06:00
input_map.cpp
input_map.h
int_types.h
list.h Fixes List<T>::insert_before/after 2017-11-21 10:51:38 -06:00
make_binders.py Bind some VisualServer functions 2017-10-20 00:24:49 +02:00
map.h Small fix in core/set.h and similar fix in core/map.h 2017-10-24 15:59:54 +01:00
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
node_path.cpp Make tween able to be used as before (without the need for ":...") 2017-11-22 14:13:56 +02:00
node_path.h Allow for getting/setting indexed properties of objects using get/set_indexed 2017-11-21 20:58:21 +02:00
oa_hash_map.h
object.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
object.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ordered_hash_map.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
packed_data_container.cpp Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
packed_data_container.h
pair.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp Add print_error function, akin to print_line 2017-11-16 21:56:57 -02:00
print_string.h Add print_error function, akin to print_line 2017-11-16 21:56:57 -02:00
project_settings.cpp Allow customizing user:// path (folder in OS::get_data_path()) 2017-11-26 19:02:32 +01:00
project_settings.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp Core: Bind InputEventGesture events. 2017-11-24 19:23:04 +01:00
register_core_types.h
resource.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
resource.h -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) 2017-12-04 15:56:17 -03:00
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
safe_refcount.h
script_debugger_local.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
script_debugger_local.h
script_debugger_remote.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
script_debugger_remote.h Add print_error function, akin to print_line 2017-11-16 21:56:57 -02:00
script_language.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
script_language.h Abstract some method for script system 2017-11-17 09:20:32 +08:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
self_list.h
set.h Small fix in core/set.h and similar fix in core/map.h 2017-10-24 15:59:54 +01:00
simple_type.h
sort.h
string_buffer.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
string_buffer.h Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
string_builder.cpp
string_builder.h
string_db.cpp
string_db.h [GDnative] Add string_name api 2017-10-08 16:47:10 +02:00
translation.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
translation.h Add support for non-ISO locale identifiers via renames map 2017-10-30 00:02:55 +01:00
type_info.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
typedefs.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Improve slang, especially in user-visible parts 2017-12-05 15:41:38 +01:00
ustring.h Allow configuring iOS export 2017-11-21 01:16:49 +07:00
variant_call.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
variant_construct_string.cpp
variant_op.cpp Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
variant_parser.cpp Make old scenes readable again 2017-11-20 08:25:43 -03:00
variant_parser.h
variant.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
variant.h Rename Rect3 to AABB. 2017-11-17 11:01:41 -05:00
vector.h Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
version.h Rename the version's "revision" to "build" 2017-11-20 00:51:14 +01:00
vmap.h
vset.h