| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Merge pull request #70771 from kleonc/main-loop-set-after-resolved | Yuri Sizov | 2023-07-12 | 1 | -8/+0 |
|\ |
|
| * | Ensure MainLoop and its custom script is set right after it's resolved | kleonc | 2022-12-31 | 1 | -8/+0 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Simplify GDVIRTUAL_CALL calls | kobewi | 2022-10-19 | 1 | -12/+6 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -14/+15 |
* | Use doubles for time everywhere in Timer/SceneTree | Aaron Franke | 2021-07-26 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename MainLoop methods to match Node methods | Marcel Admiraal | 2020-12-22 | 1 | -12/+12 |
* | [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex... | bruvzg | 2020-11-26 | 1 | -0/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | MainLoop: Remove deprecated methods | HaSa1002 | 2020-11-01 | 1 | -5/+0 |
* | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky | 2020-06-30 | 1 | -2/+4 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -4/+8 |
* | 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 | -6/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -6/+0 |
* | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 1 | -8/+0 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -30/+0 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -2/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -1/+1 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Add request permission automatically at android | Cagdas | 2019-10-22 | 1 | -0/+2 |
* | doc: Sync classref with current source | Rémi Verschelde | 2019-09-24 | 1 | -0/+2 |
* | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg | 2019-08-26 | 1 | -0/+8 |
* | doc: Proofread and complete various nodes | Rémi Verschelde | 2019-06-26 | 1 | -3/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg | 2018-11-23 | 1 | -0/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+2 |
* | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | 2018-09-01 | 1 | -2/+2 |
* | Add a new notification to detect crashes on native scripts | Marcelo Fernandez | 2018-07-02 | 1 | -0/+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 |
* | Bind MainLoop.notif_wm_go_back_request | Poommetee Ketson | 2017-10-22 | 1 | -0/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | 2017-08-17 | 1 | -0/+2 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 |
* | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -1/+1 |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -2/+2 |
* | 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 | -39/+25 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -6/+6 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -1/+1 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -6/+6 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+10 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |