virtualx-engine/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
debugger
error
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
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
core_constants.cpp
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp
register_core_types.h
SCsub
typedefs.h
version.h