Justin Sasso
|
b6b3e1ef9e
|
Add Stretch Modes for Splash Screen
Co-authored-by: Samuel Pedrajas <samuelpedrajaspz@gmail.com>
|
2025-10-21 18:20:44 -04:00 |
|
Thaddeus Crews
|
5935a32e32
|
Core: Cleanup headers in core/config
- `MainLoop` now forward-declared in `OS`
|
2025-10-06 09:20:56 -05:00 |
|
chocola-mint
|
ead282ff13
|
Remove file_access.h and script_backtrace.h includes from logger.h.
|
2025-10-05 17:49:23 +09:00 |
|
Aaron Franke
|
3d1c9fd5de
|
Move server files into their subfolders
|
2025-09-30 19:39:39 -07:00 |
|
Thaddeus Crews
|
5240f1c283
|
Merge pull request #108658 from bruvzg/ed_pl_init
[EditorExportPlatform] Move initialization to a dedicated method.
|
2025-09-30 18:35:25 -05:00 |
|
Thaddeus Crews
|
6b22951162
|
Merge pull request #107954 from stuartcarnie/unix_domain_socket_support
Add Core UNIX domain socket support
|
2025-09-30 18:35:08 -05:00 |
|
Thaddeus Crews
|
21fd4faf1b
|
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
Remove implicit conversions between `LocalVector` and `Vector`
|
2025-09-30 11:19:17 -05:00 |
|
Stuart Carnie
|
7227fdd805
|
Core: Add UNIX domain socket support
> [!NOTE]
>
> Later versions of Windows has support for `AF_UNIX`, so it could be
> added.
|
2025-09-26 05:46:19 +10:00 |
|
Edward Moulsdale
|
e366471fdc
|
Add GDSOFTCLASS to deeper inheritors of Object
|
2025-09-24 19:15:56 +01:00 |
|
Lukas Tenbrink
|
abe3b481ae
|
Make conversions from LocalVector to Vector explicit.
|
2025-09-16 21:41:28 +02:00 |
|
Lukas Tenbrink
|
4c0026b053
|
Update links to the contributing section of the docs to the appropriate new sections.
|
2025-09-12 01:04:14 +02:00 |
|
Thaddeus Crews
|
17fb6e3bd0
|
Merge pull request #109790 from adamscott/tentative-fix-for-109144
[Web] Fix `AudioStreamPlayer.get_playback_position()` returning incorrect values for samples
|
2025-08-25 09:54:18 -05:00 |
|
clayjohn
|
70d9c2eb22
|
Revert "[Web] Disregard touch events in pointer callbacks"
This reverts commit e7e5c2b832.
|
2025-08-24 11:11:53 -07:00 |
|
Talkashie
|
bc7e68dfd1
|
Typos
|
2025-08-19 18:32:59 -05:00 |
|
Adam Scott
|
21dd72bc21
|
[Web] Fix AudioStreamPlayer.get_playback_position() returning incorrect values for samples
|
2025-08-19 19:30:49 -04:00 |
|
Thaddeus Crews
|
321f2391d9
|
Merge pull request #108384 from adamscott/fix-sample-deletion
[Web] Fix sample playback deletion and `AudioStreamPolyphonic` issue
|
2025-08-03 10:50:49 -05:00 |
|
Thaddeus Crews
|
fc9bd38293
|
Merge pull request #108874 from adamscott/runtime-free
[Web] Fix inappropriate `memfree()` use
|
2025-07-24 14:23:43 -05:00 |
|
Thaddeus Crews
|
cc4e6dd612
|
Merge pull request #107460 from adamscott/fix-emscripten-webxr
[Web] Fix Emscripten for WebXR and update minimum version
|
2025-07-23 13:27:01 -05:00 |
|
Adam Scott
|
793258919b
|
[Web] Fix Emscripten for WebXR and update minimum version
|
2025-07-22 14:02:44 -04:00 |
|
Adam Scott
|
acc989f711
|
[Web] Fix inappropriate memfree() use
|
2025-07-22 13:28:58 -04:00 |
|
Thaddeus Crews
|
3843a30b53
|
Merge pull request #108825 from bruvzg/fix_run_opt_icons
Fix editor one-click icons not showing.
|
2025-07-22 11:20:10 -05:00 |
|
Thaddeus Crews
|
04524f4748
|
Merge pull request #108747 from adamscott/fix-web-mousewheel-scrolling
[Web] Fix Web MouseWheel scrolling
|
2025-07-22 11:20:05 -05:00 |
|
Adam Scott
|
6e5994eca8
|
[Web] Fix Web MouseWheel scrolling
|
2025-07-21 11:10:42 -04:00 |
|
Pāvels Nadtočajevs
|
e407f55fbf
|
Fix editor one-click icons not showing.
|
2025-07-21 12:18:44 +03:00 |
|
Adam Scott
|
8420468647
|
[Web] Disable GDScript LSP
|
2025-07-18 11:14:58 -04:00 |
|
Pāvels Nadtočajevs
|
f20e5152ad
|
[EditorExportPlatform] Move initialization to a dedicated method.
|
2025-07-16 08:55:23 +03:00 |
|
Adam Scott
|
1328921e04
|
[Web] Fix sample playback deletion and AudioStreamPolyphonic issue
|
2025-07-10 08:46:34 -04:00 |
|
Thaddeus Crews
|
75bcb643c2
|
Merge pull request #108172 from adamscott/move-threads-options
Move Web export threads options out of variant mk2
|
2025-07-09 11:33:14 -05:00 |
|
A Thousand Ships
|
f11aff3841
|
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
|
2025-07-04 18:18:22 +02:00 |
|
Adam Scott
|
d0042851f8
|
Move Web export threads options out of variant mk2
|
2025-07-01 15:42:58 -04:00 |
|
Adam Scott
|
c56d131876
|
[Web] Poll controllers only if at least one is detected
Keeps the spirit of #105601
|
2025-06-26 08:33:25 -04:00 |
|
Adam Scott
|
722accc5c8
|
Revert "Web: Avoid unnecessary gamepad polling when no gamepads are connected"
This reverts commit 3e7e09f915.
|
2025-06-26 08:07:29 -04:00 |
|
Rémi Verschelde
|
30456ba095
|
Merge pull request #107948 from adamscott/reintroduce-sample-position-worklet-pooling
[Web] Fix Webkit leak caused by the position reporting audio worklets
|
2025-06-25 11:47:11 +02:00 |
|
Adam Scott
|
b58c6c829b
|
[Web] Fix Webkit leak caused by the position reporting audio worklets
Co-authored-by: PizzaLovers007 <trex@parkvue.com>
|
2025-06-24 14:49:02 -04:00 |
|
Thaddeus Crews
|
f7d33b490d
|
Merge pull request #107837 from Airyzz/airyzz/web-pen-pressure
[Web] Disregard touch events in pointer callbacks
|
2025-06-24 09:58:44 -05:00 |
|
Airyzz
|
e7e5c2b832
|
[Web] Disregard touch events in pointer callbacks
Update library_godot_input.js
fix style
|
2025-06-24 18:17:50 +09:30 |
|
A Thousand Ships
|
b616e857aa
|
[Web] Fix build failure on Windows
|
2025-06-17 11:05:45 +02:00 |
|
Rémi Verschelde
|
d9cda33090
|
Merge pull request #107415 from adamscott/add-emscripten-version-to-log-header
[Web] Add Web-build specific stdout header
|
2025-06-13 18:37:37 +02:00 |
|
Rémi Verschelde
|
e0072e9169
|
Merge pull request #105800 from adamscott/add-emscripten-include-path
[Web] Include emscripten headers by default
|
2025-06-12 22:48:40 +02:00 |
|
Adam Scott
|
f411c5b2f1
|
[Web] Add Web-build specific stdout header
|
2025-06-12 13:00:36 -04:00 |
|
Rémi Verschelde
|
445a51834e
|
Merge pull request #107136 from Airyzz/airyzz/web-pen-pressure
[Web] Add support for pen pressure
|
2025-06-05 13:14:00 +02:00 |
|
Rémi Verschelde
|
8d14f8332f
|
Merge pull request #105343 from bruvzg/ac_wait_loop_timer
[Accessibility] Use system timer/wait functions for frame delay when screen reader is active.
|
2025-06-05 13:10:54 +02:00 |
|
Airyzz
|
5f8f0ac305
|
[web] add support for pen pressure
|
2025-06-05 18:04:37 +09:30 |
|
Adam Scott
|
64b0d5c1c2
|
[Web] Add required exported functions and runtime methods for emscripten
|
2025-06-04 09:53:05 -04:00 |
|
Pāvels Nadtočajevs
|
98f377d9d0
|
Use system timer/wait functions for frame delay when screen reader is active.
|
2025-06-04 13:44:02 +03:00 |
|
Thaddeus Crews
|
7a3d2f6779
|
Merge pull request #106606 from aaronfranke/pow2_64
Add 64-bit versions of core power of 2 functions
|
2025-06-02 18:51:56 -05:00 |
|
Thaddeus Crews
|
12b97c250d
|
Merge pull request #104907 from bruvzg/scr_ids
Cleanup and unify `DisplayServer` screen methods and documentation.
|
2025-06-02 18:51:45 -05:00 |
|
Aaron Franke
|
f6f1df7d73
|
Add 64-bit versions of core power of 2 functions
|
2025-06-01 23:11:12 -07:00 |
|
Pāvels Nadtočajevs
|
2d93e004b9
|
Cleanup and unify DisplayServer screen methods and documentation.
|
2025-06-02 08:03:48 +03:00 |
|
Rémi Verschelde
|
2df41d8144
|
Merge pull request #104458 from marcosc90/fix-thread-collision-shape-3d
[Web] Use actual `PThread` pool size for `get_default_thread_pool_size()`
|
2025-06-01 00:31:44 +02:00 |
|