| Age | Commit message (Expand) | Author |
| 2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
| 2020-11-06 | Refactored Variant Operators. | reduz |
| 2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
| 2020-07-15 | Docs: Ignore OS specific values (constants, project settings, properties). | bruvzg |
| 2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
| 2020-05-13 | Update game controller enums. | Marcel Admiraal |
| 2020-04-20 | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | Rémi Verschelde |
| 2020-04-08 | Remove obsolete enums | lupoDharkael |
| 2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
| 2020-02-25 | Update docs and bindings for new integer vector types | Rémi Verschelde |
| 2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
| 2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
| 2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
| 2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
| 2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
| 2019-06-27 | Properly expose all Error constants to scripting languages | Rémi Verschelde |
| 2019-06-13 | Added constants for the main buttons and axis used in VR | Bastiaan Olij |
| 2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
| 2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
| 2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
| 2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
| 2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
| 2018-07-09 | Added support for extra mouse buttons. | unknown |
| 2018-02-21 | Fix typos with codespell | luz.paz |
| 2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
| 2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
| 2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
| 2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
| 2017-12-05 | Improve slang, especially in user-visible parts | Unknown |
| 2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
| 2017-11-08 | Increase joystick axis from 8 to 10 | Bastiaan Olij |
| 2017-10-23 | move button/joy constants to enums | jagt |
| 2017-09-21 | Fixed a bunch of typos, including an error code. | Ross Hadden |
| 2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
| 2017-08-22 | Moved member variables to initializer list | Wilson E. Alvarez |
| 2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
| 2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov |
| 2017-07-26 | Remove duplicate keycode constant for Numpad Enter key. | bruvzg |
| 2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
| 2017-05-17 | Fix two typos from previous commit | Rémi Verschelde |
| 2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
| 2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
| 2017-03-24 | Merge pull request #8133 from Hinsbart/joy_constants | Rémi Verschelde |
| 2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
| 2017-03-24 | Input: Refactor JOY_* constants. | Andreas Haas |
| 2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
| 2017-02-02 | Match ERROR_QUERY_FAILED enum with others | volzhs |
| 2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
| 2017-01-11 | Type renames: | Juan Linietsky |
| 2017-01-10 | It is now possible to name layers of different kinds! | Juan Linietsky |