summaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
AgeCommit message (Expand)Author
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-12some class renamesJuan Linietsky
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-09-All types have editable script now in propertiesJuan Linietsky
2017-01-09Add clamp and wrap loop modes for animation tracks.Juan Linietsky
2017-01-08-removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-23AnimationEditor: zoom using ctrl+wheelAndreas Haas
2016-08-17Implemented UndoRedo mergeable modesFranklin Sobrinho
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky
2016-07-10Merge pull request #5287 from marcelofg55/masterJuan Linietsky
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-06-26Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde
2016-06-19Merge pull request #4724 from Cybolic/optional-loop-interpolationRémi Verschelde
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky
2016-06-18Added popup menu for animation key right-clickmarcelofg55
2016-05-21i18n: Use %d instead of %i in vformatRémi Verschelde
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-20Added toggle for loop interpolation based on adolson's codeChristian Dannie Storgaard
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-09Insert new key helper is back to 2D editor, missed it?Juan Linietsky
2016-02-02-fix path clear in animation call param, closes #3448Juan Linietsky
2016-01-31-Make sure to properly use node path from animation track as base path, fixes...Juan Linietsky
2016-01-27Fix animation toolbarFranklin Sobrinho
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-17small fixJuan Linietsky
2016-01-17fixes to keying updatingJuan Linietsky
2016-01-17-Massive editor dialog cleanupJuan Linietsky
2016-01-10Make sure variant parser actually writes floats when float property is reques...Juan Linietsky
2016-01-09Fix some error messagesFranklin Sobrinho
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-08added option to add_child, to use the same deduplication convention as in the...Juan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-11-18Split up AnimationPlayer tracks editor `Tracks` buttoneska
2015-10-17misc cleanupJuan Linietsky
2015-08-30-fix compile issue (pow)Juan Linietsky