Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | Merge pull request #13033 from MednauN/master | Rémi Verschelde | |
Add currency code to iOS product details response | |||
2017-11-19 | Merge pull request #13031 from YeldhamDev/dock_label | Rémi Verschelde | |
Added a label to the Dock Positioner | |||
2017-11-19 | Merge pull request #13015 from hoelzl/pr-vs-no-progress | Rémi Verschelde | |
Suppress progress messages in Visual Studio output pane [ci skip] | |||
2017-11-19 | Merge pull request #13016 from neikeq/issue-13011 | Rémi Verschelde | |
Mono: Fix compiler error with Variant::operator AABB() | |||
2017-11-19 | Merge pull request #13024 from omar25h/set_current_tab_fix | George Marques | |
fix set_current_tab: Indexp_current=-1 out of size | |||
2017-11-19 | Merge pull request #12961 from eska014/platform-doc | Rémi Verschelde | |
Facilitate documenting platform-exclusive classes | |||
2017-11-19 | Merge pull request #13003 from eska014/drop-asmjs | Leon Krause | |
Drop HTML5 asm.js support | |||
2017-11-19 | fix set_current_tab: Indexp_current=-1 out of size | Omar Al Halabi | |
2017-11-19 | Merge pull request #12989 from capnm/fix_class_makerst | Poommetee Ketson | |
Fix class docs, improve error handling of the rst generator. | |||
2017-11-19 | Merge pull request #12999 from Hinsbart/dnd_import | Poommetee Ketson | |
Editor: Drop files to copy them to project. | |||
2017-11-19 | Add currency code to iOS product details response | Evgeny Zuev | |
2017-11-19 | Added a label to the Dock Positioner. | Michael Alexsander Silva Dias | |
2017-11-19 | Merge pull request #13026 from kbake/line_edit_ignored_expand_to_len_12447 | Poommetee Ketson | |
Allow LineEdit's expand_to_len be set via inspector | |||
2017-11-19 | Merge pull request #13014 from sketchyfun/animation_editor_button_fix | Poommetee Ketson | |
AnimationEditor keys button fix | |||
2017-11-18 | change expand_to_len property to add on nonzero...also rename to | kbake | |
expand_to_text_length and shift window on expand to see all text | |||
2017-11-18 | Mono: Fix compiler error with Variant::operator AABB() | Ignacio Etcheverry | |
2017-11-18 | Suppress progress messages in Visual Studio output pane | Matthias Hoelzl | |
2017-11-18 | Fixed 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-18 | Remove asm.js support from HTML5 platform | Leon Krause | |
Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility. | |||
2017-11-18 | Facilitate exposing platform-exclusive interfaces to all platforms | Leon 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-18 | Merge pull request #12998 from djrm/pr_fixes | Rémi Verschelde | |
some fixes | |||
2017-11-18 | Fix 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-17 | change low cpu delay to 1 usec, should make editor smoother and not really use | Juan Linietsky | |
a lot more cpu. Fixes #11030 | |||
2017-11-17 | Editor: Drop files to copy to project. | Andreas Haas | |
2017-11-17 | Avoid spamming the console for editor settings initial sets. | Daniel J. Ramirez | |
2017-11-17 | Merge pull request #12930 from vnen/gdscrit-output-print | Juan Linietsky | |
Make tool scripts print on the editor Output panel | |||
2017-11-17 | Merge pull request #12982 from tagcup/aabb_rename | Rémi Verschelde | |
Rename Rect3 to AABB. | |||
2017-11-17 | Merge pull request #12924 from vnen/light-shader | Juan Linietsky | |
Enable light shaders when light variables are used | |||
2017-11-17 | Merge pull request #12962 from SaracenOne/gui_focus_next_prev | Juan Linietsky | |
Add manual overrides for focus_next and focus_previous | |||
2017-11-17 | Merge pull request #12980 from Rycerzyk/dithering-11416 | Juan Linietsky | |
Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue #11416 | |||
2017-11-17 | Merge pull request #12987 from vnen/plugin-resource-save | Juan Linietsky | |
Make resources edited by plugins be sent as reference | |||
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-17 | Make resources edited by plugins be sent as reference | George Marques | |
This ensures that a plugin can save a resource using the ResourceSaver. | |||
2017-11-17 | Merge pull request #12977 from YeldhamDev/create_node_relationships | Rémi Verschelde | |
Enabling relationship lines in the Scene Tree enables them in the Create New Node dialog as well | |||
2017-11-16 | Updated some icons. | Daniel J. Ramirez | |
2017-11-17 | Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, ↵ | andrzej.buczynski | |
issue #11416 | |||
2017-11-16 | Add a print handler for the editor output panel | George Marques | |
2017-11-16 | Add print_error function, akin to print_line | George Marques | |
2017-11-17 | Merge pull request #12583 from volzhs/select-multiple-files | Rémi Verschelde | |
Not to be slow when select multiple files | |||
2017-11-17 | Merge pull request #12606 from rraallvv/window_position | Rémi Verschelde | |
Fix window position on macOS (master) | |||
2017-11-17 | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | |
Modified code completion for better tabbing with immediate hints. | |||
2017-11-17 | Merge pull request #12940 from willnationsdev/richtextlabel-docs | Rémi Verschelde | |
[DOCS] Adding internal tag stack information and fleshing out descriptions | |||
2017-11-17 | Merge pull request #12932 from willnationsdev/capitalize-enhancement | Rémi Verschelde | |
Fixes a bug where capitalize didn't work with camelCase names | |||
2017-11-17 | Merge pull request #12870 from Nibodhika/master | Rémi Verschelde | |
Fixing tilemap rotation for non top-left tiles. | |||
2017-11-16 | Merge pull request #12976 from Paulb23/scene_tree_add_undo_issue_6125 | Rémi Verschelde | |
Fixed scene tree updating when undo/redo root node creation, issue 6125 | |||
2017-11-16 | Enabling relationship lines in the Scene Tree enables them in the Create New ↵ | Michael Alexsander Silva Dias | |
Node dialog as well. | |||
2017-11-16 | Fixed scene tree updating when undoing root node creation, issue 6125 | Paulb23 | |
2017-11-16 | Merge pull request #12974 from karroffel/gdnative-wrapper-fix | Rémi Verschelde | |
[GDNative] fix wrapper code generation | |||
2017-11-16 | Merge pull request #12971 from Chaosus/saveandrunscenefix | Rémi Verschelde | |
Fix current scene run when scene saved | |||
2017-11-16 | Merge pull request #12969 from akien-mga/refactor-gd-prefix | Rémi Verschelde | |
GDScript: Refactor "GD" class prefix to "GDScript" |