summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42356 from RandomShaper/fix_gdscript_inf_loopRémi Verschelde2020-09-261-2/+12
|\ | | | | Avoid infinite loop in GDScript at shutdown
| * Avoid infinite loop in GDScript at shutdownPedro J. Estébanez2020-09-261-2/+12
|/
* Merge pull request #40978 from HaSa1002/docs-code-1Rémi Verschelde2020-09-2612-66/+388
|\ | | | | Port code examples to C# of classes beginning with A and B
| * Add C# code examples to the docsHaSa10022020-09-2612-66/+388
|/ | | | | | | | | | | | | | | | | | | | Only existing GDScript code examples are converted and added to the docs. This is the first batch include classes beginning with A and B. Included classes: * AcceptDialog * AESContext * Animation * AnimationNodeStateMachine * AnimationNodeStateMachinePlayback * AnimationNodeStateMachineTransition * Array * ArrayMesh * AStar * AStar2D * Bool * Button
* Merge pull request #42338 from ↵Rémi Verschelde2020-09-252-11/+1
|\ | | | | | | | | godotengine/revert-41697-bug/editor-inspector-refresh-fix Revert "Fix editor inspector refresh not working"
| * Revert "Fix editor inspector refresh not working"Rémi Verschelde2020-09-252-11/+1
|/
* Style: Fix black formatting after #42332Rémi Verschelde2020-09-252-4/+2
| | | | | | Somehow it did not run CI checks so we missed that one. Also pin `black` version to latest upstream release.
* Merge pull request #42332 from Calinou/default-enable-copy-mono-rootRémi Verschelde2020-09-252-6/+5
|\ | | | | Enable the `copy_mono_root` SCons option by default
| * Enable the `copy_mono_root` SCons option by defaultHugo Locurcio2020-09-252-6/+5
| | | | | | | | This closes #41652.
* | Merge pull request #42310 from Calinou/add-styleboxflat-shadow-property-hintRémi Verschelde2020-09-251-1/+1
|\ \ | | | | | | Add a property hint to StyleBoxFlat `shadow_size` for editor usability
| * | Add a property hint to StyleBoxFlat `shadow_size` for editor usabilityHugo Locurcio2020-09-241-1/+1
| | | | | | | | | | | | | | | | | | This adds a visible range to the slider so it can be dragged more easily. This closes #42309.
* | | Merge pull request #42333 from Calinou/new-autokey-editor-iconRémi Verschelde2020-09-251-1/+1
|\ \ \ | |_|/ |/| | Replace AutoKey icon with a more universally understood "record" button
| * | Replace AutoKey icon with a more universally understood "record" buttonHugo Locurcio2020-09-251-1/+1
|/ / | | | | | | | | See discussion in https://github.com/godotengine/godot-proposals/issues/169.
* | Merge pull request #42312 from timothyqiu/false-otherwiseRémi Verschelde2020-09-242-2/+2
|\ \ | | | | | | Surrounds boolean false with code tag in doc
| * | Surrounds boolean false with code tagHaoyu Qiu2020-09-252-2/+2
|/ /
* | Merge pull request #42308 from akien-mga/i18n-rename-pt_PTRémi Verschelde2020-09-241-4/+4
|\ \ | | | | | | i18n: Rename pt_PT to pt
| * | i18n: Rename pt_PT to ptRémi Verschelde2020-09-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We originally used `pt_PT` (i.e. Portuguese (Portugal)) to distinguish with the Brazilian Portuguese variant `pt_BR`, as both are significantly different and need separate translation files. But Portugal's Portuguese (or "European Portuguese") is close to the variant spoken and written in other Portuguese-speaking countries such as Angola and Mozambique, so it makes sense for users of these countries to also have access to the European Portuguese translation (at least until translators decide that adding e.g. `pt_AO` and `pt_MZ` variants would make sense, taking into account the translation effort that this duplication implies). Godot's locale matching checks first for the full locale (e.g. `pt_AO`), and if no translation is found, it checks for the non-regional language code (`pt`), so this change enables translations for Portuguese speakers outside Portugal and Brazil.
* | | Merge pull request #41683 from skyace65/FileRémi Verschelde2020-09-241-1/+2
|\ \ \ | |/ / |/| | Move note about using ResourceLoader in the File documentation
| * | Move note about using Resource in the File documentationskyace652020-09-241-1/+2
| | |
* | | i18n: Sync translations with WeblateRémi Verschelde2020-09-2462-4381/+5860
| | | | | | | | | | | | (cherry picked from commit 510d87e468d19836c9946830ffd3a6edcfaebf04)
* | | Merge pull request #41934 from timothyqiu/parallax-ignore-zoomRémi Verschelde2020-09-241-1/+1
|\ \ \ | | | | | | | | Fixes ParallaxLayer offset when camera zoom is ignored
| * | | Fixes ParallaxLayer offset when ignore camera zoomHaoyu Qiu2020-09-101-1/+1
| | | |
* | | | Merge pull request #42014 from Leleat/strip-edges-on-node-renameRémi Verschelde2020-09-241-0/+3
|\ \ \ \ | | | | | | | | | | Strip edges on node rename in SceneTreeDock
| * | | | striped edges on node rename in SceneTreeDockLeleat2020-09-131-0/+3
| | | | |
* | | | | Merge pull request #42018 from Leleat/create-user-dir-if-nonexistantRémi Verschelde2020-09-241-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Create user-dir, if non-existant, so it can be opened with Godot
| * | | | | creater user-dir, if non-existant and pressing 'Open Project Data Folder'Leleat2020-09-131-0/+2
| | | | | |
* | | | | | Merge pull request #42066 from dalexeev/output_copyRémi Verschelde2020-09-243-3/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improvement for the Copy button in the Output Log
| * | | | | | Improvement for the Copy button in the Output LogDanil Alexeev2020-09-143-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now if no text is selected, pressing the Copy button copies the entire text.
* | | | | | | Merge pull request #42283 from Calinou/doc-print-push-error-warningRémi Verschelde2020-09-241-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve documentation related to printing error/warning messages
| * | | | | | | Improve documentation related to printing error/warning messagesHugo Locurcio2020-09-241-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #42089 from skyace65/ShelfFiltersRémi Verschelde2020-09-242-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add documentation for shelf filters
| * | | | | | | | Add documentation for shelf filtersskyace652020-09-152-0/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #42070 from Razoric480/ignore-cancel-requestRémi Verschelde2020-09-241-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make LSP ignore $/cancelRequest msgs
| * | | | | | | | | Make LSP ignore $/ messagesFrancois Belair2020-09-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #38814
* | | | | | | | | | Merge pull request #42287 from Calinou/doc-color-constants-cheatsheetRémi Verschelde2020-09-241-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Reference the Color constants cheatsheet in the class reference
| * | | | | | | | | | Reference the Color constants cheatsheet in the class referenceHugo Locurcio2020-09-231-0/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #42296 from akien-mga/messagequeue-default-size-4096-kbRémi Verschelde2020-09-241-2/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | MessageQueue: Change default queue size to 4096 KB
| * | | | | | | | | MessageQueue: Change default queue size to 4096 KBRémi Verschelde2020-09-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1024 KB was low enough that many users seem to hit it, which can lead to the editor freezing. The proper fixed as described in #35653 would be to implement a page allocator to prevent this overflow, but as a stop-gap measure, we can increase the default value to a more lenient 4096 KB which should be high enough for the vast majority of use cases. The default size can be brought down again if/when #35653 is properly fixed, and if it's actually relevant from a memory point of view.
* | | | | | | | | | Merge pull request #42300 from KoBeWi/nolineRémi Verschelde2020-09-241-1/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Remove unnecessary empty line from Dictionaries
| * | | | | | | | | Remove unnecessary empty line from DictionariesTomasz Chabora2020-09-241-1/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #42293 from ricardoalcantara/fix_basis_csharpRémi Verschelde2020-09-241-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Basis RotationQuat should be public.
| * | | | | | | | | Basis RotationQuat should be public.Ricardo Alcantara2020-09-241-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42284 from Calinou/doc-button-basebuttonRémi Verschelde2020-09-248-0/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Reference the BaseButton class explicitly in button class documentations
| * | | | | | | | | Reference the BaseButton class explicitly in button class documentationsHugo Locurcio2020-09-238-0/+8
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users are sometimes confused as to the `pressed` property not being visible in the Button class documentation. This is because `pressed` is defined in BaseButton.
* | | | | | | | | Merge pull request #42259 from zaevi/fix-mono-IsAbsPathRémi Verschelde2020-09-231-2/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix C# string.IsAbsPath()
| * | | | | | | | | Fix C# string.IsAbsPath()Zae2020-09-231-2/+7
| |/ / / / / / / /
* | | | | | | | | Merge pull request #42274 from KoBeWi/nulleventsRémi Verschelde2020-09-231-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check for null in InputMap::_find_event
| * | | | | | | | | Check for null in InputMap::_find_eventTomasz Chabora2020-09-231-0/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42126 from Calinou/doc-videoplayer-formatsRémi Verschelde2020-09-233-4/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Improve documentation about VideoPlayer video formats
| * | | | | | | | | Improve documentation about VideoPlayer video formatsHugo Locurcio2020-09-233-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/4021.