Commit Graph

4155 Commits

Author SHA1 Message Date
5d190f21d6 Re-extracted class docs. 2024-04-21 15:39:49 +02:00
cc2f893bcd LayeredTileMapLayer fix class names in docs. 2024-04-21 15:39:10 +02:00
82bdd1c235 Update LayeredTileMapLayer's docs to work properly. 2024-04-21 15:34:13 +02:00
a5c71c5ffd Class docs for ORMSpatialMaterial. 2024-04-21 15:33:20 +02:00
f09ab537e0 Clang-format everything. 2024-04-21 15:27:36 +02:00
3dcdcf0467 Set version to stable. 2024-04-21 15:01:28 +02:00
78f963ef3e Moved the old frt build containers. 2024-04-21 14:58:55 +02:00
2def46969d Renamed the build container folders. 2024-04-21 14:58:25 +02:00
2c09e8c8af Fix compile error. 2024-04-21 14:58:11 +02:00
789e640b9d Fix build. 2024-04-21 14:54:17 +02:00
e22df7cc3e Fix crossbuilding libtheora on the server platform. 2024-04-21 14:38:49 +02:00
d149ca8c42 Update the last backported commit. 2024-04-21 14:33:02 +02:00
Paweł Fertyk
2154c87432 Fix AudioStreamPlayer not paused on pause mode change
Fixes #58543.
2024-04-21 14:27:49 +02:00
Haoyu Qiu
63fac11503 Add option to toggle visibility of position gizmos in 2D editor
Co-authored-by: J. N. Witch <127793256+J-N-Witch@users.noreply.github.com>
2024-04-21 14:27:27 +02:00
lawnjelly
91090ff296 Portals - defer setting active in VisualServer until enter tree
`set_portal_active()` was being called loading packed scenes prior to entering the tree, visual server portals had not been fully created at this point hence the call was being ignored with an error flagged.
This PR defers the call until after entering the tree.
2024-04-21 14:22:52 +02:00
totlmstr
6db0214bfa Add option modules_enabled_by_default and minimal CI build
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: aaronfranke <arnfranke@yahoo.com>
2024-04-21 14:21:51 +02:00
lawnjelly
64bbac30ee Fix physics on_floor_body crash
Physics body previously stored the RID of a collision object and accessed it on the next frame, leading to a crash if the object had been deleted.
This PR stores the ObjectID in addition to the RID, and checks the object still exists prior to access.
2024-04-21 14:20:26 +02:00
Haoyu Qiu
b67115fd35 Store ObjectID instead of pointer for KinematicCollision owner 2024-04-21 14:17:59 +02:00
Haoyu Qiu
9f75f7dfc0 Fix SceneTree not respecting virtual process methods
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-04-21 14:15:45 +02:00
Haoyu Qiu
8f7ea2132b Don't error multiple times when trying to load missing default bus layout 2024-04-21 14:15:09 +02:00
d0e7a30683 Renamed uwp's exporter's folder so it's not in the editor while that platform cannot yet be built. 2024-04-21 13:59:59 +02:00
7d19d5aa8a Added missing production=yes options. 2024-04-21 12:57:55 +02:00
25e6648a6a Re-enable everything in the build all script. 2024-04-21 12:53:39 +02:00
cf29973370 Also check whether the http server executables exist. 2024-04-21 12:51:30 +02:00
222b485b05 Cleaned up the build commands for the http server, and added it to the in-container builds. 2024-04-21 12:50:23 +02:00
201d747650 Check for the existence at the end of the container build script of the frt executables. 2024-04-21 12:46:36 +02:00
6ab703bb3a Build all server variations. 2024-04-21 12:33:49 +02:00
945f1c5116 Rename a file. Also fix naming frt's executable. 2024-04-21 12:28:24 +02:00
dcd8a15cdb Added an exported for the server platform. 2024-04-21 12:24:20 +02:00
cce419d329 In-container build script cleanups. 2024-04-21 12:07:29 +02:00
7d55cf4ab5 Renamed frt's build containers. 2024-04-21 11:59:13 +02:00
09dee2efb3 Added missing dependencies to the frt build containers. 2024-04-21 11:58:21 +02:00
11b3b21ab6 frt in-container build script cleanups. 2024-04-21 11:58:01 +02:00
3306f8a009 Fix linux dist filenames. 2024-04-21 11:52:51 +02:00
6657913f07 Remove deprecated script. 2024-04-21 11:49:36 +02:00
83ec4fa4d6 Same change for frt_sdl. 2024-04-21 11:41:07 +02:00
740bc3fe2f Fix build for frt arm32v6. 2024-04-21 11:40:12 +02:00
3ddbfc066f Link to x11 in frt. 2024-04-21 11:22:34 +02:00
afaf29c8d5 Make enum values uppercase in frt.h. 2024-04-21 11:08:12 +02:00
18906f3cad More missing includes. 2024-04-21 11:05:12 +02:00
c463058729 Fix more missing includes. 2024-04-21 10:34:59 +02:00
ba900448ed Call the intended method. 2024-04-21 10:30:27 +02:00
a33532f7ad Fix missing include. 2024-04-21 10:30:17 +02:00
33787ab248 Added missing keys. 2024-04-21 01:48:13 +02:00
38cfe88250 FRT build script initial setup. 2024-04-21 05:11:15 +02:00
1fd68f9720 IOS build scripts. 2024-04-21 04:40:47 +02:00
84507f9cbf Separated and updated the osx build commands to a new file. 2024-04-21 04:00:52 +02:00
520450eb94 Update and move out to it's own file the android build commands. 2024-04-21 03:20:49 +02:00
d199a92c2e Moved javascript builds to a new file. 2024-04-21 02:08:49 +02:00
a807adf544 Update the linux build script. 2024-04-20 23:49:21 +02:00