Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCons: Remove `run_in_subprocess` dependency | Thaddeus Crews | 2024-03-11 | 5 | -52/+17 |
| | |||||
* | Merge pull request #87858 from AThousandShips/callable_rpc | Rémi Verschelde | 2024-03-11 | 1 | -4/+25 |
|\ | | | | | | | Fix `rpc` call from name based `Callable`s | ||||
| * | Fix `rpc` call from name based `Callable`s | A Thousand Ships | 2024-03-10 | 1 | -4/+25 |
| | | |||||
* | | Merge pull request #82084 from ogapo/pr/pck-cache-merge | Rémi Verschelde | 2024-03-11 | 5 | -9/+47 |
|\ \ | | | | | | | | | | Merge `uid_cache.bin` and `global_script_class_cache.cfg` after mounting PCKs | ||||
| * | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs | David Nikdel | 2024-03-06 | 5 | -9/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes godotengine#82061 fixes godotengine#61556 Also, distinguish between main pack and DLC packs. It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup. - project.godot/project.binary file - extension_list.cfg - app icon and boot_splash - .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter) | ||||
* | | | Merge pull request #89365 from Repiteo/scons/run_in_subprocess-to-env.Run | Rémi Verschelde | 2024-03-10 | 2 | -5/+3 |
|\ \ \ | | | | | | | | | | | | | SCons: Convert remaining `run_in_subprocess` to `env.Run` | ||||
| * | | | SCons: Convert remaining `run_in_subprocess` to `env.Run` | Thaddeus Crews | 2024-03-10 | 2 | -5/+3 |
| | |/ | |/| | |||||
* / | | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 3 | -163/+143 |
|/ / | |||||
* | | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 6 | -9/+9 |
| | | | | | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | | Merge pull request #89251 from KoBeWi/fastpector | Rémi Verschelde | 2024-03-09 | 2 | -3/+3 |
|\ \ | | | | | | | | | | Speed up inspector updates for TileMap | ||||
| * | | Speed up inspector updates for TileMap | kobewi | 2024-03-07 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #87448 from nfrmtk/check-buffer-size | Rémi Verschelde | 2024-03-09 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | Add check for negative `buffer_size` inside `StreamPeerGZIP::start_(de)compression` | ||||
| * | | | add check for negative buffer_size inside start_(de)compression method. | nfrmtk | 2024-03-08 | 1 | -0/+1 |
| | | | | |||||
* | | | | Expose scene unique id functionality in Resource | Ryan | 2024-03-07 | 1 | -0/+15 |
| |/ / |/| | | |||||
* | | | Merge pull request #89214 from bruvzg/pack_rel_off | Rémi Verschelde | 2024-03-07 | 2 | -1/+9 |
|\ \ \ | | | | | | | | | | | | | [Export] Use relative file base offset for embedded PCK. | ||||
| * | | | [Export] Use relative file base offset for embedded PCK. | bruvzg | 2024-03-06 | 2 | -1/+9 |
| | | | | |||||
* | | | | Allow returning Dictionary after merging | kobewi | 2024-03-06 | 3 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #89175 from ↵ | Rémi Verschelde | 2024-03-06 | 1 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | paulloz/dotnet/fix-exported-nodes-reset-without-build-artifacts Hint fallback property as node when it is a node | ||||
| * | | | | Hint fallback property as node when it is a node | Paul Joannon | 2024-03-05 | 1 | -1/+6 |
| | | | | | |||||
* | | | | | Merge pull request #87222 from RandomShaper/fix_obj_leaks_report | Rémi Verschelde | 2024-03-06 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix inaccuracies in the report of leaked objects | ||||
| * | | | | | Fix inaccuracies in the report of leaked objects | Pedro J. Estébanez | 2024-01-15 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Help compilers optimize Object::cast_to() | Pedro J. Estébanez | 2024-03-06 | 1 | -2/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #85390 from TheSofox/merge-all-commit-fix | Rémi Verschelde | 2024-03-06 | 2 | -1/+16 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | UndoRedo: Fix `MERGE_ALL` commit from repeating actions | ||||
| * | | | | Fixed MERGE_ALL commit from repeating actions | Sofox | 2024-03-05 | 2 | -1/+16 |
| | | | | | |||||
* | | | | | Fix String::begins_with when both strings are empty | Mika Viskari | 2024-03-05 | 1 | -1/+5 |
|/ / / / | |||||
* | / / | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 4 | -0/+23 |
| |/ / |/| | | | | | | | | | | | | | | Defaults to "Auto", which detects the casing based on the preference of the currently selected language (C# for example prefers PascalCase whereas GDScript prefers snake_case). | ||||
* | | | Merge pull request #89113 from ↵ | Rémi Verschelde | 2024-03-04 | 2 | -4/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Nazarwadim/move_includes_from_h_to_cpp_project_settings [Core] Move `#includes` from `project_settings.h` into `project_settings.cpp` | ||||
| * | | | [Core] Move includes from project_settings.h into project_settings.cpp | nazarii | 2024-03-04 | 2 | -4/+1 |
| | | | | |||||
* | | | | [Core] Codestyle improvements to math types | A Thousand Ships | 2024-03-04 | 22 | -348/+348 |
|/ / / | |||||
* | | | Merge pull request #89104 from luevano/fix-rand-weighted | Rémi Verschelde | 2024-03-04 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | Fix `RandomNumberGenerator::rand_weighted` return type | ||||
| * | | | Fix `RandomNumberGenerator::rand_weighted` return type | David Luevano Alvarado | 2024-03-02 | 3 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #89055 from dsnopek/gdextension-script-free-lists | Rémi Verschelde | 2024-03-04 | 3 | -43/+161 |
|\ \ \ \ | | | | | | | | | | | | | | | | GDExtension: Pass count when freeing method and property lists for script instances | ||||
| * | | | | GDExtension: Pass count when freeing method and property lists for script ↵ | David Snopek | 2024-03-02 | 3 | -43/+161 |
| | | | | | | | | | | | | | | | | | | | | instances | ||||
* | | | | | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 2 | -9/+5 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #86764 from Mickeon/autocompletion-inputmap | Rémi Verschelde | 2024-03-01 | 2 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add autocompletion for InputMap's methods | ||||
| * | | | | Add autocompletion for InputMap's methods | Micky | 2024-03-01 | 2 | -0/+33 |
| | | | | | |||||
* | | | | | Merge pull request #86758 from Mickeon/autocompletion-project-settings | Rémi Verschelde | 2024-03-01 | 2 | -0/+24 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Add autocompletion for ProjectSettings' methods | ||||
| * | | | | Add autocompletion for ProjectSettings' methods | Micky | 2024-02-29 | 2 | -0/+24 |
| | | | | | |||||
* | | | | | Merge pull request #88883 from joaoh82/add-weighted-random-method | Rémi Verschelde | 2024-03-01 | 4 | -0/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add `RandomNumberGenerator::rand_weighted` method | ||||
| * | | | | | Add RandomNumberGenerator::rand_weighted method | João Henrique Machado Silva | 2024-02-29 | 4 | -0/+29 |
| | | | | | | |||||
* | | | | | | Merge pull request #87191 from Mickeon/autocompletion-TranslationServer | Rémi Verschelde | 2024-03-01 | 2 | -0/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add autocompletion for TranslationServer | ||||
| * | | | | | | Add autocompletion for TranslationServer | Micky | 2024-02-29 | 2 | -0/+27 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #86777 from Mickeon/autocomplete-classdb | Rémi Verschelde | 2024-03-01 | 2 | -0/+28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add autocompletion for ClassDB & AudioServer | ||||
| * | | | | | | Add autocompletion for ClassDB & AudioServer | Micky | 2024-02-29 | 2 | -0/+28 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #86743 from Mickeon/autocompletion-optimise-object | Rémi Verschelde | 2024-03-01 | 6 | -9/+20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Optimise comparisons for Object's `get_argument_options` | ||||
| * | | | | | | Optimise Object's `get_argument_options` | Micky | 2024-02-29 | 6 | -9/+20 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0 | Rémi Verschelde | 2024-02-29 | 5 | -7/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | ||||
| * | | | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 5 | -7/+8 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #88958 from 398utubzyt/gltf/use-correct-name | Rémi Verschelde | 2024-02-29 | 1 | -0/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix compilation errors when `DISABLE_DEPRECATED` is defined | ||||
| * | | | | | | Fix compilation errors when `DISABLE_DEPRECATED` is defined | 398utubzyt | 2024-02-28 | 1 | -0/+2 |
| |/ / / / / |