| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1268/+0 |
* | Favor project.binary over project.godot | Tomasz Chabora | 2020-10-22 | 1 | -10/+17 |
* | Rename the ".import" folder to ".godot/imported" | Aaron Franke | 2020-09-28 | 1 | -0/+2 |
* | Merge pull request #40400 from Arivval/load-resourcepack-with-offset | Rémi Verschelde | 2020-09-03 | 1 | -3/+3 |
|\ |
|
| * | added load resource pack with offset feature | Yilin Ma | 2020-09-02 | 1 | -3/+3 |
* | | Rewrite ProjectSettings editor advanced options | Stijn Hinlopen | 2020-08-10 | 1 | -0/+6 |
* | | Docs: Ignore OS specific values (constants, project settings, properties). | bruvzg | 2020-07-15 | 1 | -1/+18 |
* | | Fix overriding compression related settings | Andrii Doroshenko (Xrayez) | 2020-07-13 | 1 | -6/+16 |
* | | Add a map of autoloads to ProjectSettings | George Marques | 2020-07-06 | 1 | -0/+42 |
* | | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -1/+1 |
|/ |
|
* | Improve documentation of ProjectSettings::setup | Rémi Verschelde | 2020-05-25 | 1 | -29/+38 |
* | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | 2020-05-19 | 1 | -8/+8 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -41/+72 |
* | 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 | -65/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -6/+0 |
* | Update game controller enums. | Marcel Admiraal | 2020-05-13 | 1 | -7/+7 |
* | Priorize Embedded PCKs on loading | HaSa1002 | 2020-05-04 | 1 | -23/+12 |
* | Revert "Made possible to specify where to dump the contents when loading a ".... | Rémi Verschelde | 2020-04-20 | 1 | -3/+3 |
* | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander | 2020-04-16 | 1 | -3/+3 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -6/+6 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -6/+6 |
* | Re-architecture of the Godot Android plugin. | fhuya | 2020-03-05 | 1 | -3/+0 |
* | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -15/+15 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
* | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -2/+2 |
* | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg | 2020-01-10 | 1 | -1/+9 |
* | Merge pull request #34476 from volzhs/no-slash-localize_path | Rémi Verschelde | 2020-01-02 | 1 | -0/+4 |
|\ |
|
| * | Make sure no additional slash being added with localize_path | volzhs | 2019-12-20 | 1 | -0/+4 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | | Encodes property names properly in project.godot | Haoyu Qiu | 2019-12-20 | 1 | -4/+1 |
|/ |
|
* | Revert "Fix localise_path method so that uncached scripts don't sometimes get... | Emmanuel Leblond | 2019-11-26 | 1 | -1/+1 |
* | Fix some overflows and unitialized variables | Rafał Mikrut | 2019-11-20 | 1 | -0/+2 |
* | Fix localise_path method so that uncached scripts don't sometimes get loaded ... | Saracen | 2019-11-06 | 1 | -1/+1 |
* | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde | 2019-09-25 | 1 | -3/+3 |
|\ |
|
| * | Add flag to control the replacement of files by ProjectSettings.load_resource... | Florian Kothmeier | 2019-09-25 | 1 | -3/+3 |
* | | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -11/+11 |
|/ |
|
* | Add a project description setting | Hugo Locurcio | 2019-08-28 | 1 | -0/+2 |
* | Allow to define and load script templates per project | Andrii Doroshenko (Xrayez) | 2019-08-22 | 1 | -0/+3 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -17/+6 |
* | Use reference to constant in functions | qarmin | 2019-07-10 | 1 | -3/+3 |
* | Merge pull request #30282 from neikeq/editor_in_cs_equals_win | Rémi Verschelde | 2019-07-05 | 1 | -0/+4 |
|\ |
|
| * | Fix localize_path not always working | Ignacio Etcheverry | 2019-07-05 | 1 | -0/+4 |
* | | Merge pull request #24086 from RandomShaper/bundle-pck-to-executable | Rémi Verschelde | 2019-07-05 | 1 | -8/+16 |
|\ \
| |/
|/| |
|
| * | Add embedded PCK option to PC platforms | Pedro J. Estébanez | 2019-07-03 | 1 | -8/+16 |
* | | Remove unnecessary code and add some error explanations | qarmin | 2019-07-01 | 1 | -2/+0 |
|/ |
|
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
* | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | 2019-06-12 | 1 | -4/+0 |
|\ |
|
| * | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | 2019-06-03 | 1 | -4/+0 |