Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-27 | Travis: Simplify matrix, disable iphone and add X11 tools=no/clang | Ré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-27 | Merge pull request #12435 from scayze/gl_frot_face | Rémi Verschelde | |
Fix shader compiler typo 'gl_FrotFace' | |||
2017-10-27 | Fix shader compiler typo gl_FrotFace | Scayze | |
2017-10-27 | Merge pull request #12432 from larsonjj/fix/property_editor_action_buttons | Rémi Verschelde | |
Fix editor action button layout | |||
2017-10-27 | Fix editor action button layout | Jake Larson | |
2017-10-27 | Merge pull request #12386 from zedutchgandalf/popup-text-margins | Rémi Verschelde | |
Fix text margins in property editor pop-up. | |||
2017-10-27 | Merge pull request #12408 from sheepandshepherd/pm_language | Rémi Verschelde | |
Add language option button to project manager | |||
2017-10-27 | Merge pull request #12426 from MattUV/node2d-correction | Nathan Lovato | |
[DOCS] Corrected some typing mistakes on Node2D.xml | |||
2017-10-27 | [DOCS] Corrected some typing mistakes on Node2D.xml | MattUV | |
2017-10-27 | Merge pull request #12339 from Ertain/master | Rémi Verschelde | |
Added descriptions for some methods. | |||
2017-10-26 | Sound support for Javascript (untested). | Juan Linietsky | |
2017-10-26 | Merge pull request #12422 from eska014/httpclient-api | Rémi Verschelde | |
Remove HTTPClient::send_body_text and ::send_body_data | |||
2017-10-26 | Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_init | Rémi Verschelde | |
Revert "In editor, instance DirectionalLight with an initial orientation" | |||
2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | |
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | |||
2017-10-26 | Add language option button to project manager | sheepandshepherd | |
Closes #4901 | |||
2017-10-26 | Merge pull request #12413 from Adinimys/master | Rémi Verschelde | |
Fixes infinite loop in NavPolygonInstance warnings | |||
2017-10-26 | Fixes infinite loop in NavPolygonInstance warnings | Cédric Fuchs | |
2017-10-26 | Added description for camera2D missing members | Henrique Campos | |
Also fixed typo in AudioEffectFilter. [ci skip] | |||
2017-10-26 | Merge pull request #12405 from Jerome67000/clean_getnodetype | Rémi Verschelde | |
Removes Script::get_node_type() [ci skip] | |||
2017-10-25 | Merge pull request #12407 from przmkg/master | Rémi Verschelde | |
Fix default C# script | |||
2017-10-25 | Fix default C# script | Przmk | |
2017-10-25 | Merge pull request #12406 from kubecz3k/distance-typo | Rémi Verschelde | |
fix a 'proximity_fade_distacne' typo in material [ci skip] | |||
2017-10-25 | fix a 'proximity_fade_distacne' typo in material | Jakub Grzesik | |
2017-10-25 | Added descriptions to RichTextLabel | Jason Anderson | |
2017-10-25 | Removes Script::get_node_type() | Jerome67000 | |
used before GDScript, with squirrel apparently | |||
2017-10-25 | Merge pull request #12375 from NathanWarden/cubemap_docs | Chris Bradfield | |
[DOCS] CubeMap | |||
2017-10-25 | Fix text margins in value editor pop-up. | Robin Arys | |
2017-10-25 | Merge pull request #12383 from AntiSC2/master | Gilles Roudiere | |
Fix margin with tree drawing | |||
2017-10-25 | Merge pull request #12394 from sheepandshepherd/locale_name | Rémi Verschelde | |
Add a function to get the full name of a locale [ci skip] | |||
2017-10-25 | Add a function to get the full name of a locale | sheepandshepherd | |
2017-10-24 | [DOCS] CubeMap | Nathan Warden | |
2017-10-24 | Fix margin with tree drawing | Jakob Sinclair | |
Fixes @akien-mga point brought up in #12352 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-24 | classref: Sync with current source | Rémi Verschelde | |
[ci skip] | |||
2017-10-24 | Merge pull request #12365 from neikeq/p | Rémi Verschelde | |
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||
2017-10-24 | Merge pull request #12378 from volzhs/fix-examplecode-editorimportplugin | Rémi Verschelde | |
Fix example code for EditorImportPlugin [ci skip] | |||
2017-10-24 | Merge pull request #12377 from Cradmon/quickFix | Rémi Verschelde | |
Small fix in core/set.h and similar fix in core/map.h | |||
2017-10-25 | Fix example code for EditorImportPlugin | volzhs | |
2017-10-24 | Small fix in core/set.h and similar fix in core/map.h | Cradmon | |
2017-10-24 | Merge pull request #12376 from neikeq/q | Ignacio Etcheverry | |
Exit after generating mono glue | |||
2017-10-24 | Exit after generating mono glue | Ignacio Etcheverry | |
2017-10-24 | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio 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-24 | Merge pull request #12370 from jagt/fix-match-crash-in-editor | Thomas Herzog | |
Fix editor crash when missing variable in pattern match dispatch. | |||
2017-10-24 | Merge pull request #12340 from homer666/orbit-inertia-toned-down | Rémi Verschelde | |
Reduce default orbit inertia value [ci skip] | |||
2017-10-24 | Merge pull request #12372 from ISylvox/patch9rect-to-ninepatchrect | Rémi Verschelde | |
Finish Transition of Patch9Rect to NinePatchRect [ci skip] | |||
2017-10-24 | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | |
2017-10-24 | Merge 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-24 | fix editor crash when missing variable in pattern match dispatch | jagt | |
2017-10-24 | Merge pull request #12364 from neikeq/o | Ignacio Etcheverry | |
Mono: Fix and cleanup build start errors | |||
2017-10-24 | Mono: Fix and cleanup build start errors | Ignacio Etcheverry | |
2017-10-24 | Added the ability to filter the list of locales in the Remap tab. | DimOkGamer | |