summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-08Remove duplicate project settings definitionskobewi
2022-11-02Merge pull request #60273 from Calinou/cli-export-release-renameRémi Verschelde
2022-11-02Rename `--export` command line argument to `--export-release`Hugo Locurcio
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Merge pull request #67593 from clayjohn/GLES3-pmRémi Verschelde
2022-10-31Merge pull request #68044 from ztc0611/ios-promotionRémi Verschelde
2022-10-31Add ProMotion Support to iOS ExportsZach Coleman
2022-10-31Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67309 from groud/implement_gdnative_interface_h_dumpRémi Verschelde
2022-10-26Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-18Default to Opengl3 driver when using the project managerclayjohn
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-17Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde
2022-10-14Make some Image methods statickobewi
2022-10-13Implement a way to dump the gdnative_interface.h file from the executableGilles Roudière
2022-10-12Add iOS UI OptionsZach Coleman
2022-10-03Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-09-30Use mobile as the default rendering method on mobile when vulkan is supportedclayjohn
2022-09-24Fix project manager not working in self-contained modeAaron Franke
2022-09-21Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde
2022-09-21Error if trying to run a self-contained editor in a project folderAaron Franke
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-19Add missing initial window flags and window mode to the project settings.bruvzg
2022-09-08Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_moreRémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-09-07Expose registration of physics servers to GDExtensionRicardo Buring
2022-09-03Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-30Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde
2022-08-30Merge pull request #64396 from qarmin/add_line_length_optionsRémi Verschelde
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Speedup conversion and add option to set maximum line length to prevent freezesRafał Mikrut
2022-08-29Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-26Add ThemeDB, expose previously static Theme methodsYuri Sizov
2022-08-25Fix forwarding of CLI arguments taking an optionPedro J. Estébanez
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-22Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde
2022-08-22Merge pull request #64610 from reduz/startup-benchmark-supportRémi Verschelde
2022-08-22Merge pull request #64642 from aaronfranke/mesh-cleanupRémi Verschelde
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
2022-08-20Clean up mesh include code and commentsAaron Franke
2022-08-19Add Startup benchmarking supportJuan Linietsky
2022-08-19Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez
2022-08-18Merge pull request #55032 from Calinou/tweak-default-window-sizeYuri Sizov
2022-08-18Increase the default project window size for better usabilityHugo Locurcio