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-06-20
Merge pull request #39687 from Calinou/2d-editor-shift-horizontal-scroll
Rémi Verschelde
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
Scroll horizontally when holding Shift with Scroll to Pan enabled
Hugo Locurcio
2020-06-04
2D Editor: modified zoom increment to the twelveth root of two
johan
2020-06-03
Change OK text in snap dialog to OK
Aaron Franke
2020-05-29
Merge pull request #39051 from Xrayez/geometry-split
Rémi Verschelde
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-26
Add shortcut for Pan Mode (G)
Rémi Verschelde
2020-05-21
Fix moving 2D node with mouse after using arrow keys
Dominik 'dreamsComeTrue' Jasiński
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
New lightmapper
Juan Linietsky
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-29
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
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
[next]