summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-15Modifies indentation behavioursMattUV
Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor.
2017-12-14Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde
This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602.
2017-12-13Merge pull request #14638 from mhilbrunner/patch-7Rémi Verschelde
[DOCS] JSON: Small fixes
2017-12-13Merge pull request #14633 from poke1024/fix-richtextlabel-crashRémi Verschelde
Fix crash (and bug) in RichTextLabel
2017-12-13[DOCS] JSON: Small fixesMax Hilbrunner
2017-12-13Fix crash (and bug) in RichTextLabelpoke1024
2017-12-13Merge pull request #14626 from Hinsbart/module_envRémi Verschelde
Scons: Build modules in seperate env.
2017-12-13TileMapEditor: Fix tile placement.Andreas Haas
Fixes #14625
2017-12-13Scons: Build modules in seperate env.Andreas Haas
2017-12-13Merge pull request #14499 from akien-mga/glsl-bone-typeRémi Verschelde
Fix usage of signed type in skeleton shader
2017-12-13Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde
Don't pass -std=gnu++11 to MSVC
2017-12-13Merge pull request #14591 from mhilbrunner/patch-6Rémi Verschelde
Small fix in stream_peer_openssl: missing break, formatting
2017-12-13Merge pull request #14593 from Hinsbart/mono_envRémi Verschelde
Mono: Build in cloned env.
2017-12-13Merge pull request #14596 from Noshyaar/prRémi Verschelde
Enhance undoredo action name, TTR, cleanup
2017-12-13Merge pull request #14603 from YeldhamDev/tileset_buttonNoshyaar
Fixed Tileset editor button having the wrong text and not being translatable
2017-12-12Fixed Tileset editor button having the wrong text and not being translatable.Michael Alexsander Silva Dias
2017-12-12Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl
2017-12-12Merge pull request #14595 from hpvb/fix-mingw-buildRémi Verschelde
Fix mingw build for thekla_atlas
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam
2017-12-12Enhance undoredo action name, TTR, cleanupPoommetee Ketson
2017-12-12Mono: Build in cloned env.Andreas Haas
Use a cloned env, so that toggling glue_enabled doesn't force a full rebuild as mentioned in #14584.
2017-12-12stream_peer_openssl: add missing break & formatMax Hilbrunner
2017-12-12Merge pull request #14530 from mhilbrunner/add-httpNoshyaar
HTTPClient: Add PATCH method and missing HTTP status codes
2017-12-12Merge pull request #14474 from toger5/fixSliderNanNoshyaar
added missing NaN check fixes: #13255
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-12-12Merge pull request #14581 from Noshyaar/prRémi Verschelde
Change statable to multistate, remove extra separator
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-12Merge pull request #14549 from RayKoopa/highlight_settings_categoriesRémi Verschelde
Highlight Editor Settings categories
2017-12-12Merge pull request #14565 from bruvzg/mingw-specific-binutilsRémi Verschelde
Use MinGW specific binutils for debug symbols separation.
2017-12-12Merge pull request #14555 from bojidar-bg/14324-nested-ternaryRémi Verschelde
Properly support nested ternary expressions
2017-12-12Merge pull request #14561 from volzhs/libwebp-0.6.1Rémi Verschelde
Update libwebp to 0.6.1
2017-12-12Merge pull request #14566 from cbscribe/kcc_node_docsRémi Verschelde
[DOC] Update Node class ref
2017-12-11[DOC] Update Node class refChris Bradfield
2017-12-12Update libwebp to 0.6.1volzhs
* lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes
2017-12-11Use MinGW specific binutils for debug symbols separationbruvzg
2017-12-11Properly support nested ternary expressionsBojidar Marinov
Fixes 14324.
2017-12-11Highlight Editor Settings categoriesRay Koopa
2017-12-11Merge pull request #14548 from volzhs/fix-out-of-sizeRémi Verschelde
Fix Index p_current=0 error at starting editor
2017-12-11Fix Index p_current=0 error at starting editorvolzhs
2017-12-11Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde
Fixed bullet scale on get_transform and joints
2017-12-11doc: Sync classref with current sourceRémi Verschelde
2017-12-11Merge pull request #14534 from AndreaCatania/patch-2Rémi Verschelde
Fixed bad bindings
2017-12-11Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde
Fix align=center info is not saved with CheckBox & CheckButton
2017-12-11Merge pull request #14541 from volzhs/fix-checkbuttonRémi Verschelde
Fix CheckButton & CheckBox minimum size
2017-12-11Fix align=center info is not saved with CheckBox & CheckButtonvolzhs
2017-12-11Merge pull request #14533 from Krakean/addrootifnone_fixRémi Verschelde
Fix to #14503
2017-12-11Fix CheckBox minimum sizevolzhs
2017-12-11Fix CheckButton minimum sizevolzhs
2017-12-11Fixed bad bindingsAndreaCatania
2017-12-11Fixed #14503Dmitry Koteroff