aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge pull request #18743 from Zouch/masterMax Hilbrunner2018-05-091-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Consider TextEdit paste operation complex.
| * | | | | | | | | | | | | | | | | | Consider TextEdit paste operation complex.Charly Mourglia2018-05-091-0/+3
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not considering a paste operation as a complex one ends up adding an unneeded extra step when pasting over a selection. This fixes issue #18325
* | | | | | | | | | | | | | | | | | Merge pull request #18730 from marcelofg55/bind_fixGeorge Marques2018-05-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | canvas_item_add_triangle_array bind fixup
| * | | | | | | | | | | | | | | | | | canvas_item_add_triangle_array bind fixupMarcelo Fernandez2018-05-081-1/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #18729 from marcelofg55/bind_enumsGeorge Marques2018-05-082-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix some enums missing its bind
| * | | | | | | | | | | | | | | | | | Fix some enums missing its bindMarcelo Fernandez2018-05-082-3/+10
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner2018-05-0920-300/+417
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename multiplayer_api to multiplayer, add docs
| * | | | | | | | | | | | | | | | | | Document websocket module, further document enetFabio Alessandrelli2018-05-0811-184/+309
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Document MultiplayerAPI classFabio Alessandrelli2018-05-083-37/+29
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Internal methods in MultiplayerAPI start with _Fabio Alessandrelli2018-05-082-25/+25
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Rename multiplayer_api to just multiplayer.Fabio Alessandrelli2018-05-084-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only the class name retain the MultiplayerAPI name
* | | | | | | | | | | | | | | | | | | Merge pull request #18728 from hpvb/fix-uwp-archMax Hilbrunner2018-05-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For uwp the ARM architecture needs to be in lower case
| * | | | | | | | | | | | | | | | | | | For uwp the ARM architecture needs to be in lower caseHein-Pieter van Braam2018-05-091-2/+2
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #18726 from volzhs/remove-legacyRémi Verschelde2018-05-083-12/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove android compatibility under API 16
| * | | | | | | | | | | | | | | | | | | Remove android compatibility under API 16volzhs2018-05-093-12/+7
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #18720 from RandomShaper/fix-gdnative-leakRémi Verschelde2018-05-081-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Variant leak in call_native
| * | | | | | | | | | | | | | | | | | | | Fix Variant leak in call_nativePedro J. Estébanez2018-05-081-1/+3
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #15286 from guilhermefelipecgs/pr_better_find_docRémi Verschelde2018-05-084-45/+283
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Better find in documentation
| * | | | | | | | | | | | | | | | | | | Change from "search dialog" to "search bar" on help screenGuilherme Silva2018-05-084-45/+283
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-0816-21/+417
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Experimental support for windows with per-pixel transparency.
| * | | | | | | | | | | | | | | | | | | Experimental support for windows with per-pixel transparency (macOS, X11 and ↵bruvzg2018-04-0716-21/+417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows).
* | | | | | | | | | | | | | | | | | | | Merge pull request #18374 from JFonS/fix_particles_animationJuan Linietsky2018-05-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix particle animation controls
| * | | | | | | | | | | | | | | | | | | | Fix particle animation controlsJFonS2018-04-231-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #15549 from SaracenOne/bmpJuan Linietsky2018-05-086-0/+370
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BMP module
| * | | | | | | | | | | | | | | | | | | | BMP moduleSaracen2018-04-306-0/+370
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15305 from poke1024/checks-peerJuan Linietsky2018-05-081-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks on input_buffer in PacketPeerStream
| * | | | | | | | | | | | | | | | | | | | | Checks on input_buffer in PacketPeerStreamBernhard Liebl2018-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15282 from poke1024/check-obj-classJuan Linietsky2018-05-081-1/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check implicit casts on object classes in bound method calls
| * | | | | | | | | | | | | | | | | | | | | | Object class checking on bound method callsBernhard Liebl2018-01-101-1/+27
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde2018-05-0813-300/+427
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perfect FreeType-based outlines for DynamicFonts
| * | | | | | | | | | | | | | | | | | | | | | | Always emit dynamic font change in update_oversamplingRuslan Mustakov2018-05-084-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15787. The issue occurred when two (or more) separate DynamicFont instances used the same DynamicFontAtSize instance due to having equal properties. The first instance updated its data_at_size and emitted "changed" signal, but the second did not because it considered the data_at_size to be up to date, even though it has just been updated.
| * | | | | | | | | | | | | | | | | | | | | | | Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-0813-290/+420
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implement outlines based on FreeType Stroker API. This allows artifact-free results, similar to what you will see in Web or any text editing tools. Outline is a part of DynamicFont rather than Label, because outlines have to be baked into the font's atlas. Font has a default outline_color and a Label can specify font_outline_modulator that will be multiplied with the Font's color to get the final result. - draw_char now has to be called twice to fully render a text - first with p_outline == true for each character and then with p_outline == false for each character. - Number of draw-calls is reduced from 5 to 2 per outlined character. - Overall cleanup of DynamicFont code, extracted duplicated code pieces into separate methods. - The change is backward-compatible - Labels still have outline properties that work exactly as they worked before. Closes #16279.
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15258 from RyanStein/bugfix-15241Juan Linietsky2018-05-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use exact positioning for the ItemList::get_tooltip method.
| * | | | | | | | | | | | | | | | | | | | | | | | Use exact positioning for the ItemList::get_tooltip method.Ryan Stein2018-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #18706 from Calinou/fix-3d-grid-color-hintRémi Verschelde2018-05-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the 3D grid color setting hints
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix the 3D grid color setting hintsHugo Locurcio2018-05-081-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was mistakenly changed to RGBA in #18525 when it should have stayed RGB (the 3D grid does not currently support transparency).
* | | | | | | | | | | | | | | | | | | | | | | | | Android: Increase targetSdkVersion to 27Rémi Verschelde2018-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matches the change for 2.1 in #18626, and the new requirements from Google for new apps starting with August 2018 (targetSdkVersion 26 or higher): https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15119 from poke1024/visible-subwindowsJuan Linietsky2018-05-082-5/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More efficient subwindow handling
| * | | | | | | | | | | | | | | | | | | | | | | | | More efficient subwindow handlingBernhard Liebl2017-12-282-5/+54
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15074 from ↵Juan Linietsky2018-05-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PJB3005/17-12-26-remove_gui_focus_on_visibility_loss Hiding a Control now fires NOTIFICATION_FOCUS_EXIT.
| * | | | | | | | | | | | | | | | | | | | | | | | | Hiding a control now fires NOTIFICATION_FOCUS_EXIT.PJB30052017-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It always removed the focus from the control, but this happened without firing the relevant notification.
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #18693 from AndreaCatania/patch-1Rémi Verschelde2018-05-081-8/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixed editor crash during editor closing
| * | | | | | | | | | | | | | | | | | | | | | | | | Removed pointer deletion during editor closingAndrea Catania2018-05-081-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-087-20/+107
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented interface for bullet linear motors
| * | | | | | | | | | | | | | | | | | | | | | | | | | Implemented interface for bullet joint motorsGeoffrey2018-03-167-20/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #18665 from mhilbrunner/build-sdkRémi Verschelde2018-05-081-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows detect.py: Detect missing WindowsSdkDir
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Windows detect.py: Detect missing WindowsSdkDirMax Hilbrunner2018-05-071-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #18619 from mateusak/masterRémi Verschelde2018-05-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add more flexibility to 3X3 autotiles
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Allow uncommon bitmask for autotile - Fixes #16511mateusak2018-05-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes some conditions that were there to create compatibility from 2X2 to 3X3. Further dissociates 2X2 and 3X3 but adds more flexibility to 3X3.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #18701 from GodotExplorer/fix-#18685Max Hilbrunner2018-05-081-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix double free for drag preview control in viewport