Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | Merge pull request #13044 from eska014/enginejs | Rémi Verschelde | |
Change HTML5 start-up API | |||
2017-11-19 | Merge pull request #13043 from volzhs/post-import | Rémi Verschelde | |
Restore post_import function | |||
2017-11-19 | Merge pull request #13040 from RandomShaper/fix-signals-dup | Rémi Verschelde | |
Fix duplication of signals | |||
2017-11-19 | Merge pull request #13039 from sketchyfun/animation_key_selection_fix | Rémi Verschelde | |
Fixed issues with clicking animation keys that are on frame 0 | |||
2017-11-20 | Merge pull request #12955 from groud/editor_canvas_item_api_rework | Poommetee Ketson | |
Editor canvas item api rework | |||
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 | Restore post_import function | volzhs | |
2017-11-19 | Change HTML5 start-up API | Leon Krause | |
Rename engine.start() to startGame(), new start() takes string arguments handed directly to main(). Rename Engine.loadEngine() to load(). Add setLocale(), setResizeCanvasOnStart(), setExecutableName() and preloadFile(). | |||
2017-11-19 | Merge pull request #13003 from eska014/drop-asmjs | Leon Krause | |
Drop HTML5 asm.js support | |||
2017-11-19 | Fix duplication of signals | Pedro J. Estébanez | |
- Partially revert 6496b53549aca7b1be57c3be55815f32a4842201, adding a comment about why duplications of signals must happen as a second phase. - Add fallback logic for connections to nodes not in the duplicated hierarchy. - Remove redundant call to `Node::_duplicate_signals()`. Fixes #12951. | |||
2017-11-19 | Fixed issue with animation keys that are on frame 0 being difficult to click | BenH | |
2017-11-19 | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere | |
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) |