summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #69079 from adamscott/fix-singleton-scene-cyclic-loadRémi Verschelde2022-11-251-15/+26
|\ \ \
| * | | Fix singleton scene cyclic loadingAdam Scott2022-11-251-15/+26
* | | | [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-251-0/+1
|/ / /
* | | Merge pull request #60686 from trollodel/move_editor_registrationRémi Verschelde2022-11-181-4/+5
|\ \ \
| * | | Move editor class and plugin registrations to a dedicated filetrollodel2022-11-181-4/+5
* | | | Main::setup2 move print engine version to topdzil1232022-11-161-3/+3
* | | | Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde2022-11-151-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Implement adjusting the maximum number of physics steps per rendered frameHugo Locurcio2022-10-091-1/+7
* | | | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
| |/ / |/| |
* | | Remove duplicate project settings definitionskobewi2022-11-081-66/+53
* | | Merge pull request #60273 from Calinou/cli-export-release-renameRémi Verschelde2022-11-021-6/+7
|\ \ \
| * | | Rename `--export` command line argument to `--export-release`Hugo Locurcio2022-11-021-6/+7
* | | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-022-2/+2
|/ / /
* | | Merge pull request #67593 from clayjohn/GLES3-pmRémi Verschelde2022-11-021-0/+5
|\ \ \
| * | | Default to Opengl3 driver when using the project managerclayjohn2022-10-181-0/+5
* | | | Merge pull request #68044 from ztc0611/ios-promotionRémi Verschelde2022-10-311-0/+1
|\ \ \ \
| * | | | Add ProMotion Support to iOS ExportsZach Coleman2022-10-311-0/+1
* | | | | Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-311-2/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-261-2/+8
| |/ / /
* | | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-9/+9
|\ \ \ \
| * | | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-9/+9
| |/ / /
* | | | Merge pull request #67309 from groud/implement_gdnative_interface_h_dumpRémi Verschelde2022-10-311-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement a way to dump the gdnative_interface.h file from the executableGilles Roudière2022-10-131-0/+20
| | |/ | |/|
* | | Make window creation with custom position do not flashWei Guo2022-10-241-2/+8
| |/ |/|
* | Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde2022-10-171-0/+2
|\ \
| * | Add iOS UI OptionsZach Coleman2022-10-121-0/+2
| |/
* / Make some Image methods statickobewi2022-10-141-1/+1
|/
* Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio2022-10-031-3/+3
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-6/+0
* Use mobile as the default rendering method on mobile when vulkan is supportedclayjohn2022-09-301-1/+6
* Fix project manager not working in self-contained modeAaron Franke2022-09-241-4/+2
* Merge pull request #65816 from bruvzg/proj_settings_missing_flagsRémi Verschelde2022-09-211-4/+10
|\
| * Add missing initial window flags and window mode to the project settings.bruvzg2022-09-191-4/+10
* | Error if trying to run a self-contained editor in a project folderAaron Franke2022-09-211-0/+7
* | Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-48/+168
|/
* Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_moreRémi Verschelde2022-09-081-2/+2
|\
| * [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-2/+2
* | Expose registration of physics servers to GDExtensionRicardo Buring2022-09-071-9/+30
|/
* Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg2022-09-031-7/+1
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-2/+2
* Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-301-4/+4
|\
| * Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-4/+4
* | Merge pull request #64396 from qarmin/add_line_length_optionsRémi Verschelde2022-08-301-4/+28
|\ \ | |/ |/|
| * Speedup conversion and add option to set maximum line length to prevent freezesRafał Mikrut2022-08-291-4/+28
* | Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-2/+20
|\ \
| * | Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-2/+20
| |/
* / [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
|/
* Fix forwarding of CLI arguments taking an optionPedro J. Estébanez2022-08-251-3/+8
* Replace Array return types with TypedArray 2kobewi2022-08-232-4/+8
* Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde2022-08-222-2/+37
|\