aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-4331/+0
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-29/+29
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-8/+8
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-4/+4
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-14/+20
* Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-131-2/+2
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-6/+6
* some class renamesJuan Linietsky2017-01-121-1/+1
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-2/+2
* Type renames:Juan Linietsky2017-01-111-1/+1
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-3/+3
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-1/+1
* Add clamp and wrap loop modes for animation tracks.Juan Linietsky2017-01-091-15/+90
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-1/+1
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-6/+6
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-5/+5
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-59/+59
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-36/+36
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* AnimationEditor: zoom using ctrl+wheelAndreas Haas2016-09-231-2/+10
* Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-171-6/+10
* Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky2016-07-221-0/+10
* Merge pull request #5287 from marcelofg55/masterJuan Linietsky2016-07-101-122/+235
|\
| * Added popup menu for animation key right-clickmarcelofg552016-06-181-122/+235
* | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-5/+0
* | Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-261-24/+0
* | Merge pull request #4724 from Cybolic/optional-loop-interpolationRémi Verschelde2016-06-191-0/+24
|\ \
| * | Added toggle for loop interpolation based on adolson's codeChristian Dannie Storgaard2016-05-201-0/+24
* | | -Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky2016-06-191-23/+31
| |/ |/|
* | i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
* | i18n: Second pass at proofreadingRémi Verschelde2016-05-211-3/+3
* | i18n: Proofreading of all stringsRémi Verschelde2016-05-211-11/+11
|/
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-83/+83
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* Insert new key helper is back to 2D editor, missed it?Juan Linietsky2016-02-091-0/+1
* -fix path clear in animation call param, closes #3448Juan Linietsky2016-02-021-0/+3
* -Make sure to properly use node path from animation track as base path, fixes...Juan Linietsky2016-01-311-10/+59
* Fix animation toolbarFranklin Sobrinho2016-01-271-3/+8
* -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-231-1/+3
* small fixJuan Linietsky2016-01-171-1/+1
* fixes to keying updatingJuan Linietsky2016-01-171-1/+7
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-16/+23
* Make sure variant parser actually writes floats when float property is reques...Juan Linietsky2016-01-101-3/+3
* Fix some error messagesFranklin Sobrinho2016-01-091-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* added option to add_child, to use the same deduplication convention as in the...Juan Linietsky2015-12-081-10/+10
* -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-051-3/+168
* Split up AnimationPlayer tracks editor `Tracks` buttoneska2015-11-181-21/+36