index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
animation_tree_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-18
Merge pull request #24427 from guilhermefelipecgs/fix_bread_crumb
Rémi Verschelde
2018-12-17
Make the AnimationTree editor's path section more obvious
Michael Alexsander Silva Dias
2018-12-17
Fix bread crumb of AnimationTree
Guilherme Felipe
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-08-20
Massive rewrite to AnimationTree. Many APIs changed in order to:
Juan Linietsky
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-03-28
Fixed some popups not shrinking their size back when losing items.
Michael Alexsander Silva Dias
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-23
Add more translatable text for editor plugins.
geequlim
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-16
Add missing icons in animation tree editor
Guilherme Felipe
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-25
Editor: Add some more translatable strings.
Andreas Haas
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-20
Merge pull request #10319 from neikeq/pr-engine-editor-hint
Juan Linietsky
2017-08-19
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-16
Merge pull request #10307 from Rubonnek/update-argument-names
Rémi Verschelde
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-12
Updated function argument names
Wilson E. Alvarez
2017-07-21
AnimationTree nodes sliders fixes
Jakub Grzesik
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-03
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde