aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-24Added high resolution icons for the Gizmos, fixes #1638Daniel J. Ramirez37-158/+141
2016-06-24changed way to return referenceJuan Linietsky1-2/+2
2016-06-24Improve parallax mirroring algorithmPedro J. Estébanez1-14/+4
2016-06-25Remove duplicated aidl for androidvolzhs1-144/+0
2016-06-24Add "bool" to GDScript reserverd keywordsAndreas Haas1-0/+1
2016-06-24Fix bug in String==StrRange comparisonGeorge Marques1-5/+2
2016-06-24Exposed code completion colors to the text edit themePaulb231-0/+3
2016-06-24Properly report a valid error instead of reporting as a bug, closes #3841Juan Linietsky1-2/+2
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry2-0/+15
2016-06-24Fix network IP setting changevolzhs1-1/+1
2016-06-23Make button aware of it being dragged and reset state, closes #4178Juan Linietsky2-1/+10
2016-06-23Add docs for String and CanvasItemGeorge Marques1-20/+58
2016-06-23Rename CanvasItem.edit_get() to edit_get_state()George Marques1-1/+1
2016-06-23Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky1-2/+2
2016-06-23Add sha256_buffer() function to StringGeorge Marques3-0/+20
2016-06-23png: Do not output warnings as errorsRémi Verschelde1-1/+1
2016-06-23Fix typo to PTRCALL_ENABLED from previous commitRémi Verschelde1-15/+8
2016-06-23added "arch" parameter, made iphone use it to build isimAriel Manzur2-6/+17
2016-06-23iOS simulator: merge into iphone detect.pyRémi Verschelde3-155/+31
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky22-23/+517
2016-06-23Make editor compatible with Windows high contrast themesPedro J. Estébanez2-0/+27
2016-06-22Fixed iCCp chunk in pngsJ08nY151-105/+105
2016-06-22libpng: New version 1.6.27J08nY26-8469/+15338
2016-06-22Fixed save as not working with scriptsPaulb231-0/+1
2016-06-22Added alert() functionality for OS XKeyaku2-0/+18
2016-06-22fix android resource localevolzhs2-0/+0
2016-06-22Added setting to toggle line edit caret blinkPaulb232-1/+26
2016-06-22Line edit caret no longer draws on focus lossPaulb232-0/+20
2016-06-22Added caret blink documentationPaulb231-0/+28
2016-06-22Added caret blink to line editPaulb232-5/+73
2016-06-22Classref: added for new *Array bindingsJ08nY1-0/+223
2016-06-22*Array: added bindings for other DVector methodsJ08nY1-7/+42
2016-06-21Fixed error using the same atlas rect for all images, closes #4139Juan Linietsky3-2/+17
2016-06-21Better support in ScriptLanguage for GC based scriptsJuan Linietsky2-2/+15
2016-06-22classref: Fix UTF-8 parsing in makerstRémi Verschelde1-2/+3
2016-06-21Expose missing Quaternion operators.Andreas Haas1-3/+12
2016-06-21Sync classes.xml with the new sortingGeorge Marques1-15476/+15546
2016-06-21Fix classes.xml sortingGeorge Marques2-0/+29
2016-06-21Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov1-3/+2
2016-06-21Added code completion existing color settingPaulb236-4/+7
2016-06-21Added code completion selected color settingPaulb236-9/+7
2016-06-21Added code completion background color settingPaulb235-1/+9
2016-06-21Set default duration parameter of joystick vibration to 0.Andreas Haas3-3/+3
2016-06-21Fix File.get_as_text() to return the whole fileGeorge Marques1-0/+7
2016-06-21Add classref for File classGeorge Marques1-2/+66
2016-06-21Fix project manager category list, small enchancements as wellBojidar Marinov2-3/+22
2016-06-21Ability to premultiply alpha on font import, fixes #5231Juan Linietsky1-0/+26
2016-06-21Add support levels to searchBojidar Marinov2-1/+27
2016-06-21Check hashes when downloading assetsBojidar Marinov2-10/+18
2016-06-21Animation: Fix property loop_interpolationJ08nY1-3/+4