godot/core
Hugo Locurcio ce4aa07276
Implement the %command% placeholder in the Main Run Args setting
This can be used to tell Godot to run an executable that will run Godot
rather than running Godot directly. This is useful to make Godot start
on the dedicated GPU when using a NVIDIA Optimus setup on Linux:
`prime-run %command%`

The `editor/run/main_run_args` setting declaration was moved to make it
visible in the ProjectSettings documentation.
2021-05-07 00:05:02 +02:00
..
config Implement the %command% placeholder in the Main Run Args setting 2021-05-07 00:05:02 +02:00
crypto Style: Apply clang-tidy's readability-braces-around-statements 2021-04-05 14:09:59 +02:00
debugger Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Rename doubleclick to double_click 2021-05-04 04:38:08 -04:00
io Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
math Re-bind posmod, use int64_t instead of int 2021-05-04 13:25:08 +02:00
object Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
os Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
string Check PHashTranslation generate p_from is valid 2021-05-03 20:40:21 +05:00
templates Merge pull request #46476 from DarknessCatt/master 2021-04-28 16:52:31 +02:00
variant Merge pull request #38645 from KoBeWi/FMR 2021-05-06 20:44:01 +02:00
core_bind.cpp Fix _File::get_buffer length always set to p_length 2021-04-11 23:11:13 +02:00
core_bind.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Update PolyPartition / Triangulator library 2021-01-12 13:46:16 -05:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00