summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-19Merge pull request #13033 from MednauN/masterRémi Verschelde
Add currency code to iOS product details response
2017-11-19Merge pull request #13031 from YeldhamDev/dock_labelRémi Verschelde
Added a label to the Dock Positioner
2017-11-19Merge pull request #13015 from hoelzl/pr-vs-no-progressRémi Verschelde
Suppress progress messages in Visual Studio output pane [ci skip]
2017-11-19Merge pull request #13016 from neikeq/issue-13011Rémi Verschelde
Mono: Fix compiler error with Variant::operator AABB()
2017-11-19Merge pull request #13024 from omar25h/set_current_tab_fixGeorge Marques
fix set_current_tab: Indexp_current=-1 out of size
2017-11-19Merge pull request #12961 from eska014/platform-docRémi Verschelde
Facilitate documenting platform-exclusive classes
2017-11-19Merge pull request #13003 from eska014/drop-asmjsLeon Krause
Drop HTML5 asm.js support
2017-11-19fix set_current_tab: Indexp_current=-1 out of sizeOmar Al Halabi
2017-11-19Merge pull request #12989 from capnm/fix_class_makerstPoommetee Ketson
Fix class docs, improve error handling of the rst generator.
2017-11-19Merge pull request #12999 from Hinsbart/dnd_importPoommetee Ketson
Editor: Drop files to copy them to project.
2017-11-19Add currency code to iOS product details responseEvgeny Zuev
2017-11-19Added a label to the Dock Positioner.Michael Alexsander Silva Dias
2017-11-19Merge pull request #13026 from kbake/line_edit_ignored_expand_to_len_12447Poommetee Ketson
Allow LineEdit's expand_to_len be set via inspector
2017-11-19Merge pull request #13014 from sketchyfun/animation_editor_button_fixPoommetee Ketson
AnimationEditor keys button fix
2017-11-18change expand_to_len property to add on nonzero...also rename tokbake
expand_to_text_length and shift window on expand to see all text
2017-11-18Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry
2017-11-18Suppress progress messages in Visual Studio output paneMatthias Hoelzl
2017-11-18Fixed issue where some of the animation editor buttons were difficult to ↵BenH
click, mainly the add key button. This was due to an error in the offsets
2017-11-18Remove asm.js support from HTML5 platformLeon Krause
Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility.
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause
This makes the interfaces available, without implementation, in other platforms and the editor, which facilitates documenting platform-exclusive classes. Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp. Provide noop method-implementations where necessary. Also setup and document the HTML5 platform's JavaScript singleton.
2017-11-18Merge pull request #12998 from djrm/pr_fixesRémi Verschelde
some fixes
2017-11-18Fix class docs, improve error handling of the rst generator.Martin Capitanio
The rst-generator gives you now a hint what's going on: Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml Contains the results of a single regex match returned by [method RegEx.search] and [method.RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you.
2017-11-17change low cpu delay to 1 usec, should make editor smoother and not really useJuan Linietsky
a lot more cpu. Fixes #11030
2017-11-17Editor: Drop files to copy to project.Andreas Haas
2017-11-17Avoid spamming the console for editor settings initial sets.Daniel J. Ramirez
2017-11-17Merge pull request #12930 from vnen/gdscrit-output-printJuan Linietsky
Make tool scripts print on the editor Output panel
2017-11-17Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde
Rename Rect3 to AABB.
2017-11-17Merge pull request #12924 from vnen/light-shaderJuan Linietsky
Enable light shaders when light variables are used
2017-11-17Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky
Add manual overrides for focus_next and focus_previous
2017-11-17Merge pull request #12980 from Rycerzyk/dithering-11416Juan Linietsky
Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue #11416
2017-11-17Merge pull request #12987 from vnen/plugin-resource-saveJuan Linietsky
Make resources edited by plugins be sent as reference
2017-11-17Rename Rect3 to AABB.Ferenc Arn
Fixes #12973.
2017-11-17Make resources edited by plugins be sent as referenceGeorge Marques
This ensures that a plugin can save a resource using the ResourceSaver.
2017-11-17Merge pull request #12977 from YeldhamDev/create_node_relationshipsRémi Verschelde
Enabling relationship lines in the Scene Tree enables them in the Create New Node dialog as well
2017-11-16Updated some icons.Daniel J. Ramirez
2017-11-17Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, ↵andrzej.buczynski
issue #11416
2017-11-16Add a print handler for the editor output panelGeorge Marques
2017-11-16Add print_error function, akin to print_lineGeorge Marques
2017-11-17Merge pull request #12583 from volzhs/select-multiple-filesRémi Verschelde
Not to be slow when select multiple files
2017-11-17Merge pull request #12606 from rraallvv/window_positionRémi Verschelde
Fix window position on macOS (master)
2017-11-17Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde
Modified code completion for better tabbing with immediate hints.
2017-11-17Merge pull request #12940 from willnationsdev/richtextlabel-docsRémi Verschelde
[DOCS] Adding internal tag stack information and fleshing out descriptions
2017-11-17Merge pull request #12932 from willnationsdev/capitalize-enhancementRémi Verschelde
Fixes a bug where capitalize didn't work with camelCase names
2017-11-17Merge pull request #12870 from Nibodhika/masterRémi Verschelde
Fixing tilemap rotation for non top-left tiles.
2017-11-16Merge pull request #12976 from Paulb23/scene_tree_add_undo_issue_6125Rémi Verschelde
Fixed scene tree updating when undo/redo root node creation, issue 6125
2017-11-16Enabling relationship lines in the Scene Tree enables them in the Create New ↵Michael Alexsander Silva Dias
Node dialog as well.
2017-11-16Fixed scene tree updating when undoing root node creation, issue 6125Paulb23
2017-11-16Merge pull request #12974 from karroffel/gdnative-wrapper-fixRémi Verschelde
[GDNative] fix wrapper code generation
2017-11-16Merge pull request #12971 from Chaosus/saveandrunscenefixRémi Verschelde
Fix current scene run when scene saved
2017-11-16Merge pull request #12969 from akien-mga/refactor-gd-prefixRémi Verschelde
GDScript: Refactor "GD" class prefix to "GDScript"