summaryrefslogtreecommitdiff
path: root/tools/editor/editor_help.cpp
AgeCommit message (Collapse)Author
2014-09-17Merge pull request #544 from marynate/PR-fix-help-historyJuan Linietsky
Fix bug help history overwrote by tree item selected call back
2014-06-29Bug FixesJuan Linietsky
-=-=-=-=- -Documentation now shows overridable theme values (though this needs to be documented). -Detect when object transform is flipped and flip normals too. -TileMap can specify bounce and friction for collision. -Removed limit of 4 lights per object -Added is_hovered() to buttons.
2014-06-23Fix bug help history overwrote by tree item selected call backmarynate
2014-05-13User can use '.METHOD' or 'METHOD(' to seach exact method in Search Classes ↵marynate
dialog
2014-05-06Update EditorHelp to response help request other than class; Make sure ↵marynate
EditorHelpSearch dialog popup with search results
2014-05-06Start working on script editor helpmarynate
2014-04-10-Fixed a few bugs in ViewportJuan Linietsky
-Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
2014-02-20-run script in editorJuan Linietsky
-add search docs dialog that returns places string was found -added flash
2014-02-15-project settings are saved when changedJuan Linietsky
-load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky