summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix VRS issuesBastiaan Olij2022-11-177-16/+41
|
* Merge pull request #68700 from clayjohn/GLES3-vsyncRémi Verschelde2022-11-165-45/+44
|\ | | | | | | Set vsync on window creation when using GLES3
| * Set vsync on window creation when using GLES3.clayjohn2022-11-155-45/+44
| | | | | | | | Add vsync to Windows platform
* | Merge pull request #68699 from bruvzg/win_con_iconRémi Verschelde2022-11-163-3/+12
|\ \ | | | | | | | | | [Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export.
| * | [Windows] Add icon to the console wrapper, add option to set icon for the ↵bruvzg2022-11-153-3/+12
| | | | | | | | | | | | console wrapper on export.
* | | Merge pull request #62814 from KoBeWi/strintRémi Verschelde2022-11-154-0/+74
|\ \ \ | | | | | | | | | | | | Restore numeric from String constructors
| * | | Restore numeric from String constructorskobewi2022-09-194-0/+74
| | | |
* | | | Merge pull request #64077 from ↵Rémi Verschelde2022-11-154-10/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | Calinou/tweak-audiostreamplayer2d3d-default-panning Decrease default AudioStreamPlayer2D/3D panning strength
| * | | Decrease default AudioStreamPlayer2D/3D panning strengthHugo Locurcio2022-08-094-10/+12
| | | | | | | | | | | | | | | | | | | | The default panning strength is now more in line with how other engines play positional sound.
* | | | Merge pull request #68643 from Chaosus/fix_shaderYuri Rubinsky2022-11-153-3/+71
|\ \ \ \ | |_|_|/ |/| | | Fix https://github.com/godotengine/godot/issues/68378
| * | | Mark shader built-ins as used when passed to functions as out parameter Yuri Rubinsky2022-11-153-3/+71
|/ / /
* | | Merge pull request #67948 from DeeJayLSP/split_webpRémi Verschelde2022-11-156-38/+34
|\ \ \ | | | | | | | | | | | | Overhaul WebP packer and split compression options
| * | | Overhaul WebP packer and split compression optionsDeeJayLSP2022-11-156-38/+34
| | | |
* | | | Merge pull request #68690 from KoBeWi/StringNoNameRémi Verschelde2022-11-152-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | Change EditorQuickOpen base_type to String
| * | | | Change EditorQuickOpen base_type to Stringkobewi2022-11-152-7/+7
| | | | |
* | | | | Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde2022-11-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix "Treat Warnings as Errors" Project Setting doing nothing
| * | | | | Fix "Treat Warnings as Errors" Project Setting not workingMicky2022-09-051-1/+1
| | | | | |
* | | | | | Merge pull request #67688 from Mickeon/i-forgror-☠️☠️Rémi Verschelde2022-11-153-43/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
| * | | | | | Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky2022-11-153-43/+29
| | |/ / / / | |/| | | | | | | | | | | | | | | | These were used in 3.x but there's no reference of them in the codebase, at all.
* | | | | | Merge pull request #66516 from DeeJayLSP/update_theoraRémi Verschelde2022-11-1582-9075/+10932
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update libtheora to GIT (2020.10)
| * | | | | | Update libtheora to GIT (2020.10)DeeJayLSP2022-10-1882-9075/+10932
| | | | | | |
* | | | | | | Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde2022-11-157-3/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Implement adjusting the maximum number of physics steps per rendered frame
| * | | | | | | Implement adjusting the maximum number of physics steps per rendered frameHugo Locurcio2022-10-097-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using high physics FPS (which is a requirement to minimize input lag and improve precision in simulation racing games), a higher value prevents the game from slowing down at low rendering FPS. This can be done via an Engine property for run-time changes, or a project setting for initial changes.
* | | | | | | | Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde2022-11-151-13/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change docs' Typed Array & void representation
| * | | | | | | | Change docs' Typed Array & void representationMicky2022-11-151-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typed Arrays now look the same as to how they're defined in GDScript. Also modifies "void" to be darkened and show a tooltip.
* | | | | | | | | Merge pull request #67713 from KoBeWi/smoke_Joint2D_everydayRémi Verschelde2022-11-151-2/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix false warning when renaming Joint2D's node
| * | | | | | | | | Fix false warning when renaming Joint2D's nodekobewi2022-11-151-2/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #68586 from Riteo/dynamic-glxRémi Verschelde2022-11-157-28/+1028
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load GLX dynamically with GLAD
| * | | | | | | | | Load GLX dynamically with GLADRiteo Siuga2022-11-157-28/+1028
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation.
* | | | | | | | | Merge pull request #68587 from Riteo/file-check-exceptionRémi Verschelde2022-11-151-1/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an exception for thirdparty subdirectories in file_format.sh
| * | | | | | | | | Add an exception for thirdparty subdirectories in file_format.shRiteo Siuga2022-11-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exception is also present in clang_format.sh and is needed in some cases.
* | | | | | | | | | Merge pull request #68663 from Chaosus/gds_fix_completionYuri Rubinsky2022-11-151-61/+63
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix completion popup for the variables created with `get_node` callYuri Rubinsky2022-11-141-61/+63
| | | | | | | | | |
* | | | | | | | | | Merge pull request #68340 from KoBeWi/deparentRémi Verschelde2022-11-151-5/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't reparent dragged node when non needed
| * | | | | | | | | | Don't reparent dragged node when non neededkobewi2022-11-061-5/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde2022-11-151-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uncomment drag forwarding in CreateDialog
| * | | | | | | | | | | Uncomment drag forwarding in CreateDialogkobewi2022-10-231-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #67651 from KoBeWi/❗_of_damnationRémi Verschelde2022-11-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix double hint paste in EditorResourcePicker
| * | | | | | | | | | | | Fix double hint paste in EditorResourcePickerkobewi2022-10-201-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #67397 from KoBeWi/impostorpupRémi Verschelde2022-11-152-8/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change EditorSpinSlider's popup to Control
| * | | | | | | | | | | | | Change EditorSpinSlider's popup to Controlkobewi2022-10-152-8/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #67869 from KoBeWi/coostom_ooser_deerRémi Verschelde2022-11-151-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix documentation about custom user dir
| * | | | | | | | | | | | | | Fix documentation about custom user dirkobewi2022-10-261-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #68683 from bruvzg/mvk_detectRémi Verschelde2022-11-151-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Automatically detect MoltenVK libs installed via homebrew and macports.
| * | | | | | | | | | | | | | | [macOS] Automatically detect MoltenVK libs installed via homebrew and macports.bruvzg2022-11-151-7/+13
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #68681 from groud/fix_infinite_loop_in_resource_loaderRémi Verschelde2022-11-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes infinite loop in ResourceFormatText when having unexpected end of file
| * | | | | | | | | | | | | | | | Fixes infinite loop in ResourceFormatText when having unexpected end of fileGilles Roudière2022-11-151-0/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #68680 from bruvzg/fc_no_font_subRémi Verschelde2022-11-151-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fontconfig] Reject font substitutes if non-alias name was used.
| * | | | | | | | | | | | | | | | [fontconfig] Reject font substitutes if non-alias name was used.bruvzg2022-11-151-0/+15
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #68372 from Riteo/glad2Rémi Verschelde2022-11-1512-5777/+5968
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regenerate GL loader code with GLAD 2