index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
editor
/
plugins
/
script_text_editor.cpp
Age
Commit message (
Expand
)
Author
2017-01-16
Style: Cleanups, added headers, renamed files
Rémi Verschelde
2017-01-14
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-13
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-11
Type renames:
Juan Linietsky
2017-01-10
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...
Juan Linietsky
2017-01-09
Merge pull request #7458 from bojidar-bg/right-click-menu
Rémi Verschelde
2017-01-08
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...
Juan Linietsky
2017-01-08
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-07
Fix #7455 - script text editor's right click menu being weird
Bojidar Marinov
2017-01-05
Editor settings categories are now tidy and beautiful!
Juan Linietsky
2017-01-04
-GDScript support for accessing properties directly
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-06
Made background and symbol color follow the color API
Paulb23
2016-10-10
Refactor duplicated code
Pedro J. Estébanez
2016-10-10
Add line length guideline to code editors
Pedro J. Estébanez
2016-09-29
Add inline ColorPicker to Script text editor.
Andreas Haas
2016-09-12
Do ctrl-click on any code identifier to go to definiton or help page.
Juan Linietsky
2016-09-11
Changed default assignment of shorcut for alt-left/right to history next/prev...
Juan Linietsky
2016-09-11
-Added a ColorFrame control, kind of like Texture but for color.
Juan Linietsky
2016-08-06
Likely with bugs and with some features are missing, as well as profiler supp...
Juan Linietsky
2016-08-03
Added missing license and quotation typo
Paulb23
2016-08-02
WIP visual scripting, not working yet but you can check out stuff
Juan Linietsky