aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-19BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry1-0/+1
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry1-0/+7
2016-03-18Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions1-1/+8
2016-03-18Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov1-0/+9
2016-03-18Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions1-1/+1
2016-03-18Option to toggle tab drawingPaulb232-1/+3
2016-03-18Rename path to pathssanikoyes2-4/+4
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen1-1/+9
2016-03-17Fixed highlighting when word occurs as substring firstPaulb231-8/+14
2016-03-17Fixed highliting with shift and mousePaulb231-5/+2
2016-03-16Add function to convert Date time from a dictionary to EpochKyle Luce4-29/+189
2016-03-17Allow select multiple files in ResourcePreloaderEditorsanikoyes2-28/+32
2016-03-16Highlight all occurrences of selected wordPaulb234-0/+65
2016-03-15Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho3-3/+7
2016-03-15Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho1-2/+3
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2-0/+11
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry1-80/+46
2016-03-14Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho1-9/+3
2016-03-14Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2-17/+17
2016-03-14Automatically create input node when creating a ShaderGraphFranklin Sobrinho1-5/+13
2016-03-14Fix crash when importing sub-scenesFranklin Sobrinho1-1/+1
2016-03-14Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho2-66/+38
2016-03-14Tilemap Editor: Bucket fillFranklin Sobrinho2-18/+136
2016-03-14Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho2-104/+115
2016-03-14Tilemap Editor: Line drawing and erasingFranklin Sobrinho2-9/+133
2016-03-14Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho2-412/+620
2016-03-14Added configuable tab sizePaulb234-1/+13
2016-03-14(editor)filedialog mode open anyAlexander Holland4-14/+18
2016-03-13Correct spot light size conversion in Blender exporter.Brandon DeRosier1-1/+1
2016-03-13Fixes the month consistency issue in enums and get_date etcKyle Luce7-18/+45
2016-03-13Undo and redo commands on text editor now affect internal version which fixes...Saracen2-6/+19
2016-03-13Add icon region support for ItemListFranklin Sobrinho2-7/+56
2016-03-12Remove undefined bindsRémi Verschelde1-2/+0
2016-03-12Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ...Saracen4-8/+19
2016-03-12Borderless window support for the Win32 build. Default window position is now...Saracen6-3/+36
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky32-142/+6011
2016-03-12-more progress to asset sharing client, but still disabled by defaultJuan Linietsky2-3/+93
2016-03-11Fix link error when disable_3d=yessanikoyes1-1/+2
2016-03-11TileSet Export: Avoid invalid error when merge is enabled but file does not e...Ignacio Etcheverry1-14/+11
2016-03-10Fix a crash when running a game with Controls with a tools buildBojidar Marinov1-1/+6
2016-03-09Add option to keep margins when changing anchors, closes #3979Bojidar Marinov3-13/+32
2016-03-09Fix crash when resizing ConcavePolygonShape2D segmentsIgnacio Etcheverry1-8/+12
2016-03-09TimeScale node: return +inf remaining for 0 scale.Josh Grams1-1/+4
2016-03-09fix six possible "divide by zero"Hubert Jarosz6-15/+23
2016-03-09fix two reading uninitialized pointersHubert Jarosz2-2/+2
2016-03-09fix possible crash in tools/editor/editor_import_export.cppHubert Jarosz1-2/+1
2016-03-09fix possible crash in tools/editor/spatial_editor_gizmos.cppHubert Jarosz2-3/+2
2016-03-09fix possible crash in platform/x11/joystick_linux.cppHubert Jarosz1-0/+6
2016-03-09remove trailing whitespaceHubert Jarosz386-7660/+7660
2016-03-08AnimationTreePlayer: distinguish value tracks.Josh Grams1-2/+3