godot-module-template/servers
Hugo Locurcio 4409c786ca Ensure all MovieWriter frames have the same resolution as the first frame
This fixes issues with certain video formats (like OGV) and video players
not supporting resolution changes during playback.

Resizing the viewport during recording is still not recommended
(as cropping and resizing has a performance cost and can impact visuals),
but it shouldn't cause crashes or broken files anymore.
2026-01-07 19:05:19 +01:00
..
audio Access microphone buffer from AudioServer and prevent microphone double starts 2025-12-03 19:49:56 +01:00
camera Add platform lifecycle callbacks to CameraServer base class 2025-12-02 00:31:51 +09:00
debugger Move server files into their subfolders 2025-09-30 19:39:39 -07:00
display [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
movie_writer Ensure all MovieWriter frames have the same resolution as the first frame 2026-01-07 19:05:19 +01:00
navigation_2d Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
navigation_3d Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
physics_2d Synchronize the names for RequiredParam<T> arguments in header files 2025-12-03 04:14:52 -06:00
physics_3d Synchronize the names for RequiredParam<T> arguments in header files 2025-12-03 04:14:52 -06:00
rendering Merge pull request #114476 from blueskythlikesclouds/create-separate-graphics-queue-for-transfer 2026-01-06 18:25:50 +01:00
text [TextServer] Fix line wrapping underflow. 2025-12-19 10:56:47 +02:00
xr Merge pull request #108516 from KoBeWi/file_graveyard 2025-11-14 14:23:06 -06:00
nav_heap.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
register_server_types.cpp Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
register_server_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Fix 2D debug templates linking 2025-10-05 04:22:49 +03:00
server_wrap_mt_common.h Pause physics command queue during physics processing 2025-08-14 15:54:59 +02:00