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
/
canvas_item_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2020-04-15
Added selection outline to locked nodes.
Eric M
2020-04-13
Relative scale snapping 2D
Marcus Elg
2020-04-03
Merge pull request #37505 from YeldhamDev/viewcont_rename
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
Rename ViewportContainer to SubViewportContainer
Michael Alexsander
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-18
Editor 2D: Change pixel alignment strategy, fix jittering in high zoom
johan
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-10
Merge pull request #36887 from MCrafterzz/relativeSnap
Rémi Verschelde
2020-03-09
Made snap relative work on rotation as well
Marcus Elg
2020-03-08
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-29
Merge pull request #36406 from nathanwfranke/revert-fix-signal-errors
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-23
Partial revert "Fix two signal errors"
nathanwfranke
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-19
Fix two signal errors
nathanwfranke
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
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-02-11
Merge pull request #36086 from KoBeWi/TOOL_MOVE_move
Rémi Verschelde
2020-02-11
Fix selectable locked items
Tomasz Chabora
2020-02-10
Allow to use arrow keys with TOOL_MOVE
Tomasz Chabora
2020-02-10
Fixes a crash in the 2D editor
Gilles Roudière
2020-02-10
Merge pull request #35704 from KoBeWi/free_the_nodes
Rémi Verschelde
2020-02-10
Include locked nodes on selection list
Tomasz Chabora
2020-02-09
Merge pull request #33451 from MCrafterzz/movementHandle
Rémi Verschelde
2020-02-08
Update the zoom percentage when using Frame Selection in the 2D editor
Hugo Locurcio
2020-02-07
Changed transformation handles y arrow to match positive y
MCrafterzz
2020-01-24
Fix wrong guideline values shown during dragging
Tan Wang Leng
2020-01-22
Use an icon in the top Animation Key menu
William Tumeo
2020-01-20
Merge pull request #35351 from ericrybick/32342-Resize-snapping-lines-bug
Rémi Verschelde
2020-01-20
Fix editor drawing snapping lines for wrong edge/corner when resizing element...
Eric Rybicki
2020-01-18
Clamp the editor scale to 1 when resetting zoom in the 2D editor
Hugo Locurcio
2020-01-16
Merge pull request #34879 from Phischermen/canvas-item-editor-local-space-mode
Rémi Verschelde
2020-01-14
Fix issue regarding rotation
Phischermen
2020-01-13
Fix more instances of overlapping scrollbars
Michael Alexsander
[next]