aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-1812-35/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13003 from eska014/drop-asmjsLeon Krause2017-11-197-148/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Drop HTML5 asm.js support
| * | | | | | | | | | | | | | | | | | | | | | | | Remove asm.js support from HTML5 platformLeon Krause2017-11-187-148/+25
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility.
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12989 from capnm/fix_class_makerstPoommetee Ketson2017-11-192-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix class docs, improve error handling of the rst generator.
| * | | | | | | | | | | | | | | | | | | | | | | | Fix class docs, improve error handling of the rst generator.Martin Capitanio2017-11-182-4/+8
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12999 from Hinsbart/dnd_importPoommetee Ketson2017-11-191-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Editor: Drop files to copy them to project.
| * | | | | | | | | | | | | | | | | | | | | | | Editor: Drop files to copy to project.Andreas Haas2017-11-171-5/+12
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13026 from kbake/line_edit_ignored_expand_to_len_12447Poommetee Ketson2017-11-191-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow LineEdit's expand_to_len be set via inspector
| * | | | | | | | | | | | | | | | | | | | | | | change expand_to_len property to add on nonzero...also rename tokbake2017-11-181-1/+2
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expand_to_text_length and shift window on expand to see all text
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #13014 from sketchyfun/animation_editor_button_fixPoommetee Ketson2017-11-191-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | AnimationEditor keys button fix
| * | | | | | | | | | | | | | | | | | | | | | Fixed issue where some of the animation editor buttons were difficult to ↵BenH2017-11-181-6/+5
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | click, mainly the add key button. This was due to an error in the offsets
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12998 from djrm/pr_fixesRémi Verschelde2017-11-183-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | some fixes
| * | | | | | | | | | | | | | | | | | | | | Avoid spamming the console for editor settings initial sets.Daniel J. Ramirez2017-11-171-1/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Updated some icons.Daniel J. Ramirez2017-11-162-5/+2
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | change low cpu delay to 1 usec, should make editor smoother and not really useJuan Linietsky2017-11-171-1/+2
| |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a lot more cpu. Fixes #11030
* | | | | | | | | | | | | | | | | | | | Merge pull request #12930 from vnen/gdscrit-output-printJuan Linietsky2017-11-178-6/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make tool scripts print on the editor Output panel
| * | | | | | | | | | | | | | | | | | | | Add a print handler for the editor output panelGeorge Marques2017-11-162-0/+14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add print_error function, akin to print_lineGeorge Marques2017-11-166-6/+25
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde2017-11-17138-1194/+1203
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Rect3 to AABB.
| * | | | | | | | | | | | | | | | | | | | Rename Rect3 to AABB.Ferenc Arn2017-11-17138-1194/+1203
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12973.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12924 from vnen/light-shaderJuan Linietsky2017-11-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable light shaders when light variables are used
| * | | | | | | | | | | | | | | | | | | | Enable light shaders when light variables are usedGeorge Marques2017-11-141-0/+4
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12962 from SaracenOne/gui_focus_next_prevJuan Linietsky2017-11-173-3/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add manual overrides for focus_next and focus_previous
| * | | | | | | | | | | | | | | | | | | | | Add manual overrides for focus_next and focus_previous on controls similar ↵Saracen2017-11-163-3/+108
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to what can already be done with focus neighbours.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12980 from Rycerzyk/dithering-11416Juan Linietsky2017-11-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue #11416
| * | | | | | | | | | | | | | | | | | | | | Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, ↵andrzej.buczynski2017-11-171-0/+1
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue #11416
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12987 from vnen/plugin-resource-saveJuan Linietsky2017-11-171-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Make resources edited by plugins be sent as reference
| * | | | | | | | | | | | | | | | | | | | Make resources edited by plugins be sent as referenceGeorge Marques2017-11-171-1/+5
|/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that a plugin can save a resource using the ResourceSaver.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12977 from YeldhamDev/create_node_relationshipsRémi Verschelde2017-11-171-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Enabling relationship lines in the Scene Tree enables them in the Create New Node dialog as well
| * | | | | | | | | | | | | | | | | | | Enabling relationship lines in the Scene Tree enables them in the Create New ↵Michael Alexsander Silva Dias2017-11-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Node dialog as well.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12583 from volzhs/select-multiple-filesRémi Verschelde2017-11-172-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not to be slow when select multiple files
| * | | | | | | | | | | | | | | | | | | | Not to be slow when select multiple filesvolzhs2017-11-022-1/+17
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12606 from rraallvv/window_positionRémi Verschelde2017-11-172-13/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix window position on macOS (master)
| * | | | | | | | | | | | | | | | | | | | | fix window position computation on macOSRhody Lugo2017-11-142-13/+85
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde2017-11-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified code completion for better tabbing with immediate hints.
| * | | | | | | | | | | | | | | | | | | | | Modified code completion for better tabbing, and removal of need to ↵Robert Morse2017-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backspace and re-enter '(' to get code completion hints.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12940 from willnationsdev/richtextlabel-docsRémi Verschelde2017-11-171-11/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Adding internal tag stack information and fleshing out descriptions
| * | | | | | | | | | | | | | | | | | | | | | Adding internal tag stack information.Will Nations2017-11-141-11/+40
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12932 from willnationsdev/capitalize-enhancementRémi Verschelde2017-11-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug where capitalize didn't work with camelCase names
| * | | | | | | | | | | | | | | | | | | | | | | Fixed a bug where capitalize didn't work with camelCase namesWill Nations2017-11-141-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12870 from Nibodhika/masterRémi Verschelde2017-11-173-8/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing tilemap rotation for non top-left tiles.
| * | | | | | | | | | | | | | | | | | | | | | | Fixing tilemap rotation for non top-left tiles.Vito2017-11-153-8/+19
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12976 from Paulb23/scene_tree_add_undo_issue_6125Rémi Verschelde2017-11-161-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed scene tree updating when undo/redo root node creation, issue 6125
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed scene tree updating when undoing root node creation, issue 6125Paulb232017-11-161-0/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12974 from karroffel/gdnative-wrapper-fixRémi Verschelde2017-11-161-5/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] fix wrapper code generation
| * | | | | | | | | | | | | | | | | | | | | | | | [GDNative] fix wrapper code generationKarroffel2017-11-161-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12971 from Chaosus/saveandrunscenefixRémi Verschelde2017-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix current scene run when scene saved
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix current scene run when scene savedChaosus2017-11-161-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12969 from akien-mga/refactor-gd-prefixRémi Verschelde2017-11-1619-1327/+1330
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Refactor "GD" class prefix to "GDScript"
| * | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-1619-1327/+1330
| |/ / / / / / / / / / / / / / / / / / / / / / / /