Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | |
2017-10-23 | Merge pull request #12183 from marcelofg55/err_index | Rémi Verschelde | |
Improved *_FAIL_INDEX error macros to print the index/size | |||
2017-10-23 | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | |
Added setting to toggle current line highlighting | |||
2017-10-23 | Merge pull request #12360 from volzhs/ttr-format | Rémi Verschelde | |
Fix warning message format for addon plugin [ci skip] | |||
2017-10-23 | Merge pull request #12316 from mrezai/fix-disable-3d | Rémi Verschelde | |
Fix disable_3d=yes compile errors | |||
2017-10-23 | Merge pull request #12320 from mhilbrunner/issue-11994 | Rémi Verschelde | |
Add _process(delta) to new script templates. Closes #11994. | |||
2017-10-23 | Merge pull request #12334 from Zylann/tilemap_bresenham_paint | Rémi Verschelde | |
Use bresenham line in freehand tilemap painting to fill discontinuities | |||
2017-10-23 | Merge pull request #12330 from Jerome67000/docs_basebutton | Rémi Verschelde | |
[DOCS] BaseButton [ci skip] | |||
2017-10-23 | Merge pull request #12341 from jagt/move-button-joy-enums | Rémi Verschelde | |
Move BUTTON and JOY constants to enums | |||
2017-10-24 | Fix warning message format for addon plugin | volzhs | |
2017-10-23 | Merge pull request #12345 from Noshyaar/perf | Rémi Verschelde | |
Monitor: add checkbox to monitor list [ci skip] | |||
2017-10-24 | Monitor: add checkbox to monitor list | Poommetee Ketson | |
so that users don't have to hold CTRL to select multiple entries. | |||
2017-10-23 | Merge pull request #12343 from djrm/pr_improve_monitors | Rémi Verschelde | |
Improved monitors units and colors. | |||
2017-10-23 | Merge pull request #12355 from marcelofg55/osx_vsync3 | Rémi Verschelde | |
Implemented vsync OS functions for OS X [ci skip] | |||
2017-10-23 | Implemented vsync OS functions for OS X | Marcelo Fernandez | |
2017-10-23 | Merge pull request #12350 from kubecz3k/ray-mask-bit | Rémi Verschelde | |
missing set/get_collision_mask_bit() for RayCast [ci skip] | |||
2017-10-23 | missing set/get_collision_mask_bit() for RayCast | Jakub Grzesik | |
in the same fastion how it's implemented in Area or Bodies |