aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_selector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-2/+2
|
* renamed _input_event for GUI events to _gui_input, so it's more ↵Juan Linietsky2017-01-081-2/+2
| | | | differentiated than generalized _input
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-12/+12
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* More visual script workJuan Linietsky2016-08-251-0/+1
| | | | | | | | | -Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts
* Making bits of docs appear in different dialogues is made easier with ↵Juan Linietsky2016-08-231-21/+9
| | | | EditorHelpBit
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-0/+609
This one has an ordered list, built-in description, search, etc.