| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | 2015-12-14 | 1 | -2/+2 |
| * | Live edit WORK IN PROGRESS | Juan Linietsky | 2015-08-02 | 1 | -0/+27 |
| * | small in place fixes | Juan Linietsky | 2015-06-22 | 1 | -5/+5 |
| * | Merge pull request #2144 from Krzycho666/UndoRedo_fix | Juan Linietsky | 2015-06-22 | 1 | -0/+123 |
| |\ |
|
| | * | added some missing biddings | krzycho | 2015-06-22 | 1 | -0/+3 |
| | * | - added GDscript bidings for UndoRedo class mechanizm | krzycho | 2015-06-21 | 1 | -0/+120 |
| * | | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 1 | -2/+3 |
| |/ |
|
| * | -shadergraph now saved when on external file and modified, fixes #1832 | Juan Linietsky | 2015-05-11 | 1 | -1/+7 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |