summaryrefslogtreecommitdiffstats
path: root/doc/classes/ProjectSettings.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthandRémi Verschelde2023-01-311-0/+3
|\
| * GDScript: Allow void functions to return calls to other void functionsGeorge Marques2023-01-311-0/+3
* | Merge pull request #57520 from jordigcs/gd-rename-mapRémi Verschelde2023-01-311-0/+3
|\ \ | |/ |/|
| * Add hint for identifiers renamed since Godot 3jordi2023-01-241-0/+3
* | Refactor high quality texture importJuan Linietsky2023-01-301-12/+4
* | GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-2/+5
* | Merge pull request #65137 from dalexeev/editor-namingYuri Sizov2023-01-241-2/+8
|\ \ | |/ |/|
| * Rearrange `editor/naming/*` project settingsDanil Alexeev2023-01-121-2/+8
* | Document changing V-Sync at runtime in the class referenceHugo Locurcio2023-01-231-1/+2
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* | Merge pull request #71676 from vnen/gdscript-unicode-identifiersRémi Verschelde2023-01-231-0/+3
|\ \
| * | Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-0/+3
* | | Reorganize main and sub-window initial position properties.bruvzg2023-01-191-2/+11
|/ /
* | C#: Move `GLOBAL_DEF`s to CSharpLanguage ctorRaul Santos2023-01-181-0/+7
* | Merge pull request #71328 from reduz/button-shortcuts-no-longer-pressYuri Sizov2023-01-141-0/+3
|\ \
| * | Button shortcuts no longer "press" the Button.Juan Linietsky2023-01-131-0/+3
| |/
* / Refactor ProjectSetting overridesJuan Linietsky2023-01-131-0/+19
|/
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-0/+3
* GDScript: Make using return of void function an errorGeorge Marques2022-12-301-3/+0
* Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl2022-12-211-1/+4
* Merge pull request #70204 from Calinou/ios-remove-disable-touch-settingRémi Verschelde2022-12-171-3/+0
|\
| * Remove Disable Touch debug project settingHugo Locurcio2022-12-171-3/+0
* | Move transparent background project setting to a subsectionHugo Locurcio2022-12-171-3/+3
|/
* Remove high quality glow as it is not any higher quality than regular glowclayjohn2022-12-131-3/+0
* Make submitting depth buffer in OpenXR optionalBastiaan Olij2022-12-061-0/+3
* Merge pull request #68836 from Calinou/projectsettings-vrs-texture-allow-more...Rémi Verschelde2022-11-281-1/+14
|\
| * Allow all lossless image formats to be used for VRS texture project settingHugo Locurcio2022-11-181-1/+14
* | Merge pull request #68948 from KoBeWi/eeny_meeny_miny_moeRémi Verschelde2022-11-221-0/+1
|\ \
| * | Fill random docskobewi2022-11-221-0/+1
| |/
* / GDScript: Don't warn about RETURN_VALUE_DISCARDED by defaultRémi Verschelde2022-11-221-1/+1
|/
* Merge pull request #64077 from Calinou/tweak-audiostreamplayer2d3d-default-pa...Rémi Verschelde2022-11-151-4/+6
|\
| * Decrease default AudioStreamPlayer2D/3D panning strengthHugo Locurcio2022-08-091-4/+6
* | Merge pull request #67948 from DeeJayLSP/split_webpRémi Verschelde2022-11-151-3/+6
|\ \
| * | Overhaul WebP packer and split compression optionsDeeJayLSP2022-11-151-3/+6
* | | Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde2022-11-151-1/+5
|\ \ \
| * | | Implement adjusting the maximum number of physics steps per rendered frameHugo Locurcio2022-10-091-1/+5
* | | | Merge pull request #67869 from KoBeWi/coostom_ooser_deerRémi Verschelde2022-11-151-2/+3
|\ \ \ \
| * | | | Fix documentation about custom user dirkobewi2022-10-261-2/+3
* | | | | fix "unknown document" classref linksHana2022-11-141-1/+1
* | | | | Add optional UV2 logic for lightmapping to primitive shapesBastiaan Olij2022-11-131-0/+3
* | | | | Remove duplicate project settings definitionskobewi2022-11-081-0/+3
* | | | | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-2/+2
* | | | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-7/+7
* | | | | Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch2022-11-021-4/+5
* | | | | Merge pull request #68089 from alfredbaudisch/remove-secondary-caretsRémi Verschelde2022-11-011-0/+4
|\ \ \ \ \
| * | | | | Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch2022-10-311-0/+4
| | |_|/ / | |/| | |
* / | | | Add ProMotion Support to iOS ExportsZach Coleman2022-10-311-0/+3
|/ / / /
* | | | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde2022-10-311-0/+12
|\ \ \ \
| * | | | Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer092022-10-181-0/+12
* | | | | Merge pull request #67923 from Calinou/doc-displayserverMax Hilbrunner2022-10-301-8/+9
|\ \ \ \ \