| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Add hints to run with --verbose when leaking nodes/resources at exit | Rémi Verschelde | 2020-06-08 | 1 | -8/+9 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -14/+28 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -52/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -11/+1 |
* | Fixes leaks in ResourceCache, Vulkan and X11 | qarmin | 2020-04-15 | 1 | -0/+3 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -10/+10 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -4/+4 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -1/+1 |
* | Merge pull request #34296 from timothyqiu/lock-33072 | Rémi Verschelde | 2020-01-06 | 1 | -1/+4 |
|\ |
|
| * | Fixes crash when using Resource::_take_over_path | Haoyu Qiu | 2019-12-12 | 1 | -1/+4 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #30622 from creikey/fix-path-caching | Rémi Verschelde | 2019-10-21 | 1 | -5/+35 |
|\ |
|
| * | Some resources are freed before they are saved | Cameron Reikes | 2019-07-25 | 1 | -5/+35 |
* | | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
* | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -5/+3 |
|/ |
|
* | No more metadata and dependency indices kept in resources saved. | Juan Linietsky | 2019-04-11 | 1 | -0/+20 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -2/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+5 |
* | Fixed duplicating AnimationPlayers leaving empty tracks. | DualMatrix | 2018-09-01 | 1 | -1/+1 |
* | Crash fixes for material and animtree | Juan Linietsky | 2018-08-20 | 1 | -2/+4 |
* | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky | 2018-07-02 | 1 | -6/+11 |
* | Remove error messages | Juan Linietsky | 2018-06-21 | 1 | -1/+1 |
* | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 1 | -1/+0 |
* | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | 2018-03-13 | 1 | -1/+1 |
* | Make cyclic resource inclusion error message more helpful | letheed | 2018-01-18 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+2 |
* | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | 2017-12-04 | 1 | -0/+29 |
* | Fixes ERR_EXPLAIN being overwritten | Ignacio Etcheverry | 2017-09-06 | 1 | -2/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
* | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -2/+2 |
* | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | 2017-08-05 | 1 | -0/+1 |
* | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -2/+1 |
* | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -3/+29 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+1 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -129/+92 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -12/+12 |
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -3/+3 |
* | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -0/+1 |
* | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -130/+0 |
* | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -0/+1 |
* | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -3/+3 |
* | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -1/+3 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -5/+6 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |