summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-26Update GDNantive APIlupoDharkael
Add missing Rect2 methods to GDNative API Add missing Quat methods to GDNative API Add missing NodePath methods to GDNative API Add missing String methods to GDNative API Add missing Array methods to GDNative API Add missing Basis methods to GDNative API Add missing Color methods to GDNative API Update gdnative_api.json
2018-10-25doc: Sync with current sourceRémi Verschelde
2018-10-25Merge pull request #23071 from bfhobbes/use_quickopen_for_instance_childRémi Verschelde
Use EditorQuickOpen dialog instead of EditorFileDialog when instancing a child scene.
2018-10-25Merge pull request #23091 from aaronfranke/mingw-warningsRémi Verschelde
Fix some compile warnings for Windows from Linux
2018-10-25Merge pull request #23114 from groud/allow_smaller_dock_widthRémi Verschelde
Allow the editor dock to have a lower width
2018-10-25Merge pull request #23199 from Ashafix/packedSceneMax Hilbrunner
[DOCS] more detailed example for usage of PackedScene
2018-10-25Merge pull request #23273 from Chaosus/fix_segfaultRémi Verschelde
Fix segfault on editor close up
2018-10-25Fix segfault on editor close upChaosus
2018-10-25Merge pull request #23272 from akien-mga/gles2-fix-spotlight-shadowsRémi Verschelde
GLES2: Fix shadows shader error for SpotLights
2018-10-25GLES2: Fix shadows shader error for SpotLightsRémi Verschelde
Fixes #23268.
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
Limit several project settings
2018-10-25Merge pull request #23171 from capnm/fix-orthogonal-mode-freelookRémi Verschelde
Disable 'freelook' in the orthogonal mode.
2018-10-25Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustmentRémi Verschelde
Readjust "Preview" button in Spatial editor
2018-10-25Merge pull request #23221 from pgruenbacher/lookahead_docsRémi Verschelde
added docs for lookeahead pathfollow2d.xml
2018-10-25Merge pull request #23259 from akien-mga/pck-lookupRémi Verschelde
Fix .pck lookup for extensionless binary names with a dot
2018-10-25Merge pull request #23215 from Chaosus/filedock_updateRémi Verschelde
Updates filesystem dock when theme is changed
2018-10-25Merge pull request #23240 from kubecz3k/complete-gettersRémi Verschelde
Optional getters/setters editor autocomplete
2018-10-25Merge pull request #23245 from Alien1993/inherited_root_deletionRémi Verschelde
Fixed user being unable to delete root Node if is an inherited Scene
2018-10-25Merge pull request #23266 from CakHuri/mistyped-of-itsRémi Verschelde
Repaired mistyped of 'its' on several files.
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-25Merge pull request #23083 from Windfisch/pathfollow_configwarnRémi Verschelde
Add a configuration warning to [Oriented]PathFollow
2018-10-24Add a configuration warning to [Oriented]PathFollowFlorian Jung
Will update OrientedPathFollows' configuration_warnings if the parent Path changes
2018-10-24added docs for lookeaheadpaul gruenbacher
Fix indenting lookahead clarification fix ahead
2018-10-24Merge pull request #23258 from Calinou/tweak-editor-tooltip-size-hidpiRémi Verschelde
Make editor tooltips wider and scale them on hiDPI displays
2018-10-24Fix .pck lookup for extensionless binary names with a dotRémi Verschelde
This was not a problem on Windows as binary names are guaranteed to end with '.exe', but on Unix systems binary extensions are purely cosmetic and thus optional, which is a problem when using `get_basename()` to lookup a potential '.pck' file, as it can fail on e.g. "My Game 2.0" (#15188). To fix this, ProjectSettings::setup now checks for both basename + '.pck' and filename + '.pck'. Fixes #15188, supersedes and closes #22755. Also took the opportunity to improve documentation on this core method.
2018-10-24Make editor tooltips wider and scale them on hiDPI displaysHugo Locurcio
This also changes the TTR() call to avoid creating a duplicate ("Property:" is already used in other places).
2018-10-24Merge pull request #22701 from swenner/fix-21867-jpeg-is-rgbRémi Verschelde
load JPG images as rbg instead of rgba, fixes #21867
2018-10-24Merge pull request #22920 from DualMatrix/error_already_connectRémi Verschelde
Fixed error when duplicating a scene which has connection
2018-10-24Merge pull request #22899 from J08nY/fix/assignment-operation-arrayRémi Verschelde
Do not make a function that returns Variant::NIL a void function. Fix #22791
2018-10-24Merge pull request #23244 from ColinKinloch/osx_mouse_focusRémi Verschelde
Update mouse location on background scroll and window focus in macOS
2018-10-24Merge pull request #23161 from groud/fix_fav_in_open_dialogRémi Verschelde
Fixes favorites not working in the open dialog
2018-10-24Merge pull request #23094 from RandomShaper/fix-crash-signal-to-danling-objRémi Verschelde
Fix crash on signal/resume to dangling target
2018-10-24Merge pull request #22968 from jfmichaud31/CSGMesh_bugRémi Verschelde
fix bug #20255 on CSGMesh
2018-10-24Merge pull request #23012 from RandomShaper/fix-touch-speed-trackingRémi Verschelde
Track screen drag speed
2018-10-24Merge pull request #23256 from JFonS/fix_17989Rémi Verschelde
Fix editor only lights
2018-10-24Fixes favorites not working in the open dialoggroud
2018-10-24more detailed example for usage of PackedSceneAshafix
2018-10-24Fix editor only lightsJFonS
2018-10-24Merge pull request #23201 from Ashafix/VectorSlicingRémi Verschelde
[DOCS] Added section that coordinates can be accessed via indexes
2018-10-24Added section that coordinates can be accessed via indexesAshafix
2018-10-24Merge pull request #23255 from CakHuri/doc-projectsettingsRémi Verschelde
[Docs] Repaired some words on ProjectSettings
2018-10-24[Docs] Repaired some words on ProjectSettingsM. Huri
2018-10-24Update mouse location on background scroll and window focus in macOSColin Kinloch
2018-10-24Merge pull request #23100 from pcbeard/osx_blankscreen_fixRémi Verschelde
macOS: Update context when window becomes the key window
2018-10-24Merge pull request #23186 from BastiaanOlij/fix_gles2_stereo_skyRémi Verschelde
Fixed stereoscopic (VR) sky in GLES2
2018-10-24Merge pull request #23175 from marcelofg55/input_buffer_fixRémi Verschelde
Fix possible audio input buffer issues
2018-10-24Merge pull request #23242 from nekomatata/mesh-instanceRémi Verschelde
Get surface material count in MeshInstance for scripts
2018-10-24Merge pull request #23253 from akien-mga/gles2-tangent-typoRémi Verschelde
GLES2: Fix typo in tangent calculation
2018-10-24Fixed user being unable to delete root Node if is an inherited SceneSilvano Cerza
User wasn't able to delete the root Node because it was being treated as a foreign Node since it was an inherited Scene