godot/core
demolke 964e2b3a9e Fix handling of leading .. in simplify_path
Prior to this `..\..\texture.png` was incorrectly simplified to `texture.png`
2024-12-06 07:53:55 +01:00
..
config Add loongarch64 support 2024-12-06 00:18:26 +08:00
crypto Core: Do not generate *.uid files for JSON, certificates, and translations 2024-12-04 14:26:10 +03:00
debugger Use (r)find_char instead of (r)find for single characters 2024-11-17 10:02:18 +01:00
error Fix race conditions in breadcrumbs 2024-10-22 22:08:46 -03:00
extension Fix various typos and code style issues 2024-11-28 17:40:42 +01:00
input Merge pull request #90723 from Calinou/textedit-autocompletion-always-replace-if-not-shift 2024-11-27 10:47:24 -06:00
io Merge pull request #99540 from dalexeev/core-dont-gen-json-uid-files 2024-12-04 11:02:09 -06:00
math Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
object Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
os Add loongarch64 support 2024-12-06 00:18:26 +08:00
string Fix handling of leading .. in simplify_path 2024-12-06 07:53:55 +01:00
templates Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cached 2024-11-13 08:33:54 -06:00
variant Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
core_bind.compat.inc [OS] Add functions to determine standard I/O device type. 2024-11-06 13:33:38 +02:00
core_bind.cpp Add file and dir temporary utilities 2024-12-02 12:08:14 -05:00
core_bind.h Add file and dir temporary utilities 2024-12-02 12:08:14 -05:00
core_builders.py Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
core_constants.cpp Add hint for oneshot & warning when it will be updated continuously 2024-11-11 01:12:45 +09:00
core_constants.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
core_globals.cpp
core_globals.h
core_string_names.cpp Cleanup unused/underused singleton StringNames 2024-05-14 18:18:29 +02:00
core_string_names.h Cleanup unused/underused singleton StringNames 2024-05-14 18:18:29 +02:00
doc_data.cpp Implement typed dictionaries 2024-09-04 10:27:26 -05:00
doc_data.h Docs: Add missing deprecated/experimental tag support for theme items 2024-09-04 17:49:05 +03:00
register_core_types.cpp Register Engine, OS, ProjectSettings, and Time early. 2024-11-21 18:09:03 -05:00
register_core_types.h Register Engine, OS, ProjectSettings, and Time early. 2024-11-21 18:09:03 -05:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
typedefs.h Style: Apply clang-tidy fixes 2024-11-04 12:11:06 -06:00
version.h Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00