| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -520/+0 |
* | Add static_assert checks where code assumes VARIANT_ARG_MAX == 5 | Timo Schwarzer | 2020-05-25 | 1 | -0/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -22/+44 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+4 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -42/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -17/+0 |
* | Replace is_commiting_action with is_committing_action | lupoDharkael | 2020-04-08 | 1 | -2/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -12/+12 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -12/+12 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -12/+12 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Allows to doc vararg method return type as void | Haoyu Qiu | 2020-01-02 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | UndoRedo add version changed signal | Alexander Holland | 2019-06-26 | 1 | -2/+21 |
* | Fix typos with codespell | Rémi Verschelde | 2019-05-19 | 1 | -9/+7 |
* | Fix 'UndoRedo' increasing its version on actions that should be merged | Michael Alexsander Silva Dias | 2019-04-04 | 1 | -1/+7 |
* | Safer way to update animation if changed, fixes #26670 | Juan Linietsky | 2019-03-06 | 1 | -5/+2 |
* | Implement a more coherent (and way less hack) way to block animation updates,... | Juan Linietsky | 2019-03-03 | 1 | -1/+11 |
* | Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly ... | Michael Alexsander Silva Dias | 2019-02-25 | 1 | -13/+19 |
* | Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commitin... | Michael Alexsander Silva Dias | 2019-02-21 | 1 | -19/+13 |
* | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky | 2019-02-14 | 1 | -6/+5 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Merge pull request #21856 from AlexHolly/fix-undo-not-showing-error | Rémi Verschelde | 2018-12-14 | 1 | -1/+18 |
|\ |
|
| * | Fix undo redo not showing errors | Alexander Holland | 2018-09-08 | 1 | -1/+18 |
* | | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias | 2018-11-18 | 1 | -3/+4 |
* | | Clearing history increments version, else it does not generate an asterisk on... | Juan Linietsky | 2018-11-16 | 1 | -1/+1 |
* | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
|/ |
|
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -13/+13 |
* | Add a message when there is nothing to Undo or Redo | Marcelo Fernandez | 2018-05-27 | 1 | -6/+10 |
* | obsolete UndoRedo max_steps; no users identified | Todd Ross | 2018-01-08 | 1 | -20/+0 |
* | Add null checking for paramaters in Undoredo | geequlim | 2018-01-07 | 1 | -0/+6 |
* | 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 |
* | Expose more methods for UndoRedo | Geequlim | 2017-09-13 | 1 | -0/+4 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -14/+14 |
* | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -3/+3 |
* | 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 | -6/+6 |
* | 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 | -187/+171 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -11/+11 |
* | Ability to drag and drop around audio effects! | Juan Linietsky | 2017-01-24 | 1 | -2/+0 |
* | Ability to delete, drag and drop audio buses! | Juan Linietsky | 2017-01-23 | 1 | -0/+2 |
* | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
* | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -2/+7 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -13/+13 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Renamed the bind_native functions to bind_vararg, should make it show the doc... | Juan Linietsky | 2016-09-07 | 1 | -12/+4 |
* | Implemented UndoRedo mergeable modes | Franklin Sobrinho | 2016-08-17 | 1 | -13/+48 |