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
/
path_2d_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-08-18
Improve the appearance of 2D path editors
Hugo Locurcio
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-07
Fixed an issue with the Path2D plugin editor not supporting the capability to...
Robert Morse
2018-10-18
Fixes viewport scrollbars not updating with plugins
groud
2018-09-18
Fixes drawing of the 2D plugins on the 3D view
groud
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-05-09
Added option to 2D and 3D curve editor to mirror curve tangent handles both i...
Ben Hickling
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-11-24
Universalize draw-over API for EditorPlugins
Pedro J. Estébanez
2017-10-18
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
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-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-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-07-15
Some more typo fixes for "threshold"
Rémi Verschelde
2017-06-03
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-05-27
Fix moving path controls in edit mode.
Zaven Muradyan
2017-05-21
Fix 2d path editor controls.
Zaven Muradyan
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-04-16
Add the ability to delete bezier path handles.
Zaven Muradyan
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