summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRémi Verschelde
Travis always has massive backlog of macOS builds, so we can't rely on them too much. The iphone build was mostly useful to spot tools=no or target=release_debug issues, so replacing it by an appropriate X11 build.
2017-10-27Merge pull request #12435 from scayze/gl_frot_faceRémi Verschelde
Fix shader compiler typo 'gl_FrotFace'
2017-10-27Fix shader compiler typo gl_FrotFaceScayze
2017-10-27Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde
Fix editor action button layout
2017-10-27Fix editor action button layoutJake Larson
2017-10-27Merge pull request #12386 from zedutchgandalf/popup-text-marginsRémi Verschelde
Fix text margins in property editor pop-up.
2017-10-27Merge pull request #12408 from sheepandshepherd/pm_languageRémi Verschelde
Add language option button to project manager
2017-10-27Merge pull request #12426 from MattUV/node2d-correctionNathan Lovato
[DOCS] Corrected some typing mistakes on Node2D.xml
2017-10-27[DOCS] Corrected some typing mistakes on Node2D.xmlMattUV
2017-10-27Merge pull request #12339 from Ertain/masterRémi Verschelde
Added descriptions for some methods.
2017-10-26Sound support for Javascript (untested).Juan Linietsky
2017-10-26Merge pull request #12422 from eska014/httpclient-apiRémi Verschelde
Remove HTTPClient::send_body_text and ::send_body_data
2017-10-26Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_initRémi Verschelde
Revert "In editor, instance DirectionalLight with an initial orientation"
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
2017-10-26Add language option button to project managersheepandshepherd
Closes #4901
2017-10-26Merge pull request #12413 from Adinimys/masterRémi Verschelde
Fixes infinite loop in NavPolygonInstance warnings
2017-10-26Fixes infinite loop in NavPolygonInstance warningsCédric Fuchs
2017-10-26Added description for camera2D missing membersHenrique Campos
Also fixed typo in AudioEffectFilter. [ci skip]
2017-10-26Merge pull request #12405 from Jerome67000/clean_getnodetypeRémi Verschelde
Removes Script::get_node_type() [ci skip]
2017-10-25Merge pull request #12407 from przmkg/masterRémi Verschelde
Fix default C# script
2017-10-25Fix default C# scriptPrzmk
2017-10-25Merge pull request #12406 from kubecz3k/distance-typoRémi Verschelde
fix a 'proximity_fade_distacne' typo in material [ci skip]
2017-10-25fix a 'proximity_fade_distacne' typo in materialJakub Grzesik
2017-10-25Added descriptions to RichTextLabelJason Anderson
2017-10-25Removes Script::get_node_type()Jerome67000
used before GDScript, with squirrel apparently
2017-10-25Merge pull request #12375 from NathanWarden/cubemap_docsChris Bradfield
[DOCS] CubeMap
2017-10-25Fix text margins in value editor pop-up.Robin Arys
2017-10-25Merge pull request #12383 from AntiSC2/masterGilles Roudiere
Fix margin with tree drawing
2017-10-25Merge pull request #12394 from sheepandshepherd/locale_nameRémi Verschelde
Add a function to get the full name of a locale [ci skip]
2017-10-25Add a function to get the full name of a localesheepandshepherd
2017-10-24[DOCS] CubeMapNathan Warden
2017-10-24Fix margin with tree drawingJakob Sinclair
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-24classref: Sync with current sourceRémi Verschelde
[ci skip]
2017-10-24Merge pull request #12365 from neikeq/pRémi Verschelde
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
2017-10-24Merge pull request #12378 from volzhs/fix-examplecode-editorimportpluginRémi Verschelde
Fix example code for EditorImportPlugin [ci skip]
2017-10-24Merge pull request #12377 from Cradmon/quickFixRémi Verschelde
Small fix in core/set.h and similar fix in core/map.h
2017-10-25Fix example code for EditorImportPluginvolzhs
2017-10-24Small fix in core/set.h and similar fix in core/map.hCradmon
2017-10-24Merge pull request #12376 from neikeq/qIgnacio Etcheverry
Exit after generating mono glue
2017-10-24Exit after generating mono glueIgnacio Etcheverry
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
2017-10-24Merge pull request #12370 from jagt/fix-match-crash-in-editorThomas Herzog
Fix editor crash when missing variable in pattern match dispatch.
2017-10-24Merge pull request #12340 from homer666/orbit-inertia-toned-downRémi Verschelde
Reduce default orbit inertia value [ci skip]
2017-10-24Merge pull request #12372 from ISylvox/patch9rect-to-ninepatchrectRémi Verschelde
Finish Transition of Patch9Rect to NinePatchRect [ci skip]
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-24Merge pull request #12186 from ↵Rémi Verschelde
DmitriySalnikov/ability_to_filter_locales_in_remaps_tab Added the ability to filter the list of locales in the Remap tab.
2017-10-24fix editor crash when missing variable in pattern match dispatchjagt
2017-10-24Merge pull request #12364 from neikeq/oIgnacio Etcheverry
Mono: Fix and cleanup build start errors
2017-10-24Mono: Fix and cleanup build start errorsIgnacio Etcheverry
2017-10-24Added the ability to filter the list of locales in the Remap tab.DimOkGamer