aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel1-0/+1
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki1-11/+8
2016-07-22Removed support for saving paths as relative, closes #5728Juan Linietsky6-12/+14
2016-07-22Make texture parameter optional in begin() of ImmediateGeometry. Closes #5676...Juan Linietsky2-2/+2
2016-07-22Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky3-2/+21
2016-07-22Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky1-0/+11
2016-07-22Fix typo in ScrollContainer documentationJohan Manuel1-4/+4
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde1-1/+4
2016-07-22SurfaceTool add_index method exposed to scripts.Saracen1-0/+1
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel4-4/+38
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky1-9/+17
2016-07-21Update profiler curves on item toggled, closes #5680Juan Linietsky1-0/+2
2016-07-21Added examples to RegEx docZher Huei Lee1-17/+22
2016-07-21Code cleanup in platform/x11Mario Schlack4-156/+37
2016-07-21Implement OS.request_attention() for X11Mario Schlack2-0/+21
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd2-1/+6
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques1-4/+7
2016-07-21Instance only selected scenes in FS dock, closes #5795Juan Linietsky1-1/+2
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky4-72/+72
2016-07-21Hide editor types from create node dialog, closes #3263Juan Linietsky1-0/+3
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2-9/+58
2016-07-21Minor code formatting in platform/androidMario Schlack13-47/+69
2016-07-21Remove "SMOOTH BEGIN?" messagevolzhs1-2/+0
2016-07-21Fix compile error if use android_stl=yesvolzhs1-7/+7
2016-07-20Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky2-2/+22
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2-11/+10
2016-07-21Fix the rotation not updating in the inspector with ControlsJohan Manuel1-0/+1
2016-07-20Implement get_screen_dpi() on AndroidMario Schlack5-3/+37
2016-07-19put text formats for resources and scenes as priorityJuan Linietsky5-8/+26
2016-07-19Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky6-31/+36
2016-07-19WIP bugfix for existing connectionsJuan Linietsky4-15/+140
2016-07-19classref: WIP improved docs for NodeRémi Verschelde1-37/+53
2016-07-19classref: Sync classes with sourceRémi Verschelde1-74/+103
2016-07-19Fix main scene not being saved when set via Play buttonRémi Verschelde3-3/+6
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde4-15/+19
2016-07-18Always soft reload editor plugins. Closes #5273Juan Linietsky1-1/+3
2016-07-18Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho1-8/+23
2016-07-18Fix Editor Settings dialog range editing by dragging and using the sliderFranklin Sobrinho2-2/+14
2016-07-18Label: Added `get_visible_line_count` methodIgnacio Etcheverry2-0/+17
2016-07-18Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2-3/+7
2016-07-18MenuButton: Fix event propagation with dialogsIgnacio Etcheverry1-0/+4
2016-07-18remove GLU dependency, closes #3787Juan Linietsky1-1/+1
2016-07-18Properly transform sub-viewport input, closes #3580Juan Linietsky1-4/+31
2016-07-18properly fixed notificaitons for theme changed, closes #5774Juan Linietsky3-3/+42
2016-07-18Fix multichar character constant warningRémi Verschelde1-5/+5
2016-07-18Revert "Change default extension to .tscn when import 3d scene"Rémi Verschelde1-1/+3
2016-07-18Fix crash when dropping scene as a sibling of the root nodeFranklin Sobrinho2-15/+14
2016-07-18Script Editor: adding close all docs menu optionSiyuan Gao2-1/+27
2016-07-18Add icon for root node in Create DialogGeorge Marques1-0/+3
2016-07-18Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho2-9/+19