summaryrefslogtreecommitdiff
path: root/doc/classes/ProjectSettings.xml
AgeCommit message (Expand)Author
2021-06-01Update String/Comment, autocomplete and hints docsPaulb23
2021-05-31Implement shader cachingreduz
2021-05-24Merge pull request #48939 from Calinou/screen-orientation-use-enumRémi Verschelde
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-18Area: Uncap the range for gravity and change the slider hintsAaron Franke
2021-05-18Merge pull request #36263 from Calinou/increase-default-2d-gravityRémi Verschelde
2021-05-10Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp
2021-05-07Implement the `%command%` placeholder in the Main Run Args settingHugo Locurcio
2021-05-05Increase the default 2D gravity to 980.0Hugo Locurcio
2021-05-03doc: Sync classref with current sourceRémi Verschelde
2021-05-03Create mobile rendererBastiaan Olij
2021-04-29doc: Sync classref with current sourceRémi Verschelde
2021-04-27Merge pull request #48050 from JFonS/occlusion_cullingRémi Verschelde
2021-04-23Implement occlusion cullingjfons
2021-04-22Link to Feature tags more explicitly in ProjectSettings documentationHugo Locurcio
2021-04-22ICU: Update to version 69.1, improve ICU data export process.bruvzg
2021-04-19doc: Sync classref with current sourceRémi Verschelde
2021-04-12Document overriding project settings that have feature tagsHugo Locurcio
2021-03-22Fix feature tag casing in the Windows pen tablet project setting nameHugo Locurcio
2021-03-19class reference proofreadingPaul Joannon
2021-03-18doc: Sync classref with current sourceRémi Verschelde
2021-03-10Implement Navigation layersGilles Roudière
2021-03-10Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière
2021-03-10doc: Sync classref with current sourceRémi Verschelde
2021-03-08[HTML5] Respect allow_hidpi option during setupFabio Alessandrelli
2021-03-07Merge pull request #46386 from KoBeWi/projekt_settingzRémi Verschelde
2021-03-07Allow to save override.cfg with ProjectSettingskobewi
2021-02-28Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino
2021-02-25Added option in project settings to draw Shape2D outlinesPouleyKetchoupp
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-02-08doc: Sync classref with current sourceRémi Verschelde
2021-01-28doc: Sync classref with current sourceRémi Verschelde
2021-01-06doc: Sync classref with current sourceRémi Verschelde
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2021-01-01Merge pull request #44809 from Calinou/physics-render-layers-zero-indexRémi Verschelde
2020-12-30Document the desktop-only file logging setting overrideHugo Locurcio
2020-12-30Use zero-indexing for physics and render layer namesHugo Locurcio
2020-12-21Port ASSAO to Godot to replace SAOclayjohn
2020-12-15Add a project setting to enable stdout flushing in release buildsHugo Locurcio
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-11-28Merge pull request #43922 from Calinou/doc-projectsettings-globalize-pathRémi Verschelde
2020-11-27Improve the `ProjectSettings.globalize_path()` documentationHugo Locurcio
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg
2020-11-16Merge pull request #43509 from Calinou/doc-projectsettings-packetpeerstream-sizeRémi Verschelde
2020-11-16Clarify packet peer `max_buffer_po2` in ProjectSettings documentationHugo Locurcio
2020-11-16Merge pull request #43246 from HaSa1002/docs-lang-5Rémi Verschelde
2020-11-09Docs: Port Code Examples to C# (M, N, O, P, R)HaSa1002