godot/core
Hugo Locurcio 6def32d643
Replace #pragma once by traditional include guards for consistency
`#pragma once` was used in a few files, yet we settled on using
traditional include guards instead.

The PooledList template comment was also moved to allow editors
such as Visual Studio Code to display the comment when hovering
PooledList.

`app.h` was renamed to `app_uwp.h` to be less generic for the
include guard.
2021-09-24 02:33:15 +02:00
..
config Fix path with multiple slashes not being corrected on templates 2021-09-10 11:14:40 +01:00
crypto [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-03 16:12:55 +02:00
debugger Use doubles for time in many other places 2021-08-09 14:05:42 -05:00
error Improve error descriptions 2021-08-23 17:58:24 +02:00
extension [ClassDB] Unify construct/extension retrieval. 2021-09-22 18:33:29 +02:00
input Improve implementation of builtin action overrides 2021-09-21 22:25:31 +10:00
io [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +02:00
math Construct values only when necessary. 2021-09-23 22:26:07 +05:45
multiplayer Fix custom multiplayer sync commands 2021-09-12 21:20:10 +01:00
object [ClassDB] Unify construct/extension retrieval. 2021-09-22 18:33:29 +02:00
os Merge pull request #52734 from lucypero/thread_override_master 2021-09-16 21:45:04 +02:00
string Fix String::num_real and String test cases when compiling with doubles 2021-09-15 13:41:12 -05:00
templates Replace #pragma once by traditional include guards for consistency 2021-09-24 02:33:15 +02:00
variant Merge pull request #52878 from AnilBK/add-get-center 2021-09-21 21:30:30 +02:00
core_bind.cpp Implement OS::get_locale_language() helper method 2021-09-16 09:34:58 +02:00
core_bind.h Implement OS::get_locale_language() helper method 2021-09-16 09:34:58 +02:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Merge pull request #52442 from Faless/mp/4.x_rpc_manager 2021-09-07 18:44:39 +02: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 Implement NativeExtension pointer arguments 2021-08-23 19:58:40 -03:00
doc_data.h Implement error return documetation 2021-08-24 15:28:29 -03:00
register_core_types.cpp [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +02:00
register_core_types.h Implement native extension system 2021-06-25 17:32:45 -03:00
SCsub [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +02:00
typedefs.h Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00